mbarnig commited on
Commit
041f247
·
verified ·
1 Parent(s): 17b9a96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=3,5,
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,