aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
AgeCommit message (Collapse)AuthorLines
2023-04-29Merge pull request #8948 from hitomi/masterAUTOMATIC1111-7/+13
Fix --realesrgan-models-path and --ldsr-models-path not working
2023-04-29Merge pull request #9609 from akx/bracket-fixAUTOMATIC1111-91/+30
prompt-bracket-checker: Simplify code + improve error reporting
2023-04-29Merge pull request #9737 from AdjointOperator/masterAUTOMATIC1111-15/+68
add tiled inference support for ScuNET
2023-04-19add tiled inference support for ScuNETAdjointOperator-15/+68
2023-04-18Add "None" option to extra networks dropdownsmissionfloyd-2/+2
2023-04-13prompt-bracket-checker: Simplify + improve error reportingAarni Koskela-91/+30
2023-04-04fix `--ldsr-models-path` not workinghitomi-7/+13
2023-03-27Merge pull request #8525 from bluelovers/pr/sort-001AUTOMATIC1111-1/+1
feat: try sort as ignore-case
2023-03-27convert to python v3.9camenduru-1/+1
2023-03-27convert to python v3.9camenduru-1/+2
2023-03-26Lora support for SD2AUTOMATIC-39/+126
2023-03-26Merge branch 'lora_sd2' into lora_inplaceAUTOMATIC-2/+19
2023-03-25apply Lora by altering layer's weights instead of adding more calculations ↵AUTOMATIC-18/+66
in forward()
2023-03-25Merge pull request #8782 from FNSpd/masterAUTOMATIC1111-0/+1
--upcast-sampling support for CUDA
2023-03-25initial gradio 3.22 supportAUTOMATIC-11/+4
2023-03-21Update lora.pyFNSpd-0/+1
2023-03-14Add view metadata button for Lora cards.AUTOMATIC-1/+21
2023-03-12feat: try sort as ignore-casebluelovers-1/+1
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8368
2023-03-11save previews for extra networks in the selected formatAUTOMATIC-1/+1
2023-03-11remove underscores from function names in #8366AUTOMATIC-2/+2
remove LRU from #8366 because I don't know why it's there
2023-03-06Extra networks: support .txt description sidecar fileAarni Koskela-0/+1
2023-03-06Deduplicate extra network preview-search codeAarni Koskela-9/+1
2023-01-29initial work on SD2 Lora supportAUTOMATIC-2/+24
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC-0/+1
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC-1/+1
2023-01-28index on master: 91c8d0d Merge pull request #7231 from EllangoK/masterAUTOMATIC-2/+24
2023-01-28add dropdowns in settings for hypernets and lorasAUTOMATIC-1/+10
2023-01-25add an experimental option to apply loras to outputs rather than inputsAUTOMATIC-2/+10
2023-01-23Also make SwinIR skippablecatboxanon-2/+2
2023-01-23Make SwinIR interruptiblecatboxanon-1/+7
2023-01-23make loras before 0.4.0 ALSO workAUTOMATIC-1/+2
2023-01-23add support for loras trained on kohya's scripts 0.4.0 (alphas)AUTOMATIC-7/+11
2023-01-22add a slider for default value of added extra networksAUTOMATIC-1/+2
2023-01-21add --lora-dir commandline optionAUTOMATIC-6/+11
2023-01-21load Lora from .ckpt alsoAUTOMATIC-2/+4
2023-01-21Lora support!AUTOMATIC-0/+283
update readme to reflect some recent changes
2023-01-21make 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-20move token counter to the location of the prompt, add token counting for the ↵AUTOMATIC-22/+23
negative prompt
2023-01-19add handling to some places in javascript that can potentially cause issues ↵AUTOMATIC-4/+6
#6898
2023-01-18add option to show/hide warningsAUTOMATIC-3/+0
removed hiding warnings from LDSR fixed/reworked few places that produced warnings
2023-01-01moved roll artist to built-in extensionsAUTOMATIC-0/+50
2022-12-24fix F541 f-string without any placeholdersYuval Aboulafia-1/+1
2022-12-10Add safetensors support to LDSRwywywywy-4/+14
2022-12-10Merge pull request #5586 from wywywywy/ldsr-improvementsAUTOMATIC1111-15/+35
LDSR improvements - cache / optimization / opt_channelslast
2022-12-10Made device agnosticwywywywy-3/+6
2022-12-10LDSR cache / optimization / opt_channelslastwywywywy-12/+29
2022-12-10Fix token counter color on dark themeBwin4L-1/+1
2022-12-10change color of the valid prompt to black - back to how it wasAUTOMATIC-1/+1
2022-12-10Merge pull request #5502 from Bwin4L/masterAUTOMATIC1111-0/+107
Add bracket checking functionality to the txt2img/img2img prompts
2022-12-07Add bracket checking functionality to the txt2img/img2img prompts and ↵Bwin4L-0/+107
negative prompts.