ameerazam08 commited on
Commit
f75a3da
Β·
verified Β·
1 Parent(s): 91d5ee5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -697,8 +697,8 @@ def create_demo():
697
  prompt = gr.Textbox(label="Prompt", value="a photo of a forest with mist swirling around the tree trunks. The word 'FLUX' is painted over it in big, red brush strokes with visible texture")
698
  neg_prompt = gr.Textbox(label="Negative Prompt", value="bad photo")
699
  num_steps = gr.Slider(minimum=1, maximum=30, step=10, label="num_steps", value=10)
700
- width = gr.Slider(minimum=128, maximum=2048, step=64, label="Width", value=1360)
701
- height = gr.Slider(minimum=128, maximum=2048, step=64, label="Height", value=768)
702
  guidance = gr.Slider(minimum=1.0, maximum=5.0, step=0.1, label="Guidance", value=3.5)
703
  seed = gr.Number(label="Seed", precision=-1)
704
  do_img2img = gr.Checkbox(label="Image to Image", value=False)
 
697
  prompt = gr.Textbox(label="Prompt", value="a photo of a forest with mist swirling around the tree trunks. The word 'FLUX' is painted over it in big, red brush strokes with visible texture")
698
  neg_prompt = gr.Textbox(label="Negative Prompt", value="bad photo")
699
  num_steps = gr.Slider(minimum=1, maximum=30, step=10, label="num_steps", value=10)
700
+ width = gr.Slider(minimum=128, maximum=2048, step=64, label="Width", value=1024)
701
+ height = gr.Slider(minimum=128, maximum=2048, step=64, label="Height", value=1024)
702
  guidance = gr.Slider(minimum=1.0, maximum=5.0, step=0.1, label="Guidance", value=3.5)
703
  seed = gr.Number(label="Seed", precision=-1)
704
  do_img2img = gr.Checkbox(label="Image to Image", value=False)