Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,6 @@ def generate_image(prompt_mash, steps, seed, cfg_scale, width, height, lora_scal
|
|
71 |
with calculateDuration("Generating image"):
|
72 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
73 |
prompt=prompt_mash,
|
74 |
-
guidance_scale=guidance_scale,
|
75 |
num_inference_steps=steps,
|
76 |
width=width,
|
77 |
height=height,
|
|
|
71 |
with calculateDuration("Generating image"):
|
72 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
73 |
prompt=prompt_mash,
|
|
|
74 |
num_inference_steps=steps,
|
75 |
width=width,
|
76 |
height=height,
|