LPX55 commited on
Commit
3b6ad11
·
verified ·
1 Parent(s): 65a6205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -303,7 +303,8 @@ def main():
303
  with gr.Blocks() as demo:
304
  gr.Markdown("# HunyuanVideo Keyframes Gen Control Lora")
305
  gr.Markdown("Generate videos using the HunyuanVideo model with a prompt and two (or more) frames as conditions. Gradio / HF Spaces implementation demo.")
306
- gr.Markdown("Unfortunately still difficult to run on ZeroGPU spaces, but getting closer. **DUPLICATE THE SPACE** and select hardware with more VRAM. I will fill out request for GPU allocation for the demo with HF shortly.")
 
307
  gr.Markdown("For more technical information check out the [original repo by dashtoon.](dashtoon/hunyuan-video-keyframe-control-lora) Special shoutout to @pftq for work on optimization and ideas.")
308
 
309
  with gr.Row():
@@ -311,7 +312,7 @@ def main():
311
  prompt_textbox
312
  resolution
313
  with gr.Column():
314
- guided_scale
315
  num_frames
316
 
317
  with gr.Row():
 
303
  with gr.Blocks() as demo:
304
  gr.Markdown("# HunyuanVideo Keyframes Gen Control Lora")
305
  gr.Markdown("Generate videos using the HunyuanVideo model with a prompt and two (or more) frames as conditions. Gradio / HF Spaces implementation demo.")
306
+ gr.Markdown("Unfortunately still difficult to run on ZeroGPU spaces, but getting closer. **DUPLICATE THE SPACE** and select hardware with more VRAM. I will fill out a request for GPU allocation for the demo with HF soon.")
307
+ gr.Markdown("---")
308
  gr.Markdown("For more technical information check out the [original repo by dashtoon.](dashtoon/hunyuan-video-keyframe-control-lora) Special shoutout to @pftq for work on optimization and ideas.")
309
 
310
  with gr.Row():
 
312
  prompt_textbox
313
  resolution
314
  with gr.Column():
315
+ guidance_scale
316
  num_frames
317
 
318
  with gr.Row():