Staticaliza commited on
Commit
f156c2a
·
verified ·
1 Parent(s): c7f68b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
71
  "num_inference_steps": steps,
72
  "guidance_scale": guidance,
73
  "num_images_per_prompt": number,
74
- "cross_attention_kwargs": {"scale": 0.01},
75
  "generator": torch.Generator().manual_seed(seed),
76
  "use_resolution_binning": True,
77
  "output_type":"pil",
 
71
  "num_inference_steps": steps,
72
  "guidance_scale": guidance,
73
  "num_images_per_prompt": number,
74
+ "cross_attention_kwargs": {"scale": 1},
75
  "generator": torch.Generator().manual_seed(seed),
76
  "use_resolution_binning": True,
77
  "output_type":"pil",