Views
No views yet
UNet2DModel + DDPMScheduler, squaredcos, EMA), 30k steps, ~71M params. If your run looks like the
grid below, you did it right. It doubles as proof that the dataset trains cleanly with textbook code, and as the
unconditional floor that the conditional models (text-to-image, video) are measured against.
1from diffusers import DDPMPipeline
2pipe = DDPMPipeline.from_pretrained("sprited/dancing-chibi-figures-ddpm-64").to("cuda")
3img = pipe(batch_size=16, num_inference_steps=50).images # PIL images (RGBA — transparent background included)train_diffusers/train_ddpm.py.
Want text control? See sprited/dancing-chibi-figures-t2i-64.
Made by Sprited.