DeepBeepMeep commited on
Commit
7bec208
·
1 Parent(s): 0fd9e11

Focus on the Loras Download Button

Browse files
Files changed (1) hide show
  1. gradio_server.py +9 -9
gradio_server.py CHANGED
@@ -1531,7 +1531,7 @@ def create_demo():
1531
 
1532
  gr.Markdown("<FONT SIZE=3>Welcome to Wan 2.1GP a super fast and low VRAM AI Video Generator !</FONT>")
1533
 
1534
- with gr.Accordion("Click here for some Info on how to use Wan2GP and to download 20+ Loras", open = False):
1535
  if use_image2video and False:
1536
  pass
1537
  else:
@@ -1542,14 +1542,14 @@ def create_demo():
1542
  gr.Markdown("It is not recommmended to generate a video longer than 8s (128 frames) even if there is still some VRAM left as some artifacts may appear")
1543
  gr.Markdown("Please note that if your turn on compilation, the first denoising step of the first video generation will be slow due to the compilation. Therefore all your tests should be done with compilation turned off.")
1544
 
1545
- if use_image2video:
1546
- with gr.Row():
1547
- with gr.Row(scale =3):
1548
- gr.Markdown("<I>Wan2GP's Lora Festival ! Press the following button to download i2v <B>Remade</B> Loras collection (and bonuses Loras). Dont't forget first to make a backup of your Loras just in case.")
1549
- with gr.Row(scale =1):
1550
- download_loras_btn = gr.Button("---> Let the Lora's Festival Start !", scale =1)
1551
- with gr.Row():
1552
- download_status = gr.Markdown()
1553
 
1554
  # css = """<STYLE>
1555
  # h2 { width: 100%; text-align: center; border-bottom: 1px solid #000; line-height: 0.1em; margin: 10px 0 20px; }
 
1531
 
1532
  gr.Markdown("<FONT SIZE=3>Welcome to Wan 2.1GP a super fast and low VRAM AI Video Generator !</FONT>")
1533
 
1534
+ with gr.Accordion("Click here for some Info on how to use Wan2GP", open = False): # and to download 20+ Loras
1535
  if use_image2video and False:
1536
  pass
1537
  else:
 
1542
  gr.Markdown("It is not recommmended to generate a video longer than 8s (128 frames) even if there is still some VRAM left as some artifacts may appear")
1543
  gr.Markdown("Please note that if your turn on compilation, the first denoising step of the first video generation will be slow due to the compilation. Therefore all your tests should be done with compilation turned off.")
1544
 
1545
+ if use_image2video:
1546
+ with gr.Row():
1547
+ with gr.Row(scale =3):
1548
+ gr.Markdown("<I>Wan2GP's Lora Festival ! Press the following button to download i2v <B>Remade</B> Loras collection (and bonuses Loras). Dont't forget first to make a backup of your Loras just in case.")
1549
+ with gr.Row(scale =1):
1550
+ download_loras_btn = gr.Button("---> Let the Lora's Festival Start !", scale =1)
1551
+ with gr.Row():
1552
+ download_status = gr.Markdown()
1553
 
1554
  # css = """<STYLE>
1555
  # h2 { width: 100%; text-align: center; border-bottom: 1px solid #000; line-height: 0.1em; margin: 10px 0 20px; }