Skip to content

Commit

Permalink
wrong deeplink for diffusionbee (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
enzostvs authored Aug 27, 2024
1 parent 58e667c commit 78f0458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const LOCAL_APPS = {
mainTask: "text-to-image",
macOSOnly: true,
displayOnModelPage: (model) => model.library_name === "diffusers" && model.pipeline_tag === "text-to-image",
deeplink: (model) => new URL(`diffusionbee://open_from_hf?model=${model.id}`),
deeplink: (model) => new URL(`https://diffusionbee.com/huggingface_import?model_id=${model.id}`),
},
joyfusion: {
prettyLabel: "JoyFusion",
Expand Down

0 comments on commit 78f0458

Please sign in to comment.