Staticaliza commited on
Commit
ebc69eb
·
verified ·
1 Parent(s): e413311

Update app.py

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