Vladimir Mandic
6c8a8ef6df
Merge pull request #4442 from awsr/gallery-maintenance3
...
Small gallery update
2025-12-03 19:15:26 +01:00
awsr
955759a4cd
Set minimum display time for message
2025-12-02 19:26:30 -08:00
awsr
c771b82ad9
Improve look of cleanup overlay
2025-12-02 17:55:59 -08:00
awsr
2c288b651a
Remove need for timeout failsafe
...
All the failure routes should either:
- Get far enough along to not leave checked values unable to reach the finished state...
- or all be tied into the same AbortController so everything aborts together.
... I think...
2025-12-02 16:29:20 -08:00
vladmandic
d3a2f6c7ed
fix loading local prequant models
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 20:53:19 +01:00
vladmandic
0ad40d2b8b
lint
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 12:25:04 +01:00
vladmandic
b97aae687c
fix gemini-2.5
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 11:59:52 +01:00
vladmandic
44b461cdf7
fix xhr object auth
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 10:59:18 +01:00
vladmandic
39bced0987
Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev
2025-12-02 10:40:31 +01:00
vladmandic
903d47f9e6
add zimage and f2 to lora overrides
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 10:40:27 +01:00
vladmandic
175201a72f
fix progress auth
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-02 10:38:17 +01:00
Vladimir Mandic
ea07a972f3
Merge pull request #4429 from awsr/gallery-maintenance2
...
Gallery performance overhaul
2025-12-02 04:08:00 -05:00
Vladimir Mandic
3b4f909862
Merge pull request #4436 from CalamitousFelicitousness/runai-update
...
Update runai-model-streamer logging integration
2025-12-02 03:59:38 -05:00
Vladimir Mandic
1673380b94
Merge pull request #4430 from awsr/fix_show_progress
...
show_progress requires "full", "minimal", or "hidden"
2025-12-02 03:50:34 -05:00
Vladimir Mandic
de3ebf470d
Merge pull request #4428 from awsr/revert-for-now
...
Revert changes that require at least Python version 3.12
2025-12-02 03:49:20 -05:00
awsr
e986f5638e
Update initGallery position to wait for opts
2025-12-01 20:19:06 -08:00
CalamitousFelicitousness
55c089ae48
Update runai-model-streamer logging integration
...
- Remove stdout redirect monkeypatch (fixed in runai v0.15.1 via PR #97 )
- Add RUNAI_STREAMER_LOG_LEVEL controlled by SD_LOAD_DEBUG
- Add one-time runai config log when hijack is activated
- Add `loader=runai|default` to model loading logs
- Remove per-file logging clutter from sd_hijack_safetensors.py
2025-12-02 02:01:51 +00:00
awsr
75dc851d1c
Fix incorrect syntax
2025-12-01 17:49:00 -08:00
awsr
e1febfd92c
Logging adjustment
2025-12-01 16:45:23 -08:00
awsr
9ae7c1a7c7
Generalize the SimpleFunctionQueue class
2025-12-01 16:20:23 -08:00
awsr
766aa6c728
Change from ternary to make things easier to read
2025-12-01 15:55:40 -08:00
Disty0
7aa1bfdc70
Add get_modules_to_not_convert from transformers v5
2025-12-02 01:01:51 +03:00
awsr
8fa791a22f
Remove extra parentheses
...
Looks like they snuck in when refactoring to inline declaration.
2025-12-01 05:26:06 -08:00
awsr
6cab50e584
Overhaul custom element styling
...
Large performance improvement due to only needing a single style source instead of creating and parsing thousands of style elements.
2025-12-01 05:18:23 -08:00
awsr
35cd563c7d
Minor rename and logic adjustment
...
Only add to the hashes Set when guard is in place.
2025-11-30 22:59:26 -08:00
awsr
b25cf56181
Rename and remove redundant logic
2025-11-30 22:05:14 -08:00
awsr
143558df4b
Fix typo and missing return
2025-11-30 22:02:03 -08:00
awsr
a1f6611da2
Fix typo and change log level
2025-11-30 21:57:59 -08:00
awsr
d458ff1073
Change timeout handling to act as just a failsafe
2025-11-30 21:57:45 -08:00
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
Disty0
d9bc31e7da
Cleanup
2025-11-29 01:46:04 +03:00
Disty0
01a0f6b356
Warn and disable quantized matmul if triton is not available
2025-11-29 01:34:54 +03:00
awsr
eb4f4c683c
Improve error handling
2025-11-28 14:26:03 -08:00
Disty0
3e52009a4f
SDNQ assert Triton for quantized matmul
2025-11-29 00:54:19 +03: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
Disty0
aaef4992c3
SDNQ fix svd + fp8 tw and fp16 mm
2025-11-28 22:31:09 +03:00
awsr
00d3be3dba
show_progress requires "full", "minimal", or "hidden"
2025-11-28 02:27:19 -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
ced6d2b80e
Fix type in documentation
2025-11-27 15:56:46 -08:00
awsr
29dd0dcd7f
Document changes for future use
2025-11-27 15:55:17 -08:00
Vladimir Mandic
abcaa150b7
Merge pull request #4427 from awsr/fix-importlib
...
Fix importlib usage
2025-11-27 18:22:32 -05:00
awsr
328eb95851
Revert changes due to min Python version being 3.12
2025-11-27 14:57:51 -08:00
awsr
62b959a229
Fix importlib.metadata
2025-11-27 14:47:56 -08:00
awsr
c9fd32d9cb
Fix importlib.util
2025-11-27 14:40:17 -08:00
Disty0
a46f32b354
pull sdnq version from .common
2025-11-28 01:10:05 +03:00