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.cuda()
|
||||||
model.eval()
|
model.eval()
|
||||||
if self.full_precision:
|
if self.full_precision:
|
||||||
print('Using slower but more accurate full precision math')
|
print('Using slower but more accurate full-precision math (--full_precision)')
|
||||||
model.full()
|
|
||||||
else:
|
else:
|
||||||
print('Using half precision math. Call with --full_precision to use full precision')
|
print('Using half precision math. Call with --full_precision to use full precision')
|
||||||
model.half()
|
model.half()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user