stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: command args --ckpt-dir not work
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
--ckpt-dir and other custom dir args not work
Steps to reproduce the problem
- I have a model in an other disk, and a VAE, too.
- use --ckpt-dir and --vae-dir to try to let webui use them
What should have happened?
- about the ckpt file, when click “generate” cmd reports “File not found error”
- about the VAE file, “custom VAE” in openVINO script can't find the VAE file correctly.
Sysinfo
Intel i7-8565u laptop with UHD 620
What browsers do you use to access the UI ?
No response
Console logs
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
Additional information
No response