-
Notifications
You must be signed in to change notification settings - Fork 928
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
[Easy Feature upgrade (really !)] put the settings higher in "Settings/user interface/Ui Defaults 'Flux" -AKA- (txt2img height to 3300 not 2048 and txt2img width to 3300 not 2048) #2536
Comments
Until it gets added to the settings menu, you can make the change yourself in the "txt2img/Width/maximum": 2048,
"txt2img/Height/maximum": 2048, img2img should have similarly named fields as well. |
thanks ! But that's not really a reasonable use. `Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] Model selected: {'checkpoint_info': {'filename': 'D:\Data\Packages\Stable Diffusion WebUI Forge\models\Stable-diffusion\sd\flux1DevHyperNF4Flux1DevBNB_flux1DevHyperNF4.safetensors', 'hash': 'a005585e'}, 'additional_modules': ['D:\Data\Packages\Stable Diffusion WebUI Forge\models\text_encoder\ae.safetensors', 'D:\Data\Packages\Stable Diffusion WebUI Forge\models\text_encoder\clip_l.safetensors', 'D:\Data\Packages\Stable Diffusion WebUI Forge\models\text_encoder\t5xxl_fp16.safetensors'], 'unet_storage_dtype': None} To create a public link, set |
Hello,
Flux allows to make images with native resolutions of more than 2048 pixels.
It would be time to push the default limit from 2048 to 3300 (or more?) in "Settings/user interface/Ui Defaults 'Flux'"
because:
txt2img height is fixed to 2048 max
txt2img width is fixed to 2048 max
(leaving the original default settings but leaving the choice to the end user to be able to experiment at his own risk afterwards in the settings menu).
Thank you !
The text was updated successfully, but these errors were encountered: