ComfyUI_NestedNodeBuilder
ComfyUI_NestedNodeBuilder copied to clipboard
Convert widget to input doesn't preserve type
TLDR: if a widget is converted to input after nesting, I can't connect anything to this input
Steps to reproduce:
- Create KSampler and something else
- Nest them
- Convert
seed(orstepsor whatever) to input - Try to connect external input to it
- Fail miserably
If I convert it to input before nesting, it will work correctly, but it makes the resulting node less reusable. Is there a way to fix this?
Here's a broken workflow for the reference