aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| * | final touchesAUTOMATIC11112024-01-021-1/+1
| | |
| * | fix #14497AUTOMATIC11112024-01-023-15/+25
| | |
| * | add an option to hide upscaling progressbarAUTOMATIC11112024-01-022-2/+3
| | |
| * | Add inpaint options to img2img.pyJibaku7892024-01-011-0/+12
| | |
| * | Add inpaint options to paste fieldsJibaku7892024-01-011-0/+4
| | |
| * | added a button to run hires fix on selected image in the galleryAUTOMATIC11112024-01-015-86/+152
| | |
| * | rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-0114-23/+23
| | | | | | | | | | | | infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
| * | restore lines lost from #13789 mergeAUTOMATIC11112024-01-011-3/+4
| | |
| * | Merge branch 'dev' into finer-settings-freezing-controlAUTOMATIC11112024-01-0185-2811/+2843
| |\ \
| | * \ Merge pull request #14291 from ↵AUTOMATIC11112024-01-012-0/+6
| | |\ \ | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/on-mouse-hover-show-hide-modal-image-viewer-icons on mouse hover show / hide modal image viewer icons
| | | * | make modal toolbar and icon opacity adjustablew-e-w2023-12-152-0/+6
| | | | |
| | * | | fix borked merge, rename fields to better match what they do, change setting ↵AUTOMATIC11112024-01-016-11/+17
| | | | | | | | | | | | | | | | | | | | default to true for #13653
| | * | | Merge branch 'dev' into feat/interrupted-endAUTOMATIC11112024-01-0182-2817/+2819
| | |\ \ \
| | | * \ \ Merge pull request #14352 from AUTOMATIC1111/reduce-unnecessary-ui-config-writeAUTOMATIC11112024-01-012-2/+4
| | | |\ \ \ | | | | | | | | | | | | | | only rewrite ui-config when there is change
| | | | * | | only rewrite ui-config when there is changew-e-w2023-12-182-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and a typo
| | | * | | | Merge pull request #14353 from Nuullll/ipex-sdpaAUTOMATIC11112024-01-011-2/+67
| | | |\ \ \ \ | | | | | | | | | | | | | | | | [IPEX] Slice SDPA into smaller chunks
| | | | * | | | Fix device idNuullll2023-12-181-2/+5
| | | | | | | |
| | | | * | | | [IPEX] Slice SDPA into smaller chunksNuullll2023-12-181-2/+64
| | | | |/ / /
| | | * | | | option to convert VAE to bfloat16 (implementation of #9295)AUTOMATIC11112024-01-012-5/+19
| | | | | | |
| | | * | | | linterAUTOMATIC11112024-01-013-3/+3
| | | | | | |
| | | * | | | add automatic version support for zero terminal SNR noise schedule option ↵AUTOMATIC11112024-01-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from #14145
| | | * | | | Merge pull request #14145 from drhead/zero-terminal-snrAUTOMATIC11112024-01-014-1/+37
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Implement zero terminal SNR noise schedule option
| | | | * | | | re-derive sqrt alpha bar and sqrt one minus alphabardrhead2023-12-091-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 variabledrhead2023-12-021-1/+1
| | | | | | | |
| | | | * | | | Create alphas_cumprod_original on full precision pathdrhead2023-12-021-0/+1
| | | | | | | |
| | | | * | | | Revert 309a606cdrhead2023-12-021-11/+9
| | | | | | | |
| | | | * | | | fix lintingdrhead2023-12-021-1/+1
| | | | | | | |
| | | | * | | | ensure that original alpha bar always existsdrhead2023-12-021-9/+11
| | | | | | | |
| | | | * | | | remove debug printdrhead2023-11-301-1/+0
| | | | | | | |
| | | | * | | | 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-0113-23/+23
| | | | | | | |
| | | * | | | | 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
| | | | | | | |
| | | * | | | | handle selectable script_index is Nonew-e-w2024-01-011-1/+3
| | | | | | | |
| | | * | | | | change import statements for #14478AUTOMATIC11112023-12-316-15/+12
| | | | | | | |
| | | * | | | | Merge pull request #14478 from akx/dtype-inspectAUTOMATIC11112023-12-317-7/+34
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add utility to inspect a model's dtype/device
| | | | * | | | | Add utility to inspect a model's parameters (to get dtype/device)Aarni Koskela2023-12-317-7/+34
| | | | | | | | |
| | | * | | | | | Merge pull request #14475 from Learwin/negative_promptAUTOMATIC11112023-12-311-1/+4
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | Adding negative prompts to Loras in extra networks
| | | | * | | | | Revert change from linting for unrelated fileLearwin2023-12-311-1/+1
| | | | | | | | |
| | | | * | | | | Code Style fixesLearwin2023-12-301-1/+1
| | | | | | | | |
| | | | * | | | | Added negative prompts to extra networks loraLearwin2023-12-301-1/+4
| | | | | | | | |
| | | * | | | | | Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela2023-12-301-1/+71
| | | | | | | | |
| | | * | | | | | Be more clear about Spandrel model nomenclatureAarni Koskela2023-12-304-8/+10
| | | | | | | | |