mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-14 20:42:31 +08:00
ltx: vae: Fix missing init variable (#13074)
Forgot to push this ammendment. Previous test results apply to this.
This commit is contained in:
parent
82b868a45a
commit
f49856af57
@ -602,6 +602,7 @@ class Decoder(nn.Module):
|
|||||||
)
|
)
|
||||||
|
|
||||||
timestep_shift_scale = None
|
timestep_shift_scale = None
|
||||||
|
scaled_timestep = None
|
||||||
if self.timestep_conditioning:
|
if self.timestep_conditioning:
|
||||||
assert (
|
assert (
|
||||||
timestep is not None
|
timestep is not None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user