Model Card for my first Diffusion Model which is for unconditional image generation of beautiful butterflies.
This model is trained on a dataset of butterflies of image size 32*32
Usage
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('NvkAnirudh/sd-butterflies32')
image = pipeline().images[0]
image
- Downloads last month
- 7
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The HF Inference API does not support unconditional-image-generation models for diffusers library.