Skip to content
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

Closed
notjedi opened this issue May 6, 2024 · 5 comments
Closed

error validating vae #2452

notjedi opened this issue May 6, 2024 · 5 comments

Comments

@notjedi
Copy link
Contributor

notjedi commented May 6, 2024

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

if not validate_folder_path(vae):

the above line should be using validate_model_path instead of validate_folder_path

@bmaltais
Copy link
Owner

bmaltais commented May 6, 2024

Dans, I will fix that today.

@notjedi
Copy link
Contributor Author

notjedi commented May 7, 2024

i see that you have made a commit(#2454) to fix this issue but it's still not fixed. you've replaced validate_folder_path with validate_file_path instead of validate_model_path.

@bmaltais
Copy link
Owner

bmaltais commented May 7, 2024

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?

@notjedi
Copy link
Contributor Author

notjedi commented May 7, 2024

you can either give it a path to a file or a huggingface identifier like stabilityai/sdxl-vae

@bmaltais
Copy link
Owner

bmaltais commented May 7, 2024

Crap... this is what I was afraid of... I will update the model verification and merge the PR on top.

@notjedi notjedi closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants