-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kohya finetuning error #1246
Comments
i havent been able to find a solution so far, so if anyone has a clue please help me out here. this for finetuning 1.5 but exactly the same happens for sdxl. |
Hummm... did I broke something in the GUI with the recent SDXL update? You are training SD1.5, right? I will add it to the list of things to check when I am back from vacation. |
open SDXL model,--no_half_vae in Parameters |
modify your config .json with:
then open the config and train. You might also have to use:
|
Just to add on to @maifree123 .... You'll want to open up SDXL model option, even though you might not be using it, uncheck the half vae option, then unselect the SDXL option if you are using 1.5, etc... Thanks @maifree123 ! |
Thanks, thats worked to me. |
Hello,
i am getting this error when using "finetuning" method in kohya_ss: fine_tune.py: error: unrecognized arguments: --no_half_vae. It worked for me in the past just fine, but after the update i simply cannot figure out why i am getting this error, this only applies for "finetune". Dreambooth and loras are working just fine.Hope someone can help me out.
i cannot figure out where --no_half_vae, args are in fine_tune.py and if removing it would even help.
edit: also i have no extra arguments specified in the gui itself
The text was updated successfully, but these errors were encountered: