Downloads · 30 days
14
29% of all-time downloads
zguo235/accelerate_model
accelerate_model is a unconditional image generation model from zguo235. Use it for the unconditional image generation task on the model card, and read the license before you ship it in a product. It is set up for diffusers. The card lists the license as mit.
This model is a diffusion model for unconditional image generation of cute 🦋.
Downloads · 30 days
14
29% of all-time downloads
All-time downloads
49
Public
Parameters
114M
455 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors455 MB · 100%
From the Hugging Face model README
This model is a diffusion model for unconditional image generation of cute 🦋.
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('zguo235/accelerate_model')
image = pipeline().images[0]
image