Comfy-Org / Comfy-Org/ComfyUI_frontend
Comfy logo on browser refresh returns... removal and comment
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 699
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 490
Description
Appreciate you have a lot of work ironing out recent Frontend issues, but can I make a suggestion?
- 1.38.13: Huge yellow/blue logo displayed (see issue #8876)—very distracting.
- 1.39.19: Spinning circle—works nicely, unobtrusive.
- 1.41.21: New bright yellow logo appeared—better than 1.38.13 but distracting enough that I wanted to put time into wrestling a front-end chage (again) to remove it.
For now I've removed it as I find it hugely distracting personally (you already have 'C' branding in left menu and webpage title).
I guess it could be fixed at source, editing src/components/Logo.tsx
... probably replace the logo render with: `export function Logo() { return null; }`
For anyone who wants to edit once installed, I needed to edit my venv:
home/username/ComfyUI/.venv/lib/python3.12/site-packages/comfyui_frontend_package/static/assets/index-4Ajm-uWD.js
I replaced these two lines:
`f(Y,{size:`xl`,color:`yellow`,"disable-animation":``})`
and
`f(Y,{size:`xl`,color:`yellow`})`
with
`null`
This works locally but is overwritten by future builds.
It would be great if the spinning circle from 1.39.19 could be restored instead. Thanks for all the work.
┆Issue is synchronized with this [Notion page](https://www.notion.so/Issue-10826-Comfy-logo-on-browser-refresh-returns-removal-and-comment-3366d73d3650816bb89bcb3a72e8c7f5) by [Unito](https://www.unito.io)
Contributor guide
Assessment
This issue has not been assessed yet.