Oysiyl commited on
Commit
1b13348
1 Parent(s): 7870fc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -30,11 +30,11 @@ pipe = pipe.to("cuda")
30
  g = torch.Generator(device="cuda").manual_seed(42)
31
 
32
  image = pipe("An android toy near Eiffel tower",
33
- num_inference_steps=50,
34
- num_images_per_prompt=1,
35
- guidance_scale=7.5,
36
- temperature=1.0,
37
- generator=g).images[0]
38
 
39
  image.save("android_toy.png")
40
  ```
 
30
  g = torch.Generator(device="cuda").manual_seed(42)
31
 
32
  image = pipe("An android toy near Eiffel tower",
33
+ num_inference_steps=50,
34
+ num_images_per_prompt=1,
35
+ guidance_scale=7.5,
36
+ temperature=1.0,
37
+ generator=g).images[0]
38
 
39
  image.save("android_toy.png")
40
  ```