aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/extraNetworks.js
AgeCommit message (Collapse)AuthorLines
2023-11-30Close popups with escape keymissionfloyd-0/+6
2023-11-26compact prompt layout: preserve scroll when switching between lora tabsAUTOMATIC1111-0/+4
2023-11-05added compact prompt optionAUTOMATIC1111-0/+33
2023-11-05properly apply sort order for extra network cards when selected from dropdownAUTOMATIC1111-11/+16
allow selection of default sort order in settings remove 'Default' sort order, replace with 'Name'
2023-10-03Merge pull request #13480 from AUTOMATIC1111/popup-fixAUTOMATIC1111-6/+3
Fix accidentally closing popup dialogs
2023-10-02Lintmissionfloyd-1/+1
2023-10-02Fix accidentally closing popup dialogsmissionfloyd-7/+4
2023-09-30Merge pull request #12877 from zixaphir/removeExtraNetworksFromPrompt_fixAUTOMATIC1111-4/+10
account for customizable extra network separators in remove code
2023-09-26Update card on correct tabmissionfloyd-1/+1
2023-09-09Remove extra spaceszixaphir-1/+1
2023-09-09Remove extra network separator without regexzixaphir-10/+11
2023-08-31Account for edge case where user deleted leading separator.zixaphir-1/+1
2023-08-30account for customizable extra network separators in remove codezixaphir-2/+7
previous behavior only searched for leading spaces
2023-08-27lintAUTOMATIC1111-1/+1
2023-08-27lintAUTOMATIC1111-1/+1
2023-08-27fix style editing dialog breaking if it's opened in both img2img and txt2img ↵AUTOMATIC1111-0/+9
tabs
2023-08-27fix style editing dialog breaking if it's opened in both img2img and txt2img ↵AUTOMATIC1111-0/+9
tabs
2023-08-14when refreshing cards in extra networks UI, do not discard user's custom ↵AUTOMATIC1111-1/+1
resolution
2023-08-05add checkbox to show/hide dirs for extra networksAUTOMATIC1111-0/+29
2023-08-05Merge branch 'dev' into extra-networks-always-visibleAUTOMATIC1111-1/+1
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111-1/+1
extra networks interface
2023-07-17fix extra search buttonw-e-w-1/+1
2023-07-16always show extra networks tabs in the UIAUTOMATIC1111-5/+3
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111-5/+14
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111-2/+16
2023-07-15eslintAUTOMATIC1111-4/+4
2023-07-15user metadata system for custom networksAUTOMATIC1111-6/+31
2023-06-02lint fixescatboxanon-14/+17
2023-06-02Support dynamic sort of extra networkscatboxanon-0/+47
2023-05-18eslint related file editsAUTOMATIC-2/+2
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela-205/+215
2023-05-17Fix remove `textual inversion` promptWeiming-11/+20
2023-05-08directory 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-30Fix unused variablesAarni Koskela-2/+2
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela-7/+7
2023-03-25final part of merging #8749AUTOMATIC-4/+4
2023-03-25Merge branch 'master' into extra-network-infoAUTOMATIC1111-0/+36
2023-03-25use HTTP request to fetch metadata for Lora cards instead of including it ↵AUTOMATIC-0/+36
into the main page
2023-03-20Add event.stopPropagation() to extraNetworksShowMetadata()missionfloyd-1/+3
Prevent bubbling the same way "replace preview" does
2023-03-14Add view metadata button for Lora cards.AUTOMATIC-1/+37
2023-03-12Merge pull request #7965 from Kilvoctu/extranet-buttonsAUTOMATIC1111-2/+0
Use emojis for extra network buttons
2023-03-11restore text, remove 'close'Kilvoctu-2/+0
don't use emojis for extra network buttons; remove 'close'
2023-03-11new setting: Extra text to add before <...> when adding extra network to promptAUTOMATIC-1/+1
2023-01-29add buttons for auto-search in subdirectories for extra tabsAUTOMATIC-0/+9
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC-1/+1
2023-01-28make it so that clicking on hypernet/lora card one more time removes the ↵AUTOMATIC-1/+30
related from the prompt
2023-01-22make extra networks search case-insensitiveAUTOMATIC-2/+2
2023-01-21add search box to extra networksAUTOMATIC-2/+18
2023-01-21relocate tool buttons next to generate buttonAUTOMATIC-20/+13
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
2023-01-21extra networks UIAUTOMATIC-0/+60
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>