-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading SDXL 1.0 fails with RuntimeError: Model config for ViT-bigG-14 not found. #615
Closed
2 tasks done
Labels
bug
Something isn't working
Comments
I was able to fix this by updating the auto Dockerfile Replace here:
with
Start the deployment again with:
Then SDXL 1.0 loads without problems. |
jsjolund
added a commit
to jsjolund/stable-diffusion-webui-docker
that referenced
this issue
Nov 21, 2023
jsjolund
added a commit
to jsjolund/stable-diffusion-webui-docker
that referenced
this issue
Nov 21, 2023
…1111/Dockerfile
sf666
added a commit
to sf666/sd
that referenced
this issue
Nov 28, 2023
* commit '93dbd1ecaf903ad24dd510caa1903e85d5d80050': Fixes AbdBarho#615, update open_clip to v2.20.0 in services/AUTOMATIC1111/Dockerfile
1 task
mashb1t
added a commit
to mashb1t/stable-diffusion-webui-docker
that referenced
this issue
Dec 5, 2023
fixes RuntimeError: Model config for ViT-bigG-14 not found. use https://github.com/mlfoundations/open_clip/releases/tag/v2.23.0 see AbdBarho#615
AbdBarho
added a commit
that referenced
this issue
Jan 1, 2024
Fixes #615. Updates `open-clip-torch` to the one specified in auto's [requirements_versions.txt](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/requirements_versions.txt#L18). --------- Co-authored-by: AbdBarho <[email protected]>
yarmand
pushed a commit
to yarmand/stable-diffusion-webui-docker
that referenced
this issue
Feb 15, 2024
Fixes AbdBarho#615. Updates `open-clip-torch` to the one specified in auto's [requirements_versions.txt](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/requirements_versions.txt#L18). --------- Co-authored-by: AbdBarho <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Has this issue been opened before?
Describe the bug
The commit 3e67f55 breaks loading of SD XL - v1.0 VAE fix from civitai and SD XL 1.0 base from huggingface.
Which UI
auto
Hardware / Software
Steps to Reproduce
Ctrl+C
to stop docker compose.RuntimeError: Model config for ViT-bigG-14 not found.
Additional context
Related issues:
It seems the solution is
pip install open-clip-torch==2.20.0
, however, when I added this to the auto Dockerfile, it fails with:Reverting to a2561f2 fixes the issue, as long as I add
pip install httpx==0.24.1
to the auto Dockerfile, to fix this issue.The text was updated successfully, but these errors were encountered: