-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Feature Request: Support small form factor devices #39
Comments
Yep, mobile support on the Generate tab is definitely a major feature requirement. I have a rough idea of how it'd work: The main screen should be just the prompt box and image result area, Basically take all the current UI features that are placed into cells, and swap them to being sub-screens to swap between, with the 'main prompt + result' area as the centerpoint |
Yeah, I'm a backend dev by trade, so UI work isn't something I'm even remotely qualified to speak to, other than it's a lot more difficult than it looks to get things to display nicely across different form factors. And I think you sort of alluded to it, but it may actually end up making the desktop render better by making things a bit more modular anyway. Separately, I had made a feature request here: ShiftHackZ/Stable-Diffusion-Android#204 to potentially add support for SwarmUI's API to their native Android application, but I have no clue how active the development is there, etc. |
While this is not properly addressed, I did some (not so) quick hack in the simple tab to at least do some gens on mobile. Here are the changes if anyone is interested: EDIT: Sorry if it is a little buggy, sometimes need to reload the page to properly work. |
If you get it clean and it doesn't break on desktop sized usage, I'd love a PR for that! |
Feature Idea
The UI is currently designed for use on desktop devices, and is rendered appropriately for that use-case.
For non-desktop devices such as tablets or other mobile devices, the UI is not rendered in a user-friendly way. Some support for at least basic text-to-image generation on small form factors would be greatly appreciated.
The text was updated successfully, but these errors were encountered: