python scripts/main.py fit --help
python scripts/main.py fit --model=StableDiffusionModule --data=HFDataModule --print_config
python scripts/main.py fit -c 'your config path'
python scripts/precompute.py -c config/text_to_image/stable_diffusion.yaml --wds_save_dir=../data_cache --repeat=10
- Stable Diffusion
- LoRA
- ControlNet
- inpaint
- ip adapter
- Stable Diffusion XL
- LoRA
- ControlNet
- ip adapter
- PixArt
- LoRA
- ControlNet
- Flux
- LoRA
- ControlNet
- AnymateAnyone
- stage1/2
- high priority
- aspect ratio bucketing
- save part of checkpoint
- dreambooth
- lcm, (dmd, pcm)
- pixart inpaint/img2img pipeline
- other
- upscale
- stable cascade
- stable diffusion 3
- HDiT
- t2i-adapter
- textual-inversion
- deepfloyd
- prompt-free diffusion
- esd
- tips from kohya-ss/sd-scripts
- video, 3d, ... generation
This repo borrows the architecture design and part of the code from diffengine, diffusers, naifu, generative-models, sd-scripts.