-
-
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
error validating vae #2452
Comments
Dans, I will fix that today. |
i see that you have made a commit(#2454) to fix this issue but it's still not fixed. you've replaced |
OK... I never use this option so maybe there is something I don't get... vae are usually indifidual files... so I check for the presence of the file at the path specified. Are you not passing a local file path to the VAE file? |
you can either give it a path to a file or a huggingface identifier like |
Crap... this is what I was afraid of... I will update the model verification and merge the PR on top. |
i'm getting the following error when using
stabilityai/sdxl-vae
as the VAE:07:49:57-850003 ERROR Validating stabilityai/sdxl-vae existence... FAILED: does not exist
.fix
kohya_ss/kohya_gui/dreambooth_gui.py
Line 544 in 95f8883
the above line should be using
validate_model_path
instead ofvalidate_folder_path
The text was updated successfully, but these errors were encountered: