aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* fix_extension_check_for_requirementsAndray2024-01-131-1/+4
|
* Logging: set formatter correctly for fallback logger tooAarni Koskela2024-01-111-5/+6
|
* Merge pull request #14598 from AUTOMATIC1111/fix-txt2img_upscaleAUTOMATIC11112024-01-091-1/+4
|\ | | | | hires button, fix seeds
| * update p.seed and p.subseedw-e-w2024-01-091-1/+4
| |
* | Merge pull request #14583 from continue-revolution/conrevo/lcm-samplerAUTOMATIC11112024-01-092-1/+106
|\ \ | | | | | | Official LCM Sampler Support
| * | lcm samplercontinue-revolution2024-01-082-1/+106
| | |
* | | Merge pull request #14593 from papuSpartan/api_tlsAUTOMATIC11112024-01-091-1/+9
|\ \ \ | | | | | | | | Allow TLS with API only mode (--nowebui)
| * | | include tls arguments in api uvicorn initunknown2024-01-091-1/+9
| |/ /
* | | rearrange if-statements for cpuKohaku-Blueleaf2024-01-091-3/+3
| | |
* | | Apply the correct behavior of precision='full'Kohaku-Blueleaf2024-01-091-4/+7
| | |
* | | Revert "Apply correct inference precision implementation"Kohaku-Blueleaf2024-01-091-33/+9
| | | | | | | | | | | | This reverts commit e00365962b17550a42235d1fbe2ad2c7cc4b8961.
* | | Apply correct inference precision implementationKohaku-Blueleaf2024-01-091-9/+33
| | |
* | | linting and debugsKohaku-Blueleaf2024-01-091-6/+6
| | |
* | | Fix bugs when arg dtype doesn't matchKohakuBlueleaf2024-01-091-15/+10
| | |
* | | improve efficiency and support more deviceKohaku-Blueleaf2024-01-092-17/+44
|/ /
* | make denoiser None by defaultChengsong Zhang2024-01-081-1/+1
| |
* | add self insteadcontinue-revolution2024-01-072-4/+4
| |
* | add p to cfgdenoiserparamscontinue-revolution2024-01-072-2/+5
| |
* | add assets repo; serve fonts locally rather than from google's serversAUTOMATIC11112024-01-073-1/+8
| |
* | Merge pull request #14560 from Nuullll/condfunc-warningAUTOMATIC11112024-01-071-4/+8
|\ \ | | | | | | Handle CondFunc exception when resolving attributes
| * | Handle CondFunc exception when resolving attributesNuullll2024-01-061-4/+8
| | |
* | | Merge pull request #14563 from Nuullll/model-loaded-callbackAUTOMATIC11112024-01-072-4/+5
|\ \ \ | | | | | | | | Execute model_loaded_callback after moving to target device
| * | | Execute model_loaded_callback after moving to target deviceNuullll2024-01-062-4/+5
| | |/ | |/|
* | | Fix formatNuullll2024-01-061-2/+2
| | |
* | | [IPEX] Fix torch.Generator hijackNuullll2024-01-061-4/+16
|/ /
* / [IPEX] Fix SDPA attn_mask dtypeNuullll2024-01-061-0/+2
|/
* Make the upscale button update the gallery with the new image rather than ↵AUTOMATIC11112024-01-052-28/+63
| | | | replace it.
* Merge pull request #14538 from akx/log-wutAUTOMATIC11112024-01-051-23/+39
|\ | | | | Fix logging configuration again
| * Fix logging configuration againAarni Koskela2024-01-041-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-againAUTOMATIC11112024-01-052-2/+3
|\ \ | | | | | | Ensure GRADIO_ANALYTICS_ENABLED is set early enough
| * | Ensure GRADIO_ANALYTICS_ENABLED is set early enoughAarni Koskela2024-01-042-2/+3
| |/
* / Have upscale button use the same seed as hires fix.AUTOMATIC11112024-01-045-20/+53
|/
* Merge pull request #14523 from AUTOMATIC1111/paste-infotext-cast-int-as-floatAUTOMATIC11112024-01-041-0/+2
|\ | | | | paste infotext cast int as float
| * paste infotext cast int as floatw-e-w2024-01-031-0/+2
| |
* | Merge pull request #14524 from akx/fix-swinir-issuesAUTOMATIC11112024-01-041-4/+4
|\ \ | | | | | | Fix SwinIR issues
| * | upscale_2: cast image to model's dtypeAarni Koskela2024-01-031-4/+4
| | |
* | | Merge pull request #14525 from AUTOMATIC1111/handle-config.json-failed-to-loadAUTOMATIC11112024-01-042-4/+12
|\ \ \ | | | | | | | | handle config.json failed to load
| * | | handle config.json failed to loadw-e-w2024-01-032-4/+12
| | |/ | |/|
* | | Merge branch 'dev' into avoid-isfilesAUTOMATIC11112024-01-044-19/+95
|\ \ \
| * | | forgot somethingAUTOMATIC11112024-01-031-1/+1
| | | |
| * | | mass file lister as an attempt to tackle #14507AUTOMATIC11112024-01-033-8/+85
| |/ /
| * | Merge pull request #14512 from ↵AUTOMATIC11112024-01-031-6/+6
| |\ \ | | | | | | | | | | | | | | | | AUTOMATIC1111/remove-excessive-extra-networks-reload reduce unnecessary re-indexing extra networks directory
| | * | reduce unnecessary re-indexing extra networks dirw-e-w2024-01-031-6/+6
| | |/
| * / torch_bgr_to_pil_image: round, don't truncateAarni Koskela2024-01-021-1/+1
| |/ | | | | | | This matches what `realesrgan` does.
* / Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-0310-35/+41
|/
* load_spandrel_model: make `half` `prefer_half`Aarni Koskela2024-01-022-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.
* Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are rightAarni Koskela2024-01-021-20/+69
|
* final touchesAUTOMATIC11112024-01-021-1/+1
|
* fix #14497AUTOMATIC11112024-01-023-15/+25
|
* add an option to hide upscaling progressbarAUTOMATIC11112024-01-022-2/+3
|