Skip to content

Commit 42077e6

Browse files
authored
Fix failing cpu offload test for LTX Latent Upscale (#11755)
update
1 parent 3d8d848 commit 42077e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/diffusers/pipelines/ltx/pipeline_ltx_latent_upsample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def retrieve_latents(
4444

4545

4646
class LTXLatentUpsamplePipeline(DiffusionPipeline):
47+
model_cpu_offload_seq = ""
48+
4749
def __init__(
4850
self,
4951
vae: AutoencoderKLLTXVideo,

0 commit comments

Comments
 (0)