Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-07-15 | user metadata system for custom networks | AUTOMATIC1111 | -6/+31 | |
2023-06-02 | lint fixes | catboxanon | -14/+17 | |
2023-06-02 | Support dynamic sort of extra networks | catboxanon | -0/+47 | |
2023-05-18 | eslint related file edits | AUTOMATIC | -2/+2 | |
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | -205/+215 | |
2023-05-17 | Fix remove `textual inversion` prompt | Weiming | -11/+20 | |
2023-05-08 | directory hiding for extra networks: dirs starting with . will hide their ↵ | AUTOMATIC | -4/+21 | |
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-04-30 | Fix unused variables | Aarni Koskela | -2/+2 | |
2023-04-30 | Fix a whole bunch of implicit globals | Aarni Koskela | -7/+7 | |
2023-03-25 | final part of merging #8749 | AUTOMATIC | -4/+4 | |
2023-03-25 | Merge branch 'master' into extra-network-info | AUTOMATIC1111 | -0/+36 | |
2023-03-25 | use HTTP request to fetch metadata for Lora cards instead of including it ↵ | AUTOMATIC | -0/+36 | |
into the main page | ||||
2023-03-20 | Add event.stopPropagation() to extraNetworksShowMetadata() | missionfloyd | -1/+3 | |
Prevent bubbling the same way "replace preview" does | ||||
2023-03-14 | Add view metadata button for Lora cards. | AUTOMATIC | -1/+37 | |
2023-03-12 | Merge pull request #7965 from Kilvoctu/extranet-buttons | AUTOMATIC1111 | -2/+0 | |
Use emojis for extra network buttons | ||||
2023-03-11 | restore text, remove 'close' | Kilvoctu | -2/+0 | |
don't use emojis for extra network buttons; remove 'close' | ||||
2023-03-11 | new setting: Extra text to add before <...> when adding extra network to prompt | AUTOMATIC | -1/+1 | |
2023-01-29 | add buttons for auto-search in subdirectories for extra tabs | AUTOMATIC | -0/+9 | |
2023-01-29 | support for searching subdirectory names for extra networks | AUTOMATIC | -1/+1 | |
2023-01-28 | make it so that clicking on hypernet/lora card one more time removes the ↵ | AUTOMATIC | -1/+30 | |
related from the prompt | ||||
2023-01-22 | make extra networks search case-insensitive | AUTOMATIC | -2/+2 | |
2023-01-21 | add search box to extra networks | AUTOMATIC | -2/+18 | |
2023-01-21 | relocate tool buttons next to generate button | AUTOMATIC | -20/+13 | |
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt | ||||
2023-01-21 | extra networks UI | AUTOMATIC | -0/+60 | |
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> |