-
Notifications
You must be signed in to change notification settings - Fork 44
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
Generate all style in order... pretty much impossible to do. #7
Comments
Same issue, even by setting the batch size to a small number, it still doesn't generate different styles. The feature doesn't appear to be working. |
batch count is working for me. |
bacth count is not batch size, and it generate many variants randomly picked from the list, if you set batch count 77 you can get like 12 example of Cinematic, 6 enhance, 5 pixel and so on until you reach 77 images... is different from ONE per style (77 images that are all 77 styles) So, no, batch count doesn't work anyway, not for this exact purpose to do one image for each style. |
New response to an old issue, but in order for this to work, you must disable "dynamic prompts", select "Generate All Styles In Order" in sdxl styles, and then set a batch count to 77. This will create a single image from your prompt in each style. The only downside is that "batch count" automatically adds 1 to the seed and I have found no way to keep the seed exactly the same through each iterating style. |
You can create a new p for each style. This way it would also make it possible to set the batch count/size for for the styles. Will work with dynamic prompts and keeps the same seed. |
a Batch size of 77 is impossible to manage even for a 4090.
When i select this option and set batch size to 77 (i've modified ui-config.json to have maximum batch size increased) the vram usage go up to 24gb 100% used and SD stuck at 0% generation forever....
Maybe there is another way to do it? (except to do manually all the 77 styles)
The text was updated successfully, but these errors were encountered: