ComfyUI
ComfyUI copied to clipboard
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
Hello, I got research access to SDXL 0.9. Downloaded the 13GB satefensors file. How to use ComfyUI controlnet T2I-Adapter with SDXL 0.9 ? How to use openpose controlnet or similar?...
 Traceback (most recent call last): File ".\main.py", line 123, in loop.run_until_complete(run(server, address=args.listen, port=args.port, verbose=not args.dont_print_server, call_on_start=call_on_start)) File "C:\Users\emery\miniconda3\envs\comfy\lib\asyncio\base_events.py", line 616, in run_until_complete return future.result() File ".\main.py", line 47, in...
I'm not sure if this could have any downsides, but in my case .safetensors files now load twice as fast. This will be especially useful for those who store hundreds...
I've spent a significant amount of time tweaking the fine-tuning process both by tuning hyperparameters and implementing new techniques. In the end most of the code is the same and...
DeepFloyd IF
Is this model significant enough to merit a built-in set of ComfyUI nodes or should they be made as extensions
add SavePreviewLatent node. - use .png as container of latent. - exif=latent_tensor, pnginfo=same as saveimage -> you can load workflow on frontend - image_opt is optional: use logo.png if None...
Allowing pre-prompt and pre-workflow checks before the prompt is executed enables pre-execution tasks that have a global impact, such as extension garbage collection, prompt editing, and other related actions.
major changes: * Preventing stack overflow in deep recursion in Python. * Handling worklists of arbitrary length * Eliminating inefficiency due to call stack cost * Improved control over the...
Security issues * When converting to "input," there is a phenomenon where the model or image file list is included in the config. * The type used for the link...
nodes can access settings value through hidden input "SETTINGS"