Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def generate(prompt, negative_prompt, width=1024, height=1024, num_inference_ste
|
|
55 |
width=width,
|
56 |
num_frames=1,
|
57 |
num_inference_steps=num_inference_steps,
|
58 |
-
guidance_scale=
|
59 |
)
|
60 |
image = output.frames[0][0]
|
61 |
image = (image * 255).astype(np.uint8)
|
|
|
55 |
width=width,
|
56 |
num_frames=1,
|
57 |
num_inference_steps=num_inference_steps,
|
58 |
+
guidance_scale=5.0, #5.0
|
59 |
)
|
60 |
image = output.frames[0][0]
|
61 |
image = (image * 255).astype(np.uint8)
|