DominikDoom
c4510663ca
Fix lora / embed preview being below the textbox
...
This was a small visual regression for the normal webui introduced by #327
Should keep the fix working for forge
2025-09-09 09:57:50 +02:00
DominikDoom
8766965a30
Credit original author
2025-05-08 12:43:40 +02:00
Disty0
34e68e1628
Fix SDNext ModernUI by following the cursor ( #327 )
2025-05-05 20:44:51 +02:00
DominikDoom
41d185b616
Improve IME consistency
...
Might help with #326
2025-05-01 13:48:32 +02:00
DominikDoom
e0baa58ace
Fix style appending to wrong node on forge classic
...
Fixes #323
2025-04-16 11:23:12 +02:00
DominikDoom
c1ef12d887
Fix weighted tags preventing normal tag completion
...
caused by filter applying to every tag instead of just one to one
Fixes #324
2025-04-15 21:56:16 +02:00
undefined
63fca457a7
Indicate repeated tag ( #313 )
...
Shows 🔁 to mark a tag that has already been used in the prompt
2025-01-16 09:29:33 +01:00
DominikDoom
38700d4743
Formatting
2025-01-04 19:35:14 +01:00
DominikDoom
bb492ba059
Add default color config & wiki link fix for merged tag list
2025-01-04 19:33:29 +01:00
david419kr
b515c15e01
Underscore replacement exclusion list feature ( #306 )
2024-10-30 17:45:32 +01:00
DominikDoom
49ec047af8
Fix extra network tab refresh listener
2024-08-15 11:52:49 +02:00
DominikDoom
1c6bba2a3d
Formatting
2024-08-05 11:47:12 +02:00
DominikDoom
9a47c2ec2c
Mouse hover can now trigger selection event for extra network previews
...
Closes #292
2024-08-05 11:39:38 +02:00
DominikDoom
3eef536b64
Use custom wildcard wrapper chars from sd-dynamic-prompts if the option is set
...
Closes #286
2024-05-04 14:12:14 +02:00
DominikDoom
a27633da55
Remove hardcoded preview url modifiers, use ResultType instead
...
Fixes #284
2024-04-15 18:48:44 +02:00
DominikDoom
9155e4d42c
Prevent db response errors from breaking the regular completion
2024-04-14 12:01:15 +02:00
DominikDoom
d1eea880f3
Rename API call functions on JS side to prevent name conflicts
...
Fixes #282
2024-04-13 17:27:10 +02:00
DominikDoom
ef59cff651
Move last used date check guard to SQL side, implement max cap
...
- Server side date comparison and cap check further improve js sort performance
- The alias check has also been moved out of calculateUsageBias to support the new cap system
2024-03-16 16:44:43 +01:00
DominikDoom
a454383c43
Merge branch 'main' into feature-sort-by-frequent-use
2024-03-03 13:52:32 +01:00
Symbiomatrix
b71e6339bd
Fix tabs.
2024-03-03 12:21:29 +02:00
Symbiomatrix
7ddbc3c0b2
Update tagAutocomplete.js
2024-03-03 04:23:13 +02:00
DominikDoom
f810b2dd8f
Merge branch 'main' into feature-sort-by-frequent-use
2024-01-27 12:39:40 +01:00
DominikDoom
afa13306ef
Small regex fix to make style completion work after [ or before ,
2024-01-26 20:39:33 +01:00
DominikDoom
a966be7546
Merge branch 'main' into feature-sort-by-frequent-use
2024-01-26 16:21:15 +01:00
DominikDoom
d37e37acfa
Added option to autocomplete style names
...
To be used in tandem with https://github.com/SirVeggie/extension-style-vars
Closes #268
2024-01-26 16:16:04 +01:00
DominikDoom
342fbc9041
Pre-calculate usage bias for all results instead of in the sort function
...
Roughly doubles the sort performance
2024-01-19 21:10:09 +01:00
DominikDoom
c659ed2155
Use <lora: for models in lycoris folder by default
...
Added a backcompat option to keep using <lyco: if needed.
Closes #263
2023-12-24 14:11:19 +01:00
DominikDoom
30c9593d3d
Merge branch 'main' into feature-sort-by-frequent-use
2023-12-12 14:23:18 +01:00
DominikDoom
f840586b6b
Auto-refresh embedding list after model change
...
Uses own API endpoint and doesn't force-reload to skip unneeded work
(only works for A1111 as SD.Next model change detection isn't implemented yet)
2023-12-12 14:22:53 +01:00
DominikDoom
57076060df
Merge branch 'main' into feature-sort-by-frequent-use
2023-12-11 11:43:26 +01:00
DominikDoom
f1870b7e87
Force text color to account for themes not following gradio settings
...
As discussed in PR #256
2023-12-10 15:30:49 +01:00
DominikDoom
1fe8f26670
Add explanatory tooltip and inline reset ability
...
Also add tooltip for wiki links
2023-12-04 13:56:15 +01:00
DominikDoom
4df90f5c95
Don't frequency sort alias results by default
...
with an option to enable it if desired
2023-11-29 18:04:50 +01:00
DominikDoom
a156214a48
Last used & min count settings
...
Also some performance improvements
2023-11-29 17:45:51 +01:00
DominikDoom
15478e73b5
Count positive / negative prompt usage separately
2023-11-29 15:22:41 +01:00
DominikDoom
434301738a
Merge branch 'main' into feature-sort-by-frequent-use
2023-11-05 13:30:51 +01:00
DominikDoom
a7233a594f
Escape $ signs for the insert functions
...
Fixes #248 , as discussed in #247
2023-10-14 16:19:34 +02:00
DominikDoom
4fba7baa69
Merge branch 'main' into feature-sort-by-frequent-use
2023-10-06 18:36:24 +02:00
DominikDoom
5ebe22ddfc
Add sha256 (V2) keyword lookup
...
As discussed in #245
2023-10-06 16:46:18 +02:00
DominikDoom
44c5450b28
Fix special characters breaking wiki link urls
2023-10-06 14:54:29 +02:00
DominikDoom
7128efc4f4
Apply same fix to extra tags
...
Count now defaults to max safe integer, which simplifies the sort function
Before, it resulted in really bad performance
2023-10-02 00:45:48 +02:00
DominikDoom
bd0ddfbb24
Fix embeddings not at top
...
(only affecting the "include embeddings in normal results" option)
2023-10-02 00:16:58 +02:00
DominikDoom
3108daf0e8
Remove kaomoji inclusion in < search
...
because it interfered with use count searching and is not commonly needed
2023-10-01 23:51:35 +02:00
DominikDoom
363895494b
Fix hide after insert race condition
2023-10-01 23:17:12 +02:00
DominikDoom
04551a8132
Don't await increase, limit to 2k for performance
2023-10-01 22:59:28 +02:00
DominikDoom
ffc0e378d3
Add different sorting functions
2023-10-01 22:44:35 +02:00
DominikDoom
440f109f1f
Use POST + body to get around URL length limit
2023-10-01 22:30:47 +02:00
DominikDoom
80fb247dbe
Sort results by usage count
2023-10-01 21:44:24 +02:00
DominikDoom
d7e98200a8
Use count increase logic
2023-09-26 12:20:15 +02:00
DominikDoom
cb54b66eda
Refactor PR #239 to use new refresh API endpoint of this branch
2023-09-15 16:32:20 +02:00