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 3d57fa0 commit 3f49be7Copy full SHA for 3f49be7
‎packages/tasks/src/model-libraries.ts‎
@@ -150,6 +150,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
150
filter: false,
151
countDownloads: `path:"adapter_config.json"`,
152
},
153
+ comfy: {
154
+ prettyLabel: "ComfyUI",
155
+ repoName: "ComfyUI",
156
+ repoUrl: "https://github.com/comfyanonymous/ComfyUI",
157
+ filter: false,
158
+ countDownloads: `path_extension:"safetensors"`,
159
+ },
160
deepforest: {
161
prettyLabel: "DeepForest",
162
repoName: "deepforest",
0 commit comments