Replies: 1 comment
-
In vanilla ComfyUI, you cannot select single KSamplers to run again. That feature typically comes from a widely used custom node pack called "rgthree's ComfyUI Custom Nodes". This adds a lot of quality-of-life features, including the ability to selectively queue nodes or branches of your workflow. Typically, you will want to install this extension using the ComfyUI Manager. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am implementing many functions in one Workflow. I don't have multiple Workflows for each function because file management is a pain.
But there is a problem, for example, if I have a flow with multiple KSamplers, even if I want to run only one, all of them will be executed.
Therefore, the KSampler that we do not want to run is temporarily disconnected from the Latent connection to avoid the problem.
However, this is not smart. Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions