Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,8 @@ def generate_video(
|
|
134 |
prompt,
|
135 |
negative_prompt=default_negative_prompt,
|
136 |
duration_seconds = MAX_DURATION,
|
137 |
-
guidance_scale =
|
138 |
-
guidance_scale_2 = 3
|
139 |
steps = 6,
|
140 |
seed = 42,
|
141 |
randomize_seed = False,
|
@@ -211,7 +211,7 @@ def generate_video(
|
|
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)
|
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)")
|
|
|
134 |
prompt,
|
135 |
negative_prompt=default_negative_prompt,
|
136 |
duration_seconds = MAX_DURATION,
|
137 |
+
guidance_scale = 1,
|
138 |
+
guidance_scale_2 = 3,
|
139 |
steps = 6,
|
140 |
seed = 42,
|
141 |
randomize_seed = False,
|
|
|
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), 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)")
|