Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def infer(name, pet, background, style, seed=42, randomize_seed=False, width=102
|
|
63 |
|
64 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
65 |
prompt=prompt,
|
66 |
-
guidance_scale=
|
67 |
num_inference_steps=28,
|
68 |
width=1024,
|
69 |
height=1024,
|
|
|
63 |
|
64 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
65 |
prompt=prompt,
|
66 |
+
guidance_scale=4,
|
67 |
num_inference_steps=28,
|
68 |
width=1024,
|
69 |
height=1024,
|