-
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
Built Container - Fails after mounting GFPGAN, during "Loading Python libraries..." #540
Comments
add into services/invoke/Dockerfile after line 35
|
THX! I ended up using a local installation instead of Docker, and all set. But I will return to using Docker and will update the Dockerfile and try it again. |
Perfect, that was the solution! The only difference for me: I had to include the code snippet into services/AUTOMATIC1111/Dockerfile after line 35. THANKS A LOT! |
Is this still an issue, even after the latest update? seems to me like a conflict in dependencies with an extension? |
It is still an issue. The solution below helps (maybe create a PR?):
|
@prostolyubo does this still work if you put in the |
I'm not sure what you're talking about. I don't see such a script anywhere. I simply modified the dockerfile and rebuilt the image. |
@burn4science Exactly what I needed. |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Has this issue been opened before?
Describe the bug
After successfully creating the container... Docker fails just after Mounting GFPGANv1.4.pth during "Loading Python libraries..."
Which UI
InvokeAI
Hardware / Software
Client:
Cloud integration: v1.0.33
Version: 24.0.2
API version: 1.43
Go version: go1.20.4
Git commit: cb74dfc
Built: Thu May 25 21:53:15 2023
OS/Arch: windows/amd64
Context: default
Server: Docker Desktop 4.20.1 (110738)
Engine:
Version: 24.0.2-38-g8e70a1b23e
API version: 1.43 (minimum version 1.12)
Go version: go1.20.4
Git commit: 8e70a1b23e965d86ec8c2feb77605196ae124630
Built: Fri Jun 2 15:58:50 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.21
GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
runc:
Version: 1.1.7
GitCommit: v1.1.7-0-g860f061
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Steps to Reproduce
docker compose --profile invoke up --build
Additional context
The text was updated successfully, but these errors were encountered: