aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin/Lora/scripts
AgeCommit message (Collapse)Author
2023-08-15lintAUTOMATIC1111
2023-08-15store patches for Lora in a specialized moduleAUTOMATIC1111
2023-08-13Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC1111
logging for error output in console
2023-08-13Add extra norm module into built-in lora extKohaku-Blueleaf
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
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111
extra networks interface
2023-07-17add alias to lyco networkAUTOMATIC1111
read networks from LyCORIS dir if it exists add credits
2023-07-17some backwards compatibilityAUTOMATIC1111
linter
2023-07-16lora extension rework to include other types of networksAUTOMATIC1111
2023-05-19calculate hashes for LoraAUTOMATIC
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
2023-05-19Merge pull request #10529 from ryankashi/masterAUTOMATIC1111
Added /sdapi/v1/refresh-loras api checkpoint post request
2023-05-18Added the refresh-loras post requestryankashi
2023-05-13Merge branch 'release_candidate' into devAUTOMATIC
2023-05-13add an option to always refer to lora by filenamesAUTOMATIC
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
2023-05-10ruff auto fixesAUTOMATIC
2023-05-09rework loras apiAUTOMATIC
2023-05-08Add api method to get LoRA models with promptSayo
2023-05-08Lora: add an option to use old method of applying lorasAUTOMATIC
2023-05-08read infotext params from the other extension for Lora if it's not activeAUTOMATIC
2023-04-18Add "None" option to extra networks dropdownsmissionfloyd
2023-03-26Lora support for SD2AUTOMATIC
2023-03-25apply Lora by altering layer's weights instead of adding more calculations ↵AUTOMATIC
in forward()
2023-01-28add dropdowns in settings for hypernets and lorasAUTOMATIC
2023-01-25add an experimental option to apply loras to outputs rather than inputsAUTOMATIC
2023-01-21Lora support!AUTOMATIC
update readme to reflect some recent changes