aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/scripts/lora_script.py
AgeCommit message (Collapse)AuthorLines
2023-12-30More lora not found warningw-e-w-0/+2
2023-08-15lintAUTOMATIC1111-2/+1
2023-08-15store patches for Lora in a specialized moduleAUTOMATIC1111-47/+5
2023-08-13Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC1111-3/+3
logging for error output in console
2023-08-13Add extra norm module into built-in lora extKohaku-Blueleaf-0/+16
refer to LyCORIS 1.9.0.dev6 add new option and module for training norm layer (Which is reported to be good for style)
2023-08-09Lora cache in memoryAUTOMATIC1111-0/+3
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111-0/+2
extra networks interface
2023-07-17add alias to lyco networkAUTOMATIC1111-1/+4
read networks from LyCORIS dir if it exists add credits
2023-07-17some backwards compatibilityAUTOMATIC1111-0/+1
linter
2023-07-16lora extension rework to include other types of networksAUTOMATIC1111-39/+40
2023-05-19calculate hashes for LoraAUTOMATIC-1/+31
add lora hashes to infotext when pasting infotext, use infotext's lora hashes to find local loras for <lora:xxx:1> entries whose hashes match loras the user has
2023-05-19Fix ruff lintAarni Koskela-1/+1
2023-05-19Merge pull request #10529 from ryankashi/masterAUTOMATIC1111-0/+4
Added /sdapi/v1/refresh-loras api checkpoint post request
2023-05-18Added the refresh-loras post requestryankashi-0/+4
2023-05-13Merge branch 'release_candidate' into devAUTOMATIC-0/+1
2023-05-13add an option to always refer to lora by filenamesAUTOMATIC-0/+1
never refer to lora by an alias if multiple loras have same alias or the alias is called none
2023-05-10suggestions and fixes from the PRAUTOMATIC-1/+1
2023-05-10ruff auto fixesAUTOMATIC-1/+1
2023-05-09rework loras apiAUTOMATIC-1/+20
2023-05-08Lora: add an option to use old method of applying lorasAUTOMATIC-0/+5
2023-05-08read infotext params from the other extension for Lora if it's not activeAUTOMATIC-0/+1
2023-04-18Add "None" option to extra networks dropdownsmissionfloyd-1/+1
2023-03-26Lora support for SD2AUTOMATIC-0/+10
2023-03-25apply Lora by altering layer's weights instead of adding more calculations ↵AUTOMATIC-2/+10
in forward()
2023-01-28add dropdowns in settings for hypernets and lorasAUTOMATIC-0/+3
2023-01-25add an experimental option to apply loras to outputs rather than inputsAUTOMATIC-1/+6
2023-01-21Lora support!AUTOMATIC-0/+30
update readme to reflect some recent changes