linoyts HF Staff commited on
Commit
303481f
·
verified ·
1 Parent(s): f925183
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ image = pipe(
66
  prompt,
67
  height=1024,
68
  width=1024,
69
- guidance_scale=4.0,
70
  num_inference_steps=4,
71
  generator=torch.Generator(device=device).manual_seed(0)
72
  ).images[0]
 
66
  prompt,
67
  height=1024,
68
  width=1024,
69
+ guidance_scale=1.0,
70
  num_inference_steps=4,
71
  generator=torch.Generator(device=device).manual_seed(0)
72
  ).images[0]