Views
No views yet
| File | Training budget | Unguided FID | AutoGuidance FID |
|---|---|---|---|
xl_400k.pt | 400K iter (≈80 epochs) | 2.87 | 1.14 |
xl_1m.pt | 1M iter (≈200 epochs) | 2.37 | 1.05 |
xl_3m.pt | 3M iter (≈600 epochs) | 2.14 | 1.02 |
{'ema': state_dict} and is drop-in
for the inference script in the code repository.1from huggingface_hub import hf_hub_download
2
3ckpt_path = hf_hub_download("bsq532087/LWD", "xl_3m.pt")
4# then point the code repo's inference config / --ckpt at `ckpt_path`1@article{qian2026learning,
2 title = {Learning When to Denoise: Optimizing Asynchronous Schedules for Latent Diffusion},
3 author = {Qian, Bingshuo and Cheng, Xiang},
4 journal = {arXiv preprint arXiv:2606.19662},
5 year = {2026},
6}