Spaces:
Sleeping
Sleeping
bugfix: seed era igual a -seed
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def infer (prompt, inf_steps, guidance_scale, width, height, seed, lora_weight,
|
|
23 |
guidance_scale=guidance_scale,
|
24 |
width=width,
|
25 |
height=height,
|
26 |
-
seed
|
27 |
lora_weight=lora_weight,
|
28 |
api_name="/infer"
|
29 |
)
|
|
|
23 |
guidance_scale=guidance_scale,
|
24 |
width=width,
|
25 |
height=height,
|
26 |
+
seed=seed,
|
27 |
lora_weight=lora_weight,
|
28 |
api_name="/infer"
|
29 |
)
|