Krebzonide
commited on
Commit
·
dba1359
1
Parent(s):
aafeda4
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def generate(prompt, neg_prompt, samp_steps, guide_scale, batch_size, seed, heig
|
|
48 |
num_inference_steps=samp_steps,
|
49 |
guidance_scale=guide_scale,
|
50 |
#cross_attention_kwargs={"scale": lora_scale},
|
51 |
-
num_images_per_prompt=
|
52 |
height=height,
|
53 |
width=width,
|
54 |
generator=torch.manual_seed(seed),
|
|
|
48 |
num_inference_steps=samp_steps,
|
49 |
guidance_scale=guide_scale,
|
50 |
#cross_attention_kwargs={"scale": lora_scale},
|
51 |
+
num_images_per_prompt=batch_size,
|
52 |
height=height,
|
53 |
width=width,
|
54 |
generator=torch.manual_seed(seed),
|