Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def generate_images(text, selected_model, steps, cfg_scale, seed, width, height)
|
|
35 |
modified_text = f"{text} variation {i+1}"
|
36 |
result = model(
|
37 |
modified_text,
|
38 |
-
num_inference_steps=int(steps),
|
39 |
guidance_scale=float(cfg_scale),
|
40 |
height=int(height),
|
41 |
width=int(width),
|
|
|
35 |
modified_text = f"{text} variation {i+1}"
|
36 |
result = model(
|
37 |
modified_text,
|
38 |
+
#num_inference_steps=int(steps),
|
39 |
guidance_scale=float(cfg_scale),
|
40 |
height=int(height),
|
41 |
width=int(width),
|