Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something akin to the deprecated Batch Unsampler? #23

Open
oliverban opened this issue Mar 8, 2024 · 1 comment
Open

Something akin to the deprecated Batch Unsampler? #23

oliverban opened this issue Mar 8, 2024 · 1 comment

Comments

@oliverban
Copy link

Hello!

I find that my Unsampler OOMs really quickly compared to the rest of the workflow that can take my batches no problem, I was wondering if the Batch Unsampler was going to help with that, but that thing didn't take batches at all? I'm confused. But do you know of any node that is like the unsampler but can ACTUALLY take batches for animation?

@ttulttul
Copy link
Owner

I would like to accommodate batch processing in my nodes, but Comfy seems to want no more than four dimensions in latent tensors. I'm going to have to ask the ComfyUI nerds to help me with this one.

That being said, I really recommend switching to the IterativeMixingSampler and IterativeMixingScheduler instead of continuing to use the Batch Unsampler in combination with the Iterative Mixing KSampler Advanced node for your workflows generally. The KSampler variants are doing something wrong - something I still haven't figured out - when doing the sampling and mixing, generating grainy output. If you use the newer Sampler node in combination with the SamplerCustom (which comes with ComfyUI), you will get perfectly smooth output. This is where all of my work is focused; the KSampler nodes are officially deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants