mohansathya commited on
Commit
349f7e6
·
1 Parent(s): 15effeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def generate_query_response(prompt):
21
  negative_prompt = "bad anatomy, ugly, deformed, desfigured, distorted, poorly drawn, blurry, low quality, low definition, lowres, out of frame, out of image, cropped, cut off, signature, watermark"
22
  num_samples = 5
23
  guidance_scale = 7.5
24
- num_inference_steps = 2
25
  height = 512
26
  width = 512
27
 
 
21
  negative_prompt = "bad anatomy, ugly, deformed, desfigured, distorted, poorly drawn, blurry, low quality, low definition, lowres, out of frame, out of image, cropped, cut off, signature, watermark"
22
  num_samples = 5
23
  guidance_scale = 7.5
24
+ num_inference_steps = 6
25
  height = 512
26
  width = 512
27