mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix typo which caused crash in sampler.py
This commit is contained in:
parent
8ba5e385ec
commit
5a88be3744
@ -346,7 +346,7 @@ class Sampler(object):
|
||||
|
||||
x_dec, pred_x0, e_t = outs
|
||||
if img_callback:
|
||||
img_callback(img)
|
||||
img_callback(x_dec)
|
||||
|
||||
return x_dec
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user