Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ sdxl_model = init_sdxl(device)
|
|
48 |
|
49 |
ckpt_file_streaming_t2v = Path("t2v_enhanced/checkpoints/streaming_t2v.ckpt").absolute()
|
50 |
stream_cli, stream_model = init_streamingt2v_model(ckpt_file_streaming_t2v, result_fol)
|
51 |
-
msxl_model = init_v2v_model(cfg_v2v)
|
52 |
|
53 |
|
54 |
|
|
|
48 |
|
49 |
ckpt_file_streaming_t2v = Path("t2v_enhanced/checkpoints/streaming_t2v.ckpt").absolute()
|
50 |
stream_cli, stream_model = init_streamingt2v_model(ckpt_file_streaming_t2v, result_fol)
|
51 |
+
msxl_model = init_v2v_model(cfg_v2v, device)
|
52 |
|
53 |
|
54 |
|