WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Allow inline bools #147

Open mastfissh opened 1 year ago

mastfissh commented 1 year ago

Right now, if you want to pass a 0 or 1 to most nodes, you need a logic bool node running to it.

It'd be nicer if you had the option to use an input widget in cases where you want to just set the value directly. I've only done image input because that's the one I use the most but should be pretty easy to implement this across all the logic nodes.

WASasquatch commented 1 year ago

This isn't a complete PR since it only effects one node and would introduce confusion.

mastfissh commented 1 year ago

Yup - I thought I'd double check before making this change across all nodes. If I adjusted all of them to be widget-able, would that work?