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

![2023-03-18 15 06 32](https://user-images.githubusercontent.com/20321215/226088343-fa184ed9-b3ac-4d0b-8711-200e922e32c6.png) i have model 600...

Currently, the LoadImage node only uses images in the `.\input\` folder. When using the API, I have to copy the image(s) I want to use into that folder before calling...

User Support

Tried the "api example": I can read multiple "got prompt" on cmd but no execution at all. I open up the browser interface, and hit "queue prompt" there to test,...

Hello. When generating large images I use the VAEDecodeTiled node to avoid CUDA memory errors, but in doing so it seems to result in an image that does contain visible...

UI elements are blurry, like very low resolution, if you zoom out all details is lost. See picture. ![Screenshot from 2023-03-19 15-35-49](https://user-images.githubusercontent.com/36456825/226183071-ea8cb8b3-0b9e-482c-b2f1-ab6562303727.png) ![Screenshot from 2023-03-19 15-36-02](https://user-images.githubusercontent.com/36456825/226183096-ff14f454-000e-4d20-9b60-3179cd7acfad.png)

Is there anyway to use multiple gpu's for the same image or use multiple gpus for high batches to spread out the load.

Feature

Optional inputs don't seem to be working? I have me inputs like so ```python return {"required": {"model": ("MODEL",), "seed": ("INT", {"default": 0, "min": 0, "max": 0xffffffffffffffff}), "steps": ("INT", {"default": 20,...

```sh PS E:\repo\ComfyUI> ..\stable-diffusion-webui\venv\Scripts\Activate.ps1 # based on sd webui's env, which can runs on AMD card python main.py # or $env:HSA_OVERRIDE_GFX_VERSION=10.3.0 python main.py ``` Cause the error that cuda not...

If the model name is too long the name is not really good visible in CheckpointLoaderSimple. ![Screenshot from 2023-03-19 12-59-01](https://user-images.githubusercontent.com/36456825/226173686-01937df1-2a3c-4f1f-9bc4-8c3881ece0eb.png)

Trying to run on windows with 2 quadro cards, is it supported? and how do I make the program use both, as when I tested it, it only uses one.