aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
Commit message (Expand)AuthorAgeFilesLines
* fix using wrong model caused by aliaschi2nagisa2024-01-151-2/+2
* Merge pull request #14546 from AUTOMATIC1111/fix-oft-dtypeAUTOMATIC11112024-01-061-3/+3
|\
| * Fix dtype casting for OFT moduleKohaku-Blueleaf2024-01-051-3/+3
* | lintingKohaku-Blueleaf2024-01-051-2/+1
* | Add general forward method for all modules.Kohaku-Blueleaf2024-01-052-7/+39
|/
* SwinIR: pass model.scaleAarni Koskela2024-01-031-1/+1
* SwinIR: use prefer_halfAarni Koskela2024-01-031-1/+2
* Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are rightAarni Koskela2024-01-022-92/+18
* rename infotext.py again, this time to infotext_utils.py; I didn't realize in...AUTOMATIC11112024-01-011-2/+2
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-2/+2
* Merge pull request #14475 from Learwin/negative_promptAUTOMATIC11112023-12-312-2/+12
|\
| * Removed weight slider for negative promptsLearwin2023-12-312-11/+2
| * Code Style fixesLearwin2023-12-301-2/+2
| * Added negative prompts to extra networks loraLearwin2023-12-302-2/+21
* | Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela2023-12-302-96/+16
* | Be more clear about Spandrel model nomenclatureAarni Koskela2023-12-301-3/+3
|/
* Verify architecture for loaded Spandrel modelsAarni Koskela2023-12-302-1/+2
* Use Spandrel for upscaling and face restoration architectures (aside from GFP...Aarni Koskela2023-12-305-2229/+62
* More lora not found warningw-e-w2023-12-302-1/+9
* move soft inpainting to a built-in extensionAUTOMATIC11112023-12-161-0/+747
* Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-143-29/+16
|\
| * Merge pull request #14237 from ReneKroon/devAUTOMATIC11112023-12-141-1/+2
| |\
| | * #13354: solve lora loading issueRene Kroon2023-12-081-1/+2
| * | Merge pull request #14270 from kaalibro/extra-options-elem-idAUTOMATIC11112023-12-141-2/+3
| |\ \
| | * | Number of columns slider: max count set to 20, add description infokaalibro2023-12-101-1/+1
| | * | Assign id for "extra_options". Replace numeric field with slider in Settings.kaalibro2023-12-091-2/+3
| | |/
| * | better naming and correct order for device.Kohaku-Blueleaf2023-12-131-2/+3
| * | remove debug printKohaku-Blueleaf2023-12-131-1/+0
| * | Use self.scale instead of custom finalizeKohaku-Blueleaf2023-12-131-18/+2
| * | Fix network_oftKohaku-Blueleaf2023-12-131-10/+11
| |/
* | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-061-11/+42
|\|
| * add hypertile infotextAUTOMATIC11112023-12-041-11/+42
* | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-024-17/+82
|\|
| * Merge pull request #14126 from aria1th/hypertile-xyzAUTOMATIC11112023-12-023-12/+74
| |\
| | * hypertile_xyz: we don't need isnumeric check for AxisOptionaria1th2023-11-271-3/+0
| | * fix ruff - set comprehensionaria1th2023-11-271-2/+2
| | * fix ruff in hypertile_xyz.pyaria1th2023-11-271-2/+2
| | * cache divisors / fix ruffaria1th2023-11-273-18/+26
| | * Support XYZ scripts / split hires path from unetaria1th2023-11-272-3/+60
| * | split UI settings page into manyAUTOMATIC11112023-12-021-5/+8
| |/
* | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-11-262-0/+418
|\|
| * fix linter errorsAUTOMATIC11112023-11-261-3/+0
| * Merge branch 'hypertile-in-sample' into devAUTOMATIC11112023-11-262-0/+421
| |\
| | * rework hypertile into a built-in extensionAUTOMATIC11112023-11-262-122/+172
| | * move fileAUTOMATIC11112023-11-261-0/+371
* | | Option for using fp16 weight when apply loraKohaku-Blueleaf2023-11-211-4/+12
* | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-11-194-2/+162
|\| |
| * | Merge pull request #13014 from AUTOMATIC1111/thread-safe-extranetworks-list_i...AUTOMATIC11112023-11-191-2/+5
| |\ \
| | * | add commentw-e-w2023-09-121-0/+1
| | * | return nothing if not foundw-e-w2023-09-111-1/+2