From 16e453e53fca13d7cc501fe01321f72adbc65731 Mon Sep 17 00:00:00 2001 From: Daniel Mauricio Flores Date: Tue, 13 Aug 2024 18:19:57 +0200 Subject: [PATCH] chore: add comfyui logo --- public/images/providers/comfyui.png | 3 +++ src/components/core/providers/logos.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 public/images/providers/comfyui.png diff --git a/public/images/providers/comfyui.png b/public/images/providers/comfyui.png new file mode 100644 index 00000000..1044a216 --- /dev/null +++ b/public/images/providers/comfyui.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ede11b7153e088595273c719e91f29656498ca26d3370505d7ec1e21436fdf9 +size 2234 diff --git a/src/components/core/providers/logos.ts b/src/components/core/providers/logos.ts index 0eea35a4..be04f854 100644 --- a/src/components/core/providers/logos.ts +++ b/src/components/core/providers/logos.ts @@ -2,7 +2,7 @@ import { ClapWorkflowProvider } from '@aitube/clap' const none = '/images/providers/none.png' const builtin = '/images/providers/none.png' // <-- TODO put Clapper logo here -const comfyui = '/images/providers/none.png' // <-- TODO put ComfyUI logo here +const comfyui = '/images/providers/comfyui.png' const anthropic = '/images/providers/anthropic.png' const cohere = '/images/providers/cohere.png' const comfyicu = '/images/providers/comfyicu.png'