aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/ui_extra_networks_lora.py
AgeCommit message (Collapse)AuthorLines
2024-01-11Merge changes from devSj-Si-0/+5
2024-01-11Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si-1/+4
2023-12-31Removed weight slider for negative promptsLearwin-5/+1
2023-12-30Code Style fixesLearwin-2/+2
2023-12-30Added negative prompts to extra networks loraLearwin-0/+9
2023-09-12add commentw-e-w-0/+1
2023-09-11return nothing if not foundw-e-w-1/+2
2023-09-09thread safe extra network using listw-e-w-1/+2
2023-09-09Revert "thread safe extra network list_items"w-e-w-5/+5
This reverts commit aab385d01b4311726127397552d791f4d71b7147.
2023-09-03thread safe extra network list_itemsw-e-w-5/+5
2023-08-13Support search and display of hashes for all extra network itemscatboxanon-1/+2
2023-07-18add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC1111-2/+2
LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111-5/+29
extra networks interface
2023-07-16lora extension rework to include other types of networksAUTOMATIC1111-4/+4
2023-07-16speedup extra networks listingAUTOMATIC1111-4/+5
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111-24/+30
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111-3/+14
2023-07-15user metadata system for custom networksAUTOMATIC1111-1/+1
2023-06-02Apply suggestions from code reviewcatboxanon-1/+2
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-06-02Support dynamic sort of extra networkscatboxanon-1/+2
2023-05-19calculate hashes for LoraAUTOMATIC-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
2023-05-13add an option to always refer to lora by filenamesAUTOMATIC-1/+7
never refer to lora by an alias if multiple loras have same alias or the alias is called none
2023-05-07if present, use Lora's "ss_output_name" field to refer to it in promptAUTOMATIC-1/+1
2023-03-14Add view metadata button for Lora cards.AUTOMATIC-0/+1
2023-03-11save previews for extra networks in the selected formatAUTOMATIC-1/+1
2023-03-11remove underscores from function names in #8366AUTOMATIC-2/+2
remove LRU from #8366 because I don't know why it's there
2023-03-06Extra networks: support .txt description sidecar fileAarni Koskela-0/+1
2023-03-06Deduplicate extra network preview-search codeAarni Koskela-9/+1
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC-0/+1
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC-1/+1
2023-01-22add a slider for default value of added extra networksAUTOMATIC-1/+2
2023-01-21add --lora-dir commandline optionAUTOMATIC-1/+1
2023-01-21Lora support!AUTOMATIC-0/+35
update readme to reflect some recent changes