stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
[Bug]: Unable to use locally stored BLIP models
Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before recently
- [ ] The issue has been reported before but has not been fixed yet
What happened?
I use the clip-interrogator extension in A1111 & by default the models are downloaded & stored at C:\Users\.cache\huggingface\hub
, but Forge seems to download the models to stable-diffusion-webui-forge\models\diffusers
. Please help me figure this out because these models are quite big & i can't afford redownloading all the models again. I'm guessing my solution would be to find a metadata file somewhere in Forge folder but i couldn't find anything.
Steps to reproduce the problem
N/A
What should have happened?
Forge should use the pre installed BLIP models.
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
Console logs
...
Loading CLIP Interrogator 0.6.0...
Loading caption model blip-base...
D:\AI\stable-diffusion-webui-forge\venv\lib\site-packages\huggingface_hub\file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
warnings.warn(
config.json: 100%|████████████████████████████████████████████████████████████████████████| 4.56k/4.56k [00:00<?, ?B/s]
pytorch_model.bin: 1%|▋ | 10.5M/990M [00:06<09:32, 1.71MB/s]
Additional information
No response