Skip to content

Commit

Permalink
Merge pull request #36 from devniel/fix-comfyui-1
Browse files Browse the repository at this point in the history
chore: add comfyui logo
  • Loading branch information
jbilcke-hf authored Aug 13, 2024
2 parents c01ff04 + 7241435 commit 653300f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions public/images/providers/comfyui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/core/providers/logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 653300f

Please sign in to comment.