-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Request to bring a custom resolution box #38
Comments
2nd this, I'm lucky enough to have a beefy PC and like making 1920x1200 images, mostly for paintings and landscapes but SDXL can handle the beefier resolutions, maybe hide it in advanced so people don't start complaining about how their 512x4000 image looks bad, while also being easier than having to edit the settings in notepad and have the users add them themselves as I've been doin |
That reference sheet is super helpful! Definitely gonna be saving that :) |
In an ideal world, we would be able to make our own list for the pull-down and save as a josn file. This will shorten the list:
|
|
possible solution? @MoonRide303 please provide 2 versions: original "resolutions.py" and "alternative-resolutions.py" The "alternative-resolutions.py" displays the pull-down menu that read like this. This way we can opt for the shorter version with (ideal size for industry crop), by duplicating and changing the file name to "resolutions.py" when Fooocus gets an update Case example of industry crop
The key here is to quickly identify the nearest SDXL resolution to actually cropping for traditional size with minimal loss |
Done. I've added support for custom resolutions list (you can define your own in resolutions.json), and also for custom resolutions (you can just type something like "1280x640" in Resolution field, now). Commit d2942a0. |
@MoonRide303 I know you closed the toggle issue, but not a big deal.
I'm trying to work with F-MRE, but that long dropdown of resolutions is way too long. I showed this to a GUI/UX person who felt the same way, in what is otherwise a very very usable and clean interface.
A 'nice to have' : A custom resolution box be implemented for X / Y (Width, Height) resolution, and this will allow people to simply type in their required resolution and start working rather than scroll through the list each time they want a different res.
The text was updated successfully, but these errors were encountered: