Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix space | Bruno Seoane | 2022-10-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add PNG Info endpoint | Bruno Seoane | 2022-10-29 | 2 | -4/+17 | |
| | | | ||||||
| * | | Merge branch 'master' into feat/progress-api | evshiron | 2022-10-29 | 2 | -77/+153 | |
| |\| | ||||||
| | * | Remove folder endpoint | Bruno Seoane | 2022-10-26 | 2 | -14/+1 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui | Bruno Seoane | 2022-10-26 | 2 | -5/+11 | |
| | |\ | ||||||
| | * \ | Merge remote-tracking branch 'upstream/master' | Bruno Seoane | 2022-10-24 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | * | | | Reverse run_extras change | Bruno Seoane | 2022-10-24 | 2 | -5/+10 | |
| | | | | | | | | | | | | | | | | | | | | Update serialization on the batch images endpoint | |||||
| | * | | | Remove unused field and class | Bruno Seoane | 2022-10-23 | 2 | -8/+4 | |
| | | | | | ||||||
| | * | | | Add folder processing endpoint | Bruno Seoane | 2022-10-23 | 2 | -27/+35 | |
| | | | | | | | | | | | | | | | | | | | | Also minor refactor | |||||
| | * | | | Move processing's models into models.py | Bruno Seoane | 2022-10-23 | 3 | -156/+119 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It didn't make sense to have two differente files for the same and "models" is a more descriptive name. | |||||
| | * | | | Update endpoints to use gradio's own utils functions | Bruno Seoane | 2022-10-23 | 2 | -41/+38 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' of https://github.com/bamarillo/stable-diffusion-webui | Bruno Seoane | 2022-10-23 | 2 | -7/+71 | |
| | |\ \ \ | ||||||
| | * | | | | Add batch processing "extras" endpoint | Bruno Seoane | 2022-10-23 | 2 | -3/+37 | |
| | | | | | | ||||||
| | * | | | | Add "extra" single image operation | Bruno Seoane | 2022-10-23 | 2 | -6/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Separate extra modes into 3 endpoints so the user ddoesn't ahve to handle so many unused parameters. - Add response model for codumentation | |||||
| | * | | | | Moved moodels to their own file and extracted base64 conversion to its own ↵ | Bruno Seoane | 2022-10-22 | 2 | -11/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | function | |||||
| | * | | | | Remove unused imports | Bruno Seoane | 2022-10-22 | 1 | -4/+1 | |
| | | | | | | ||||||
| * | | | | | prototype progress api | evshiron | 2022-10-26 | 1 | -14/+75 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | Add a barebones interrogate API | Roy Shilkrot | 2022-10-27 | 2 | -2/+36 | |
|/ / / / | ||||||
* | | | | clean | Stephen | 2022-10-26 | 2 | -5/+1 | |
| | | | | ||||||
* | | | | [Bugfix][API] - Fix API response for colab users | Stephen | 2022-10-26 | 2 | -8/+19 | |
| |_|/ |/| | | ||||||
* | | | rename api/processing to api/models for #3511 | AUTOMATIC | 2022-10-24 | 2 | -1/+1 | |
| |/ |/| | ||||||
* | | working mask | Stephen | 2022-10-23 | 1 | -8/+12 | |
| | | ||||||
* | | non-implemented mask with any type | Stephen | 2022-10-23 | 2 | -1/+5 | |
| | | ||||||
* | | [API][Feature] - Add img2img API endpoint | Stephen | 2022-10-23 | 2 | -7/+62 | |
|/ | ||||||
* | call sampler by name | arcticfaded | 2022-10-19 | 2 | -8/+9 | |
| | ||||||
* | provide sampler by name | arcticfaded | 2022-10-18 | 2 | -4/+24 | |
| | ||||||
* | gradio and FastAPI | arcticfaded | 2022-10-18 | 1 | -5/+8 | |
| | ||||||
* | Put API under /sdapi/ so that routing is simpler in the future. This means ↵ | Ryan Voots | 2022-10-18 | 1 | -1/+1 | |
| | | | | that one could allow access to /sdapi/ but not the webui. | |||||
* | Re-use webui fastapi application rather than requiring one or the other, not ↵ | Ryan Voots | 2022-10-18 | 1 | -4/+2 | |
| | | | | both. | |||||
* | prevent API from saving | arcticfaded | 2022-10-17 | 1 | -0/+2 | |
| | ||||||
* | example API working with gradio | arcticfaded | 2022-10-17 | 2 | -20/+45 | |
| | ||||||
* | add missing requirement for api and fix some typos | AUTOMATIC | 2022-10-17 | 1 | -1/+1 | |
| | ||||||
* | Update api.py | Jonathan | 2022-10-17 | 1 | -10/+1 | |
| | ||||||
* | Update processing.py | Jonathan | 2022-10-17 | 1 | -1/+0 | |
| | ||||||
* | Update processing.py | Jonathan | 2022-10-17 | 1 | -36/+5 | |
| | ||||||
* | pydantic instrumentation | arcticfaded | 2022-10-17 | 1 | -0/+99 | |
| | ||||||
* | initial prototype by borrowing contracts | arcticfaded | 2022-10-17 | 1 | -0/+60 | |