mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
hotfix: updating cnr node - invalid garbage handling
This commit is contained in:
parent
f0205c8eba
commit
70471b54f6
@ -861,7 +861,7 @@ class UnifiedManager:
|
||||
for line in f:
|
||||
prev_files.add(line.strip())
|
||||
garbage = prev_files.difference(extracted)
|
||||
garbage = [os.path.join(custom_nodes_path, x) for x in garbage]
|
||||
garbage = [os.path.join(install_path, x) for x in garbage]
|
||||
|
||||
# 4-1. remove garbage files
|
||||
for x in garbage:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user