Steps Improved
Browse files- funciones.py +2 -1
funciones.py
CHANGED
@@ -71,7 +71,8 @@ def genera_platillo_inference(platillo):
|
|
71 |
prompt,
|
72 |
model=modelo,
|
73 |
width=786,
|
74 |
-
height=568
|
|
|
75 |
)
|
76 |
|
77 |
herramientas.restaSegundosInference(globales.inference_cost)
|
|
|
71 |
prompt,
|
72 |
model=modelo,
|
73 |
width=786,
|
74 |
+
height=568,
|
75 |
+
num_inference_steps=16
|
76 |
)
|
77 |
|
78 |
herramientas.restaSegundosInference(globales.inference_cost)
|