ComfyUI
ComfyUI copied to clipboard
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
```object_storage``` is extremely useful for determining ```IS_CHANGED``` based on a comparison between the original value and the current value.
The current extra_data and prompt are not being passed as IS_CHANGED. If there are dependencies on IS_CHANGED for decision making, an exception will occur. This patch ensures that extra_data and...
Please provide controlnet for SDXL in ComfyUI
Please provide controlnet for SDXL in ComfyUI Thanks
Scale graph canvas based on DPI factor
Similar to fixes in litegraph.js editor demo: https://github.com/ernestp/litegraph.js/blob/3ef215cf11b5d38cc4f7062d6f78b478e2f02b39/editor/js/code.js#L19-L28 Fixes #161
CoreML intergration?
Any plans on allowing to run CoreML models on ur Ui? since Apple CoreML models run waay better than normal safetensors on mac.. much more faster
BUG: Only using 7.7GB Max out of 24GB Nvidia 3090 RTX
I've tried increasing the batch size up to 8 or more, still only uses 7.7GB Max memory on the 3090. Automatic1111 is using the full 24GB while rendering, and is...
There's no protection or guard for core nodes in nodes.py's definition against being overwritten by custom nodes. `nodes.py`: `NODE_CLASS_MAPPINGS` | `NODE_DISPLAY_NAME_MAPPINGS` I was writing custom logic to split all custom...
I am uncomfortable using the default context menu of litegraph, so I made a small modification to improve it. Before:  After:  Now, The button area is enlarged, which...
Is the format changed?I use it and the ComfyUI seems to be not working properly(the generated image is disordered) and i can't find the "prompt section" in saved .json file
Fixed https://github.com/comfyanonymous/ComfyUI/pull/749 which broke cli_args in its last commit. Please refer to the original PR for details.