aboutsummaryrefslogtreecommitdiffstats
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* put extra networks controls row into the tabs UI element for #14588AUTOMATIC11112024-01-221-1/+1
|
* Remove unnecessary template and simplify tree list.Sj-Si2024-01-211-3/+0
|
* Fix broken scrollbarsSj-Si2024-01-211-3/+1
|
* Add option in settings to enable/disable tree view by default.Sj-Si2024-01-201-2/+2
|
* Add toggle button for tree view. Use default settings for sortmode and ↵Sj-Si2024-01-202-41/+51
| | | | direction.
* Finish cleanup.Sj-Si2024-01-167-23/+18
|
* Move extra network tab buttons into tree view;Sj-Si2024-01-156-8/+61
|
* fix bugs. introduce new ones.Sj-Si2024-01-151-6/+17
|
* fix search box handling. sort maybe broken not sure. need to bug test and ↵Sj-Si2024-01-142-5/+0
| | | | finish cleanup.
* continue cleanup and redesign.Sj-Si2024-01-131-0/+11
|
* Merge changes from devSj-Si2024-01-111-309/+1
|\
| * Remove licenses for code that's no longer copy-pasted; adjust READMEAarni Koskela2024-01-021-309/+1
| |
* | Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si2024-01-112-6/+1
| |
* | begin redesign of tree module.Sj-Si2024-01-104-1/+18
| |
* | fix indentationSj-Si2024-01-081-1/+1
| |
* | Add tree-view display for extra networks.Sj-Si2024-01-082-0/+4
|/
* hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC11112023-07-171-1/+1
| | | | extra networks interface
* nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC11112023-07-161-7/+0
| | | | width/height/scale to get thumbs)
* allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC11112023-07-161-1/+1
|
* user metadata system for custom networksAUTOMATIC11112023-07-151-4/+4
|
* link footer API to Wiki when API is not activew-e-w2023-06-061-1/+1
|
* Support dynamic sort of extra networkscatboxanon2023-06-021-1/+1
|
* work on startup profile displayAUTOMATIC2023-05-201-0/+2
|
* Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC2023-05-181-2/+1
|\ | | | | | | into dev
| * Update extra-networks-card.htmlmissionfloyd2023-03-271-1/+1
| |
| * Merge branch 'extra-network-preview-lazyload' of ↵missionfloyd2023-03-272-3/+28
| |\ | | | | | | | | | https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
| * | Lazy load extra network imagesmissionfloyd2023-03-211-3/+3
| | |
* | | isn't there something you forgot, #10483?AUTOMATIC2023-05-171-1/+1
| | |
* | | add creditsAUTOMATIC2023-05-171-0/+26
| | |
* | | directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC2023-05-081-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
* | readds metadata_buttonEllangoK2023-03-251-0/+2
| |
* | Merge branch 'master' into masterKarun2023-03-252-0/+246
|\ \
| * | Add workaround for broken nn.Linear on macOS 13.2brkirch2023-03-241-0/+26
| |/ | | | | | | Credit to danieldk (https://github.com/explosion/curated-transformers/pull/124) for the workaround this is based on.
| * Add view metadata button for Lora cards.AUTOMATIC2023-03-141-0/+2
| |
| * Merge pull request #8366 from akx/extra-net-descsAUTOMATIC11112023-03-111-0/+1
| |\ | | | | | | Extra network description files
| | * Extra networks: support .txt description sidecar fileAarni Koskela2023-03-061-0/+1
| | |
| * | scaled dot product attentionPam2023-03-061-0/+219
| |/
* / custom height, width settings for extra networksEllangoK2023-02-191-1/+1
|/
* support for searching subdirectory names for extra networksAUTOMATIC2023-01-291-0/+1
|
* add support for apostrophe in extra network namesAUTOMATIC2023-01-231-2/+2
|
* feat(extra-networks): replace icon background with borderGuillermo Moreno2023-01-231-1/+5
|
* feat(extra-networks): add thumbs view styleGuillermo Moreno2023-01-221-0/+3
|
* relocate tool buttons next to generate buttonAUTOMATIC2023-01-211-1/+1
| | | | | prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
* extra networks UIAUTOMATIC2023-01-213-0/+19
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
* Merge pull request #6055 from brkirch/sub-quad_attn_optAUTOMATIC11112023-01-071-1/+28
|\ | | | | Add Birch-san's sub-quadratic attention implementation
| * Added licensebrkirch2023-01-061-1/+28
| |
* | add footer with versionsAUTOMATIC2023-01-051-0/+4
|/
* added licenses screen to settingsAUTOMATIC2023-01-032-0/+401
added footer removed unused inpainting code