Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add assets repo; serve fonts locally rather than from google's servers | AUTOMATIC1111 | 2024-01-07 | 4 | -2/+9 |
| | |||||
* | Merge pull request #14560 from Nuullll/condfunc-warning | AUTOMATIC1111 | 2024-01-07 | 1 | -4/+8 |
|\ | | | | | Handle CondFunc exception when resolving attributes | ||||
| * | Handle CondFunc exception when resolving attributes | Nuullll | 2024-01-06 | 1 | -4/+8 |
| | | |||||
* | | Merge pull request #14563 from Nuullll/model-loaded-callback | AUTOMATIC1111 | 2024-01-07 | 2 | -4/+5 |
|\ \ | | | | | | | Execute model_loaded_callback after moving to target device | ||||
| * | | Execute model_loaded_callback after moving to target device | Nuullll | 2024-01-06 | 2 | -4/+5 |
| | | | |||||
* | | | Merge pull request #14562 from Nuullll/fix-ipex-xpu-generator | AUTOMATIC1111 | 2024-01-07 | 1 | -4/+16 |
|\ \ \ | |/ / |/| | | [IPEX] Fix xpu generator | ||||
| * | | Fix format | Nuullll | 2024-01-06 | 1 | -2/+2 |
| | | | |||||
| * | | [IPEX] Fix torch.Generator hijack | Nuullll | 2024-01-06 | 1 | -4/+16 |
|/ / | |||||
* | | Merge pull request #14559 from Nuullll/ipex-sdpa-fix | AUTOMATIC1111 | 2024-01-06 | 1 | -0/+2 |
|\ \ | |/ |/| | [IPEX] Fix SDPA attn_mask dtype | ||||
| * | [IPEX] Fix SDPA attn_mask dtype | Nuullll | 2024-01-06 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #14546 from AUTOMATIC1111/fix-oft-dtype | AUTOMATIC1111 | 2024-01-06 | 1 | -3/+3 |
|\ | | | | | Fix dtype casting in OFT module | ||||
| * | Fix dtype casting for OFT module | Kohaku-Blueleaf | 2024-01-05 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #14547 from AUTOMATIC1111/lyco-forward | AUTOMATIC1111 | 2024-01-06 | 2 | -7/+38 |
|\ \ | | | | | | | Implement general forward method for all method in built-in lora ext | ||||
| * | | linting | Kohaku-Blueleaf | 2024-01-05 | 1 | -2/+1 |
| | | | |||||
| * | | Add general forward method for all modules. | Kohaku-Blueleaf | 2024-01-05 | 2 | -7/+39 |
| |/ | |||||
* | | Merge pull request #14548 from keshav-nischal/patch-2 | AUTOMATIC1111 | 2024-01-06 | 1 | -1/+1 |
|\ \ | | | | | | | Update README.md | ||||
| * | | Update README.md | Keshav Nischal | 2024-01-05 | 1 | -1/+1 |
| | | | |||||
* | | | Make the upscale button update the gallery with the new image rather than ↵ | AUTOMATIC1111 | 2024-01-05 | 2 | -28/+63 |
| |/ |/| | | | | | replace it. | ||||
* | | Merge pull request #14538 from akx/log-wut | AUTOMATIC1111 | 2024-01-05 | 1 | -23/+39 |
|\ \ | | | | | | | Fix logging configuration again | ||||
| * | | Fix logging configuration again | Aarni Koskela | 2024-01-04 | 1 | -23/+39 |
| | | | | | | | | | | | | | | | | | | * Only use `tqdm.write()` if `tqdm` is active, defer to stderr * Correct log formatter for TqdmLoggingHandler * If `rich` is installed and `SD_WEBUI_RICH_LOG` is set, use `rich`'s formatter | ||||
* | | | Merge pull request #14537 from akx/gradio-analytics-enabled-again | AUTOMATIC1111 | 2024-01-05 | 2 | -2/+3 |
|\ \ \ | | | | | | | | | Ensure GRADIO_ANALYTICS_ENABLED is set early enough | ||||
| * | | | Ensure GRADIO_ANALYTICS_ENABLED is set early enough | Aarni Koskela | 2024-01-04 | 2 | -2/+3 |
| |/ / | |||||
* / / | Have upscale button use the same seed as hires fix. | AUTOMATIC1111 | 2024-01-04 | 5 | -20/+53 |
|/ / | |||||
* | | Merge pull request #14523 from AUTOMATIC1111/paste-infotext-cast-int-as-float | AUTOMATIC1111 | 2024-01-04 | 1 | -0/+2 |
|\ \ | | | | | | | paste infotext cast int as float | ||||
| * | | paste infotext cast int as float | w-e-w | 2024-01-03 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #14524 from akx/fix-swinir-issues | AUTOMATIC1111 | 2024-01-04 | 2 | -6/+7 |
|\ \ \ | | | | | | | | | Fix SwinIR issues | ||||
| * | | | upscale_2: cast image to model's dtype | Aarni Koskela | 2024-01-03 | 1 | -4/+4 |
| | | | | |||||
| * | | | SwinIR: pass model.scale | Aarni Koskela | 2024-01-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | SwinIR: use prefer_half | Aarni Koskela | 2024-01-03 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #14525 from AUTOMATIC1111/handle-config.json-failed-to-load | AUTOMATIC1111 | 2024-01-04 | 2 | -4/+12 |
|\ \ \ \ | | | | | | | | | | | handle config.json failed to load | ||||
| * | | | | handle config.json failed to load | w-e-w | 2024-01-03 | 2 | -4/+12 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #14527 from akx/avoid-isfiles | AUTOMATIC1111 | 2024-01-04 | 9 | -32/+37 |
|\ \ \ \ | | | | | | | | | | | Avoid unnecessary `isfile`/`exists` calls | ||||
| * \ \ \ | Merge branch 'dev' into avoid-isfiles | AUTOMATIC1111 | 2024-01-04 | 4 | -19/+95 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | 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. | ||||
| | * | | Avoid unnecessary `isfile`/`exists` calls | Aarni Koskela | 2024-01-03 | 10 | -35/+41 |
| |/ / |/| | | |||||
* | | | 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 |
| | |