aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks_user_metadata.py
AgeCommit message (Collapse)AuthorLines
2024-01-16Finish cleanup.Sj-Si-1/+1
2024-01-01rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC1111-2/+2
infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
2024-01-01infotext.py: rename usages in the codebaseAUTOMATIC1111-2/+2
2023-11-26json.dump(ensure_ascii=False)w-e-w-1/+1
improve json readability
2023-08-30lintw-e-w-1/+0
2023-08-30go back to single path for filenames in extra networks metadata dialogAUTOMATIC1111-12/+9
2023-08-29refactor: refactor functionbluelovers-15/+6
2023-08-29feat: display file metadata pathbluelovers-0/+20
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12289
2023-08-13Support search and display of hashes for all extra network itemscatboxanon-1/+3
2023-08-10extra networks metadata indentw-e-w-1/+1
2023-08-09extra network metadata inherit old descriptionw-e-w-4/+2
2023-08-09extra network metadata inherit old descriptionw-e-w-0/+2
2023-08-01add filename to to the table in user metadata editorAUTOMATIC1111-0/+1
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111-1/+6
extra networks interface
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111-13/+25
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111-7/+16
2023-07-15user metadata system for custom networksAUTOMATIC1111-0/+169