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.
joyfusion
1 parent 832db26 commit e69876aCopy full SHA for e69876a
packages/tasks/src/local-apps.ts
@@ -239,7 +239,7 @@ export const LOCAL_APPS = {
239
docsUrl: "https://joyfusion.app",
240
mainTask: "text-to-image",
241
macOSOnly: true,
242
- displayOnModelPage: (model) => model.tags.includes("coreml") && model.pipeline_tag === "text-to-image",
+ displayOnModelPage: (model) => model.tags.includes("coreml") && model.tags.includes("joyfusion") && model.pipeline_tag === "text-to-image",
243
deeplink: (model) => new URL(`https://joyfusion.app/import_from_hf?repo_id=${model.id}`),
244
},
245
invoke: {
0 commit comments