ltx: vae: Fix missing init variable (#13074)
Forgot to push this ammendment. Previous test results apply to this.
This commit is contained in:
@@ -602,6 +602,7 @@ class Decoder(nn.Module):
|
||||
)
|
||||
|
||||
timestep_shift_scale = None
|
||||
scaled_timestep = None
|
||||
if self.timestep_conditioning:
|
||||
assert (
|
||||
timestep is not None
|
||||
|
||||
Reference in New Issue
Block a user