| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14715 from stefanbenten/sb/embedding-refresh | AUTOMATIC1111 | 2024-01-23 | 1 | -0/+5 |
|\ |
|
| * | modules/api/api.py: add api endpoint to refresh embeddings list | Stefan Benten | 2024-01-21 | 1 | -0/+5 |
* | | include tls arguments in api uvicorn init | unknown | 2024-01-09 | 1 | -1/+9 |
* | | rename infotext.py again, this time to infotext_utils.py; I didn't realize in... | AUTOMATIC1111 | 2024-01-01 | 1 | -5/+5 |
* | | infotext.py: rename usages in the codebase | AUTOMATIC1111 | 2024-01-01 | 1 | -5/+5 |
* | | Merge pull request #14421 from lanyeeee/api_thread_safe | AUTOMATIC1111 | 2023-12-30 | 1 | -10/+18 |
|\ \ |
|
| * | | remove locks, move init code to __init__ | lanyeeee | 2023-12-30 | 1 | -18/+19 |
| * | | fix format issue | lanyeeee | 2023-12-30 | 1 | -4/+2 |
| * | | Merge branch 'dev' into api_thread_safe | kurisu_u | 2023-12-30 | 1 | -3/+88 |
| |\ \ |
|
| * | | | add locks to ensure init args are thread-safe | lanyeeee | 2023-12-30 | 1 | -8/+16 |
| * | | | move thread-unsafe code to __init__ | lanyeeee | 2023-12-26 | 1 | -10/+9 |
* | | | | fix img2img api that i broke when implementing infotext support | AUTOMATIC1111 | 2023-12-30 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | fix bad values read from infotext for API, add comment | AUTOMATIC1111 | 2023-12-30 | 1 | -2/+17 |
* | | | img2img support for infotext API | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+5 |
* | | | add support for alwayson scripts for infotext API | AUTOMATIC1111 | 2023-12-30 | 1 | -19/+42 |
* | | | make it so that if an option from infotext conflicts with an argument from AP... | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+5 |
* | | | add override_settings support for infotext API | AUTOMATIC1111 | 2023-12-30 | 1 | -0/+10 |
* | | | a | AUTOMATIC1111 | 2023-12-30 | 1 | -0/+27 |
|/ / |
|
* | | make task ids for API work without force_task_id | AUTOMATIC1111 | 2023-12-17 | 1 | -6/+3 |
* | | Merge pull request #14314 from gayshub/master | AUTOMATIC1111 | 2023-12-16 | 1 | -2/+17 |
|\ \
| |/
|/| |
|
| * | fix the problem of ruff of github | gayshub | 2023-12-15 | 1 | -1/+0 |
| * | fix the problem of ruff of github | gayshub | 2023-12-15 | 1 | -1/+1 |
| * | fix the problem of ruff of github | gayshub | 2023-12-15 | 1 | -2/+2 |
| * | add allow specify the task id and get the location of task in the queue of pe... | gayshub | 2023-12-15 | 1 | -2/+18 |
* | | remove Train/Preprocessing tab and put all its functionality into extras batc... | AUTOMATIC1111 | 2023-12-02 | 1 | -15/+0 |
* | | repair unload sd checkpoint button | AUTOMATIC1111 | 2023-10-15 | 1 | -6/+5 |
* | | Ability for extensions to return custom data via api in response.images | FluttyProger | 2023-10-01 | 1 | -1/+2 |
* | | Fix some deprecated types | a666 | 2023-08-29 | 1 | -13/+13 |
* | | update pnginfo checkpoint to return dict with parsed values | AUTOMATIC1111 | 2023-08-26 | 1 | -6/+4 |
* | | fix format error | SpenserCai | 2023-08-25 | 1 | -1/+1 |
* | | support installed extensions list api | SpenserCai | 2023-08-25 | 1 | -0/+20 |
|/ |
|
* | prevent API options from being changed via API | AUTOMATIC1111 | 2023-08-21 | 1 | -1/+1 |
* | add settings for http/https URLs in source images in api | AUTOMATIC1111 | 2023-08-21 | 1 | -20/+26 |
* | fix potential ssrf attack in #12663 | akiba | 2023-08-20 | 1 | -1/+22 |
* | Merge pull request #12638 from Cschlaefli/fix-api-vae-model-refresh | AUTOMATIC1111 | 2023-08-19 | 1 | -4/+5 |
|\ |
|
| * | remove unused import | Cade Schlaefli | 2023-08-18 | 1 | -1/+1 |
| * | fix issues with model refresh | Cade Schlaefli | 2023-08-18 | 1 | -3/+4 |
* | | api support get image from url | SpenserCai | 2023-08-19 | 1 | -0/+9 |
|/ |
|
* | fix API always using -1 as seed | AUTOMATIC1111 | 2023-08-14 | 1 | -0/+2 |
* | Merge pull request #11950 from AnyISalIn/dev | AUTOMATIC1111 | 2023-07-29 | 1 | -1/+6 |
|\ |
|
| * | feat: add refresh vae api | AnyISalIn | 2023-07-24 | 1 | -1/+6 |
| * | [bug] If txt2img/img2img raises an exception, finally call state.end() | AnyISalIn | 2023-07-22 | 1 | -16/+20 |
* | | Add total_tqdm clear in the end of txt2img & img2img api. | caoxipeng | 2023-07-28 | 1 | -0/+2 |
* | | Merge pull request #11984 from AUTOMATIC1111/api-only-subpath-(root_path) | AUTOMATIC1111 | 2023-07-25 | 1 | -2/+2 |
* | | Merge pull request #11923 from AnyISalIn/dev | AUTOMATIC1111 | 2023-07-25 | 1 | -16/+20 |
|/ |
|
* | disable rich exception output in console for API by default, use WEBUI_RICH_E... | AUTOMATIC1111 | 2023-07-15 | 1 | -15/+18 |
* | Merge branch 'dev' into master | AUTOMATIC1111 | 2023-07-13 | 1 | -56/+73 |
|\ |
|
| * | Merge branch 'master' into dev | AUTOMATIC1111 | 2023-07-11 | 1 | -1/+2 |
| |\ |
|
| * | | Fix typo: checkpoint_alisases | Aarni Koskela | 2023-07-08 | 1 | -2/+2 |
| * | | Merge pull request #11503 from AUTOMATIC1111/rename---add-stop-route-to---api... | AUTOMATIC1111 | 2023-07-08 | 1 | -1/+1 |
| |\ \ |
|