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

Windows needs double "\" in paths to models etc. #93

Open
AuricMists opened this issue Dec 20, 2024 · 2 comments
Open

Windows needs double "\" in paths to models etc. #93

AuricMists opened this issue Dec 20, 2024 · 2 comments

Comments

@AuricMists
Copy link

AuricMists commented Dec 20, 2024

Hi, Came across another issue with Windows 10 -

Paths to files that have a "\" character need to have it replaced with "\\"
for example, the generated code
vaeloader_7 = vaeloader.load_vae(vae_name="SDXL\sdxl_vae.safetensors")
needs to be replaced with
vaeloader_7 = vaeloader.load_vae(vae_name="SDXL\\sdxl_vae.safetensors")

Cheers.

@niceguy4
Copy link

niceguy4 commented Feb 6, 2025

Hi, Came across another issue with Windows 10 -

Paths to files that have a "" character need to have it replaced with "" for example, the generated code vaeloader_7 = vaeloader.load_vae(vae_name="SDXL\sdxl_vae.safetensors") needs to be replaced with vaeloader_7 = vaeloader.load_vae(vae_name="SDXL\sdxl_vae.safetensors")

Cheers.

What? Both of those are exactly the same.

@AuricMists
Copy link
Author

Haha, got caught out by the very thing I'm trying to describe. However, there is a clue in the title :-)
Poetic justice for not checking it before posting.
I'll change it.

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