Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def generate_video(positive_prompt, negative_prompt, guidance_scale, bias, step,
|
|
95 |
|
96 |
|
97 |
with gr.Blocks(title="Value Sign Flip Wan 2.1 Demo") as demo:
|
98 |
-
gr.Markdown("# Value Sign Flip Wan 2.1 Demo \n\n This demo is based on Wan 2.1 T2V model and uses Value Sign Flip technique to generate videos with different guidance scales and biases. More on [GitHub](https://github.com/weathon/VSF/blob/main/wan.md)")
|
99 |
|
100 |
with gr.Row():
|
101 |
pos = gr.Textbox(label="Positive Prompt", value="A chef cat and a chef dog with chef suit baking a cake together in a kitchen. The cat is carefully measuring flour, while the dog is stirring the batter with a wooden spoon.")
|
|
|
95 |
|
96 |
|
97 |
with gr.Blocks(title="Value Sign Flip Wan 2.1 Demo") as demo:
|
98 |
+
gr.Markdown("# Value Sign Flip Wan 2.1 Demo \n\n This demo is based on Wan 2.1 T2V model and uses Value Sign Flip technique to generate videos with different guidance scales and biases. More on [GitHub](https://github.com/weathon/VSF/blob/main/wan.md)\n\nPositive prompt should be at least 2 sentence long or the results will be weird.")
|
99 |
|
100 |
with gr.Row():
|
101 |
pos = gr.Textbox(label="Positive Prompt", value="A chef cat and a chef dog with chef suit baking a cake together in a kitchen. The cat is carefully measuring flour, while the dog is stirring the batter with a wooden spoon.")
|