mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-05 14:33:15 +00:00
Focus on the Loras Download Button
This commit is contained in:
parent
a15060267a
commit
97aabbaf43
@ -1531,7 +1531,7 @@ def create_demo():
|
|||||||
|
|
||||||
gr.Markdown("<FONT SIZE=3>Welcome to Wan 2.1GP a super fast and low VRAM AI Video Generator !</FONT>")
|
gr.Markdown("<FONT SIZE=3>Welcome to Wan 2.1GP a super fast and low VRAM AI Video Generator !</FONT>")
|
||||||
|
|
||||||
with gr.Accordion("Click here for some Info on how to use Wan2GP and to download 20+ Loras", open = False):
|
with gr.Accordion("Click here for some Info on how to use Wan2GP", open = False): # and to download 20+ Loras
|
||||||
if use_image2video and False:
|
if use_image2video and False:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
@ -1542,14 +1542,14 @@ def create_demo():
|
|||||||
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")
|
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")
|
||||||
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.")
|
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.")
|
||||||
|
|
||||||
if use_image2video:
|
if use_image2video:
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
with gr.Row(scale =3):
|
with gr.Row(scale =3):
|
||||||
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.")
|
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.")
|
||||||
with gr.Row(scale =1):
|
with gr.Row(scale =1):
|
||||||
download_loras_btn = gr.Button("---> Let the Lora's Festival Start !", scale =1)
|
download_loras_btn = gr.Button("---> Let the Lora's Festival Start !", scale =1)
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
download_status = gr.Markdown()
|
download_status = gr.Markdown()
|
||||||
|
|
||||||
# css = """<STYLE>
|
# css = """<STYLE>
|
||||||
# h2 { width: 100%; text-align: center; border-bottom: 1px solid #000; line-height: 0.1em; margin: 10px 0 20px; }
|
# h2 { width: 100%; text-align: center; border-bottom: 1px solid #000; line-height: 0.1em; margin: 10px 0 20px; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user