aboutsummaryrefslogtreecommitdiffstats
path: root/modules/api
Commit message (Expand)AuthorAgeFilesLines
* Adding DeepDanbooru to the interrogation APIsnowmeow22022-11-062-2/+15
* Merge branch 'master' into roy.add_simple_interrogate_apiAUTOMATIC11112022-11-062-10/+184
|\
| * Merge pull request #4329 from Blucknote/patch-1AUTOMATIC11112022-11-051-4/+4
| |\
| | * Python 3.8 typing compatibilityEvgeniy2022-11-051-4/+4
| * | Merge branch 'master' into fix/encode-pnginfoevshiron2022-11-052-13/+17
| |\|
| | * Use typing.Optional instead of | to add support for Python 3.9 and below.Billy Cao2022-11-051-13/+13
| | * disable setting options via API until it is fixed by the authorAUTOMATIC2022-11-041-0/+4
| * | Merge branch 'master' into fix/encode-pnginfoevshiron2022-11-042-11/+152
| |\|
| | * Merge branch 'master' into 7flash/fix-api-compatibilityAUTOMATIC11112022-11-042-8/+148
| | |\
| | | * Merge pull request #4218 from bamarillo/utils-endpointsAUTOMATIC11112022-11-042-8/+147
| | | |\
| | | | * Remove unused endpointBruno Seoane2022-11-031-12/+0
| | | | * Add config and lists endpointsBruno Seoane2022-11-032-8/+159
| | | * | fix: correct default val of upscale_first to Falsedigburn2022-11-041-1/+1
| | | * | fix: Add required parameter to API extras routedigburn2022-11-021-0/+1
| | | |/
| | * / fixed api compatibility with python 3.8Gur2022-11-031-4/+5
| | |/
| * / add back png info in image apievshiron2022-11-021-4/+17
| |/
| * remove duplicate code from #3970AUTOMATIC2022-11-021-9/+1
| * Merge branch 'master' into fix/progress-apievshiron2022-11-021-1/+15
| |\
| | * fix API returning extra stuff in base64 encoded iamges for #3972AUTOMATIC2022-11-011-1/+9
| | * prototype interrupt apievshiron2022-10-311-0/+6
| * | fix current image in progress api when parallel processing enabledevshiron2022-10-301-2/+11
| |/
* | nix unused thingRoy Shilkrot2022-10-311-4/+0
* | revert things to masterRoy Shilkrot2022-10-312-7/+1
* | Merge remote-tracking branch 'upstream/master' into roy.add_simple_interrogat...Roy Shilkrot2022-10-312-92/+200
|\|
| * rework #3722 to not introduce duplicate codeAUTOMATIC2022-10-301-30/+13
| * allow skip current image in progress apievshiron2022-10-292-2/+5
| * preview current image when opts.show_progress_every_n_steps is enabledevshiron2022-10-292-2/+7
| * update progress response modelevshiron2022-10-292-5/+5
| * add description for state fieldevshiron2022-10-291-1/+1
| * fix progress response modelevshiron2022-10-292-34/+4
| * Merge branch 'master' into feat/progress-apievshiron2022-10-292-4/+17
| |\
| | * Fix spaceBruno Seoane2022-10-291-1/+1
| | * Add PNG Info endpointBruno Seoane2022-10-292-4/+17
| * | Merge branch 'master' into feat/progress-apievshiron2022-10-292-77/+153
| |\|
| | * Remove folder endpointBruno Seoane2022-10-262-14/+1
| | * Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webuiBruno Seoane2022-10-262-5/+11
| | |\
| | * \ Merge remote-tracking branch 'upstream/master'Bruno Seoane2022-10-241-1/+1
| | |\ \
| | * | | Reverse run_extras changeBruno Seoane2022-10-242-5/+10
| | * | | Remove unused field and classBruno Seoane2022-10-232-8/+4
| | * | | Add folder processing endpointBruno Seoane2022-10-232-27/+35
| | * | | Move processing's models into models.pyBruno Seoane2022-10-233-156/+119
| | * | | Update endpoints to use gradio's own utils functionsBruno Seoane2022-10-232-41/+38
| | * | | Merge branch 'master' of https://github.com/bamarillo/stable-diffusion-webuiBruno Seoane2022-10-232-7/+71
| | |\ \ \
| | * | | | Add batch processing "extras" endpointBruno Seoane2022-10-232-3/+37
| | * | | | Add "extra" single image operationBruno Seoane2022-10-232-6/+63
| | * | | | Moved moodels to their own file and extracted base64 conversion to its own fu...Bruno Seoane2022-10-222-11/+14
| | * | | | Remove unused importsBruno Seoane2022-10-221-4/+1
| * | | | | prototype progress apievshiron2022-10-261-14/+75
| | |_|_|/ | |/| | |
* / | | | Add a barebones interrogate APIRoy Shilkrot2022-10-272-2/+36
|/ / / /
* | | | cleanStephen2022-10-262-5/+1