Skip to content

Commit c3e284e

Browse files
authored
[Tasks] remove invoke.ai local app (#1869)
The invoke model platform has been shut down. So links from the Hugging Face Hub lead to 404. From [invoke.ai](https://invoke.ai/): > The Invoke hosted platform has been shut down as the founding team joined Adobe.
1 parent 98b556e commit c3e284e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -517,13 +517,6 @@ export const LOCAL_APPS = {
517517
model.tags.includes("coreml") && model.tags.includes("joyfusion") && model.pipeline_tag === "text-to-image",
518518
deeplink: (model) => new URL(`https://joyfusion.app/import_from_hf?repo_id=${model.id}`),
519519
},
520-
invoke: {
521-
prettyLabel: "Invoke",
522-
docsUrl: "https://github.com/invoke-ai/InvokeAI",
523-
mainTask: "text-to-image",
524-
displayOnModelPage: (model) => model.library_name === "diffusers" && model.pipeline_tag === "text-to-image",
525-
deeplink: (model) => new URL(`https://models.invoke.ai/huggingface/${model.id}`),
526-
},
527520
ollama: {
528521
prettyLabel: "Ollama",
529522
docsUrl: "https://ollama.com",

0 commit comments

Comments
 (0)