Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Code Style fixes | Learwin | 2023-12-30 | 3 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Added negative prompts to extra networks lora | Learwin | 2023-12-30 | 4 | -13/+46 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #14476 from akx/dedupe-tiled-weighted-inference | AUTOMATIC1111 | 2023-12-31 | 3 | -97/+87 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Deduplicate tiled inference code from SwinIR/ScuNET | |||||
| * | | | | | | | | Deduplicate tiled inference code from SwinIR/ScuNET | Aarni Koskela | 2023-12-30 | 3 | -97/+87 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #14477 from akx/spandrel-type-fix | AUTOMATIC1111 | 2023-12-30 | 5 | -21/+26 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Be more clear about Spandrel model nomenclature and types | |||||
| * | | | | | | | | Be more clear about Spandrel model nomenclature | Aarni Koskela | 2023-12-30 | 5 | -11/+13 | |
| | | | | | | | | | ||||||
| * | | | | | | | | load_spandrel_model: always return a model descriptor | Aarni Koskela | 2023-12-30 | 1 | -10/+13 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14471 from akx/bump-numpy | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Bump numpy to 1.26.2 | |||||
| * | | | | | | | | Bump numpy to 1.26.2 | Aarni Koskela | 2023-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids it being downgraded during `launch.py` | |||||
* | | | | | | | | | fix for the previous fix. | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | fix error with RealESRGAN model failing to upscale fp32 image | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #14474 from akx/realesrgan-is-esrgan | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Correct RealESRGAN expected architecture type to ESRGAN | |||||
| * | | | | | | | | Correct RealESRGAN expected architecture type to ESRGAN | Aarni Koskela | 2023-12-30 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14472 from akx/drop-move-code | AUTOMATIC1111 | 2023-12-30 | 2 | -53/+0 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove `cleanup_models` code | |||||
| * | | | | | | | | | Remove `cleanup_models` code | Aarni Koskela | 2023-12-30 | 2 | -53/+0 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #14473 from akx/soften-model-arch-check | AUTOMATIC1111 | 2023-12-30 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Soften Spandrel model-architecture check to just a warning | |||||
| * | | | | | | | | Soften Spandrel model-architecture check to just a warning | Aarni Koskela | 2023-12-30 | 1 | -1/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #14467 from akx/drop-basicsr | AUTOMATIC1111 | 2023-12-30 | 5 | -17/+36 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Drop basicsr dependency | |||||
| * | | | | | | | | Don't wait for 10 minutes for test server to come up | Aarni Koskela | 2023-12-30 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Make Tensorboard a late import (it was implicitly installed by basicsr) | Aarni Koskela | 2023-12-30 | 1 | -3/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Drop dependency on basicsr | Aarni Koskela | 2023-12-30 | 3 | -11/+26 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Correct arg type for restore_face | Aarni Koskela | 2023-12-30 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #14421 from lanyeeee/api_thread_safe | AUTOMATIC1111 | 2023-12-30 | 1 | -10/+18 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | fix API thread safe issues of txt2img and img2img | |||||
| * | | | | | | | 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 | |
| | | | | | | | | |