aboutsummaryrefslogtreecommitdiff
path: root/html
AgeCommit message (Collapse)Author
2024-01-22put extra networks controls row into the tabs UI element for #14588AUTOMATIC1111
2024-01-21Remove unnecessary template and simplify tree list.Sj-Si
2024-01-21Fix broken scrollbarsSj-Si
2024-01-20Add option in settings to enable/disable tree view by default.Sj-Si
2024-01-20Add toggle button for tree view. Use default settings for sortmode and ↵Sj-Si
direction.
2024-01-16Finish cleanup.Sj-Si
2024-01-15Move extra network tab buttons into tree view;Sj-Si
2024-01-15fix bugs. introduce new ones.Sj-Si
2024-01-14fix search box handling. sort maybe broken not sure. need to bug test and ↵Sj-Si
finish cleanup.
2024-01-13continue cleanup and redesign.Sj-Si
2024-01-11Merge changes from devSj-Si
2024-01-11Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si
2024-01-10begin redesign of tree module.Sj-Si
2024-01-08fix indentationSj-Si
2024-01-08Add tree-view display for extra networks.Sj-Si
2024-01-02Remove licenses for code that's no longer copy-pasted; adjust READMEAarni Koskela
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111
extra networks interface
2023-07-16nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC1111
width/height/scale to get thumbs)
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111
2023-07-15user metadata system for custom networksAUTOMATIC1111
2023-06-06link footer API to Wiki when API is not activew-e-w
2023-06-02Support dynamic sort of extra networkscatboxanon
2023-05-21work on startup profile displayAUTOMATIC
2023-05-18Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC
into dev
2023-05-17isn't there something you forgot, #10483?AUTOMATIC
2023-05-17add creditsAUTOMATIC
2023-05-08directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC
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
2023-03-26Update extra-networks-card.htmlmissionfloyd
2023-03-26Merge branch 'extra-network-preview-lazyload' of ↵missionfloyd
https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
2023-03-25readds metadata_buttonEllangoK
2023-03-25Merge branch 'master' into masterKarun
2023-03-24Add workaround for broken nn.Linear on macOS 13.2brkirch
Credit to danieldk (https://github.com/explosion/curated-transformers/pull/124) for the workaround this is based on.
2023-03-21Lazy load extra network imagesmissionfloyd
2023-03-14Add view metadata button for Lora cards.AUTOMATIC
2023-03-11Merge pull request #8366 from akx/extra-net-descsAUTOMATIC1111
Extra network description files
2023-03-07scaled dot product attentionPam
2023-03-06Extra networks: support .txt description sidecar fileAarni Koskela
2023-02-19custom height, width settings for extra networksEllangoK
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC
2023-01-23add support for apostrophe in extra network namesAUTOMATIC
2023-01-23feat(extra-networks): replace icon background with borderGuillermo Moreno
2023-01-22feat(extra-networks): add thumbs view styleGuillermo Moreno
2023-01-21relocate tool buttons next to generate buttonAUTOMATIC
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
2023-01-21extra networks UIAUTOMATIC
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-07Merge pull request #6055 from brkirch/sub-quad_attn_optAUTOMATIC1111
Add Birch-san's sub-quadratic attention implementation
2023-01-06Added licensebrkirch
2023-01-05add footer with versionsAUTOMATIC
2023-01-03added licenses screen to settingsAUTOMATIC
added footer removed unused inpainting code