Skip to content

Conversation

@chainchompa
Copy link
Contributor

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!

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}`),
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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"}]}

Copy link
Contributor Author

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!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pcuenca @julien-c Latest release included the deep link handling if you wouldn't mind taking a look again!

Copy link
Member

@enzostvs enzostvs Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2024-08-07 at 10 17 43 AM

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"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It worked for me after installing locally from main 🎉

Got this when clicking on Install Model:

Screenshot 2024-08-09 at 19 41 46

Then a progress indicator in the web UI:

Screenshot 2024-08-09 at 19 42 51

Nit: If you use the same link twice, it will download the model again, as shown in the screenshot above.

Copy link
Member

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.

Copy link
Member

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 👌

@chainchompa chainchompa requested a review from julien-c July 22, 2024 21:11
@sammcj
Copy link
Contributor

sammcj commented Jul 23, 2024

+1 for InvokeAI, really is fantastic

@enzostvs enzostvs self-requested a review August 9, 2024 17:47
@pcuenca
Copy link
Member

pcuenca commented Aug 9, 2024

Tests now pass, let's go! 🎉

Thanks @chainchompa for the contribution and the patience!

@pcuenca pcuenca merged commit 6b9b1bf into huggingface:main Aug 9, 2024
@chainchompa chainchompa deleted the add-invoke branch August 12, 2024 14:35
@kefranabg
Copy link
Contributor

kefranabg commented Mar 26, 2025

Hey @chainchompa, invoke deeplink seems broken, could you suggest a fix?

Screenshot 2025-03-26 at 16 14 58

@krampstudio
Copy link
Collaborator

krampstudio commented Dec 5, 2025

FYI the invoke model platform has been shut down => #1869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants