From 3f49be730c0e99980f46d3c17ed61aed36793de6 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastav Date: Thu, 31 Oct 2024 00:27:28 +0530 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=80=20Add=20Comfy=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/tasks/src/model-libraries.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 42e0c1d96..1cd9c4604 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -150,6 +150,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path:"adapter_config.json"`, }, + comfy: { + prettyLabel: "ComfyUI", + repoName: "ComfyUI", + repoUrl: "https://github.com/comfyanonymous/ComfyUI", + filter: false, + countDownloads: `path_extension:"safetensors"`, + }, deepforest: { prettyLabel: "DeepForest", repoName: "deepforest", From a8e953fe018a0dc41e50b3499ba64940f52a2ea7 Mon Sep 17 00:00:00 2001 From: vb Date: Thu, 31 Oct 2024 16:45:55 +0530 Subject: [PATCH 2/2] Update packages/tasks/src/model-libraries.ts Co-authored-by: Lucain --- packages/tasks/src/model-libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 1cd9c4604..317eb711c 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -150,7 +150,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path:"adapter_config.json"`, }, - comfy: { + comfyui: { prettyLabel: "ComfyUI", repoName: "ComfyUI", repoUrl: "https://github.com/comfyanonymous/ComfyUI",