ComfyUI
ComfyUI copied to clipboard
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
### Feature Idea It would be really nice for comfy core to have support for Vace start+end percentage like how the WanVideoWrapper is:  ### Existing Solutions _No response_ ###...
### 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  ### Debug Logs ```powershell...
### Feature Idea Cannot execute because a node is missing the class_type property.: Node ID '#7' ### Existing Solutions _No response_ ### Other _No response_
### 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...
### 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?  ### Logs ```powershell...
### Expected Behavior display correct ### Actual Behavior display Incorrect ### Steps to Reproduce - set seed value as `5400121572116419000` - show `5400121572116418560`  ### Debug Logs ```powershell No related...
KSampler output on one branch is affected by the execution order of a separate, non-dependent branch
### 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...
### 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...
### 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 !!!...
### 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...