modelscope / DiffSynth-Studio

Enjoy the magic of Diffusion models!
Apache License 2.0
6.54k stars 591 forks source link

Trained Lora how-to questions #161

Open CHK-0000 opened 2 months ago

CHK-0000 commented 2 months ago

https://github.com/modelscope/DiffSynth-Studio/blob/main/examples/train/stable_diffusion_xl/train_sdxl_lora.py


hello. After training with the code here, can I use the Lora as output in any code from that repository? I'm a coding beginner. Please tell me how to do it!

Artiprocher commented 2 months ago

See https://github.com/modelscope/DiffSynth-Studio/tree/main/examples/train.

We provided examples in the README.