DigiP-AI commited on
Commit
879fee0
·
verified ·
1 Parent(s): 65cb2fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ result = client.predict(
9
  prompt="Hello!!",
10
  negative_prompt="",
11
  seed=0,
12
- custom_width=1024,
13
- custom_height=1024,
14
  guidance_scale=7,
15
  num_inference_steps=28,
16
  sampler="DPM++ 2M SDE Karras",
 
9
  prompt="Hello!!",
10
  negative_prompt="",
11
  seed=0,
12
+ custom_width=896,
13
+ custom_height=1152,
14
  guidance_scale=7,
15
  num_inference_steps=28,
16
  sampler="DPM++ 2M SDE Karras",