Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | rename generation_parameters_copypaste module to infotext | AUTOMATIC1111 | 2024-01-01 | 1 | -0/+0 | |
| | | | | | | | ||||||
| | * | | | | | add missing field for DDIM sampler that was breaking img2img | AUTOMATIC1111 | 2024-01-01 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | handle selectable script_index is None | w-e-w | 2024-01-01 | 1 | -1/+3 | |
| | | | | | | | ||||||
| | * | | | | | change import statements for #14478 | AUTOMATIC1111 | 2023-12-31 | 6 | -15/+12 | |
| | | | | | | | ||||||
| | * | | | | | Merge pull request #14478 from akx/dtype-inspect | AUTOMATIC1111 | 2023-12-31 | 7 | -7/+34 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Add utility to inspect a model's dtype/device | |||||
| | | * | | | | | Add utility to inspect a model's parameters (to get dtype/device) | Aarni Koskela | 2023-12-31 | 7 | -7/+34 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge pull request #14475 from Learwin/negative_prompt | AUTOMATIC1111 | 2023-12-31 | 1 | -1/+4 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | Adding negative prompts to Loras in extra networks | |||||
| | | * | | | | | Revert change from linting for unrelated file | Learwin | 2023-12-31 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Code Style fixes | Learwin | 2023-12-30 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Added negative prompts to extra networks lora | Learwin | 2023-12-30 | 1 | -1/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | Deduplicate tiled inference code from SwinIR/ScuNET | Aarni Koskela | 2023-12-30 | 1 | -1/+71 | |
| | | | | | | | | ||||||
| | * | | | | | | Be more clear about Spandrel model nomenclature | Aarni Koskela | 2023-12-30 | 4 | -8/+10 | |
| | | | | | | | | ||||||
| | * | | | | | | load_spandrel_model: always return a model descriptor | Aarni Koskela | 2023-12-30 | 1 | -10/+13 | |
| | | | | | | | | ||||||
| | * | | | | | | 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 | |
| | | |/ / / / / | ||||||
| | * / / / / / | 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 | 2 | -14/+35 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Drop basicsr dependency | |||||
| | | * | | | | | 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 | 1 | -9/+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 | 14 | -79/+252 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | 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 | 16 | -1690/+492 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use Spandrel for upscaling and face restoration architectures | |||||
| | | * | | | | | | Verify architecture for loaded Spandrel models | Aarni Koskela | 2023-12-30 | 6 | -4/+20 | |
| | | | | | | | | | ||||||
| | | * | | | | | | 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 | 3 | -230/+257 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | 2023-12-30 | 12 | -1521/+198 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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 | 3 | -1/+32 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | 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 | 3 | -1/+29 | |
| | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | Merge pull request #14307 from ↵ | AUTOMATIC1111 | 2023-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/default-Falst-js_live_preview_in_modal_lightbox default False js_live_preview_in_modal_lightbox | |||||
| | | * | | | | Merge pull request #14216 from wfjsw/state-dict-ref-comparison | AUTOMATIC1111 | 2023-12-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | change state dict comparison to ref compare | |||||
| | | * | | | | Merge pull request #14230 from ↵ | AUTOMATIC1111 | 2023-12-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer | |||||
| | | * | | | | Merge pull request #14229 from Nuullll/ipex-embedding | AUTOMATIC1111 | 2023-12-14 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | [IPEX] Fix embedding and ControlNet | |||||
| | | * | | | | Merge pull request #14266 from kaalibro/dev | AUTOMATIC1111 | 2023-12-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Re-add setting lost as part of e294e46 |