aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Only apply ztSNR related code if alphas_cumprod existscatboxanon2023-11-291-9/+10
| | | | | | | |
| * | | | | | | Lintcatboxanon2023-11-291-2/+2
| | | | | | | |
| * | | | | | | Fix infotext for ztSNRcatboxanon2023-11-291-2/+2
| | | | | | | |
| * | | | | | | Implement zero terminal SNR schedule optiondrhead2023-11-291-0/+28
| | | | | | | |
| * | | | | | | Add options for zero terminal SNRdrhead2023-11-291-0/+2
| | | | | | | |
| * | | | | | | Protect alphas_cumprod from downcastingdrhead2023-11-291-0/+5
| | | | | | | |
* | | | | | | | add automatic backwards version compatibilityAUTOMATIC11112024-01-013-1/+39
| | | | | | | |
* | | | | | | | infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-0114-25/+25
| | | | | | | |
* | | | | | | | infotext.py: add support for old modules.generation_parameters_copypaste nameAUTOMATIC11112024-01-011-0/+3
| | | | | | | |
* | | | | | | | rename generation_parameters_copypaste module to infotextAUTOMATIC11112024-01-011-0/+0
| | | | | | | |
* | | | | | | | add missing field for DDIM sampler that was breaking img2imgAUTOMATIC11112024-01-011-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #14487 from ↵AUTOMATIC11112024-01-011-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/handle-selectable-script_index-is-None handle selectable script_index is None
| * | | | | | | | handle selectable script_index is Nonew-e-w2024-01-011-1/+3
|/ / / / / / / /
* | | | | | | | change import statements for #14478AUTOMATIC11112023-12-317-17/+14
| | | | | | | |
* | | | | | | | Merge pull request #14478 from akx/dtype-inspectAUTOMATIC11112023-12-318-7/+53
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add utility to inspect a model's dtype/device
| * | | | | | | | Add utility to inspect a model's parameters (to get dtype/device)Aarni Koskela2023-12-318-7/+53
| | | | | | | | |
* | | | | | | | | Merge pull request #14475 from Learwin/negative_promptAUTOMATIC11112023-12-314-13/+37
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Adding negative prompts to Loras in extra networks
| * | | | | | | | Revert change from linting for unrelated fileLearwin2023-12-311-1/+1
| | | | | | | | |
| * | | | | | | | Removed weight slider for negative promptsLearwin2023-12-312-11/+2
| | | | | | | | |
| * | | | | | | | Code Style fixesLearwin2023-12-303-6/+6
| | | | | | | | |
| * | | | | | | | Added negative prompts to extra networks loraLearwin2023-12-304-13/+46
| | | | | | | | |
* | | | | | | | | Merge pull request #14476 from akx/dedupe-tiled-weighted-inferenceAUTOMATIC11112023-12-313-97/+87
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Deduplicate tiled inference code from SwinIR/ScuNET
| * | | | | | | | | Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela2023-12-303-97/+87
|/ / / / / / / / /
* | | | | | | | | Merge pull request #14477 from akx/spandrel-type-fixAUTOMATIC11112023-12-305-21/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Be more clear about Spandrel model nomenclature and types
| * | | | | | | | | Be more clear about Spandrel model nomenclatureAarni Koskela2023-12-305-11/+13
| | | | | | | | | |
| * | | | | | | | | load_spandrel_model: always return a model descriptorAarni Koskela2023-12-301-10/+13
| | | | | | | | | |
* | | | | | | | | | Merge pull request #14471 from akx/bump-numpyAUTOMATIC11112023-12-301-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Bump numpy to 1.26.2
| * | | | | | | | | Bump numpy to 1.26.2Aarni Koskela2023-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids it being downgraded during `launch.py`
* | | | | | | | | | fix for the previous fix.AUTOMATIC11112023-12-301-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | fix error with RealESRGAN model failing to upscale fp32 imageAUTOMATIC11112023-12-301-1/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #14474 from akx/realesrgan-is-esrganAUTOMATIC11112023-12-301-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Correct RealESRGAN expected architecture type to ESRGAN
| * | | | | | | | | Correct RealESRGAN expected architecture type to ESRGANAarni Koskela2023-12-301-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #14472 from akx/drop-move-codeAUTOMATIC11112023-12-302-53/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove `cleanup_models` code
| * | | | | | | | | | Remove `cleanup_models` codeAarni Koskela2023-12-302-53/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #14473 from akx/soften-model-arch-checkAUTOMATIC11112023-12-301-1/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Soften Spandrel model-architecture check to just a warning
| * | | | | | | | | Soften Spandrel model-architecture check to just a warningAarni Koskela2023-12-301-1/+3
|/ / / / / / / / /
* | | | | | | | | Merge pull request #14467 from akx/drop-basicsrAUTOMATIC11112023-12-305-17/+36
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Drop basicsr dependency
| * | | | | | | | | Don't wait for 10 minutes for test server to come upAarni Koskela2023-12-301-1/+1
| | | | | | | | | |
| * | | | | | | | | Make Tensorboard a late import (it was implicitly installed by basicsr)Aarni Koskela2023-12-301-3/+7
| | | | | | | | | |
| * | | | | | | | | Drop dependency on basicsrAarni Koskela2023-12-303-11/+26
| | | | | | | | | |
| * | | | | | | | | 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
| | | | | | | | | |