Skip to content

Commit 53f5dfb

Browse files
Lincoln Steinhipsterusername
authored andcommitted
quench fp16 revision not found error
1 parent 060ea14 commit 53f5dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldm/invoke/model_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def _load_diffusers_model(self, mconfig):
433433
**fp_args,
434434
)
435435
except OSError as e:
436-
if str(e).startswith("fp16 is not a valid"):
436+
if 'Revision Not Found' in str(e):
437437
pass
438438
else:
439439
print(

0 commit comments

Comments
 (0)