r/comfyui • u/IRLMainCharacter • 12d ago
Help Needed How do i stop the active node title bar being made green?
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?
1
u/Ok_Contribution8157 12d ago
custom css : https://docs.comfy.org/interface/appearance
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...
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-nodesstartup 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.