fix kanvas not triggering image change notification

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-28 23:22:53 +02:00
parent 5a4a1ff2a1
commit f2069e6264
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
## Issues
- Inpaint: https://discord.com/channels/1101998836328697867/1130536562422186044/1506850651035144322
- Torch lazy-load
- Quant-aware shared TE loader
## Features
-2
View File
@@ -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()