Windows needs double "\" in paths to models etc.
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.
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.
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.