amazonaws-sp commited on
Commit
1e93347
1 Parent(s): 94b111b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def generate(
49
  height: int = 1024,
50
  guidance_scale_base: float = 5.0,
51
  num_inference_steps_base: int = 25,
52
- strength_img2img: float = 0.7
53
  use_vae: bool = False,
54
  use_lora: bool = False,
55
  model = 'stabilityai/stable-diffusion-xl-base-1.0',
 
49
  height: int = 1024,
50
  guidance_scale_base: float = 5.0,
51
  num_inference_steps_base: int = 25,
52
+ strength_img2img: float = 0.7,
53
  use_vae: bool = False,
54
  use_lora: bool = False,
55
  model = 'stabilityai/stable-diffusion-xl-base-1.0',