Skip to content

Commit 3f49be7

Browse files
committed
👀 Add Comfy UI
1 parent 3d57fa0 commit 3f49be7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎packages/tasks/src/model-libraries.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
150150
filter: false,
151151
countDownloads: `path:"adapter_config.json"`,
152152
},
153+
comfy: {
154+
prettyLabel: "ComfyUI",
155+
repoName: "ComfyUI",
156+
repoUrl: "https://github.com/comfyanonymous/ComfyUI",
157+
filter: false,
158+
countDownloads: `path_extension:"safetensors"`,
159+
},
153160
deepforest: {
154161
prettyLabel: "DeepForest",
155162
repoName: "deepforest",

0 commit comments

Comments
 (0)