Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | 23 | -85/+368 | |
| |\ \ | ||||||
| * | | | 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 | |
| | | | | ||||||
* | | | | Merge pull request #14425 from akx/spandrel | AUTOMATIC1111 | 2023-12-30 | 29 | -3927/+609 | |
|\ \ \ \ | | | | | | | | | | | Use Spandrel for upscaling and face restoration architectures | |||||
| * | | | | Verify architecture for loaded Spandrel models | Aarni Koskela | 2023-12-30 | 8 | -5/+22 | |
| | | | | | ||||||
| * | | | | Add experimental HAT model | Aarni Koskela | 2023-12-30 | 1 | -0/+42 | |
| | | | | | ||||||
| * | | | | Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN | Aarni Koskela | 2023-12-30 | 11 | -234/+308 | |
| | | | | | ||||||
| * | | | | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | 2023-12-30 | 19 | -3754/+263 | |
| | | | | | | | | | | | | | | | | | | | | GFPGAN and LDSR) | |||||
| * | | | | Refactor esrgan_upscale to more generic upscale_with_model | Aarni Koskela | 2023-12-30 | 2 | -39/+74 | |
| | | | | | ||||||
| * | | | | Add tile_count property to Grid | Aarni Koskela | 2023-12-30 | 1 | -1/+7 | |
| | | | | | ||||||
| * | | | | Add types to split_grid | Aarni Koskela | 2023-12-30 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | fix img2img api that i broke when implementing infotext support | AUTOMATIC1111 | 2023-12-30 | 1 | -0/+1 | |
|/ / / / | ||||||
* | / / | make it possible again to extract styles that have whitespace at the end. | AUTOMATIC1111 | 2023-12-30 | 1 | -30/+17 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #14367 from AUTOMATIC1111/reorder-post-processing-modules | AUTOMATIC1111 | 2023-12-30 | 4 | -4/+4 | |
|\ \ \ | | | | | | | | | reorder training preprocessing modules in extras tab | |||||
| * | | | reorder training preprocessing modules in extras tab | w-e-w | 2023-12-19 | 4 | -4/+4 | |
| |/ / | | | | | | | | | | | | | using the order from before the rework 11d23e8ca55c097ecfa255a05b63f194e25f08be | |||||
* | | | update #14354 | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #14354 from ranareehanaslam/master | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Update Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed webui.py | |||||
| * | | | Update webui.py | Muhammad Rehan Aslam | 2023-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | Co-authored-by: Aarni Koskela <akx@iki.fi> | |||||
| * | | | Update webui.py | Muhammad Rehan Aslam | 2023-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed | |||||
* | | | | Merge pull request #14394 from AUTOMATIC1111/minor-xyz-fix | AUTOMATIC1111 | 2023-12-30 | 1 | -0/+4 | |
|\ \ \ \ | | | | | | | | | | | xyz grid handle axis_type is None | |||||
| * | | | | handle axis_type is None | w-e-w | 2023-12-21 | 1 | -0/+4 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #14407 from ↵ | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+6 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/prevent-crash-due-to-Script-__init__-exception prevent crash due to Script __init__ exception | |||||
| * | | | | prevent crash due to Script __init__ exception | w-e-w | 2023-12-22 | 1 | -1/+6 | |
| |/ / / | ||||||
* | | | | Merge pull request #14390 from wangqyqq/sdxl-inpaint | AUTOMATIC1111 | 2023-12-30 | 4 | -1/+130 | |
|\ \ \ \ | | | | | | | | | | | Supporting for SDXL-Inpaint Model | |||||
| * | | | | add some codes for robust | wangqyqq | 2023-12-27 | 2 | -13/+16 | |
| | | | | | ||||||
| * | | | | support for sdxl-inpaint model | wangqyqq | 2023-12-21 | 4 | -1/+127 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #14446 from AUTOMATIC1111/base-output-path-off-data_path | AUTOMATIC1111 | 2023-12-30 | 4 | -18/+25 | |
|\ \ \ \ | | | | | | | | | | | Base output path off data path | |||||
| * | | | | webpath use truncate_path | w-e-w | 2023-12-27 | 1 | -8/+3 | |
| | | | | | ||||||
| * | | | | base default image output on data_path | w-e-w | 2023-12-27 | 2 | -9/+11 | |
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com> | |||||
| * | | | | create utility truncate_path | w-e-w | 2023-12-27 | 1 | -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-image | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | save info of init image | |||||
| * | | | | save info of init image | w-e-w | 2023-12-28 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #14464 from AUTOMATIC1111/more-lora-not-found-warning | AUTOMATIC1111 | 2023-12-30 | 2 | -1/+9 | |
|\ \ \ \ | | | | | | | | | | | More lora not found warning | |||||
| * | | | | More lora not found warning | w-e-w | 2023-12-30 | 2 | -1/+9 | |
| |/ / / | ||||||
* | | | | 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 ↵ | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | API, the latter overrides the former | |||||
* | | | | add override_settings support for infotext API | AUTOMATIC1111 | 2023-12-30 | 2 | -22/+54 | |
| | | | | ||||||
* | | | | a | AUTOMATIC1111 | 2023-12-30 | 7 | -33/+83 | |
|/ / / | ||||||
* | | | make task ids for API work without force_task_id | AUTOMATIC1111 | 2023-12-17 | 1 | -6/+3 | |
| | | | ||||||
* | | | Merge pull request #14330 from AUTOMATIC1111/fix-extras-caption-BLIP | AUTOMATIC1111 | 2023-12-16 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | fix extras caption BLIP | |||||
| * | | | fix extras caption BLIP | w-e-w | 2023-12-16 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | #14328 | |||||
* | | | Merge pull request #14327 from AUTOMATIC1111/fp8-cond-cache-fix | AUTOMATIC1111 | 2023-12-16 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | Fix FP8 non-reproducible problem | |||||
| * | | | Let fp8-related settings to invalidate cond_cache | Kohaku-Blueleaf | 2023-12-16 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #14227 from kingljl/kingljl-patch-memory-leak | AUTOMATIC1111 | 2023-12-16 | 1 | -7/+24 | |
|\ \ \ | | | | | | | | | Long running memory leak problem | |||||
| * \ \ | Merge branch 'dev' into kingljl-patch-memory-leak | fuchen.ljl | 2023-12-06 | 115 | -1325/+3822 | |
| |\ \ \ | ||||||
| * | | | | Long distance memory overflow issue | fuchen.ljl | 2023-12-06 | 1 | -7/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The memory will slowly increase with the drawing until restarting. Observation: GC analysis shows that no occupation has occurred, so it is suspected to be a problem with the underlying allocator. Reason: Under Linux, glibc is used to allocate memory. glibc uses brk and mmap to allocate memory, and the memory allocated by brk cannot be released until the high-address memory is released. That is to say, if you apply for two pieces of memory A and B through brk, it is impossible to release A before B is released, and it is still occupied by the process. Check the suspected "memory leak" through TOP. So I replaced TCMalloc, but found that libtcmalloc_minimal could not find ptthread_Key_Create. After analysis, it was found that pthread was not entered during compilation. |