Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix embeddings add/remove to/from prompt on click bugs. | Sj-Si | 2024-01-18 | 1 | -1/+1 |
| | |||||
* | fix bugs | Sj-Si | 2024-01-16 | 2 | -19/+19 |
| | |||||
* | Finish cleanup. | Sj-Si | 2024-01-16 | 2 | -40/+124 |
| | |||||
* | Run linting | Sj-Si | 2024-01-15 | 1 | -5/+4 |
| | |||||
* | Move extra network tab buttons into tree view; | Sj-Si | 2024-01-15 | 1 | -179/+91 |
| | |||||
* | fix bugs. introduce new ones. | Sj-Si | 2024-01-15 | 1 | -92/+95 |
| | |||||
* | continue cleanup and redesign. | Sj-Si | 2024-01-13 | 1 | -33/+144 |
| | |||||
* | Merge changes from dev | Sj-Si | 2024-01-11 | 71 | -2137/+2159 |
|\ | |||||
| * | Logging: set formatter correctly for fallback logger too | Aarni Koskela | 2024-01-11 | 1 | -5/+6 |
| | | |||||
| * | Merge pull request #14598 from AUTOMATIC1111/fix-txt2img_upscale | AUTOMATIC1111 | 2024-01-09 | 1 | -1/+4 |
| |\ | | | | | | | hires button, fix seeds | ||||
| | * | update p.seed and p.subseed | w-e-w | 2024-01-09 | 1 | -1/+4 |
| | | | |||||
| * | | Merge pull request #14583 from continue-revolution/conrevo/lcm-sampler | AUTOMATIC1111 | 2024-01-09 | 2 | -1/+106 |
| |\ \ | | | | | | | | | Official LCM Sampler Support | ||||
| | * | | lcm sampler | continue-revolution | 2024-01-08 | 2 | -1/+106 |
| | | | | |||||
| * | | | Merge pull request #14593 from papuSpartan/api_tls | AUTOMATIC1111 | 2024-01-09 | 1 | -1/+9 |
| |\ \ \ | | | | | | | | | | | Allow TLS with API only mode (--nowebui) | ||||
| | * | | | include tls arguments in api uvicorn init | unknown | 2024-01-09 | 1 | -1/+9 |
| | |/ / | |||||
| * | | | rearrange if-statements for cpu | Kohaku-Blueleaf | 2024-01-09 | 1 | -3/+3 |
| | | | | |||||
| * | | | Apply the correct behavior of precision='full' | Kohaku-Blueleaf | 2024-01-09 | 1 | -4/+7 |
| | | | | |||||
| * | | | Revert "Apply correct inference precision implementation" | Kohaku-Blueleaf | 2024-01-09 | 1 | -33/+9 |
| | | | | | | | | | | | | | | | | This reverts commit e00365962b17550a42235d1fbe2ad2c7cc4b8961. | ||||
| * | | | Apply correct inference precision implementation | Kohaku-Blueleaf | 2024-01-09 | 1 | -9/+33 |
| | | | | |||||
| * | | | linting and debugs | Kohaku-Blueleaf | 2024-01-09 | 1 | -6/+6 |
| | | | | |||||
| * | | | Fix bugs when arg dtype doesn't match | KohakuBlueleaf | 2024-01-09 | 1 | -15/+10 |
| | | | | |||||
| * | | | improve efficiency and support more device | Kohaku-Blueleaf | 2024-01-09 | 2 | -17/+44 |
| |/ / | |||||
| * | | make denoiser None by default | Chengsong Zhang | 2024-01-08 | 1 | -1/+1 |
| | | | |||||
| * | | add self instead | continue-revolution | 2024-01-07 | 2 | -4/+4 |
| | | | |||||
| * | | add p to cfgdenoiserparams | continue-revolution | 2024-01-07 | 2 | -2/+5 |
| | | | |||||
| * | | add assets repo; serve fonts locally rather than from google's servers | AUTOMATIC1111 | 2024-01-07 | 3 | -1/+8 |
| | | | |||||
| * | | 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 |
| | | |/ | | |/| | |||||
| * | | | Fix format | Nuullll | 2024-01-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | [IPEX] Fix torch.Generator hijack | Nuullll | 2024-01-06 | 1 | -4/+16 |
| |/ / | |||||
| * / | [IPEX] Fix SDPA attn_mask dtype | Nuullll | 2024-01-06 | 1 | -0/+2 |
| |/ | |||||
| * | 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 | 1 | -4/+4 |
| |\ \ | | | | | | | | | Fix SwinIR issues | ||||
| | * | | upscale_2: cast image to model's dtype | Aarni Koskela | 2024-01-03 | 1 | -4/+4 |
| | | | | |||||
| * | | | 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 branch 'dev' into avoid-isfiles | AUTOMATIC1111 | 2024-01-04 | 4 | -19/+95 |
| |\ \ \ | |||||
| | * | | | 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 |
| | | |/ |