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

[feature request] output combinatorial results #45

Open
rjgoif opened this issue Feb 19, 2024 · 1 comment
Open

[feature request] output combinatorial results #45

rjgoif opened this issue Feb 19, 2024 · 1 comment

Comments

@rjgoif
Copy link

rjgoif commented Feb 19, 2024

if I have the prompt {A | B} with {C | D}, I know I need to iterate 2 x 2 = 4 times to get the combinatorial complete result.

But if I have wildcards, I have no idea how many iterations are needed without going into each txt file (and there can be many!) and counting the entries, then doing the math.

It would be nice to either a) have a loop node that totals the combinatorial requirements for a prompt and queues that many to be processed or b) at least a string output/dynamic field somewhere that tells me what the combinatorial result would be.

In the A1111 implimentation, option A is done automatically when "combinatorial mode" is checked, so every iteration is done with a click of a button.

@Wolvezi
Copy link

Wolvezi commented Apr 19, 2024

This would be helpful. In A1111 there's a checkbox to iterate through all options. I have to do the math every time I want to iterate in ComfyUI.

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