bluestarburst commited on
Commit
3c3f339
1 Parent(s): 9c37207
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -77,7 +77,7 @@ class EndpointHandler():
77
  image=image,
78
  negative_prompt=negative_prompt,
79
  strength=strength,
80
- guidance_scale=7.5,
81
  generator=self.generator
82
  )
83
 
 
77
  image=image,
78
  negative_prompt=negative_prompt,
79
  strength=strength,
80
+ guidance_scale=guidance_scale,
81
  generator=self.generator
82
  )
83