KvLove commited on
Commit
bb08797
·
1 Parent(s): 5659295

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -73,8 +73,8 @@ image = pipe(
73
  negative_prompt=negative_prompt,
74
  width=1024,
75
  height=1024,
76
- num_inference_steps=50,
77
- guidance_scale=7.5,
78
  generator=torch.Generator(device="cuda").manual_seed(346346)
79
  )
80
 
 
73
  negative_prompt=negative_prompt,
74
  width=1024,
75
  height=1024,
76
+ num_inference_steps=30,
77
+ guidance_scale=3.5,
78
  generator=torch.Generator(device="cuda").manual_seed(346346)
79
  )
80