alexnasa commited on
Commit
9cde9cc
·
verified ·
1 Parent(s): fc134c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -614,6 +614,7 @@ def generate_video(
614
  - GPU cache is cleared after generation to reduce VRAM pressure.
615
  - If an input image is provided, it is temporarily saved to disk for processing.
616
  """
 
617
  try:
618
  # Randomize seed if checkbox is enabled
619
  current_seed = random.randint(0, MAX_SEED) if randomize_seed else int(seed)
 
614
  - GPU cache is cleared after generation to reduce VRAM pressure.
615
  - If an input image is provided, it is temporarily saved to disk for processing.
616
  """
617
+ print(f'generating with duration:{duration} and LoRA:{camera_lora} in {width}x{height}')
618
  try:
619
  # Randomize seed if checkbox is enabled
620
  current_seed = random.randint(0, MAX_SEED) if randomize_seed else int(seed)