aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/ui_extra_networks_lora.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from devSj-Si2024-01-111-0/+5
|\
| * Removed weight slider for negative promptsLearwin2023-12-311-5/+1
| |
| * Code Style fixesLearwin2023-12-301-2/+2
| |
| * Added negative prompts to extra networks loraLearwin2023-12-301-0/+9
| |
* | Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si2024-01-111-1/+4
|/
* add commentw-e-w2023-09-121-0/+1
|
* return nothing if not foundw-e-w2023-09-111-1/+2
|
* thread safe extra network using listw-e-w2023-09-091-1/+2
|
* Revert "thread safe extra network list_items"w-e-w2023-09-091-5/+5
| | | | This reverts commit aab385d01b4311726127397552d791f4d71b7147.
* thread safe extra network list_itemsw-e-w2023-09-031-5/+5
|
* Support search and display of hashes for all extra network itemscatboxanon2023-08-131-1/+2
|
* add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC11112023-07-181-2/+2
| | | | | | LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
* hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC11112023-07-171-5/+29
| | | | extra networks interface
* lora extension rework to include other types of networksAUTOMATIC11112023-07-161-4/+4
|
* speedup extra networks listingAUTOMATIC11112023-07-161-4/+5
|
* allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC11112023-07-161-24/+30
|
* add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC11112023-07-151-3/+14
|
* user metadata system for custom networksAUTOMATIC11112023-07-151-1/+1
|
* Apply suggestions from code reviewcatboxanon2023-06-021-1/+2
| | | Co-authored-by: Aarni Koskela <akx@iki.fi>
* Support dynamic sort of extra networkscatboxanon2023-06-021-1/+2
|
* calculate hashes for LoraAUTOMATIC2023-05-191-4/+1
| | | | | 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
* add an option to always refer to lora by filenamesAUTOMATIC2023-05-131-1/+7
| | | | never refer to lora by an alias if multiple loras have same alias or the alias is called none
* if present, use Lora's "ss_output_name" field to refer to it in promptAUTOMATIC2023-05-071-1/+1
|
* Add view metadata button for Lora cards.AUTOMATIC2023-03-141-0/+1
|
* save previews for extra networks in the selected formatAUTOMATIC2023-03-111-1/+1
|
* remove underscores from function names in #8366AUTOMATIC2023-03-111-2/+2
| | | | remove LRU from #8366 because I don't know why it's there
* Extra networks: support .txt description sidecar fileAarni Koskela2023-03-061-0/+1
|
* Deduplicate extra network preview-search codeAarni Koskela2023-03-061-9/+1
|
* support for searching subdirectory names for extra networksAUTOMATIC2023-01-291-0/+1
|
* add checkpoints tab for extra networks UIAUTOMATIC2023-01-281-1/+1
|
* add a slider for default value of added extra networksAUTOMATIC2023-01-211-1/+2
|
* add --lora-dir commandline optionAUTOMATIC2023-01-211-1/+1
|
* Lora support!AUTOMATIC2023-01-211-0/+35
update readme to reflect some recent changes