aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/extraNetworks.js
Commit message (Collapse)AuthorAgeFilesLines
* Close popups with escape keymissionfloyd2023-12-011-0/+6
|
* compact prompt layout: preserve scroll when switching between lora tabsAUTOMATIC11112023-11-261-0/+4
|
* added compact prompt optionAUTOMATIC11112023-11-051-0/+33
|
* properly apply sort order for extra network cards when selected from dropdownAUTOMATIC11112023-11-051-11/+16
| | | | | allow selection of default sort order in settings remove 'Default' sort order, replace with 'Name'
* Merge pull request #13480 from AUTOMATIC1111/popup-fixAUTOMATIC11112023-10-031-6/+3
|\ | | | | Fix accidentally closing popup dialogs
| * Lintmissionfloyd2023-10-031-1/+1
| |
| * Fix accidentally closing popup dialogsmissionfloyd2023-10-031-7/+4
| |
* | Merge pull request #12877 from zixaphir/removeExtraNetworksFromPrompt_fixAUTOMATIC11112023-09-301-4/+10
|\ \ | | | | | | account for customizable extra network separators in remove code
| * | Remove extra spaceszixaphir2023-09-101-1/+1
| | |
| * | Remove extra network separator without regexzixaphir2023-09-101-10/+11
| | |
| * | Account for edge case where user deleted leading separator.zixaphir2023-08-311-1/+1
| | |
| * | account for customizable extra network separators in remove codezixaphir2023-08-311-2/+7
| | | | | | | | | | | | previous behavior only searched for leading spaces
| * | lintAUTOMATIC11112023-08-271-1/+1
| | |
| * | fix style editing dialog breaking if it's opened in both img2img and txt2img ↵AUTOMATIC11112023-08-271-0/+9
| | | | | | | | | | | | tabs
* | | Update card on correct tabmissionfloyd2023-09-271-1/+1
| |/ |/|
* | lintAUTOMATIC11112023-08-271-1/+1
| |
* | fix style editing dialog breaking if it's opened in both img2img and txt2img ↵AUTOMATIC11112023-08-271-0/+9
|/ | | | tabs
* when refreshing cards in extra networks UI, do not discard user's custom ↵AUTOMATIC11112023-08-141-1/+1
| | | | resolution
* add checkbox to show/hide dirs for extra networksAUTOMATIC11112023-08-051-0/+29
|
* Merge branch 'dev' into extra-networks-always-visibleAUTOMATIC11112023-08-051-1/+1
|\
| * hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC11112023-07-171-1/+1
| | | | | | | | extra networks interface
* | fix extra search buttonw-e-w2023-07-171-1/+1
| |
* | always show extra networks tabs in the UIAUTOMATIC11112023-07-161-5/+3
|/
* allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC11112023-07-161-5/+14
|
* add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC11112023-07-151-2/+16
|
* eslintAUTOMATIC11112023-07-151-4/+4
|
* user metadata system for custom networksAUTOMATIC11112023-07-151-6/+31
|
* lint fixescatboxanon2023-06-021-14/+17
|
* Support dynamic sort of extra networkscatboxanon2023-06-021-0/+47
|
* eslint related file editsAUTOMATIC2023-05-181-2/+2
|
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-205/+215
|
* Fix remove `textual inversion` promptWeiming2023-05-171-11/+20
|
* directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC2023-05-081-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
* Fix unused variablesAarni Koskela2023-04-301-2/+2
|
* Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-7/+7
|
* final part of merging #8749AUTOMATIC2023-03-251-4/+4
|
* Merge branch 'master' into extra-network-infoAUTOMATIC11112023-03-251-0/+36
|\
| * use HTTP request to fetch metadata for Lora cards instead of including it ↵AUTOMATIC2023-03-251-0/+36
| | | | | | | | into the main page
* | Add event.stopPropagation() to extraNetworksShowMetadata()missionfloyd2023-03-211-1/+3
|/ | | | Prevent bubbling the same way "replace preview" does
* Add view metadata button for Lora cards.AUTOMATIC2023-03-141-1/+37
|
* Merge pull request #7965 from Kilvoctu/extranet-buttonsAUTOMATIC11112023-03-121-2/+0
|\ | | | | Use emojis for extra network buttons
| * restore text, remove 'close'Kilvoctu2023-03-111-2/+0
| | | | | | | | don't use emojis for extra network buttons; remove 'close'
* | new setting: Extra text to add before <...> when adding extra network to promptAUTOMATIC2023-03-111-1/+1
|/
* add buttons for auto-search in subdirectories for extra tabsAUTOMATIC2023-01-291-0/+9
|
* support for searching subdirectory names for extra networksAUTOMATIC2023-01-291-1/+1
|
* make it so that clicking on hypernet/lora card one more time removes the ↵AUTOMATIC2023-01-281-1/+30
| | | | related from the prompt
* make extra networks search case-insensitiveAUTOMATIC2023-01-221-2/+2
|
* add search box to extra networksAUTOMATIC2023-01-211-2/+18
|
* relocate tool buttons next to generate buttonAUTOMATIC2023-01-211-20/+13
| | | | | prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
* extra networks UIAUTOMATIC2023-01-211-0/+60
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>