From f2069e62646d0030751a3b302332ebd7cc65cd8e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 28 May 2026 23:22:53 +0200 Subject: [PATCH] fix kanvas not triggering image change notification Signed-off-by: Vladimir Mandic --- TODO.md | 2 +- extensions-builtin/sdnext-kanvas | 2 +- installer.py | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index bcb8c536a..eb3d8aecc 100644 --- a/TODO.md +++ b/TODO.md @@ -3,7 +3,7 @@ ## Issues - Inpaint: https://discord.com/channels/1101998836328697867/1130536562422186044/1506850651035144322 -- Torch lazy-load +- Quant-aware shared TE loader ## Features diff --git a/extensions-builtin/sdnext-kanvas b/extensions-builtin/sdnext-kanvas index 972e85560..9753077eb 160000 --- a/extensions-builtin/sdnext-kanvas +++ b/extensions-builtin/sdnext-kanvas @@ -1 +1 @@ -Subproject commit 972e855607433575a21c1f0a3775a2a1446b9e01 +Subproject commit 9753077eb8eaa05e881cdb96200c4c85e956b736 diff --git a/installer.py b/installer.py index 842e132c8..5763e3142 100644 --- a/installer.py +++ b/installer.py @@ -308,8 +308,6 @@ def pip(arg: str, ignore: bool = False, quiet: bool = True, *, uv = True, constr if len(result.stderr) > 0: if uv and result.returncode != 0: - print('HERE1', result) - print('HERE2', output) log.warning(f'Install: cmd="{pipCmd}" args="{" ".join(all_args)}" cannot use uv, fallback to pip') debug(f'Install: uv pip error: {result.stderr}') cleanup_broken_packages()