Skip to content

Commit

Permalink
chore: add comfyui logo
Browse files Browse the repository at this point in the history
  • Loading branch information
devniel committed Aug 13, 2024
1 parent a49eddc commit 16e453e
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 16e453e

Please sign in to comment.