rahul7star commited on
Commit
bb8fcdf
·
verified ·
1 Parent(s): e31f052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -42,9 +42,7 @@ def download_model():
42
  allow_patterns=["ckpts/hunyuan-video-t2v-720p/transformers/mp_rank_00_model_states_fp8.pt"]
43
  )
44
 
45
- if not os.path.isfile(CHECKPOINT_FILE):
46
- print(f"❌ Checkpoint file not found at {CHECKPOINT_FILE} after download.")
47
- sys.exit(1)
48
 
49
  if not os.path.isfile(CHECKPOINT_FP8_FILE):
50
  print(f"❌ FP8 checkpoint file not found at {CHECKPOINT_FP8_FILE}. Cannot proceed with sample_gpu_poor.py.")
 
42
  allow_patterns=["ckpts/hunyuan-video-t2v-720p/transformers/mp_rank_00_model_states_fp8.pt"]
43
  )
44
 
45
+
 
 
46
 
47
  if not os.path.isfile(CHECKPOINT_FP8_FILE):
48
  print(f"❌ FP8 checkpoint file not found at {CHECKPOINT_FP8_FILE}. Cannot proceed with sample_gpu_poor.py.")