Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14353 from Nuullll/ipex-sdpa | AUTOMATIC1111 | 2024-01-01 | 1 | -2/+67 |
|\ | | | | | [IPEX] Slice SDPA into smaller chunks | ||||
| * | Fix device id | Nuullll | 2023-12-18 | 1 | -2/+5 |
| | | |||||
| * | [IPEX] Slice SDPA into smaller chunks | Nuullll | 2023-12-18 | 1 | -2/+64 |
| | | |||||
* | | option to convert VAE to bfloat16 (implementation of #9295) | AUTOMATIC1111 | 2024-01-01 | 2 | -5/+19 |
| | | |||||
* | | linter | AUTOMATIC1111 | 2024-01-01 | 3 | -3/+3 |
| | | |||||
* | | add automatic version support for zero terminal SNR noise schedule option ↵ | AUTOMATIC1111 | 2024-01-01 | 1 | -0/+4 |
| | | | | | | | | from #14145 | ||||
* | | Merge pull request #14145 from drhead/zero-terminal-snr | AUTOMATIC1111 | 2024-01-01 | 4 | -1/+37 |
|\ \ | | | | | | | Implement zero terminal SNR noise schedule option | ||||
| * | | re-derive sqrt alpha bar and sqrt one minus alphabar | drhead | 2023-12-09 | 1 | -1/+1 |
| | | | | | | | | | This is the only place these values are ever referenced outside of training code so this change is very justifiable and more consistent. | ||||
| * | | fix variable | drhead | 2023-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | Create alphas_cumprod_original on full precision path | drhead | 2023-12-02 | 1 | -0/+1 |
| | | | |||||
| * | | Revert 309a606c | drhead | 2023-12-02 | 1 | -11/+9 |
| | | | |||||
| * | | fix linting | drhead | 2023-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | ensure that original alpha bar always exists | drhead | 2023-12-02 | 1 | -9/+11 |
| | | | |||||
| * | | remove debug print | drhead | 2023-11-30 | 1 | -1/+0 |
| | | | |||||
| * | | Only apply ztSNR related code if alphas_cumprod exists | catboxanon | 2023-11-29 | 1 | -9/+10 |
| | | | |||||
| * | | Lint | catboxanon | 2023-11-29 | 1 | -2/+2 |
| | | | |||||
| * | | Fix infotext for ztSNR | catboxanon | 2023-11-29 | 1 | -2/+2 |
| | | | |||||
| * | | Implement zero terminal SNR schedule option | drhead | 2023-11-29 | 1 | -0/+28 |
| | | | |||||
| * | | Add options for zero terminal SNR | drhead | 2023-11-29 | 1 | -0/+2 |
| | | | |||||
| * | | Protect alphas_cumprod from downcasting | drhead | 2023-11-29 | 1 | -0/+5 |
| | | | |||||
* | | | add automatic backwards version compatibility | AUTOMATIC1111 | 2024-01-01 | 3 | -1/+39 |
| | | | |||||
* | | | infotext.py: rename usages in the codebase | AUTOMATIC1111 | 2024-01-01 | 13 | -23/+23 |
| | | | |||||
* | | | infotext.py: add support for old modules.generation_parameters_copypaste name | AUTOMATIC1111 | 2024-01-01 | 1 | -0/+3 |
| | | | |||||
* | | | 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 |
| | | | |