aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing important style.Sj-Si2024-01-181-1/+1
|
* Fix embeddings add/remove to/from prompt on click bugs.Sj-Si2024-01-182-11/+4
|
* fix bugsSj-Si2024-01-163-35/+31
|
* Finish cleanup.Sj-Si2024-01-1611-168/+288
|
* Run lintingSj-Si2024-01-151-5/+4
|
* Move extra network tab buttons into tree view;Sj-Si2024-01-159-284/+401
|
* fix bugs. introduce new ones.Sj-Si2024-01-154-194/+207
|
* fix lintingSj-Si2024-01-141-26/+28
|
* fix search box handling. sort maybe broken not sure. need to bug test and ↵Sj-Si2024-01-143-62/+57
| | | | finish cleanup.
* continue cleanup and redesign.Sj-Si2024-01-134-187/+572
|
* Merge changes from devSj-Si2024-01-11117-4920/+3371
|\
| * Merge pull request #14618 from akx/log-fmt-fixAUTOMATIC11112024-01-111-5/+6
| |\ | | | | | | Logging: set formatter correctly for fallback logger too
| | * 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 #14589 from Sj-Si/hotfix/remove-upscaler-size-limitsAUTOMATIC11112024-01-091-2/+2
| |\ \ | | | | | | | | Increase Upscaler Limits
| | * | Restore scale factor limit changes to master branch.Sj-Si2024-01-091-1/+1
| | | |
| | * | Restore scale factor limit changes to master branch.Sj-Si2024-01-091-1/+1
| | | |
| | * | Increase limits for upscalers.Sj-Si2024-01-082-4/+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
| | |/ / /
| * | | | Merge pull request #14597 from AUTOMATIC1111/improved-manual-castAUTOMATIC11112024-01-092-16/+41
| |\ \ \ \ | | |/ / / | |/| | | Improve the implementation of Manual Cast and IPEX support
| | * | | 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
| |/ / /
| * | | Merge pull request #14573 from continue-revolution/conrevo/add-p-to-cfgAUTOMATIC11112024-01-082-2/+5
| |\ \ \ | | | | | | | | | | Add self to CFGDenoiserParams
| | * | | 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-074-2/+9
| | | |
| * | | 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
| | | |_|/ | | |/| |
| * | | | Merge pull request #14562 from Nuullll/fix-ipex-xpu-generatorAUTOMATIC11112024-01-071-4/+16
| |\ \ \ \ | | |/ / / | |/| | | [IPEX] Fix xpu generator
| | * | | Fix formatNuullll2024-01-061-2/+2
| | | | |
| | * | | [IPEX] Fix torch.Generator hijackNuullll2024-01-061-4/+16
| |/ / /
| * | | Merge pull request #14559 from Nuullll/ipex-sdpa-fixAUTOMATIC11112024-01-061-0/+2
| |\ \ \ | | |/ / | |/| | [IPEX] Fix SDPA attn_mask dtype
| | * | [IPEX] Fix SDPA attn_mask dtypeNuullll2024-01-061-0/+2
| |/ /
| * | Merge pull request #14546 from AUTOMATIC1111/fix-oft-dtypeAUTOMATIC11112024-01-061-3/+3
| |\ \ | | | | | | | | Fix dtype casting in OFT module
| | * | Fix dtype casting for OFT moduleKohaku-Blueleaf2024-01-051-3/+3
| | | |
| * | | Merge pull request #14547 from AUTOMATIC1111/lyco-forwardAUTOMATIC11112024-01-062-7/+38
| |\ \ \ | | | | | | | | | | Implement general forward method for all method in built-in lora ext
| | * | | lintingKohaku-Blueleaf2024-01-051-2/+1
| | | | |
| | * | | Add general forward method for all modules.Kohaku-Blueleaf2024-01-052-7/+39
| | |/ /