We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02dd89 commit 0a1bde5Copy full SHA for 0a1bde5
packages/tasks/src/local-apps.ts
@@ -517,13 +517,6 @@ export const LOCAL_APPS = {
517
model.tags.includes("coreml") && model.tags.includes("joyfusion") && model.pipeline_tag === "text-to-image",
518
deeplink: (model) => new URL(`https://joyfusion.app/import_from_hf?repo_id=${model.id}`),
519
},
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
- },
527
ollama: {
528
prettyLabel: "Ollama",
529
docsUrl: "https://ollama.com",
0 commit comments