aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/lora.py
Commit message (Collapse)AuthorAgeFilesLines
* Lora: add an option to use old method of applying lorasAUTOMATIC2023-05-081-6/+50
|
* directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC2023-05-081-5/+1
| | | | | | | | cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page
* Merge pull request #10089 from AUTOMATIC1111/LoraFixAUTOMATIC11112023-05-081-1/+5
|\ | | | | Fix some Lora's not working
| * Fix some Lora's not workingLeo Mozoloa2023-05-041-1/+5
| |
* | read infotext params from the other extension for Lora if it's not activeAUTOMATIC2023-05-081-1/+35
| |
* | if present, use Lora's "ss_output_name" field to refer to it in promptAUTOMATIC2023-05-071-3/+10
|/
* do not fail all Loras if some have failed to load when making a pictureAUTOMATIC2023-04-291-1/+5
|
* Merge pull request #8525 from bluelovers/pr/sort-001AUTOMATIC11112023-03-271-1/+1
|\ | | | | feat: try sort as ignore-case
| * feat: try sort as ignore-casebluelovers2023-03-121-1/+1
| | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8368
* | convert to python v3.9camenduru2023-03-271-1/+1
| |
* | convert to python v3.9camenduru2023-03-271-1/+2
| |
* | Lora support for SD2AUTOMATIC2023-03-261-39/+116
| |
* | Merge branch 'lora_sd2' into lora_inplaceAUTOMATIC2023-03-261-2/+19
|\ \
| * \ initial work on SD2 Lora supportAUTOMATIC2023-01-291-2/+19
| |\ \ | | |/ | |/|
| | * index on master: 91c8d0d Merge pull request #7231 from EllangoK/masterAUTOMATIC2023-01-281-2/+19
| |/
* | apply Lora by altering layer's weights instead of adding more calculations ↵AUTOMATIC2023-03-251-16/+56
| | | | | | | | in forward()
* | Update lora.pyFNSpd2023-03-211-0/+1
| |
* | Add view metadata button for Lora cards.AUTOMATIC2023-03-141-1/+20
|/
* add an experimental option to apply loras to outputs rather than inputsAUTOMATIC2023-01-251-1/+4
|
* make loras before 0.4.0 ALSO workAUTOMATIC2023-01-231-1/+2
|
* add support for loras trained on kohya's scripts 0.4.0 (alphas)AUTOMATIC2023-01-231-7/+11
|
* add --lora-dir commandline optionAUTOMATIC2023-01-211-5/+4
|
* load Lora from .ckpt alsoAUTOMATIC2023-01-211-2/+4
|
* Lora support!AUTOMATIC2023-01-211-0/+198
update readme to reflect some recent changes