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 2155 ComfyUI issues
Sort by recently updated
recently updated
newest added

### Feature Idea It would be really nice for comfy core to have support for Vace start+end percentage like how the WanVideoWrapper is: ![Image](https://github.com/user-attachments/assets/541243ec-05d8-4b20-9b52-cf023e2a7138) ### Existing Solutions _No response_ ###...

Feature

### Expected Behavior CLIPVisionEncode node passes CLIP_VISION_OUTPUT. ### Actual Behavior `RuntimeError: Non-uniform work-groups are not supported by the target device` occurs. ### Steps to Reproduce ![Image](https://github.com/user-attachments/assets/b8c87c94-a237-4cce-8f75-b76c887d61de) ### Debug Logs ```powershell...

Potential Bug

### Feature Idea Cannot execute because a node is missing the class_type property.: Node ID '#7' ### Existing Solutions _No response_ ### Other _No response_

Feature

### Your question Hi! I followed the instructions in the tests subdirectory. After installing the dependencies I call `pytest tests/inference` which results in `FileNotFoundError: [Errno 2] No such file or...

User Support
Stale

### Your question In the newly released workflow 'Wan2.1 Fun Control Workflow', is there a detailed explanation about how to use the 'SkipLayerGuidanceDiT' and 'UNetTemporalAttentionMultiply' nodes? ![Image](https://github.com/user-attachments/assets/4c1486ac-0853-45d2-8207-531170560d15) ### Logs ```powershell...

User Support
Stale

### Expected Behavior display correct ### Actual Behavior display Incorrect ### Steps to Reproduce - set seed value as `5400121572116419000` - show `5400121572116418560` ![Image](https://github.com/user-attachments/assets/c3d2b144-ad4c-4424-a4c6-353d87ee14ef) ### Debug Logs ```powershell No related...

Potential Bug

### Expected Behavior The KSampler node should produce consistent output regardless of branch execution order ### Actual Behavior The images output by the KSampler show slight differences depending on the...

Potential Bug

### Expected Behavior setNode or getNODE not working while it connected to a bypassed node. for example ; loadimage -> resize image (bypassed)-> set node ........................ get node -> preview...

Potential Bug

### Expected Behavior DEBUG main steps type: value: 20 DEBUG steps type: steps: 20 DEBUG y_params['steps'] type: y_params['steps']: 20 DEBUG y_model.steps type: y_model.steps: None DEBUG y_model.__dict__['steps'] type: y_model.__dict__['steps']: None !!!...

Potential Bug

### Your question In some cases, we don't need to use UI instead we'd like to use the command line to run the network. If I export a workflow as...

User Support