Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-03-14 | Add view metadata button for Lora cards. | AUTOMATIC | -1/+21 | |
2023-03-11 | save previews for extra networks in the selected format | AUTOMATIC | -1/+1 | |
2023-03-11 | remove underscores from function names in #8366 | AUTOMATIC | -2/+2 | |
remove LRU from #8366 because I don't know why it's there | ||||
2023-03-06 | Extra networks: support .txt description sidecar file | Aarni Koskela | -0/+1 | |
2023-03-06 | Deduplicate extra network preview-search code | Aarni Koskela | -9/+1 | |
2023-01-29 | support for searching subdirectory names for extra networks | AUTOMATIC | -0/+1 | |
2023-01-28 | add checkpoints tab for extra networks UI | AUTOMATIC | -1/+1 | |
2023-01-28 | add dropdowns in settings for hypernets and loras | AUTOMATIC | -1/+10 | |
2023-01-25 | add an experimental option to apply loras to outputs rather than inputs | AUTOMATIC | -2/+10 | |
2023-01-23 | Also make SwinIR skippable | catboxanon | -2/+2 | |
2023-01-23 | Make SwinIR interruptible | catboxanon | -1/+7 | |
2023-01-23 | make loras before 0.4.0 ALSO work | AUTOMATIC | -1/+2 | |
2023-01-23 | add support for loras trained on kohya's scripts 0.4.0 (alphas) | AUTOMATIC | -7/+11 | |
2023-01-22 | add a slider for default value of added extra networks | AUTOMATIC | -1/+2 | |
2023-01-21 | add --lora-dir commandline option | AUTOMATIC | -6/+11 | |
2023-01-21 | load Lora from .ckpt also | AUTOMATIC | -2/+4 | |
2023-01-21 | Lora support! | AUTOMATIC | -0/+283 | |
update readme to reflect some recent changes | ||||
2023-01-21 | make CLIP interrogator download original text files if the directory does ↵ | AUTOMATIC | -50/+0 | |
not exist remove random artist built-in extension (to re-added as a normal extension on demand) remove artists.csv (but what does it mean????????????????????) make interrogate buttons show Loading... when you click them | ||||
2023-01-20 | move token counter to the location of the prompt, add token counting for the ↵ | AUTOMATIC | -22/+23 | |
negative prompt | ||||
2023-01-19 | add handling to some places in javascript that can potentially cause issues ↵ | AUTOMATIC | -4/+6 | |
#6898 | ||||
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 |