-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Failed to build invoke ui - get "ImportError" on "ModelSearchArguments" #630
Comments
My bet is on huggingface_hub v0.19, which removed ModelSearchArguments completely.
It does not fix the underlying issue, dependency on the old libraries, but at least makes it runnable. |
Sadly, doesn't work for me. Same error as before. Hoping now for AbdBarho's fix to be merged. |
To anyone else who runs into this issue before the update comes out, you can patch your copy by changing the following two lines in the middle of the invokeai/Dockerfile after the torchmetrics fix:
And then adding this third line right before
Apparently the bundled version of InvokeAI tries to pull a model (LowRA) from Civitai that's been removed (apparently the creator didn't like their updated T&Cs) but it seems to also be available on huggingface (LowRA_v2.safetensors) |
Has this issue been opened before?
Describe the bug
On building with
get the following:
Which UI
invoke
Hardware / Software
Steps to Reproduce
The text was updated successfully, but these errors were encountered: