jonluca commited on
Commit
a914cfe
Β·
verified Β·
1 Parent(s): 566bd68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ from hyvideo.utils.preprocess_text_encoder_tokenizer_utils import preprocess_tex
13
  from hyvideo.config import parse_args
14
  from hyvideo.inference import HunyuanVideoSampler
15
  from hyvideo.constants import NEGATIVE_PROMPT
 
16
 
17
  from huggingface_hub import snapshot_download
18
 
 
13
  from hyvideo.config import parse_args
14
  from hyvideo.inference import HunyuanVideoSampler
15
  from hyvideo.constants import NEGATIVE_PROMPT
16
+ from diffusers import HunyuanVideoPipeline, HunyuanVideoTransformer3DModel
17
 
18
  from huggingface_hub import snapshot_download
19