Views
No views yet
train/video_ddpm.py — factorised 3D UNet, v-prediction, cosine schedule, EMA).| file | what | steps |
|---|---|---|
unet_img64.pt | unconditional 64px image model (--frames 1) — samples | 30k |
unet_img64_cond.pt | group-conditional image model (--cond group, classifier-free guidance) — samples | 30k |
unet_t2v64.pt | text-conditioned autoregressive video (--cond text --ar_ctx 8 --frames 8 --stride 2, CLIP prompt embeddings, warm-started from unet_img64) — landing soon | 60k |
unet_t2v64_scratch.pt | same recipe from scratch (how much does the image warm-start buy?) — landing soon | 30k |
dit_img64_p2.pt | the other architecture: DiT (transformer) + flow matching, patch 2 — landing soon | 30k |
python scripts/rollout.py --ckpt unet_t2v64.pt --prompt "A person jumps in place." --seconds 5 --n 8 --out dance.gifDDPMPipeline) and sprited/dancing-chibi-figures-t2i-64
(text-to-image, mini-Stable-Diffusion style). Made by Sprited.