aboutsummaryrefslogtreecommitdiffstats
path: root/modules/api
Commit message (Expand)AuthorAgeFilesLines
* Use the read_info_from_image function directlySuffocate2023-01-042-6/+15
* fix typoVladimir Mandic2023-01-041-0/+1
* disable broken API loggingAUTOMATIC2023-01-041-1/+0
* Merge pull request #6261 from vladmandic/api-loggingAUTOMATIC11112023-01-041-1/+24
|\
| * log only sdapiVladimir Mandic2023-01-031-4/+5
| * add api loggingVladimir Mandic2023-01-031-1/+23
* | fix checkpoint list APIAUTOMATIC2023-01-041-2/+2
|/
* feat(api): return more data for embeddingsPhilpax2023-01-022-4/+24
* feat(api): add /sdapi/v1/embeddingsPhilpax2023-01-012-0/+11
* set sd_model for API later, inside the lock, to prevent multiple requests wit...AUTOMATIC2022-12-311-6/+5
* fix(api): only begin/end state in lockPhilpax2022-12-251-8/+4
* implement train apiVladimir Mandic2022-12-242-1/+102
* fix(api): don't save extras output to diskPhilpax2022-12-241-3/+3
* Merge pull request #5637 from aednzxy/patch-1AUTOMATIC11112022-12-241-0/+4
|\
| * API endpoint to refresh checkpointsDean Hopkins2022-12-111-0/+4
* | Fix various typosJim Hays2022-12-152-10/+10
|/
* Bug fixywx92022-12-091-6/+1
* prevent include_init_images from being passed to StableDiffusionProcessingImg...AUTOMATIC2022-12-031-2/+5
* Merge pull request #5117 from aliencaocao/fix_api_sampler_nameAUTOMATIC11112022-11-271-2/+6
|\
| * Prevent warning on sampler_index if sampler_name is being usedBilly Cao2022-11-271-0/+4
| * Fix sampler_name for API requests are being ignoredBilly Cao2022-11-271-2/+2
* | Merge pull request #4960 from Hugo-Matias/masterAUTOMATIC11112022-11-271-1/+1
|\ \ | |/ |/|
| * fix null negative_prompt on get requestsRogerooo2022-11-221-1/+1
* | Fix other apisSena2022-11-241-9/+7
* | Fix bare base64 not acceptSena2022-11-231-3/+10
|/
* moved deepdanbooru to pure pytorch implementationAUTOMATIC2022-11-201-8/+2
* Merge pull request #4733 from MaikoTan/api-authorizationAUTOMATIC11112022-11-191-21/+42
|\
| * Merge branch 'master' into api-authorizationMaiko Tan2022-11-192-28/+20
| |\
| * | feat: add http basic authentication for apiMaiko Sinkyaet Tan2022-11-151-20/+41
* | | make it possible to change models etc by editing options using APIAUTOMATIC2022-11-191-4/+3
| |/ |/|
* | Merge pull request #4358 from bamarillo/masterAUTOMATIC11112022-11-192-11/+11
|\ \
| * | Remove unnecesary returnBruno Seoane2022-11-051-2/+0
| * | Add skip endpointBruno Seoane2022-11-051-0/+6
| * | Fix set config endpointBruno Seoane2022-11-051-8/+4
| * | Fix options endpoint not showing the full list of optionsBruno Seoane2022-11-051-3/+3
* | | change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC2022-11-191-17/+9
| |/ |/|
* | 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
| | | |/