Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14528 from AUTOMATIC1111/mass-file-lister | AUTOMATIC1111 | 2024-01-04 | 3 | -9/+86 |
|\ | | | | | mass file lister as an attempt to tackle #14507 | ||||
| * | forgot something | AUTOMATIC1111 | 2024-01-03 | 1 | -1/+1 |
| | | |||||
| * | mass file lister as an attempt to tackle #14507 | AUTOMATIC1111 | 2024-01-03 | 3 | -8/+85 |
|/ | |||||
* | Merge pull request #14512 from ↵ | AUTOMATIC1111 | 2024-01-03 | 1 | -6/+6 |
|\ | | | | | | | | | AUTOMATIC1111/remove-excessive-extra-networks-reload reduce unnecessary re-indexing extra networks directory | ||||
| * | reduce unnecessary re-indexing extra networks dir | w-e-w | 2024-01-03 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #14504 from akx/you-spin-me-round | AUTOMATIC1111 | 2024-01-03 | 1 | -1/+1 |
|\ \ | |/ |/| | torch_bgr_to_pil_image: round, don't truncate | ||||
| * | torch_bgr_to_pil_image: round, don't truncate | Aarni Koskela | 2024-01-02 | 1 | -1/+1 |
| | | | | | | | | This matches what `realesrgan` does. | ||||
* | | Merge pull request #14501 from akx/credits-remove-copypaste | AUTOMATIC1111 | 2024-01-02 | 2 | -314/+7 |
|\ \ | |/ |/| | Remove licenses and README mentions for code that's no longer copy-pasted | ||||
| * | Remove licenses for code that's no longer copy-pasted; adjust README | Aarni Koskela | 2024-01-02 | 2 | -314/+7 |
| | | |||||
* | | Merge pull request #14500 from akx/spandrel-prefer-half | AUTOMATIC1111 | 2024-01-02 | 2 | -7/+15 |
|\ \ | |/ |/| | Spandrel: "prefer half" instead of "force half" | ||||
| * | load_spandrel_model: make `half` `prefer_half` | Aarni Koskela | 2024-01-02 | 2 | -7/+15 |
|/ | | | | | As discussed with the Spandrel folks, it's good to heed Spandrel's "supports half precision" flag to avoid e.g. black blotches and what-not. | ||||
* | Merge pull request #14484 from akx/swinir-resample-for-div8 | AUTOMATIC1111 | 2024-01-02 | 3 | -112/+87 |
|\ | | | | | Refactor Torch-space upscale fully out of ScuNET/SwinIR | ||||
| * | Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are right | Aarni Koskela | 2024-01-02 | 3 | -112/+87 |
|/ | |||||
* | final touches | AUTOMATIC1111 | 2024-01-02 | 1 | -1/+1 |
| | |||||
* | fix #14497 | AUTOMATIC1111 | 2024-01-02 | 3 | -15/+25 |
| | |||||
* | add an option to hide upscaling progressbar | AUTOMATIC1111 | 2024-01-02 | 2 | -2/+3 |
| | |||||
* | Merge pull request #14497 from Jibaku789/dev | AUTOMATIC1111 | 2024-01-02 | 2 | -0/+16 |
|\ | | | | | Add inpaint arguments in .txt file | ||||
| * | Add inpaint options to img2img.py | Jibaku789 | 2024-01-01 | 1 | -0/+12 |
| | | |||||
| * | Add inpaint options to paste fields | Jibaku789 | 2024-01-01 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #14495 from akx/fix-js-lint | AUTOMATIC1111 | 2024-01-01 | 1 | -1/+1 |
|\ | | | | | Fix lint issue from 501993eb | ||||
| * | Fix lint issue from 501993eb | Aarni Koskela | 2024-01-01 | 1 | -1/+1 |
|/ | |||||
* | added a button to run hires fix on selected image in the gallery | AUTOMATIC1111 | 2024-01-01 | 6 | -86/+160 |
| | |||||
* | rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵ | AUTOMATIC1111 | 2024-01-01 | 15 | -25/+25 |
| | | | | 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 merge | AUTOMATIC1111 | 2024-01-01 | 1 | -3/+4 |
| | |||||
* | Merge pull request #13789 from nickpharrison/finer-settings-freezing-control | AUTOMATIC1111 | 2024-01-01 | 2 | -7/+25 |
|\ | | | | | Finer settings freezing control | ||||
| * | Merge branch 'dev' into finer-settings-freezing-control | AUTOMATIC1111 | 2024-01-01 | 147 | -5281/+5397 |
| |\ | |/ |/| | |||||
* | | Merge pull request #14291 from ↵ | AUTOMATIC1111 | 2024-01-01 | 3 | -1/+23 |
|\ \ | | | | | | | | | | | | | 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 adjustable | w-e-w | 2023-12-15 | 3 | -2/+8 |
| | | | |||||
| * | | on mouse hover show / hide modal image viewer icons | w-e-w | 2023-12-12 | 1 | -0/+16 |
| | | | |||||
* | | | fix borked merge, rename fields to better match what they do, change setting ↵ | AUTOMATIC1111 | 2024-01-01 | 8 | -14/+20 |
| | | | | | | | | | | | | default to true for #13653 | ||||
* | | | Merge pull request #13653 from antfu/feat/interrupted-end | AUTOMATIC1111 | 2024-01-01 | 8 | -7/+15 |
|\ \ \ | | | | | | | | | Interrupt after current generation | ||||
| * \ \ | Merge branch 'dev' into feat/interrupted-end | AUTOMATIC1111 | 2024-01-01 | 143 | -5336/+5403 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #14352 from AUTOMATIC1111/reduce-unnecessary-ui-config-write | AUTOMATIC1111 | 2024-01-01 | 2 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | only rewrite ui-config when there is change | ||||
| * | | | | only rewrite ui-config when there is change | w-e-w | 2023-12-18 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | and a typo | ||||
* | | | | | 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 |
| | | | | | |||||
* | | | | | re-layout checkboxes for XYZ grid a bit | AUTOMATIC1111 | 2024-01-01 | 1 | -7/+6 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'rubberbaron/xyz-grid-vary-seeds' into dev | AUTOMATIC1111 | 2024-01-01 | 1 | -1/+15 |
|\ \ \ \ \ | |||||
| * | | | | | xyz_grid: allow varying the seed along an axis along with the axis's other ↵ | Robert Barron | 2023-07-30 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | changes | ||||
* | | | | | | 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 |
| | | | | | | |