Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-11 | Finish base layout. Fix bugs. Need to test for stability and clean up. | Sj-Si | -2/+4 | |
2023-09-12 | add comment | w-e-w | -0/+1 | |
2023-09-11 | return nothing if not found | w-e-w | -2/+7 | |
2023-09-09 | thread safe extra network using list | w-e-w | -1/+2 | |
2023-09-09 | Revert "thread safe extra network list_items" | w-e-w | -3/+2 | |
This reverts commit aab385d01b4311726127397552d791f4d71b7147. | ||||
2023-09-03 | thread safe extra network list_items | w-e-w | -2/+3 | |
2023-08-13 | Support search and display of hashes for all extra network items | catboxanon | -1/+5 | |
2023-08-03 | add style editor dialog | AUTOMATIC1111 | -1/+1 | |
rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata | ||||
2023-07-16 | speedup extra networks listing | AUTOMATIC1111 | -2/+2 | |
2023-07-16 | allow refreshing single card after editing user metadata instead of all cards | AUTOMATIC1111 | -14/+17 | |
2023-07-15 | user metadata system for custom networks | AUTOMATIC1111 | -3/+3 | |
2023-06-02 | Apply suggestions from code review | catboxanon | -1/+2 | |
Co-authored-by: Aarni Koskela <akx@iki.fi> | ||||
2023-06-02 | Support dynamic sort of extra networks | catboxanon | -1/+2 | |
2023-03-11 | save previews for extra networks in the selected format | AUTOMATIC | -1/+1 | |
2023-03-11 | remove underscores from function names in #8366 | AUTOMATIC | -2/+2 | |
remove LRU from #8366 because I don't know why it's there | ||||
2023-03-06 | Extra networks: support .txt description sidecar file | Aarni Koskela | -0/+1 | |
2023-03-06 | Deduplicate extra network preview-search code | Aarni Koskela | -8/+1 | |
2023-01-29 | support for searching subdirectory names for extra networks | AUTOMATIC | -0/+1 | |
2023-01-28 | add checkpoints tab for extra networks UI | AUTOMATIC | -1/+1 | |
2023-01-22 | add a slider for default value of added extra networks | AUTOMATIC | -1/+2 | |
2023-01-21 | extra networks UI | AUTOMATIC | -0/+34 | |
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> |