Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-12-31 | change import statements for #14478 | AUTOMATIC1111 | -17/+14 | |
2023-12-31 | Merge pull request #14478 from akx/dtype-inspect | AUTOMATIC1111 | -7/+53 | |
Add utility to inspect a model's dtype/device | ||||
2023-12-31 | Merge pull request #14475 from Learwin/negative_prompt | AUTOMATIC1111 | -13/+37 | |
Adding negative prompts to Loras in extra networks | ||||
2023-12-31 | Revert change from linting for unrelated file | Learwin | -1/+1 | |
2023-12-31 | Removed weight slider for negative prompts | Learwin | -11/+2 | |
2023-12-31 | Add utility to inspect a model's parameters (to get dtype/device) | Aarni Koskela | -7/+53 | |
2023-12-31 | Merge pull request #14476 from akx/dedupe-tiled-weighted-inference | AUTOMATIC1111 | -97/+87 | |
Deduplicate tiled inference code from SwinIR/ScuNET | ||||
2023-12-31 | Deduplicate tiled inference code from SwinIR/ScuNET | Aarni Koskela | -97/+87 | |
2023-12-31 | Merge pull request #14477 from akx/spandrel-type-fix | AUTOMATIC1111 | -21/+26 | |
Be more clear about Spandrel model nomenclature and types | ||||
2023-12-31 | Merge pull request #14471 from akx/bump-numpy | AUTOMATIC1111 | -1/+1 | |
Bump numpy to 1.26.2 | ||||
2023-12-31 | Be more clear about Spandrel model nomenclature | Aarni Koskela | -11/+13 | |
2023-12-31 | load_spandrel_model: always return a model descriptor | Aarni Koskela | -10/+13 | |
2023-12-31 | fix for the previous fix. | AUTOMATIC1111 | -1/+1 | |
2023-12-30 | Code Style fixes | Learwin | -6/+6 | |
2023-12-30 | Added negative prompts to extra networks lora | Learwin | -13/+46 | |
2023-12-30 | fix error with RealESRGAN model failing to upscale fp32 image | AUTOMATIC1111 | -1/+5 | |
2023-12-30 | Merge pull request #14474 from akx/realesrgan-is-esrgan | AUTOMATIC1111 | -1/+1 | |
Correct RealESRGAN expected architecture type to ESRGAN | ||||
2023-12-30 | Merge pull request #14472 from akx/drop-move-code | AUTOMATIC1111 | -53/+0 | |
Remove `cleanup_models` code | ||||
2023-12-30 | Merge pull request #14473 from akx/soften-model-arch-check | AUTOMATIC1111 | -1/+3 | |
Soften Spandrel model-architecture check to just a warning | ||||
2023-12-30 | Correct RealESRGAN expected architecture type to ESRGAN | Aarni Koskela | -1/+1 | |
2023-12-30 | Soften Spandrel model-architecture check to just a warning | Aarni Koskela | -1/+3 | |
2023-12-30 | Remove `cleanup_models` code | Aarni Koskela | -53/+0 | |
2023-12-30 | Merge pull request #14467 from akx/drop-basicsr | AUTOMATIC1111 | -17/+36 | |
Drop basicsr dependency | ||||
2023-12-30 | Don't wait for 10 minutes for test server to come up | Aarni Koskela | -1/+1 | |
2023-12-30 | Make Tensorboard a late import (it was implicitly installed by basicsr) | Aarni Koskela | -3/+7 | |
2023-12-30 | Merge pull request #14421 from lanyeeee/api_thread_safe | AUTOMATIC1111 | -10/+18 | |
fix API thread safe issues of txt2img and img2img | ||||
2023-12-31 | remove locks, move init code to __init__ | lanyeeee | -18/+19 | |
2023-12-30 | Bump numpy to 1.26.2 | Aarni Koskela | -1/+1 | |
This avoids it being downgraded during `launch.py` | ||||
2023-12-30 | Drop dependency on basicsr | Aarni Koskela | -11/+26 | |
2023-12-30 | fix format issue | lanyeeee | -4/+2 | |
2023-12-30 | Correct arg type for restore_face | Aarni Koskela | -2/+2 | |
2023-12-30 | Merge pull request #14425 from akx/spandrel | AUTOMATIC1111 | -3927/+609 | |
Use Spandrel for upscaling and face restoration architectures | ||||
2023-12-30 | fix img2img api that i broke when implementing infotext support | AUTOMATIC1111 | -0/+1 | |
2023-12-30 | Verify architecture for loaded Spandrel models | Aarni Koskela | -5/+22 | |
2023-12-30 | Add experimental HAT model | Aarni Koskela | -0/+42 | |
2023-12-30 | Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN | Aarni Koskela | -234/+308 | |
2023-12-30 | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | -3754/+263 | |
GFPGAN and LDSR) | ||||
2023-12-30 | Refactor esrgan_upscale to more generic upscale_with_model | Aarni Koskela | -39/+74 | |
2023-12-30 | Add tile_count property to Grid | Aarni Koskela | -1/+7 | |
2023-12-30 | Add types to split_grid | Aarni Koskela | -3/+2 | |
2023-12-30 | make it possible again to extract styles that have whitespace at the end. | AUTOMATIC1111 | -30/+17 | |
2023-12-30 | Merge branch 'dev' into api_thread_safe | kurisu_u | -85/+368 | |
2023-12-30 | add locks to ensure init args are thread-safe | lanyeeee | -8/+16 | |
2023-12-30 | Merge pull request #14367 from AUTOMATIC1111/reorder-post-processing-modules | AUTOMATIC1111 | -4/+4 | |
reorder training preprocessing modules in extras tab | ||||
2023-12-30 | update #14354 | AUTOMATIC1111 | -1/+1 | |
2023-12-30 | Merge pull request #14354 from ranareehanaslam/master | AUTOMATIC1111 | -1/+1 | |
Update Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed webui.py | ||||
2023-12-30 | Merge pull request #14394 from AUTOMATIC1111/minor-xyz-fix | AUTOMATIC1111 | -0/+4 | |
xyz grid handle axis_type is None | ||||
2023-12-30 | Merge pull request #14407 from ↵ | AUTOMATIC1111 | -1/+6 | |
AUTOMATIC1111/prevent-crash-due-to-Script-__init__-exception prevent crash due to Script __init__ exception | ||||
2023-12-30 | Merge pull request #14390 from wangqyqq/sdxl-inpaint | AUTOMATIC1111 | -1/+130 | |
Supporting for SDXL-Inpaint Model | ||||
2023-12-30 | Merge pull request #14446 from AUTOMATIC1111/base-output-path-off-data_path | AUTOMATIC1111 | -18/+25 | |
Base output path off data path |