|
I want to do fine-tuning Stable Diffusion 3 with LoRA, without Dreambooth. |
Answered by
asomoza
Jul 18, 2024
Replies: 1 comment 1 reply
|
Hi, the training scripts are for learning and to adapt them to your specific task. We don't have the training scripts for everything, you can adapt the Dreambooth Lora one to not use Dreambooth and you can learn how to do it from the SDXL example. Also for serious fine-tuning we recommend to use SimpleTuner which also uses Diffusers and has the integration you want plus a lot more. |
1 reply
Answer selected by
victolee0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the training scripts are for learning and to adapt them to your specific task. We don't have the training scripts for everything, you can adapt the Dreambooth Lora one to not use Dreambooth and you can learn how to do it from the SDXL example.
Also for serious fine-tuning we recommend to use SimpleTuner which also uses Diffusers and has the integration you want plus a lot more.