aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin
AgeCommit message (Collapse)Author
2024-02-15Normalize cmd arg pathscatboxanon
In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes.
2024-01-23Merge pull request #14726 from v0xie/fix-oft-deviceAUTOMATIC1111
Fix kohya-ss OFT network wrong device for eye and constraint
2024-01-22Merge pull request #14588 from Sj-Si/feature/extra-networks-tree-viewAUTOMATIC1111
Feature: Extra Networks Tree View
2024-01-22fix: wrong devices for eye and constraintv0xie
2024-01-20Merge pull request #14655 from chi2nagisa/lora-alias-fixAUTOMATIC1111
[bug] fix using wrong model caused by alias
2024-01-19Update hotkey_config.pyWebDev
2024-01-19Update hotkey_config.pyWebDev
2024-01-19Update zoom.jsWebDev
2024-01-16fix using wrong model caused by aliaschi2nagisa
2024-01-14Update zoom.jsWebDev
2024-01-14Update hotkey_config.pyWebDev
2024-01-13Adjust brush size with hotkeys.WebDev
2024-01-11Merge changes from devSj-Si
2024-01-11Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si
2024-01-06Merge pull request #14546 from AUTOMATIC1111/fix-oft-dtypeAUTOMATIC1111
Fix dtype casting in OFT module
2024-01-05lintingKohaku-Blueleaf
2024-01-05Add general forward method for all modules.Kohaku-Blueleaf
2024-01-05Fix dtype casting for OFT moduleKohaku-Blueleaf
2024-01-03SwinIR: pass model.scaleAarni Koskela
2024-01-03SwinIR: use prefer_halfAarni Koskela
2024-01-02Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are rightAarni Koskela
2024-01-01rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC1111
infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
2024-01-01infotext.py: rename usages in the codebaseAUTOMATIC1111
2023-12-31Merge pull request #14475 from Learwin/negative_promptAUTOMATIC1111
Adding negative prompts to Loras in extra networks
2023-12-31Removed weight slider for negative promptsLearwin
2023-12-31Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela
2023-12-31Be more clear about Spandrel model nomenclatureAarni Koskela
2023-12-30Code Style fixesLearwin
2023-12-30Added negative prompts to extra networks loraLearwin
2023-12-30Verify architecture for loaded Spandrel modelsAarni Koskela
2023-12-30Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela
GFPGAN and LDSR)
2023-12-30More lora not found warningw-e-w
2023-12-16move soft inpainting to a built-in extensionAUTOMATIC1111
2023-12-14Merge branch 'dev' into test-fp8Kohaku-Blueleaf
2023-12-14Merge pull request #14237 from ReneKroon/devAUTOMATIC1111
#13354 : solve lora loading issue
2023-12-14Merge pull request #14270 from kaalibro/extra-options-elem-idAUTOMATIC1111
Assign id for "extra_options". Replace numeric field with slider.
2023-12-14Merge pull request #14300 from AUTOMATIC1111/oft_fixesAUTOMATIC1111
Fix wrong implementation in network_oft
2023-12-14Merge pull request #14237 from ReneKroon/devAUTOMATIC1111
#13354 : solve lora loading issue
2023-12-14Merge pull request #14270 from kaalibro/extra-options-elem-idAUTOMATIC1111
Assign id for "extra_options". Replace numeric field with slider.
2023-12-14better naming and correct order for device.Kohaku-Blueleaf
2023-12-14remove debug printKohaku-Blueleaf
2023-12-14Use self.scale instead of custom finalizeKohaku-Blueleaf
2023-12-14Fix network_oftKohaku-Blueleaf
2023-12-10Number of columns slider: max count set to 20, add description infokaalibro
2023-12-09Assign id for "extra_options". Replace numeric field with slider in Settings.kaalibro
2023-12-08#13354: solve lora loading issueRene Kroon
2023-12-06Merge branch 'dev' into test-fp8Kohaku-Blueleaf
2023-12-04add hypertile infotextAUTOMATIC1111
2023-12-04add hypertile infotextAUTOMATIC1111
2023-12-02Merge branch 'dev' into test-fp8Kohaku-Blueleaf