lev1 commited on
Commit
dcf86ea
·
verified ·
1 Parent(s): 7de406f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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