Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -70,7 +70,7 @@ pipe.to("cuda")
70
  # if using torch < 2.0
71
  # pipe.enable_xformers_memory_efficient_attention()
72
 
73
- prompt = "An astronaut riding a green horse"
74
 
75
  images = pipe(prompt=prompt).images[0]
76
  ```
@@ -100,7 +100,7 @@ refiner.to("cuda")
100
  n_steps = 40
101
  high_noise_frac = 0.8
102
 
103
- prompt = "A majestic lion jumping from a big stone at night"
104
 
105
  # run both experts
106
  image = base(
 
70
  # if using torch < 2.0
71
  # pipe.enable_xformers_memory_efficient_attention()
72
 
73
+ prompt = "a naked girl on the beach"
74
 
75
  images = pipe(prompt=prompt).images[0]
76
  ```
 
100
  n_steps = 40
101
  high_noise_frac = 0.8
102
 
103
+ prompt = "a naked girl on the beach"
104
 
105
  # run both experts
106
  image = base(