LucianoCirino / efficiency-nodes-comfyui

A collection of ComfyUI custom nodes. ⚠️ WARNING: This repo is no longer maintained.
https://civitai.com/models/32342
GNU General Public License v3.0
600 stars 154 forks source link

Multi KSampler (Efficient) use case #52

Open seanphan opened 1 year ago

seanphan commented 1 year ago

Hi,

I have a use case that require multi KSampler. Appreciate if we can have XY script that control common values of these 2 in the same run. Currently it only affect the 2nd KSampler, if I link the Script to 1st KSampler. It causes error.

telegram-cloud-photo-size-5-6186013917684283070-y

telegram-cloud-photo-size-5-6186013917684283068-y

LucianoCirino commented 1 year ago

The error message is being displayed because the first KSampler is in "Script" mode and there is no VAE connected. Also, are you asking for a plotter behavior where the multiple images of one plot get processed on the next plot?

In the below image you can clearly see the XY Plotter only grabs only the first image of the latent stack and processes that.

image

LucianoCirino commented 1 year ago

This can probably be achieved by having a new node that redraws the plot with an altered set of images as its inputs.

LucianoCirino commented 1 year ago

This is possible to achieve via the HiRes Fix Script node.

X-Seeds Y-Checkpoints (overview)