-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add bare bones web UI #74
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
Conversation
Wow. This is fantastic. Thank you. |
Would it not be worth integrating https://github.com/hlky/stable-diffusion-webui with GFPGAN face restoration option ? |
The web server is very impressive work. Thank you! A couple of changes I made during merging:
Some questions and suggestions:
|
Thanks for merging! To answer your questions:
Also, maybe it would be possible to have both batches and iterations as settings? I like to set batches as it's only a little slower, but outputs multiple images at once. Maybe 'Iteration Count' and 'Batch Size (Warning high VRAM usage)'. |
This looks great already, do You plan to include inpainting into the UI ? |
Hi, I'm brand new to github and I don't have any coding experience so I hope it is ok for me to comment (not sure of the etiquette for noobs like myself chiming in). This is my first time installing and using python/anaconda/github, just to give you an idea of how fresh I am. I'm diving in because I'm so impressed with this technology and where it is heading. I love the progress on this branch and the new web UI is great but I noticed it is missing a field for the strength parameter for img2img usage. I know how impactful that parameter can be so I was wondering if it would be added in the future? Or am I overlooking something? Thank you all for the amazing work you are doing. edit: It just occurred to me that I can still use the strength parameter by passing it in the prompt box (appending -f0.7). I should have thought of that sooner. But for consistency sake, it might be nice to have an actual strength box for input when an img2img file is loaded. :) |
This PR adds a simple Web UI that allows users to generate images remotely using the simplet2i interface.
TODO:
txt2img
function gets a progress callback parameter, I could add a progress bar.img2img