Rooni commited on
Commit
125d9af
·
verified ·
1 Parent(s): 90f1fe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,8 +122,8 @@ def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM+
122
  "seed": seed if seed != -1 else random.randint(1, 999999),
123
  "guidance_scale": cfg_scale,
124
  "num_inference_steps": steps,
125
- "negative_prompt": is_negative,,
126
- "width": width
127
  "height": height
128
  }
129
 
 
122
  "seed": seed if seed != -1 else random.randint(1, 999999),
123
  "guidance_scale": cfg_scale,
124
  "num_inference_steps": steps,
125
+ "negative_prompt": is_negative,
126
+ "width": width,
127
  "height": height
128
  }
129