Regression: Internal input fields remain dimmed when converted to external sockets (unnecessary visual clutter) #3507
Unanswered
murphylanga
asked this question in
Q&A
Replies: 1 comment
-
This is an intended change. You can read the RFC discussion here Comfy-Org/rfcs#10 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
After updating ComfyUI, internal input fields (e.g., text inputs, sliders) stay partially visible (dimmed) even when they are exposed as external sockets. This creates visual noise and wastes space, especially in nodes like CLIPTextEncode.
Steps to Reproduce:
Create a node with an internal input (e.g., CLIPTextEncode).
Right-click the input and select "Convert to external input".
Observe: The original input field remains dimmed instead of being hidden.
Expected Behavior:
Only the external socket should be visible (as in previous versions). The internal field should hide completely when converted.
Or is there a way to toggle this?

Beta Was this translation helpful? Give feedback.
All reactions