mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove dangling debug statement
This commit is contained in:
parent
a42ef9c855
commit
ada22a799e
@ -336,7 +336,6 @@ class ModelInstall(object):
|
|||||||
files = [x.rfilename for x in hinfo.siblings]
|
files = [x.rfilename for x in hinfo.siblings]
|
||||||
if subfolder:
|
if subfolder:
|
||||||
files = [x for x in files if x.startswith("v2/")]
|
files = [x for x in files if x.startswith("v2/")]
|
||||||
print(f"DEBUG: files={files}")
|
|
||||||
prefix = f"{subfolder}/" if subfolder else ""
|
prefix = f"{subfolder}/" if subfolder else ""
|
||||||
|
|
||||||
location = None
|
location = None
|
||||||
|
Loading…
Reference in New Issue
Block a user