Hi all,
We did a small refactorization and now all SiT checkpoints will be hosted on Hugginface. You can access them via
hf download nyu-visionx/SiT-collections --local-dir pretrained_models
For running experiments (e.g., sampling), simply pass in args.ckpt pointing to the downloaded model path. The HF space containing both model checkpoints in 256x256 and 512x512, and we will gradually roll out pretrained checkpoints for smaller model sizes.
Hi all,
We did a small refactorization and now all SiT checkpoints will be hosted on Hugginface. You can access them via
For running experiments (e.g., sampling), simply pass in
args.ckptpointing to the downloaded model path. The HF space containing both model checkpoints in 256x256 and 512x512, and we will gradually roll out pretrained checkpoints for smaller model sizes.