aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks_checkpoints.py
AgeCommit message (Collapse)AuthorLines
2023-08-19possible fix for dictionary changed size during iterationAUTOMATIC1111-1/+2
2023-08-13Support search and display of hashes for all extra network itemscatboxanon-0/+1
2023-08-04added VAE selection to checkpoint user metadataAUTOMATIC1111-0/+3
2023-08-03add style editor dialogAUTOMATIC1111-1/+1
rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata
2023-08-01show metadata for SD checkpoints in the extra networks UIAUTOMATIC1111-0/+1
2023-07-16fix bogus metadata for extra networks appearing out of cacheAUTOMATIC1111-2/+1
fix description editing for checkpoint not immediately appearing on cards
2023-07-16speedup extra networks listingAUTOMATIC1111-2/+2
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111-14/+17
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-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-10/+1
2023-01-30make it possible to search checkpoint by its hashAUTOMATIC-1/+2
2023-01-29Merge pull request #7353 from EllangoK/preview-fixAUTOMATIC1111-1/+1
Fixes thumbnail cards not loading the preview image
2023-01-29only returns ckpt directories if they are not noneEllangoK-1/+1
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC-3/+3
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC-0/+38