Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-09-30 | Merge pull request #13121 from ↵ | AUTOMATIC1111 | -6/+7 | |
AUTOMATIC1111/consolidated-allowed-preview-formats Consolidated allowed preview formats, Fix extra network `.gif` not woking as preview | ||||
2023-09-30 | Merge pull request #13395 from AUTOMATIC1111/escape-names | AUTOMATIC1111 | -2/+2 | |
Fix viewing/editing metadata when filename contains an apostrophe | ||||
2023-09-30 | Merge pull request #13412 from AUTOMATIC1111/data-sort-name-fix | AUTOMATIC1111 | -1/+1 | |
Fix data-sort-name containing spaces | ||||
2023-09-26 | Fix data-sort-name containing spaces | missionfloyd | -1/+1 | |
2023-09-25 | Escape item names | missionfloyd | -2/+2 | |
2023-09-07 | consolidated allowed preview formats | w-e-w | -6/+7 | |
2023-09-01 | Restore missing tooltips | missionfloyd | -1/+1 | |
2023-08-09 | Use better symbol for extra networks sort | catboxanon | -2/+2 | |
2023-08-09 | split webui.py's initialization and utility functions into separate files | AUTOMATIC1111 | -1/+2 | |
2023-08-05 | add checkbox to show/hide dirs for extra networks | AUTOMATIC1111 | -2/+3 | |
2023-08-05 | Merge branch 'dev' into extra-networks-always-visible | AUTOMATIC1111 | -13/+5 | |
2023-08-04 | added VAE selection to checkpoint user metadata | AUTOMATIC1111 | -11/+2 | |
2023-07-26 | fix: extra network ui description allow HTML tags | Littleor | -1/+1 | |
2023-07-26 | fix: error rendering name and description in extra network ui | Littleor | -2/+2 | |
2023-07-19 | add dropdown extra_sort_order lable | w-e-w | -1/+1 | |
2023-07-17 | hide cards for networks of incompatible stable diffusion version in Lora ↵ | AUTOMATIC1111 | -1/+2 | |
extra networks interface | ||||
2023-07-17 | fix extra search button | w-e-w | -1/+1 | |
2023-07-16 | fix unneded reload from disk | AUTOMATIC1111 | -1/+7 | |
2023-07-16 | always show extra networks tabs in the UI | AUTOMATIC1111 | -35/+23 | |
2023-07-16 | minor restyling for extra networks | AUTOMATIC1111 | -1/+2 | |
2023-07-16 | nuke thumbs extra networks view mode (use settings tab to change ↵ | AUTOMATIC1111 | -5/+4 | |
width/height/scale to get thumbs) | ||||
2023-07-16 | fix bogus metadata for extra networks appearing out of cache | AUTOMATIC1111 | -1/+2 | |
fix description editing for checkpoint not immediately appearing on cards | ||||
2023-07-16 | Merge pull request #11806 from huchenlei/file_500 | AUTOMATIC1111 | -0/+4 | |
404 when thumb file not found | ||||
2023-07-16 | speedup extra networks listing | AUTOMATIC1111 | -7/+13 | |
2023-07-16 | allow refreshing single card after editing user metadata instead of all cards | AUTOMATIC1111 | -0/+20 | |
2023-07-15 | 404 when thumb file not found | huchenlei | -0/+4 | |
2023-07-15 | user metadata system for custom networks | AUTOMATIC1111 | -7/+47 | |
2023-07-08 | use natural sort for shared.walk_files and shared.listfiles, as well as for ↵ | AUTOMATIC1111 | -2/+2 | |
dirs in extra networks | ||||
2023-07-05 | Allow gif for extra network previews | missionfloyd | -2/+2 | |
2023-06-02 | Apply suggestions from code review | catboxanon | -3/+5 | |
Co-authored-by: Aarni Koskela <akx@iki.fi> | ||||
2023-06-02 | Support dynamic sort of extra networks | catboxanon | -0/+16 | |
2023-05-19 | Deduplicate default extra network registration | Aarni Koskela | -0/+9 | |
2023-05-19 | Fix typo "intialize" | Aarni Koskela | -1/+1 | |
2023-05-18 | Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵ | AUTOMATIC | -2/+3 | |
into dev | ||||
2023-05-18 | python linter fixes | AUTOMATIC | -1/+0 | |
2023-05-17 | add options to show/hide hidden files and dirs, and to not list models/files ↵ | AUTOMATIC | -2/+15 | |
in hidden directories | ||||
2023-05-17 | use a single function for saving images with metadata both in extra networks ↵ | AUTOMATIC | -17/+2 | |
and main mode for #10395 | ||||
2023-05-17 | Merge pull request #10395 from wk5ovc/patch-4 | AUTOMATIC1111 | -3/+13 | |
Fix extra networks save preview image geninfo | ||||
2023-05-17 | Merge pull request #10483 from Iheuzio/syntax-search | AUTOMATIC1111 | -2/+2 | |
Fix typo in syntax | ||||
2023-05-17 | Fix typo in syntax | Iheuzio | -2/+2 | |
2023-05-15 | Show "Loading..." for extra networks when displaying for the first time | AUTOMATIC | -4/+15 | |
2023-05-15 | Fix extra networks save preview image geninfo | Keith | -3/+13 | |
2023-05-14 | allow jpeg for extra network preview | w-e-w | -2/+2 | |
2023-05-11 | Fix symlink scanning | catboxanon | -1/+1 | |
2023-05-10 | fixes for B007 | AUTOMATIC | -1/+1 | |
2023-05-10 | ruff auto fixes | AUTOMATIC | -2/+2 | |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -1/+0 | |
2023-05-10 | autofixes from ruff | AUTOMATIC | -1/+1 | |
2023-05-09 | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | -1/+3 | |
2023-05-08 | directory hiding for extra networks: dirs starting with . will hide their ↵ | AUTOMATIC | -20/+49 | |
cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page |