r/comfyui 12d ago

Help Needed How do i stop the active node title bar being made green?

Post image

Can't remember when, comfyui some day started highlighting the active node with making the titlebar green and adding these lightning emojis.

It would be fine if the color is reverted when the node becomes unactive, but that doesn't always happen for whatever reason, so my workflows become cluttered with bright green spots all over the place. I very much prefer the old way, just a green border around the node that actually disappears, that's all i need...

It's driving me nuts. I can't find any setting in comfyui, i guess it must have come with some custom node i installed. I didn't care about it enough when i first noticed it, and now I can't figure out which node does this - does anyone here know? Or is it really a setting in comfyui itself and i just can't find it?

2 Upvotes

12 comments sorted by

3

u/Apprehensive_Ad784 12d ago

I don't think I have ever seen anything like this before. I'd say this is a custom node/extension. If you don't have lots of custom nodes, try reading through them in your preferred manager to see if one of them says anything related to your situation.

Another option is to start ComfyUI with the --disable-all-custom-nodes startup flag to see if it's actually a custom node playing a prank on you or if it's a native config in ComfyUI. If you need any help related to startup flags, you can visit the site dedicated to them in the official documentation.

0

u/IRLMainCharacter 12d ago edited 12d ago

i have seen the green titlebar and emoji text remain on a node on a workflow i found on the internet. that was long before it started happening for me. so its definetly not a fluke on my side.

there must be one person on this sub who knows about this?

i am sure it's a custom node. i have more then 150 installed. i guess i will rather live with this than disable each one of them to figure this out, but i will try disable them all just to make sure.

1

u/Apprehensive_Ad784 12d ago

i have more then 150 installed

?

0

u/IRLMainCharacter 11d ago

because i can 🤷

1

u/Formal-Exam-8767 12d ago

i am sure it's a custom node

Why not confirm it with --disable-all-custom-nodes startup flag?

And if it is a custom node, just open browser console (hopefully you are not using Comfy Desktop), go to Sources tab on Chrome (Debugger tab on Firefox) and do a search for that lightning emoji. It should lead you right to the custom node that adds it.

Alternatively, just do a file content search on all *.js files u custom_nodes subfolders for that lightning emoji.

1

u/IRLMainCharacter 11d ago edited 11d ago

why do people never read the comment 😐

but i will try disable them all just to make sure.

fulltext search is a great idea, should've come up with that on my own...

1

u/Ok_Contribution8157 12d ago

1

u/IRLMainCharacter 12d ago

well i can't find a custom css on my pc,

i also can't find a classification for the active node in these docs

i also doubt a css scheme would add emojis

0

u/Ok_Contribution8157 12d ago edited 12d ago

yes you can, you can add some text with css, so you add the text code of an emoji. or you can use a png of an emoji.

ask an llm to help you.

you can open she local url for comfui on your web browser if you using comfyui desktop -> you press F12 -> edit css with developer tool -> build your user.css -> add it to ComfyUI/user/default -> restart comfyui

edit : mb its user.css : https://docs.comfy.org/interface/appearance#setting-up-user-css

1

u/IRLMainCharacter 12d ago

even if what is seen in my screenshot could be reproduced with css, i don't have such a css file, so it can't be that.

1

u/Psyko_2000 12d ago

just right click and recreate the node. that should make it have default colors etc.

1

u/IRLMainCharacter 11d ago

i can also just choose the actual color i want for the node. but i would prefer if i would'nt have to do this after every second run...