izhl's picture
Upload README.md with huggingface_hub
d7190fa verified
|
raw
history blame
No virus
567 Bytes
---
license: mit
tags:
- pytorch
- diffusers
- unconditional-image-generation
- diffusion-models-class
---
# Example Fine-Tuned Model for Unit 2 of the [Diffusion Models Class 🧨](https://github.com/huggingface/diffusion-models-class)/扩散模型类🧨]第 2 单元微调模型示例(https://github.com/huggingface/diffusion-models-class)
the diffusion test model
## Usage/使用方法
```python
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('izhl/ddpm-celebahq-finetuned-butterflies-2epochs')
image = pipeline().images[0]
image