openvinotoolkit / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
247 stars 39 forks source link

[Bug]: command args --ckpt-dir not work #67

Open ananosleep opened 8 months ago

ananosleep commented 8 months ago

Is there an existing issue for this?

What happened?

--ckpt-dir and other custom dir args not work

Steps to reproduce the problem

  1. I have a model in an other disk, and a VAE, too.
  2. use --ckpt-dir and --vae-dir to try to let webui use them

What should have happened?

  1. about the ckpt file, when click “generate” cmd reports “File not found error”
  2. 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