AUTOMATIC1111 / stable-diffusion-webui-feature-showcase

Feature showcase for stable-diffusion-webui
986 stars 98 forks source link

issue with interrogator #8

Open kevinhower opened 1 year ago

kevinhower commented 1 year ago

when I try to use the interrogator under img2img, it continually tries to load the BLIP model and at very slow download rate. I downloaded it in my browser, replaced the url for downloading with the local location and it still tries to download it from the web rather than referencing the local version of the file.

infinitewarp commented 1 year ago

FWIW, I was also repeatedly affected by this bug. After https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4956 merged, it appears to be fixed, and I have not seen the model needlessly download again after pulling. :+1:

Not sure if anyone still needs any environment details, but I've been running a pretty basic setup on Linux, regularly pulling and running the latest master every few days, and using only the --listen --enable-insecure-extension-access args.