pythongosssss

Results 12 issues of pythongosssss

Reworked sockets to use socketio Added progress to nodes Added highlight to active node Added preview to saveimage node I've left this as draft as it isn't totally complete yet...

Allows dragging of image files onto any node with the IMAGEUPLOAD widget #70

Allows connecting reroute nodes together before adding an input Provides type info if only an output is connected but is still changeable to a different type Supports node colors Prevents...

Adds convert options to the node menu ![image](https://user-images.githubusercontent.com/125205205/227503375-cd3a973d-04aa-49d2-9277-9b2df68725ef.png) And once converted, convert back ![image](https://user-images.githubusercontent.com/125205205/227503465-495032af-ada5-40d8-9605-955a7be21594.png) New primitive node that can be connected to one of these inputs ![image](https://user-images.githubusercontent.com/125205205/227503739-9354101f-6698-4365-abc1-9919751db8e0.png) When connected it...

Adds instance as a property to the server as it was a simple way to achieve this Simple access to the server (with a bit of rearranging of the server...

Really like the new draggable menu from #265 ! Add setting to save menu position Add anchoring to side when resizing which feels more natural (e.g. I move between different...

Quite a few changes in here for this update, been working on it for a while and any feedback would be greatly appreciated. I've tried to make this as backwards...

Adds `comfy run --workflow {file}`, allowing you to run API workflows from the cli using the comfy cli background instance. Arguments: `--workflow` - The workflow API JSON to run `--[no-]wait`...

Adds basic support for a TOOLTIPS property, these show in the UI when hovering inputs/outputs/widgets. DOM widgets will the use the native browser tooltips. There is a setting to disable...

Feature
Frontend

## Fix / add "Send To Workflow" Right click on an image, there should now be a "Send to workflow" option, listing all your saved workflows. ![image](https://github.com/comfyanonymous/ComfyUI/assets/125205205/1d877251-ade4-42b9-ac1c-19edc75003ae) You can choose...