sprited commited on
Commit
792d516
·
verified ·
1 Parent(s): e322fd0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -12,9 +12,15 @@ datasets:
12
  # Dancing Chibi Figures — baseline checkpoints
13
 
14
  Reference checkpoints for the [sprited/dancing-chibi-figures](https://huggingface.co/datasets/sprited/dancing-chibi-figures)
15
- dataset, trained with the pure-PyTorch trainer in the [dataset's GitHub repo](https://github.com/sprited-ai/dancing-chibi-figures)
16
  (`train/video_ddpm.py` — factorised 3D UNet, v-prediction, cosine schedule, EMA).
17
 
 
 
 
 
 
 
18
  | file | what | steps |
19
  |---|---|---|
20
  | `unet_img64.pt` | unconditional 64px image model (`--frames 1`) | 30k |
 
12
  # Dancing Chibi Figures — baseline checkpoints
13
 
14
  Reference checkpoints for the [sprited/dancing-chibi-figures](https://huggingface.co/datasets/sprited/dancing-chibi-figures)
15
+ dataset, trained with the **pure-PyTorch** trainer in the [dataset's GitHub repo](https://github.com/sprited-ai/dancing-chibi-figures)
16
  (`train/video_ddpm.py` — factorised 3D UNet, v-prediction, cosine schedule, EMA).
17
 
18
+ **Why this repo exists:** the dataset ships two learning tracks. The diffusers track (links at the bottom) teaches the
19
+ standard tooling everyone uses; this track is the ~600-line from-scratch version where you can read every line of the
20
+ model, the schedule and the sampler — and it is where the **video** models live (diffusers has no tiny video pipeline).
21
+ These checkpoints are the "fully-trained" reference the [Colab tutorial](https://github.com/sprited-ai/dancing-chibi-figures/blob/main/notebooks/dancing_chibi_figures_colab.ipynb)
22
+ compares your short training runs against.
23
+
24
  | file | what | steps |
25
  |---|---|---|
26
  | `unet_img64.pt` | unconditional 64px image model (`--frames 1`) | 30k |