aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14639 from ↵AUTOMATIC11112024-01-201-1/+4
|\ | | | | | | | | light-and-ray/fix_extension_check_for_requirements [Bug] Fix extension check for requirements
| * fix_extension_check_for_requirementsAndray2024-01-131-1/+4
| |
* | Merge pull request #14640 from WebDev9000/replace-hashtags-in-filenamesAUTOMATIC11112024-01-201-1/+1
|\ \ | | | | | | Add # to the invalid_filename_chars list
| * | Add # to the invalid_filename_chars listWebDev2024-01-131-1/+1
| |/
* | Merge pull request #14659 from ↵AUTOMATIC11112024-01-201-1/+2
|\ \ | | | | | | | | | | | | AUTOMATIC1111/immediately-stop-on-second-interrupt immediately stop on second interrupt
| * | immediately stop on second interruptw-e-w2024-01-161-1/+2
| |/ | | | | | | | | | | | | | | Revert "immediately stop on second interrupt" This reverts commit ab409072a1f2a9c911a63aee98a6b42081803cdc. immediately stop on second interrupt
* | Merge pull request #14645 from AUTOMATIC1111/infotextsAUTOMATIC11112024-01-202-22/+16
|\ \ | | | | | | geninfo from Infotexts
| * | parse_generation_parameters with no skip_fieldsw-e-w2024-01-172-2/+2
| | |
| * | parse_generation_parameters skip_fieldsw-e-w2024-01-171-3/+5
| | |
| * | save_files info base on infotextsw-e-w2024-01-171-9/+10
| | |
| * | reuse seed from infotextsw-e-w2024-01-171-13/+6
| |/
* | Merge pull request #14657 from ↵AUTOMATIC11112024-01-202-0/+22
|\ \ | | | | | | | | | | | | AUTOMATIC1111/callback-postprocess_image_after_composite callback postprocess_image_after_composite
| * | callback postprocess_image_after_compositew-e-w2024-01-162-0/+22
| |/
* | Merge pull request #14626 from AUTOMATIC1111/hr-button-fixAUTOMATIC11112024-01-203-23/+22
|\ \ | | | | | | more Hr button fix
| * | fix console total progress bar when using txt2img_upscalew-e-w2024-01-172-2/+6
| | | | | | | | | | | | add p.txt2img_upscale as indicator
| * | parse_generation_parameters with no skip_fieldsw-e-w2024-01-171-1/+1
| | |
| * | parse_generation_parameters skip_fieldsw-e-w2024-01-171-3/+5
| | |
| * | seed info from infotextsw-e-w2024-01-141-8/+6
| | |
| * | fix gallery black image issuew-e-w2024-01-141-1/+1
| | |
| * | allowe hr pass to return multiple imagesw-e-w2024-01-141-9/+4
| | |
| * | disable saving images before highres fixw-e-w2024-01-141-1/+1
| |/
* | Merge pull request #14690 from n0kovo/devAUTOMATIC11112024-01-203-0/+87
|\ \ | | | | | | Add support for DAT upscaler models
| * | Fix wrong options valuen0kovo2024-01-181-1/+1
| | |
| * | Minor cleanupn0kovo2024-01-181-7/+5
| | |
| * | Add support for DAT upscaler modelsn0kovo2024-01-183-0/+89
| |/
* / fix extras big batch crashesAndray2024-01-191-2/+2
|/
* 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
|/ /