aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_extra_networks_checkpoints.py
AgeCommit message (Collapse)Author
2023-08-03add style editor dialogAUTOMATIC1111
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
2023-07-16fix bogus metadata for extra networks appearing out of cacheAUTOMATIC1111
fix description editing for checkpoint not immediately appearing on cards
2023-07-16speedup extra networks listingAUTOMATIC1111
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111
2023-07-15user metadata system for custom networksAUTOMATIC1111
2023-06-02Apply suggestions from code reviewcatboxanon
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-06-02Support dynamic sort of extra networkscatboxanon
2023-03-11save previews for extra networks in the selected formatAUTOMATIC
2023-03-11remove underscores from function names in #8366AUTOMATIC
remove LRU from #8366 because I don't know why it's there
2023-03-06Extra networks: support .txt description sidecar fileAarni Koskela
2023-03-06Deduplicate extra network preview-search codeAarni Koskela
2023-01-30make it possible to search checkpoint by its hashAUTOMATIC
2023-01-29Merge pull request #7353 from EllangoK/preview-fixAUTOMATIC1111
Fixes thumbnail cards not loading the preview image
2023-01-29only returns ckpt directories if they are not noneEllangoK
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC