aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Correct arg type for restore_faceAarni Koskela2023-12-301-2/+2
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge pull request #14421 from lanyeeee/api_thread_safeAUTOMATIC11112023-12-301-10/+18
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | fix API thread safe issues of txt2img and img2img
| | * | | | | | | | | | remove locks, move init code to __init__lanyeeee2023-12-301-18/+19
| | | | | | | | | | | |
| | * | | | | | | | | | fix format issuelanyeeee2023-12-301-4/+2
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'dev' into api_thread_safekurisu_u2023-12-3023-85/+368
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | add locks to ensure init args are thread-safelanyeeee2023-12-301-8/+16
| | | | | | | | | | | | |
| | * | | | | | | | | | | move thread-unsafe code to __init__lanyeeee2023-12-261-10/+9
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #14425 from akx/spandrelAUTOMATIC11112023-12-3029-3927/+609
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Use Spandrel for upscaling and face restoration architectures
| | * | | | | | | | | | | Verify architecture for loaded Spandrel modelsAarni Koskela2023-12-308-5/+22
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add experimental HAT modelAarni Koskela2023-12-301-0/+42
| | | | | | | | | | | | |
| | * | | | | | | | | | | Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGANAarni Koskela2023-12-3011-234/+308
| | | | | | | | | | | | |
| | * | | | | | | | | | | Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela2023-12-3019-3754/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GFPGAN and LDSR)
| | * | | | | | | | | | | Refactor esrgan_upscale to more generic upscale_with_modelAarni Koskela2023-12-302-39/+74
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add tile_count property to GridAarni Koskela2023-12-301-1/+7
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add types to split_gridAarni Koskela2023-12-301-3/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix img2img api that i broke when implementing infotext supportAUTOMATIC11112023-12-301-0/+1
| |/ / / / / / / / / / /
| * | / / / / / / / / / make it possible again to extract styles that have whitespace at the end.AUTOMATIC11112023-12-301-30/+17
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #14367 from AUTOMATIC1111/reorder-post-processing-modulesAUTOMATIC11112023-12-304-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | reorder training preprocessing modules in extras tab
| | * | | | | | | | | | reorder training preprocessing modules in extras tabw-e-w2023-12-194-4/+4
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using the order from before the rework 11d23e8ca55c097ecfa255a05b63f194e25f08be
| * | | | | | | | | | update #14354AUTOMATIC11112023-12-301-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #14354 from ranareehanaslam/masterAUTOMATIC11112023-12-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed webui.py
| | * | | | | | | | | | Update webui.pyMuhammad Rehan Aslam2023-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Aarni Koskela <akx@iki.fi>
| | * | | | | | | | | | Update webui.pyMuhammad Rehan Aslam2023-12-181-1/+1
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed
| * | | | | | | | | | Merge pull request #14394 from AUTOMATIC1111/minor-xyz-fixAUTOMATIC11112023-12-301-0/+4
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | xyz grid handle axis_type is None
| | * | | | | | | | | | handle axis_type is Nonew-e-w2023-12-211-0/+4
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #14407 from ↵AUTOMATIC11112023-12-301-1/+6
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/prevent-crash-due-to-Script-__init__-exception prevent crash due to Script __init__ exception
| | * | | | | | | | | | prevent crash due to Script __init__ exceptionw-e-w2023-12-221-1/+6
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #14390 from wangqyqq/sdxl-inpaintAUTOMATIC11112023-12-304-1/+130
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Supporting for SDXL-Inpaint Model
| | * | | | | | | | | | add some codes for robustwangqyqq2023-12-272-13/+16
| | | | | | | | | | | |
| | * | | | | | | | | | support for sdxl-inpaint modelwangqyqq2023-12-214-1/+127
| |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge pull request #14446 from AUTOMATIC1111/base-output-path-off-data_pathAUTOMATIC11112023-12-304-18/+25
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Base output path off data path
| | * | | | | | | | | | webpath use truncate_pathw-e-w2023-12-271-8/+3
| | | | | | | | | | | |
| | * | | | | | | | | | base default image output on data_pathw-e-w2023-12-272-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com>
| | * | | | | | | | | | create utility truncate_pathw-e-w2023-12-271-1/+11
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utli.truncate_path(target_path, base_path) return the target_path relative to base_path if target_path is a sub path of base_path else return the absolute path
| * | | | | | | | | | Merge pull request #14452 from AUTOMATIC1111/save-info-of-init-imageAUTOMATIC11112023-12-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | save info of init image
| | * | | | | | | | | | save info of init imagew-e-w2023-12-281-1/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #14464 from AUTOMATIC1111/more-lora-not-found-warningAUTOMATIC11112023-12-302-1/+9
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | More lora not found warning
| | * | | | | | | | | | More lora not found warningw-e-w2023-12-302-1/+9
| | |/ / / / / / / / /
| * | | | | | | | | | fix bad values read from infotext for API, add commentAUTOMATIC11112023-12-301-2/+17
| | | | | | | | | | |
| * | | | | | | | | | img2img support for infotext APIAUTOMATIC11112023-12-301-1/+5
| | | | | | | | | | |
| * | | | | | | | | | add support for alwayson scripts for infotext APIAUTOMATIC11112023-12-301-19/+42
| | | | | | | | | | |
| * | | | | | | | | | make it so that if an option from infotext conflicts with an argument from ↵AUTOMATIC11112023-12-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API, the latter overrides the former
| * | | | | | | | | | add override_settings support for infotext APIAUTOMATIC11112023-12-302-22/+54
| | | | | | | | | | |
| * | | | | | | | | | aAUTOMATIC11112023-12-307-33/+83
| |/ / / / / / / / /
| * | | | | | | | | make task ids for API work without force_task_idAUTOMATIC11112023-12-171-6/+3
| | | | | | | | | |
| * | | | | | | | | Merge pull request #14330 from AUTOMATIC1111/fix-extras-caption-BLIPAUTOMATIC11112023-12-161-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix extras caption BLIP
| | * | | | | | | | | fix extras caption BLIPw-e-w2023-12-161-1/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #14328
| * | | | | | | | | Merge pull request #14327 from AUTOMATIC1111/fp8-cond-cache-fixAUTOMATIC11112023-12-161-0/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix FP8 non-reproducible problem
| | * | | | | | | | | Let fp8-related settings to invalidate cond_cacheKohaku-Blueleaf2023-12-161-0/+2
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #14227 from kingljl/kingljl-patch-memory-leakAUTOMATIC11112023-12-161-7/+24
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Long running memory leak problem