awsr
b4e5db478f
Merge updated gallery maintenance system ( #3 )
...
* Add eslint rule for class members
* Finalize gallery maintenance system
- Adds a simple function queue in lieu of the Web Locks API in order to work in the (probably unlikely) event that SD.Next is accessed over regular HTTP but not from localhost.
- Removes overlay message progress update since it's incompatible with the new method.
2025-11-30 21:27:56 -08:00
awsr
29a4793302
Much faster performance for normal runs
...
- May result in the initial run being slower in some circumstances.
2025-11-29 03:19:33 -08:00
awsr
c3986172d5
Don't run on error
2025-11-29 01:09:43 -08:00
awsr
eb4f4c683c
Improve error handling
2025-11-28 14:26:03 -08:00
awsr
1b5295dd5e
Remove redundant check
2025-11-28 13:37:48 -08:00
awsr
9ceed935ce
Naming changes and additional check
2025-11-28 13:21:24 -08:00
awsr
8bf7fb50ed
Restore accidental line deletion
2025-11-27 20:27:47 -08:00
awsr
7e2bf5eb13
Update JSDoc
2025-11-27 19:30:44 -08:00
awsr
8197cbefaa
Update names/info and ensure folder is string
2025-11-27 18:34:11 -08:00
awsr
d7ddc953b9
Switch to folder-based database cleanup
2025-11-26 22:13:58 -08:00
vladmandic
0da06b642a
fix networks refresh
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-25 10:35:47 -05:00
awsr
691339773e
[hotfix] Fix cache clearing when switching folders ( #4421 )
...
* Update submodules
* Revert "Update submodules"
This reverts commit 1679ddeeea .
* Fix cache clearing when switching folders
This is more of a temporary hotfix since it will affect switching between gallery folders quickly and it'll kick off when viewing small folders.
2025-11-25 09:58:45 -05:00
awsr
8cceb12085
Minor margin adjustments
...
Makes it less likely for elements to overflow on mobile UI.
2025-11-24 18:34:02 -08:00
vladmandic
d89ccf5ba8
linting
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-23 13:23:16 -05:00
awsr
412d857e73
Minor code layout adjustment
2025-11-22 16:18:37 -08:00
awsr
1b4bdda3a2
Add function documentation
2025-11-22 15:53:13 -08:00
awsr
538cad1aad
Simplify init
...
- Doesn't need advanced handling anymore because the overlay is now fully dynamic.
2025-11-22 15:15:41 -08:00
awsr
7caba3287f
Reorganize functions for readability
2025-11-22 15:11:46 -08:00
awsr
43de9f98e3
Improve overlay function
...
- Rename variables to be more descriptive.
- Change run threshold to 500.
- Make overlay fully dynamic.
2025-11-22 15:09:07 -08:00
awsr
b476a31e71
Update error handling and logging
2025-11-22 14:34:12 -08:00
awsr
cfae4a5f1f
Show blocking overlay when running cleanup
2025-11-22 05:19:15 -08:00
awsr
6f15a04fe0
Simpler method for getting key count
2025-11-21 05:29:48 -08:00
awsr
f2eddd7f7d
Changed threshold to 100 entries before cleanup
2025-11-21 05:00:19 -08:00
awsr
2f9cf121bc
Remove old entries from gallery cache
...
Removes excess thumbnail data when the IndexedDB has at least 200 more entries than is loaded by the gallery.
2025-11-21 04:58:21 -08:00
Vladimir Mandic
4ffc1b6097
add nano-banana
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-13 13:14:55 -05:00
Vladimir Mandic
7c5d1505b8
set defaults for version dct
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-12 14:18:45 -05:00
Vladimir Mandic
8fb037d4d4
wrap all internal api calls with auth check and use token when possible
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 18:13:47 -05:00
Vladimir Mandic
f383a2babc
fix password field
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 17:14:08 -05:00
Vladimir Mandic
233abb8856
lint
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 16:24:24 -05:00
Vladimir Mandic
385de2f0af
better detect input source
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-11 16:07:57 -05:00
awsr
5436649075
Fix backslash errors
2025-11-09 15:31:47 -08:00
awsr
2613c3eb22
Ensure lora tags don't break HTML
...
Plus & for formatting safety
2025-11-09 15:19:11 -08:00
awsr
49d50accc5
Better error message info
2025-11-09 14:35:11 -08:00
Vladimir Mandic
e7e41d30cf
Merge pull request #4381 from vladmandic/dev
...
refresh branch
2025-11-08 11:59:06 -05:00
Vladimir Mandic
d292c85df0
strong-enforce auth check on all api endpoints
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-08 11:41:24 -05:00
Vladimir Mandic
f2835499b1
kanvas bindings
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-07 12:21:48 -05:00
Vladimir Mandic
ae2ce9c8c9
wait for server options to be ready before initializing ui
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-05 14:37:49 -05:00
Vladimir Mandic
8bb941b4fd
increase ui init timeout
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 20:24:42 -05:00
Vladimir Mandic
fc92b64dcf
increase ui init timeout
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 20:22:57 -05:00
Vladimir Mandic
9927b3e62c
controlnet allow processor to keep aspect-ratio for override images based on i2i or t2i resolution
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 09:37:18 -05:00
Vladimir Mandic
05261e708a
ability to disable parts of the app
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-03 19:36:55 -05:00
Vladimir Mandic
ca0b5a31bf
add quantized models to reference
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-25 11:17:12 -04:00
Vladimir Mandic
adbff39ca5
reference models add distilled and community sections
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-23 20:59:48 -04:00
Vladimir Mandic
f4a8776108
fix full-screen image-viewer toolbar actions with control tab
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-22 14:35:41 -04:00
Vladimir Mandic
f69b4c5589
disabling live preview should not disable progress updates
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-21 11:07:47 -04:00
Vladimir Mandic
d012ad5556
image viewer refocus on close
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-06 17:59:38 -04:00
Vladimir Mandic
58b0ab9da6
unified video save
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-05 20:17:32 -04:00
Vladimir Mandic
c530167cbe
qwen multi-image edits
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-04 18:06:50 -04:00
Vladimir Mandic
00fa1dc59e
add online/offline since
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-29 11:46:00 -04:00
Vladimir Mandic
eb025eaf31
remove split-attention and add attention slicing option
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-28 18:01:34 -04:00