Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14973 from AUTOMATIC1111/Fix-new-oft-boft | AUTOMATIC1111 | 2024-02-26 | 1 | -26/+24 |
| | | | Fix the OFT/BOFT bugs when using new LyCORIS implementation | ||||
* | Merge pull request #14871 from v0xie/boft | AUTOMATIC1111 | 2024-02-19 | 1 | -10/+48 |
| | | | Support inference with LyCORIS BOFT networks | ||||
* | Normalize cmd arg paths | catboxanon | 2024-02-15 | 1 | -2/+3 |
| | | | | | | In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes. | ||||
* | Merge pull request #14726 from v0xie/fix-oft-device | AUTOMATIC1111 | 2024-01-23 | 1 | -2/+2 |
|\ | | | | | Fix kohya-ss OFT network wrong device for eye and constraint | ||||
| * | fix: wrong devices for eye and constraint | v0xie | 2024-01-22 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #14588 from Sj-Si/feature/extra-networks-tree-view | AUTOMATIC1111 | 2024-01-22 | 1 | -1/+4 |
|\ \ | | | | | | | Feature: Extra Networks Tree View | ||||
| * | | Merge changes from dev | Sj-Si | 2024-01-11 | 20 | -2413/+898 |
| |\| | |||||
| * | | Finish base layout. Fix bugs. Need to test for stability and clean up. | Sj-Si | 2024-01-11 | 1 | -1/+4 |
| | | | |||||
| * | | Merge pull request #14237 from ReneKroon/dev | AUTOMATIC1111 | 2023-12-14 | 1 | -1/+2 |
| | | | | | | | | | #13354 : solve lora loading issue | ||||
| * | | Merge pull request #14270 from kaalibro/extra-options-elem-id | AUTOMATIC1111 | 2023-12-14 | 1 | -2/+3 |
| | | | | | | | | | Assign id for "extra_options". Replace numeric field with slider. | ||||
| * | | Merge pull request #14300 from AUTOMATIC1111/oft_fixes | AUTOMATIC1111 | 2023-12-14 | 1 | -26/+11 |
| | | | | | | | | | Fix wrong implementation in network_oft | ||||
| * | | add hypertile infotext | AUTOMATIC1111 | 2023-12-04 | 1 | -11/+42 |
| | | | |||||
* | | | Merge pull request #14655 from chi2nagisa/lora-alias-fix | AUTOMATIC1111 | 2024-01-20 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | [bug] fix using wrong model caused by alias | ||||
| * | | | fix using wrong model caused by alias | chi2nagisa | 2024-01-15 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Update hotkey_config.py | WebDev | 2024-01-20 | 1 | -1/+1 |
| | | | |||||
* | | | Update hotkey_config.py | WebDev | 2024-01-20 | 1 | -2/+2 |
| | | | |||||
* | | | Update zoom.js | WebDev | 2024-01-20 | 1 | -2/+2 |
| | | | |||||
* | | | Update zoom.js | WebDev | 2024-01-14 | 1 | -4/+4 |
| | | | |||||
* | | | Update hotkey_config.py | WebDev | 2024-01-14 | 1 | -1/+3 |
| | | | |||||
* | | | Adjust brush size with hotkeys. | WebDev | 2024-01-13 | 1 | -1/+7 |
|/ / | |||||
* | | Merge pull request #14546 from AUTOMATIC1111/fix-oft-dtype | AUTOMATIC1111 | 2024-01-06 | 1 | -3/+3 |
|\ \ | | | | | | | Fix dtype casting in OFT module | ||||
| * | | Fix dtype casting for OFT module | Kohaku-Blueleaf | 2024-01-05 | 1 | -3/+3 |
| | | | |||||
* | | | linting | Kohaku-Blueleaf | 2024-01-05 | 1 | -2/+1 |
| | | | |||||
* | | | Add general forward method for all modules. | Kohaku-Blueleaf | 2024-01-05 | 2 | -7/+39 |
|/ / | |||||
* | | SwinIR: pass model.scale | Aarni Koskela | 2024-01-03 | 1 | -1/+1 |
| | | |||||
* | | SwinIR: use prefer_half | Aarni Koskela | 2024-01-03 | 1 | -1/+2 |
| | | |||||
* | | Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are right | Aarni Koskela | 2024-01-02 | 2 | -92/+18 |
| | | |||||
* | | rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵ | AUTOMATIC1111 | 2024-01-01 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | | infotext.py: rename usages in the codebase | AUTOMATIC1111 | 2024-01-01 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #14475 from Learwin/negative_prompt | AUTOMATIC1111 | 2023-12-31 | 2 | -2/+12 |
|\ \ | | | | | | | Adding negative prompts to Loras in extra networks | ||||
| * | | Removed weight slider for negative prompts | Learwin | 2023-12-31 | 2 | -11/+2 |
| | | | |||||
| * | | Code Style fixes | Learwin | 2023-12-30 | 1 | -2/+2 |
| | | | |||||
| * | | Added negative prompts to extra networks lora | Learwin | 2023-12-30 | 2 | -2/+21 |
| | | | |||||
* | | | Deduplicate tiled inference code from SwinIR/ScuNET | Aarni Koskela | 2023-12-30 | 2 | -96/+16 |
| | | | |||||
* | | | Be more clear about Spandrel model nomenclature | Aarni Koskela | 2023-12-30 | 1 | -3/+3 |
|/ / | |||||
* | | Verify architecture for loaded Spandrel models | Aarni Koskela | 2023-12-30 | 2 | -1/+2 |
| | | |||||
* | | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | 2023-12-30 | 5 | -2229/+62 |
| | | | | | | | | GFPGAN and LDSR) | ||||
* | | More lora not found warning | w-e-w | 2023-12-30 | 2 | -1/+9 |
| | | |||||
* | | move soft inpainting to a built-in extension | AUTOMATIC1111 | 2023-12-16 | 1 | -0/+747 |
| | | |||||
* | | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | 2023-12-14 | 3 | -29/+16 |
|\ \ | |||||
| * \ | Merge pull request #14237 from ReneKroon/dev | AUTOMATIC1111 | 2023-12-14 | 1 | -1/+2 |
| |\ \ | | | | | | | | | #13354 : solve lora loading issue | ||||
| | * | | #13354: solve lora loading issue | Rene Kroon | 2023-12-08 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #14270 from kaalibro/extra-options-elem-id | AUTOMATIC1111 | 2023-12-14 | 1 | -2/+3 |
| |\ \ \ | | | | | | | | | | | Assign id for "extra_options". Replace numeric field with slider. | ||||
| | * | | | Number of columns slider: max count set to 20, add description info | kaalibro | 2023-12-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Assign id for "extra_options". Replace numeric field with slider in Settings. | kaalibro | 2023-12-09 | 1 | -2/+3 |
| | |/ / | |||||
| * | | | better naming and correct order for device. | Kohaku-Blueleaf | 2023-12-13 | 1 | -2/+3 |
| | | | | |||||
| * | | | remove debug print | Kohaku-Blueleaf | 2023-12-13 | 1 | -1/+0 |
| | | | | |||||
| * | | | Use self.scale instead of custom finalize | Kohaku-Blueleaf | 2023-12-13 | 1 | -18/+2 |
| | | | | |||||
| * | | | Fix network_oft | Kohaku-Blueleaf | 2023-12-13 | 1 | -10/+11 |
| |/ / | |||||
* | | | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | 2023-12-06 | 1 | -11/+42 |
|\| | |