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