124 Commits (6f18c9b13f06112d6afe9be062fe5308767ea38a)

Author SHA1 Message Date
Bruno Seoane 595dca85af Reverse run_extras change
Update serialization on the batch images endpoint
3 years ago
AUTOMATIC 2c05e06ea7 rename api/processing to api/models for #3511 3 years ago
Bruno Seoane 90f02c7522 Remove unused field and class 3 years ago
Bruno Seoane 1e625624ba Add folder processing endpoint
Also minor refactor
3 years ago
Bruno Seoane 866b36d705 Move processing's models into models.py
It didn't make sense to have two differente files for the same and
"models" is a more descriptive name.
3 years ago
Bruno Seoane e0ca4dfbc1 Update endpoints to use gradio's own utils functions 3 years ago
Bruno Seoane e3f0e34cd6 Merge branch 'master' of https://github.com/bamarillo/stable-diffusion-webui 3 years ago
Bruno Seoane 4ff852ffb5 Add batch processing "extras" endpoint 3 years ago
Stephen 5dc0739ecd working mask 3 years ago
Stephen 9e1a8b7734 non-implemented mask with any type 3 years ago
Stephen a7c213d0f5 [API][Feature] - Add img2img API endpoint 3 years ago
Bruno Seoane 28e26c2bef Add "extra" single image operation
- Separate extra modes into 3 endpoints so the user ddoesn't ahve to
handle so many unused parameters.
 - Add response model for codumentation
3 years ago
Bruno Seoane b02926df13 Moved moodels to their own file and extracted base64 conversion to its own function 3 years ago
Bruno Seoane 1b4d04737a Remove unused imports 3 years ago
arcticfaded 0f0d6ab8e0 call sampler by name 3 years ago
arcticfaded e7f4808505 provide sampler by name 3 years ago
arcticfaded 8d5d863a9d gradio and FastAPI 3 years ago
Ryan Voots 247aeb3aaa Put API under /sdapi/ so that routing is simpler in the future. This means that one could allow access to /sdapi/ but not the webui. 3 years ago
Ryan Voots c3851a853d Re-use webui fastapi application rather than requiring one or the other, not both. 3 years ago
arcticfaded f29b16bad1 prevent API from saving 3 years ago
arcticfaded f80e914ac4 example API working with gradio 3 years ago
AUTOMATIC d42125baf6 add missing requirement for api and fix some typos 3 years ago
Jonathan 71d42bb44b Update api.py 3 years ago
arcticfaded 60251c9456 initial prototype by borrowing contracts 3 years ago