Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-22 | put extra networks controls row into the tabs UI element for #14588 | AUTOMATIC1111 | -1/+1 | |
2024-01-21 | Remove unnecessary template and simplify tree list. | Sj-Si | -3/+0 | |
2024-01-21 | Fix broken scrollbars | Sj-Si | -3/+1 | |
2024-01-20 | Add option in settings to enable/disable tree view by default. | Sj-Si | -2/+2 | |
2024-01-20 | Add toggle button for tree view. Use default settings for sortmode and ↵ | Sj-Si | -41/+51 | |
direction. | ||||
2024-01-16 | Finish cleanup. | Sj-Si | -23/+18 | |
2024-01-15 | Move extra network tab buttons into tree view; | Sj-Si | -8/+61 | |
2024-01-15 | fix bugs. introduce new ones. | Sj-Si | -6/+17 | |
2024-01-14 | fix search box handling. sort maybe broken not sure. need to bug test and ↵ | Sj-Si | -5/+0 | |
finish cleanup. | ||||
2024-01-13 | continue cleanup and redesign. | Sj-Si | -0/+11 | |
2024-01-11 | Merge changes from dev | Sj-Si | -309/+1 | |
2024-01-11 | Finish base layout. Fix bugs. Need to test for stability and clean up. | Sj-Si | -6/+1 | |
2024-01-10 | begin redesign of tree module. | Sj-Si | -1/+18 | |
2024-01-08 | fix indentation | Sj-Si | -1/+1 | |
2024-01-08 | Add tree-view display for extra networks. | Sj-Si | -0/+4 | |
2024-01-02 | Remove licenses for code that's no longer copy-pasted; adjust README | Aarni Koskela | -309/+1 | |
2023-07-17 | hide cards for networks of incompatible stable diffusion version in Lora ↵ | AUTOMATIC1111 | -1/+1 | |
extra networks interface | ||||
2023-07-16 | nuke thumbs extra networks view mode (use settings tab to change ↵ | AUTOMATIC1111 | -7/+0 | |
width/height/scale to get thumbs) | ||||
2023-07-16 | allow refreshing single card after editing user metadata instead of all cards | AUTOMATIC1111 | -1/+1 | |
2023-07-15 | user metadata system for custom networks | AUTOMATIC1111 | -4/+4 | |
2023-06-06 | link footer API to Wiki when API is not active | w-e-w | -1/+1 | |
2023-06-02 | Support dynamic sort of extra networks | catboxanon | -1/+1 | |
2023-05-21 | work on startup profile display | AUTOMATIC | -0/+2 | |
2023-05-18 | Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵ | AUTOMATIC | -2/+1 | |
into dev | ||||
2023-05-17 | isn't there something you forgot, #10483? | AUTOMATIC | -1/+1 | |
2023-05-17 | add credits | AUTOMATIC | -0/+26 | |
2023-05-08 | directory 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-26 | Update extra-networks-card.html | missionfloyd | -1/+1 | |
2023-03-26 | Merge branch 'extra-network-preview-lazyload' of ↵ | missionfloyd | -3/+28 | |
https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload | ||||
2023-03-25 | readds metadata_button | EllangoK | -0/+2 | |
2023-03-25 | Merge branch 'master' into master | Karun | -0/+246 | |
2023-03-24 | Add workaround for broken nn.Linear on macOS 13.2 | brkirch | -0/+26 | |
Credit to danieldk (https://github.com/explosion/curated-transformers/pull/124) for the workaround this is based on. | ||||
2023-03-21 | Lazy load extra network images | missionfloyd | -3/+3 | |
2023-03-14 | Add view metadata button for Lora cards. | AUTOMATIC | -0/+2 | |
2023-03-11 | Merge pull request #8366 from akx/extra-net-descs | AUTOMATIC1111 | -0/+1 | |
Extra network description files | ||||
2023-03-07 | scaled dot product attention | Pam | -0/+219 | |
2023-03-06 | Extra networks: support .txt description sidecar file | Aarni Koskela | -0/+1 | |
2023-02-19 | custom height, width settings for extra networks | EllangoK | -1/+1 | |
2023-01-29 | support for searching subdirectory names for extra networks | AUTOMATIC | -0/+1 | |
2023-01-23 | add support for apostrophe in extra network names | AUTOMATIC | -2/+2 | |
2023-01-23 | feat(extra-networks): replace icon background with border | Guillermo Moreno | -1/+5 | |
2023-01-22 | feat(extra-networks): add thumbs view style | Guillermo Moreno | -0/+3 | |
2023-01-21 | relocate tool buttons next to generate button | AUTOMATIC | -1/+1 | |
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt | ||||
2023-01-21 | extra networks UI | AUTOMATIC | -0/+19 | |
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | ||||
2023-01-07 | Merge pull request #6055 from brkirch/sub-quad_attn_opt | AUTOMATIC1111 | -1/+28 | |
Add Birch-san's sub-quadratic attention implementation | ||||
2023-01-06 | Added license | brkirch | -1/+28 | |
2023-01-05 | add footer with versions | AUTOMATIC | -0/+4 | |
2023-01-03 | added licenses screen to settings | AUTOMATIC | -0/+401 | |
added footer removed unused inpainting code |