ovi054 commited on
Commit
8700b69
·
verified ·
1 Parent(s): 31ae16e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1.0, #5.0
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)