Edit model card

Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class 🧨/扩散模型类🧨]第 2 单元微调模型示例(https://github.com/huggingface/diffusion-models-class)

the diffusion test model

Usage/使用方法

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('izhl/ddpm-celebahq-finetuned-butterflies-2epochs')
image = pipeline().images[0]
image
Downloads last month
112
Inference API (serverless) does not yet support diffusers models for this pipeline type.