ComfyUI
ComfyUI copied to clipboard
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
I don't know if this is even possible... I noticed that in the last Ksampler node, the same model is always connected to that node. In the last step, it...
Hello! With the addition of the image history, I see an opportunity to make inpainting a significantly more iterative and streamline process, much closer to what we get in A1111....
Assuming that implementing websocket adds complexity to other systems that use ComfyUI API, having a sync HTTP endpoint that awaits the workflow to finish can be a solution. To implement,...
It looks like this ```yaml config: network: listen: 127.0.0.1 port: 8188 enable_cors_header: null files: extra_model_paths_config: null output_directory: null behavior: auto_launch: false dont_print_server: false quick_test_for_ci: false windows_standalone_build: false pytorch: cuda_device: null...
 These `None` entries aren't actually on the filesystem so they break the executor. It seems the filepath lister is returning `NoneType` values for some reason I can also...
The Primitive Node don't connect to Reroute Node. Even if the latter one connect to single Steps.
will it be more smaller???
Hi, Sorry if it's a duplicate, but I was wondering if there could be a way to specify what happens when a node is muted? For instance a method for...
I'm trying to force one parallel chain of nodes to execute before another by using the 'On Trigger' mode to initiate the second chain after finishing the first one. All...
Hey Team, How do I fix this traceback error: G:\StableDiffusion\ComfyUI\update>..\python_embeded\python.exe .\update.py ..\ComfyUI\ Traceback (most recent call last): File "G:\StableDiffusion\ComfyUI\update\update.py", line 45, in repo = pygit2.Repository(str(sys.argv[1])) File "G:\StableDiffusion\ComfyUI\python_embeded\lib\site-packages\pygit2\repository.py", line 1759, in...