Edit model card

Hi

python
from diffusers import DDPMPipeline
 
pipeline = DDPMPipeline.from_pretrained('cp-cp/sd-class-butterflies')
pipeline.to("cuda")
image = pipeline ().images [0]
image
Downloads last month
1
Inference API
Unable to determine this model’s pipeline type. Check the docs .