Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
|
|
265 |
|
266 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
267 |
prompt=prompt,
|
268 |
-
guidance_scale=
|
269 |
num_inference_steps=num_inference_steps,
|
270 |
width=width,
|
271 |
height=height,
|
|
|
265 |
|
266 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
267 |
prompt=prompt,
|
268 |
+
guidance_scale=guidance_scale,
|
269 |
num_inference_steps=num_inference_steps,
|
270 |
width=width,
|
271 |
height=height,
|