mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
fix kanvas not triggering image change notification
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## Issues
|
||||
|
||||
- Inpaint: https://discord.com/channels/1101998836328697867/1130536562422186044/1506850651035144322
|
||||
- Torch lazy-load
|
||||
- Quant-aware shared TE loader
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Submodule extensions-builtin/sdnext-kanvas updated: 972e855607...9753077eb8
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user