mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
k_lms sampling working; half precision working, can override with --full_precision
This commit is contained in:
parent
2ace56313c
commit
f5450bad61
@ -410,8 +410,7 @@ class T2I:
|
||||
model.cuda()
|
||||
model.eval()
|
||||
if self.full_precision:
|
||||
print('Using slower but more accurate full precision math')
|
||||
model.full()
|
||||
print('Using slower but more accurate full-precision math (--full_precision)')
|
||||
else:
|
||||
print('Using half precision math. Call with --full_precision to use full precision')
|
||||
model.half()
|
||||
|
Loading…
Reference in New Issue
Block a user