Spaces:
Runtime error
Runtime error
Update video_model.py
Browse files- video_model.py +1 -1
video_model.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import torch
|
| 2 |
|
| 3 |
-
from diffusers import LTXPipeline, LTXImageToVideoPipeline, LTXVideoTransformer3DModel, GGUFQuantizationConfig
|
| 4 |
|
| 5 |
|
| 6 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
|
|
| 1 |
import torch
|
| 2 |
|
| 3 |
+
from diffusers import LTXPipeline, LTXImageToVideoPipeline, LTXVideoTransformer3DModel, GGUFQuantizationConfig, AutoencoderKLLTXVideo
|
| 4 |
|
| 5 |
|
| 6 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|