Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-06 | Merge pull request #14546 from AUTOMATIC1111/fix-oft-dtype | AUTOMATIC1111 | -3/+3 | |
Fix dtype casting in OFT module | ||||
2024-01-05 | linting | Kohaku-Blueleaf | -2/+1 | |
2024-01-05 | Add general forward method for all modules. | Kohaku-Blueleaf | -7/+39 | |
2024-01-05 | Fix dtype casting for OFT module | Kohaku-Blueleaf | -3/+3 | |
2024-01-03 | SwinIR: pass model.scale | Aarni Koskela | -1/+1 | |
2024-01-03 | SwinIR: use prefer_half | Aarni Koskela | -1/+2 | |
2024-01-02 | Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are right | Aarni Koskela | -92/+18 | |
2024-01-01 | rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵ | AUTOMATIC1111 | -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 | ||||
2024-01-01 | infotext.py: rename usages in the codebase | AUTOMATIC1111 | -2/+2 | |
2023-12-31 | Merge pull request #14475 from Learwin/negative_prompt | AUTOMATIC1111 | -2/+12 | |
Adding negative prompts to Loras in extra networks | ||||
2023-12-31 | Removed weight slider for negative prompts | Learwin | -11/+2 | |
2023-12-31 | Deduplicate tiled inference code from SwinIR/ScuNET | Aarni Koskela | -96/+16 | |
2023-12-31 | Be more clear about Spandrel model nomenclature | Aarni Koskela | -3/+3 | |
2023-12-30 | Code Style fixes | Learwin | -2/+2 | |
2023-12-30 | Added negative prompts to extra networks lora | Learwin | -2/+21 | |
2023-12-30 | Verify architecture for loaded Spandrel models | Aarni Koskela | -1/+2 | |
2023-12-30 | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | -2229/+62 | |
GFPGAN and LDSR) | ||||
2023-12-30 | More lora not found warning | w-e-w | -1/+9 | |
2023-12-16 | move soft inpainting to a built-in extension | AUTOMATIC1111 | -0/+747 | |
2023-12-14 | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | -29/+16 | |
2023-12-14 | Merge pull request #14237 from ReneKroon/dev | AUTOMATIC1111 | -1/+2 | |
#13354 : solve lora loading issue | ||||
2023-12-14 | Merge pull request #14270 from kaalibro/extra-options-elem-id | AUTOMATIC1111 | -2/+3 | |
Assign id for "extra_options". Replace numeric field with slider. | ||||
2023-12-14 | better naming and correct order for device. | Kohaku-Blueleaf | -2/+3 | |
2023-12-14 | remove debug print | Kohaku-Blueleaf | -1/+0 | |
2023-12-14 | Use self.scale instead of custom finalize | Kohaku-Blueleaf | -18/+2 | |
2023-12-14 | Fix network_oft | Kohaku-Blueleaf | -10/+11 | |
2023-12-10 | Number of columns slider: max count set to 20, add description info | kaalibro | -1/+1 | |
2023-12-09 | Assign id for "extra_options". Replace numeric field with slider in Settings. | kaalibro | -2/+3 | |
2023-12-08 | #13354: solve lora loading issue | Rene Kroon | -1/+2 | |
2023-12-06 | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | -11/+42 | |
2023-12-04 | add hypertile infotext | AUTOMATIC1111 | -11/+42 | |
2023-12-02 | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | -17/+82 | |
2023-12-02 | Merge pull request #14126 from aria1th/hypertile-xyz | AUTOMATIC1111 | -12/+74 | |
Support XYZ scripts / split hires path from unet | ||||
2023-12-02 | split UI settings page into many | AUTOMATIC1111 | -5/+8 | |
2023-11-27 | hypertile_xyz: we don't need isnumeric check for AxisOption | aria1th | -3/+0 | |
2023-11-27 | fix ruff - set comprehension | aria1th | -2/+2 | |
2023-11-27 | fix ruff in hypertile_xyz.py | aria1th | -2/+2 | |
2023-11-27 | cache divisors / fix ruff | aria1th | -18/+26 | |
2023-11-27 | Support XYZ scripts / split hires path from unet | aria1th | -3/+60 | |
2023-11-26 | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | -0/+418 | |
2023-11-26 | fix linter errors | AUTOMATIC1111 | -3/+0 | |
2023-11-26 | Merge branch 'hypertile-in-sample' into dev | AUTOMATIC1111 | -0/+421 | |
2023-11-26 | rework hypertile into a built-in extension | AUTOMATIC1111 | -122/+172 | |
2023-11-26 | move file | AUTOMATIC1111 | -0/+371 | |
2023-11-21 | Option for using fp16 weight when apply lora | Kohaku-Blueleaf | -4/+12 | |
2023-11-19 | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | -2/+162 | |
2023-11-19 | Merge pull request #13014 from ↵ | AUTOMATIC1111 | -2/+5 | |
AUTOMATIC1111/thread-safe-extranetworks-list_items thread safe extra network list_items | ||||
2023-11-19 | Merge pull request #13692 from v0xie/network-oft | AUTOMATIC1111 | -0/+157 | |
Support inference with OFT networks | ||||
2023-11-16 | Merge branch 'dev' into test-fp8 | Kohaku-Blueleaf | -0/+2 | |
2023-11-15 | feat: LyCORIS/kohya OFT network support | v0xie | -82/+26 | |