Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ from typing import Optional
|
|
9 |
|
10 |
pipe = LTXPipeline.from_pretrained("a-r-r-o-w/LTX-Video-0.9.1-diffusers", torch_dtype=torch.bfloat16)
|
11 |
pipe.enable_sequential_cpu_offload()
|
12 |
-
pipe.to("cuda")
|
13 |
|
14 |
|
15 |
# pipe.vae.decode = vae_decode
|
|
|
9 |
|
10 |
pipe = LTXPipeline.from_pretrained("a-r-r-o-w/LTX-Video-0.9.1-diffusers", torch_dtype=torch.bfloat16)
|
11 |
pipe.enable_sequential_cpu_offload()
|
|
|
12 |
|
13 |
|
14 |
# pipe.vae.decode = vae_decode
|