Is it possible to create imagine larger than 1024x2? #226
Replies: 9 comments
|
After 1024x1024 the stable diffusion falls apart and starts generating random noise also mj doesn't allow 2Kx2K generation they upscale to that size just like this repo |
|
This guy claims to get larger images: Not sure if i am misreading. |
|
One of the devs on discord said the max is 1024x1024 or one megapixel and after that all you get is a garbled mess you could extend on one axis only and do say 704x1472 though which would still be one megapixel |
|
That would also be cool but right now we can't do that using the web-ui. It should let us to either use width and height or AR with a specific width or height, but in either way the slider ranges should dynamically update to allow the valid range. Thanks guys. |
|
you can type "width 1536" to change width 1536 in the prompt box |
|
oh i didnt know this. i will try this then. so the prompt box overrides the parameters? |
|
the models are trained for 512x512. Therefore you'll get the best quality with this dimensions. |
|
It doesn't override it automatically changes the actual value of the slider and the removes the text you will be able to see it visually change |
|
There's nothing stopping you from going into frontend/frontend.py and changing the maximum value allowed in txt2img_width to whatever you want. Of course, the result you'll get out of it is probably not going to be great, considering that the model was never intended for such big resolutions. There has been some work by some people, getting the model to generate larger resolution images: |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I saw that the UI sliders for width and height max out at 1K. Is it possible to create higher res without upres? MJ was allowing up to 2Kx2K.
Lastly is the aspect ratio working for any number like 7:12? I tried it, it still made a square pic. Not sure then how one is able to use both width and height and also AR.
Thanks a lot in advance.
All reactions