Model Card for Stable Diffusion - Butterflies, 32px
Model developed for the Unit 1 of the Diffusion Models Class ๐งจ.
This model is a diffusion model for unconditional image generation of cute butterflies ๐ฆ.
It is trained on a very small collection of 1'000 pictures and trained for 30 epochs.
Usage
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('alkiskoudounas/sd-butterflies-32px')
image = pipeline().images[0]
image
- Downloads last month
- 13
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The HF Inference API does not support unconditional-image-generation models for diffusers
library.