aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/scripts
Commit message (Collapse)AuthorAgeFilesLines
* More lora not found warningw-e-w2023-12-301-0/+2
|
* lintAUTOMATIC11112023-08-151-2/+1
|
* store patches for Lora in a specialized moduleAUTOMATIC11112023-08-151-47/+5
|
* Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC11112023-08-131-3/+3
| | | | logging for error output in console
* Add extra norm module into built-in lora extKohaku-Blueleaf2023-08-121-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)
* Lora cache in memoryAUTOMATIC11112023-08-091-0/+3
|
* hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC11112023-07-171-0/+2
| | | | extra networks interface
* add alias to lyco networkAUTOMATIC11112023-07-171-1/+4
| | | | | read networks from LyCORIS dir if it exists add credits
* some backwards compatibilityAUTOMATIC11112023-07-171-0/+1
| | | | linter
* lora extension rework to include other types of networksAUTOMATIC11112023-07-161-39/+40
|
* calculate hashes for LoraAUTOMATIC2023-05-191-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
* Fix ruff lintAarni Koskela2023-05-191-1/+1
|
* Merge pull request #10529 from ryankashi/masterAUTOMATIC11112023-05-191-0/+4
|\ | | | | Added /sdapi/v1/refresh-loras api checkpoint post request
| * Added the refresh-loras post requestryankashi2023-05-181-0/+4
| |
* | Merge branch 'release_candidate' into devAUTOMATIC2023-05-131-0/+1
|\|
| * add an option to always refer to lora by filenamesAUTOMATIC2023-05-131-0/+1
| | | | | | | | never refer to lora by an alias if multiple loras have same alias or the alias is called none
* | suggestions and fixes from the PRAUTOMATIC2023-05-101-1/+1
| |
* | ruff auto fixesAUTOMATIC2023-05-101-1/+1
|/
* rework loras apiAUTOMATIC2023-05-092-32/+20
|
* Add api method to get LoRA models with promptSayo2023-05-081-0/+31
|
* Lora: add an option to use old method of applying lorasAUTOMATIC2023-05-081-0/+5
|
* read infotext params from the other extension for Lora if it's not activeAUTOMATIC2023-05-081-0/+1
|
* Add "None" option to extra networks dropdownsmissionfloyd2023-04-181-1/+1
|
* Lora support for SD2AUTOMATIC2023-03-261-0/+10
|
* apply Lora by altering layer's weights instead of adding more calculations ↵AUTOMATIC2023-03-251-2/+10
| | | | in forward()
* add dropdowns in settings for hypernets and lorasAUTOMATIC2023-01-281-0/+3
|
* add an experimental option to apply loras to outputs rather than inputsAUTOMATIC2023-01-251-1/+6
|
* Lora support!AUTOMATIC2023-01-211-0/+30
update readme to reflect some recent changes