Fix bug in stable-diffusion-cpp-python vae_path handling
- Changed incorrect 'elif clip_l_path:' to proper 'if clip_l_path:' logic - Fixed vae_path assignment to use args.vae_path instead of undefined vae_path variable - This ensures CLIP LLM and VAE paths are properly passed when using --clip-l-path and --vae-path CLI arguments with Vulkan backend
Showing
Please
register
or
sign in
to comment