ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

Results 2058 ComfyUI issues
Sort by recently updated
recently updated
newest added

The new version of ComfyUI cannot be extracted using 7zip or any other extraction software.

Some json files can't be opened on my computer, but other computers can be opened, and it's not missing nodes, and there is no prompt at all, why? Like this...

Adds morphology nodes (erode, dilate, etc) from kornia. Also replaces copy-paste implementation with calling kornia function for Canny. Here is screenshot how that works

This pull request introduces a feature that allows for disabling the saving of prompt metadata directly through the `SaveImage` node. While the command-line argument `--disable-metadata` exists for this purpose, there...

During my work flow, I frequently dilate/erode the masks to get the desired result. Currently, this has to be done outside ComfyUI, in python. It would be convenient to support...

Hi folks, I am one of the [kornia](https://github.com/kornia/kornia) maintainers. I wonder is there any reason why you choose to copy from the kornia https://github.com/comfyanonymous/ComfyUI/blob/02409c30d9ea5314e5103d03f7c9933fa1012659/comfy_extras/nodes_canny.py#L1 instead of just importing it? If...

I am using CPU for stable diffusion XL ,and I find it is very slow. I learned that by converting the model into OpenVINO IR can we accelerate the progress.And...

I'm running linux and followed the installation instructions exactly, but when I run main.py it says > (base) bash-5.1$ python main.py --disable-cuda-malloc Total VRAM 6078 MB, total RAM 7847 MB...

I believe that when comftUI runs in a Docker container, we should obtain accurate memory information. For example, if the Docker container is limited to 32GB of memory, but the...

Hello, thank you for your work. I have a question, I want to connect via API and fill out the workflow json parameters in one node and primitives are not...