Yaron Koresh commited on
Commit
7af5a6a
·
verified ·
1 Parent(s): b897844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ def infer(prompt):
65
  print(f'Final prompt: {english_prompt}')
66
  image = pipe(
67
  english_prompt,
68
- height=4096,
69
- width=4096,
70
  negative_prompt="",
71
  num_inference_steps=100,
72
  guidance_scale=10.0
 
65
  print(f'Final prompt: {english_prompt}')
66
  image = pipe(
67
  english_prompt,
68
+ height=3072,
69
+ width=3072,
70
  negative_prompt="",
71
  num_inference_steps=100,
72
  guidance_scale=10.0