aqlanhadi commited on
Commit
1221969
·
1 Parent(s): d2bf865

fixed error

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -69,11 +69,11 @@ def inference(
69
 
70
  ):
71
 
72
- guidance_scale = 7.5,
73
- controlnet_conditioning_scale = 1.5,
74
- strength = 0.9,
75
- seed = 2523992465,
76
- sampler = "DPM++ Karras SDE",
77
  init_image = None
78
  qrcode_image = None
79
  use_qr_code_as_init_image = True
 
69
 
70
  ):
71
 
72
+ guidance_scale = 7.5
73
+ controlnet_conditioning_scale = 1.5
74
+ strength = 0.9
75
+ seed = 2523992465
76
+ sampler = "DPM++ Karras SDE"
77
  init_image = None
78
  qrcode_image = None
79
  use_qr_code_as_init_image = True