diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index d8d31a2d4..63f396fdf 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"`, }, + comfyui: { + prettyLabel: "ComfyUI", + repoName: "ComfyUI", + repoUrl: "https://github.com/comfyanonymous/ComfyUI", + filter: false, + countDownloads: `path_extension:"safetensors"`, + }, "cxr-foundation": { prettyLabel: "CXR Foundation", repoName: "cxr-foundation",