AsymmetricAutoencoderKL
: missing generator
argument in decode()
called from forward()
#8317
Labels
bug
Something isn't working
Describe the bug
AsymmetricAutoencoderKL.decode()
has parametergenerator
,But when
forward()
callsself.decode()
, only three positional arguments are passed in,which means:
z
=> parameterz
;sample
=> parametergenerator
;mask
=> parameterimage
;None
=> parametermask
it appears to be a bug and should be corrected to
Reproduction
Logs
No response
System Info
Environment-independent
Who can help?
@sayakpaul @DN6 @yiyixuxu @cross-attention
The text was updated successfully, but these errors were encountered: