wenjiao commited on
Commit
8048fe8
1 Parent(s): d7c3490

modify img examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ txt_to_img_example = [
122
  ['a photo of an astronaut riding a horse on mars', 20, 929194386, 7.5],
123
  ]
124
  img_to_img_example = [
125
- ["https://raw.githubusercontent.com/CompVis/stable-diffusion/main/assets/stable-samples/img2img/sketch-mountains-input.jpg", 'A fantasy landscape, trending on artstation', 20, 929194386, 7.5],
126
  ]
127
 
128
  random_seed = random.randint(0, 2147483647)
 
122
  ['a photo of an astronaut riding a horse on mars', 20, 929194386, 7.5],
123
  ]
124
  img_to_img_example = [
125
+ ["https://raw.githubusercontent.com/CompVis/stable-diffusion/main/assets/stable-samples/img2img/sketch-mountains-input.jpg", 'A fantasy landscape, trending on artstation', 25, 0.75, 42, 7.5],
126
  ]
127
 
128
  random_seed = random.randint(0, 2147483647)