update changelog

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-10 13:05:35 +02:00
parent 549dd5cae0
commit a5df015f5f
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -15,6 +15,8 @@
*note*: VL models are much larger, so use them with caution
*note*: LLMs process data sequentially, meaning if a model cannot find one specific item, it may skip subsequent items in the prompt
*note*: SAM3 is a [gated model](https://vladmandic.github.io/sdnext-docs/Gated/)
- [SDNQ](https://github.com/Disty0/sdnq) is now a separate package and no longer part of sdnext repo
installed and used internally by sd.next, but also supported by diffusers natively
- **Server**
- update handlers for all authenticated workflows
- nunchaku-lite support for `torch==2.13`
-1
View File
@@ -553,7 +553,6 @@ def check_python(supported_minors=None, experimental_minors=None, reason=None):
# register sdnq package from github submodule
def register_sdnq(skip=False, devices=None, shared=None):
if not skip:
print('HERE1')
t_start = time.time()
fn = os.path.join('extensions-builtin', 'sdnq', 'src', 'sdnq', '__init__.py')
name = "sdnq"