Staticaliza commited on
Commit
c6a4957
·
verified ·
1 Parent(s): b88fff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
54
  "height": height,
55
  "width": width,
56
  "num_inference_steps": steps,
57
- "guidance_scale": guidance_scale,
58
  "generator": torch.Generator().manual_seed(get_seed(seed)),
59
  "use_resolution_binning": True,
60
  "output_type":"pil",
 
54
  "height": height,
55
  "width": width,
56
  "num_inference_steps": steps,
57
+ "guidance_scale": guidance,
58
  "generator": torch.Generator().manual_seed(get_seed(seed)),
59
  "use_resolution_binning": True,
60
  "output_type":"pil",