Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge changes from dev | Sj-Si | 2024-01-11 | 1 | -0/+5 |
|\ | |||||
| * | Removed weight slider for negative prompts | Learwin | 2023-12-31 | 1 | -5/+1 |
| | | |||||
| * | Code Style fixes | Learwin | 2023-12-30 | 1 | -2/+2 |
| | | |||||
| * | Added negative prompts to extra networks lora | Learwin | 2023-12-30 | 1 | -0/+9 |
| | | |||||
* | | Finish base layout. Fix bugs. Need to test for stability and clean up. | Sj-Si | 2024-01-11 | 1 | -1/+4 |
|/ | |||||
* | add comment | w-e-w | 2023-09-12 | 1 | -0/+1 |
| | |||||
* | return nothing if not found | w-e-w | 2023-09-11 | 1 | -1/+2 |
| | |||||
* | thread safe extra network using list | w-e-w | 2023-09-09 | 1 | -1/+2 |
| | |||||
* | Revert "thread safe extra network list_items" | w-e-w | 2023-09-09 | 1 | -5/+5 |
| | | | | This reverts commit aab385d01b4311726127397552d791f4d71b7147. | ||||
* | thread safe extra network list_items | w-e-w | 2023-09-03 | 1 | -5/+5 |
| | |||||
* | Support search and display of hashes for all extra network items | catboxanon | 2023-08-13 | 1 | -1/+2 |
| | |||||
* | add backwards compatibility --lyco-dir-backcompat option, use that for ↵ | AUTOMATIC1111 | 2023-07-18 | 1 | -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 ↵ | AUTOMATIC1111 | 2023-07-17 | 1 | -5/+29 |
| | | | | extra networks interface | ||||
* | lora extension rework to include other types of networks | AUTOMATIC1111 | 2023-07-16 | 1 | -4/+4 |
| | |||||
* | speedup extra networks listing | AUTOMATIC1111 | 2023-07-16 | 1 | -4/+5 |
| | |||||
* | allow refreshing single card after editing user metadata instead of all cards | AUTOMATIC1111 | 2023-07-16 | 1 | -24/+30 |
| | |||||
* | add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458 | AUTOMATIC1111 | 2023-07-15 | 1 | -3/+14 |
| | |||||
* | user metadata system for custom networks | AUTOMATIC1111 | 2023-07-15 | 1 | -1/+1 |
| | |||||
* | Apply suggestions from code review | catboxanon | 2023-06-02 | 1 | -1/+2 |
| | | | Co-authored-by: Aarni Koskela <akx@iki.fi> | ||||
* | Support dynamic sort of extra networks | catboxanon | 2023-06-02 | 1 | -1/+2 |
| | |||||
* | calculate hashes for Lora | AUTOMATIC | 2023-05-19 | 1 | -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 filenames | AUTOMATIC | 2023-05-13 | 1 | -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 prompt | AUTOMATIC | 2023-05-07 | 1 | -1/+1 |
| | |||||
* | Add view metadata button for Lora cards. | AUTOMATIC | 2023-03-14 | 1 | -0/+1 |
| | |||||
* | save previews for extra networks in the selected format | AUTOMATIC | 2023-03-11 | 1 | -1/+1 |
| | |||||
* | remove underscores from function names in #8366 | AUTOMATIC | 2023-03-11 | 1 | -2/+2 |
| | | | | remove LRU from #8366 because I don't know why it's there | ||||
* | Extra networks: support .txt description sidecar file | Aarni Koskela | 2023-03-06 | 1 | -0/+1 |
| | |||||
* | Deduplicate extra network preview-search code | Aarni Koskela | 2023-03-06 | 1 | -9/+1 |
| | |||||
* | support for searching subdirectory names for extra networks | AUTOMATIC | 2023-01-29 | 1 | -0/+1 |
| | |||||
* | add checkpoints tab for extra networks UI | AUTOMATIC | 2023-01-28 | 1 | -1/+1 |
| | |||||
* | add a slider for default value of added extra networks | AUTOMATIC | 2023-01-21 | 1 | -1/+2 |
| | |||||
* | add --lora-dir commandline option | AUTOMATIC | 2023-01-21 | 1 | -1/+1 |
| | |||||
* | Lora support! | AUTOMATIC | 2023-01-21 | 1 | -0/+35 |
update readme to reflect some recent changes |