Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -210,8 +210,8 @@ def generate_video(
|
|
210 |
return video_path, current_seed
|
211 |
|
212 |
with gr.Blocks() as demo:
|
213 |
-
gr.Markdown("# Fast
|
214 |
-
gr.Markdown("
|
215 |
with gr.Row():
|
216 |
with gr.Column():
|
217 |
input_image_component = gr.Image(type="pil", label="Input Image (auto-resized to target H/W)")
|
|
|
210 |
return video_path, current_seed
|
211 |
|
212 |
with gr.Blocks() as demo:
|
213 |
+
gr.Markdown("# Fast 6 steps Wan 2.2 I2V (14B) with Phantom LoRA")
|
214 |
+
gr.Markdown("run Wan 2.2 in just 6-8 steps, with [FusionX Phantom LoRA by DeeJayT](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX/tree/main/FusionX_LoRa) and is compatible with 🧨 diffusers")
|
215 |
with gr.Row():
|
216 |
with gr.Column():
|
217 |
input_image_component = gr.Image(type="pil", label="Input Image (auto-resized to target H/W)")
|