Stability-AI / StableSwarmUI

StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
MIT License
4.52k stars 361 forks source link

Grid Generation - Aspect Ratio option used, but it generates the default ratio for each setting #346

Closed brendanhoar closed 4 months ago

brendanhoar commented 4 months ago

Default was set to 1:1. Added Aspect Ratio to the list of variables for the Grid Generation. Select all ratios. Ran grid generation. All ratios give the same image as 1:1.

mcmonkey4eva commented 4 months ago

That setting needs to be either hidden or special coded in grid gen, as it doesn't internally behave the way you'd expect.

mcmonkey4eva commented 4 months ago

This is the most broken grid i've ever generated lol, this is an upside down pyramid. But it works: image

EDIT: I also added Raw Resolution as an internal param to manually specify an axis like 1024x1024

brendanhoar commented 4 months ago

I was expecting a response telling me I was doing it wrong, not agreeing it didn't work and issuing a fix. lol.

Thanks!!!

One follow-up: does this fix work for both SD15 and SDXL? I'll test it later today.

Thanks again, B

mcmonkey4eva commented 4 months ago

Yes, should work for all model types equally well.