mingyi456 commited on
Commit
9860990
·
verified ·
1 Parent(s): e335ac1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ Feel free to request for other models for compression as well, although I curren
35
  prompt = "A futuristic cityscape at sunset, with flying cars, neon lights, and reflective water canals"
36
  image = pipe(
37
  prompt,
38
- guidance_scale=0.0,
39
  num_inference_steps=30,
40
  max_sequence_length=256,
41
  generator=torch.Generator("cpu").manual_seed(0)
 
35
  prompt = "A futuristic cityscape at sunset, with flying cars, neon lights, and reflective water canals"
36
  image = pipe(
37
  prompt,
38
+ guidance_scale=3.5,
39
  num_inference_steps=30,
40
  max_sequence_length=256,
41
  generator=torch.Generator("cpu").manual_seed(0)