-
Notifications
You must be signed in to change notification settings - Fork 563
Add Invoke Local App #757
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
Add Invoke Local App #757
Conversation
| docsUrl: "https://github.com/invoke-ai/InvokeAI", | ||
| mainTask: "text-to-image", | ||
| displayOnModelPage: (model) => model.library_name === "diffusers" && model.pipeline_tag === "text-to-image", | ||
| deeplink: (model) => new URL(`https://models.invoke.ai/huggingface/${model.id}`), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
do you have an example model that's nicely supported by Invoke?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does deep linking work? On that URL I see a yellow "Install Model" button which links to http://localhost:9090/api/v2/models/install/huggingface?source=RunDiffusion/Juggernaut-X-v10, if I click on it I get a 422 error:
{"detail":[{"type":"int_parsing","loc":["path","id"],"msg":"Input should be a valid integer, unable to parse string as an integer","input":"huggingface"}]}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deep link handling is in the main branch and will be included in the next release!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @chainchompa
I'm still having the same issue while clicking on your link above (https://models.invoke.ai/huggingface/RunDiffusion/Juggernaut-X-v10), then clicking on "Install model"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@enzostvs did you try the Automatic Install? I can test that one if the process failed for you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok nvm then, thank you @pcuenca
Good on my side to merge it 👌
|
+1 for InvokeAI, really is fantastic |
|
Tests now pass, let's go! 🎉 Thanks @chainchompa for the contribution and the patience! |
|
Hey @chainchompa, invoke deeplink seems broken, could you suggest a fix?
|
|
FYI the invoke model platform has been shut down => #1869 |



Hi HuggingFace team!
I'm looking to add Invoke to the list of local apps for running text-to-image models. Let me know if I need to provide anything else!