-
Notifications
You must be signed in to change notification settings - Fork 43
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
Advanced web UI (hlky) #6
Comments
Hey, this is a really comprehensive project I was unaware of, thanks for sharing that. |
Sounds good, I'll look into containerizing (or asking them for containerizing) their UI :) |
Would it be hard to set up endpoints to allow a react frontend for this project? I would be willing to make a React UI with some (or possibly all with some help) of those same features. I think having a proper image gallery where you can compare/recall/etc would be great for artists as well instead of the terrible gradio one. I just don't know flask/django to set up the backend part of it. |
Yep I agree I think it could be a nice feature to have. I can setup a flask/django app for serving the .js files as well as a rest API for doing the same things you can do with gradio right now. |
That would be awesome if you could set that up. I could handle the React side of things. If you'd like, I can let you know when I have a good idea of how the UI should look/function before I actually do any coding. The community might have some input on that as well. If so, just let me know where I should do that exactly since this is a bit unrelated to the original issue opened here. (I'm not very familiar with Github best practices yet) |
Sounds great, let me know when you have a mock-up you might want to share. |
@angelmankel I've tested a simple flask server (here) for serving a sample react app and it seems to be working. On the second thought, I think I can actually set up a separate repo for the react UIx that we can then link as a github submodule. You can find the sample react app here https://github.com/NickLucche/stable-diffusion-react-ui. |
Wow that was fast. This is great, I will get back to you with a mock-up in the new repo soon! Thanks for getting this all started, really looking forward to working on this. |
I've tried using this web UI and it seems more featured: https://github.com/hlky/stable-diffusion-webui
Specifically the face fix and upscale models I was able to add and enable.
Is there a way I could use that web UI with your docker container release?
The text was updated successfully, but these errors were encountered: