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

Allow Preprocess and Preprocess (latent) workflows to modify the batch size or batch count. #180

Open
PladsElsker opened this issue Nov 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@PladsElsker
Copy link
Contributor

PladsElsker commented Nov 19, 2023

For the Preprocess workflow, I believe it's just a matter of updating the StableDiffusionProcessingImg2Img's init function arguments in lib_comfyui.webui.patches.py

@PladsElsker PladsElsker added the enhancement New feature or request label Nov 19, 2023
@ljleb
Copy link
Contributor

ljleb commented Nov 19, 2023

There's also p.batch_size or p.n_iter we have to update, along with all the lists that should have the same length as p.batch_size

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

No branches or pull requests

2 participants