Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-01-18 | add option to show/hide warnings | AUTOMATIC | -3/+0 | |
removed hiding warnings from LDSR fixed/reworked few places that produced warnings | ||||
2023-01-01 | moved roll artist to built-in extensions | AUTOMATIC | -0/+50 | |
2022-12-24 | fix F541 f-string without any placeholders | Yuval Aboulafia | -1/+1 | |
2022-12-10 | Add safetensors support to LDSR | wywywywy | -4/+14 | |
2022-12-10 | Merge pull request #5586 from wywywywy/ldsr-improvements | AUTOMATIC1111 | -15/+35 | |
LDSR improvements - cache / optimization / opt_channelslast | ||||
2022-12-10 | Made device agnostic | wywywywy | -3/+6 | |
2022-12-10 | LDSR cache / optimization / opt_channelslast | wywywywy | -12/+29 | |
2022-12-10 | Fix token counter color on dark theme | Bwin4L | -1/+1 | |
2022-12-10 | change color of the valid prompt to black - back to how it was | AUTOMATIC | -1/+1 | |
2022-12-10 | Merge pull request #5502 from Bwin4L/master | AUTOMATIC1111 | -0/+107 | |
Add bracket checking functionality to the txt2img/img2img prompts | ||||
2022-12-07 | Add bracket checking functionality to the txt2img/img2img prompts and ↵ | Bwin4L | -0/+107 | |
negative prompts. | ||||
2022-12-04 | Reinstate DDPM V1 to LDSR | wywywywy | -1/+1451 | |
2022-12-03 | fix accessing options when they are not ready for SwinIR. | AUTOMATIC | -2/+6 | |
2022-12-03 | move #5216 to the extension | AUTOMATIC | -0/+287 | |
2022-12-03 | add built-in extension system | AUTOMATIC | -0/+2715 | |
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions |