alfredplpl commited on
Commit
b814200
1 Parent(s): 195f408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def auto_prompt_correction(prompt_ui,neg_prompt_ui,disable_auto_prompt_correctio
107
 
108
  def txt_to_img(prompt, neg_prompt, guidance, steps, width, height, generator):
109
  result = pipe(
110
- prompt=prompt
111
  negative_prompt=neg_prompt,
112
  num_inference_steps = int(steps),
113
  guidance_scale = guidance,
 
107
 
108
  def txt_to_img(prompt, neg_prompt, guidance, steps, width, height, generator):
109
  result = pipe(
110
+ prompt=prompt,
111
  negative_prompt=neg_prompt,
112
  num_inference_steps = int(steps),
113
  guidance_scale = guidance,