-
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
Automatic 1111 building runs into ERROR [auto stage-2 3/15] #480
Comments
This is very weird. No idea what is happening here. Have you tried clearing the cache? This has probably something to do with the fact that we download pytorch with Honestly I want to go with a pre-built pytorch container but they don't support latest python. |
You mean |
Same issue for me here, running with Edit: oops sorry didn't realise this was not the same error, however previously I had the same error as above but now have this running with
|
@nekrasovdmitriy @AbdBarho I was able to successfully build by removing the |
@dreamfast I am going to remove that in #483, at least for pytorch wheel download. |
|
Yeah probably, can you try removing the folder |
Deleting folder helped, thanks. I successfuly launchned auto container, worked for some time and container was killed by itself:
After that, invoke container do not start again...
What's the connection? And, by the way, is it possible to have run two containers run simultaneously on different ports? |
It seems that you are either running an old version of this repo, or that one of the extensions? are doing something weird, because this repo uses pytorch 2, not 1.13. The error is probably because some downloaded package is corrupted.
|
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
Trying to execute
docker compose --profile auto up --build
run into ERROR [auto stage-2 3/15](InvokeAI works flawlessly, by the way)
Which UI
auto
Hardware / Software
Steps to Reproduce
Execute
docker compose --profile auto up --build
from downloaded repo folder.Additional context
Any other context about the problem here. If applicable, add screenshots to help explain your problem.
Second time a bit different output:
And after that, invokeai, that was working before is also broken:
The text was updated successfully, but these errors were encountered: