Moibe commited on
Commit
bb5a2a3
·
1 Parent(s): 74ba95e

Steps Improved

Browse files
Files changed (1) hide show
  1. 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)