benlehrburger/dreambooth-animal
收藏Hugging Face2023-06-05 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/benlehrburger/dreambooth-animal
下载链接
链接失效反馈官方服务:
资源简介:
---
tags:
- pytorch
- stable diffusion
- dreambooth
- diffusion-models-class
---
# Dreambooth training set using Nala (a bunny)
Precursor to further Dreambooth experimentation
## Usage
```python
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('benlehrburger/dreambooth-animal')
image = pipeline().images[0]
image
```
提供机构:
benlehrburger
原始信息汇总
数据集概述
数据集名称
Dreambooth training set using Nala (a bunny)
数据集标签
- pytorch
- stable diffusion
- dreambooth
- diffusion-models-class
数据集用途
用于进一步的Dreambooth实验的预处理数据集。
使用示例
python from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained(benlehrburger/dreambooth-animal) image = pipeline().images[0] image



