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
ada22a799e
commit
f6bbcd0589
@ -474,8 +474,6 @@ class ModelInstall(object):
|
||||
precision = torch_dtype(choose_torch_device())
|
||||
variants = ["fp16", None] if precision == torch.float16 else [None, "fp16"]
|
||||
|
||||
print(f"DEBUG: subfolder = {subfolder}")
|
||||
|
||||
model = None
|
||||
for variant in variants:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user