aboutsummaryrefslogtreecommitdiffstats
path: root/html
AgeCommit message (Collapse)AuthorLines
2024-01-02Remove licenses for code that's no longer copy-pasted; adjust READMEAarni Koskela-309/+1
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111-1/+1
extra networks interface
2023-07-16nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC1111-7/+0
width/height/scale to get thumbs)
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111-1/+1
2023-07-15user metadata system for custom networksAUTOMATIC1111-4/+4
2023-06-06link footer API to Wiki when API is not activew-e-w-1/+1
2023-06-02Support dynamic sort of extra networkscatboxanon-1/+1
2023-05-21work on startup profile displayAUTOMATIC-0/+2
2023-05-18Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC-2/+1
into dev
2023-05-17isn't there something you forgot, #10483?AUTOMATIC-1/+1
2023-05-17add creditsAUTOMATIC-0/+26
2023-05-08directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC-1/+1
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-1/+1
2023-03-26Merge branch 'extra-network-preview-lazyload' of ↵missionfloyd-3/+28
https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
2023-03-25readds metadata_buttonEllangoK-0/+2
2023-03-25Merge branch 'master' into masterKarun-0/+246
2023-03-24Add workaround for broken nn.Linear on macOS 13.2brkirch-0/+26
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-3/+3
2023-03-14Add view metadata button for Lora cards.AUTOMATIC-0/+2
2023-03-11Merge pull request #8366 from akx/extra-net-descsAUTOMATIC1111-0/+1
Extra network description files
2023-03-07scaled dot product attentionPam-0/+219
2023-03-06Extra networks: support .txt description sidecar fileAarni Koskela-0/+1
2023-02-19custom height, width settings for extra networksEllangoK-1/+1
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC-0/+1
2023-01-23add support for apostrophe in extra network namesAUTOMATIC-2/+2
2023-01-23feat(extra-networks): replace icon background with borderGuillermo Moreno-1/+5
2023-01-22feat(extra-networks): add thumbs view styleGuillermo Moreno-0/+3
2023-01-21relocate tool buttons next to generate buttonAUTOMATIC-1/+1
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
2023-01-21extra networks UIAUTOMATIC-0/+19
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-1/+28
Add Birch-san's sub-quadratic attention implementation
2023-01-06Added licensebrkirch-1/+28
2023-01-05add footer with versionsAUTOMATIC-0/+4
2023-01-03added licenses screen to settingsAUTOMATIC-0/+401
added footer removed unused inpainting code