alfredplpl commited on
Commit
235d6cb
1 Parent(s): f16b407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ def inference(prompt, guidance, steps, seed=0, neg_prompt="", disable_auto_promp
62
 
63
  prompt,neg_prompt=auto_prompt_correction(prompt,neg_prompt,disable_auto_prompt_correction)
64
 
65
- height=768
66
- width=768
67
 
68
  print(prompt,neg_prompt)
69
 
 
62
 
63
  prompt,neg_prompt=auto_prompt_correction(prompt,neg_prompt,disable_auto_prompt_correction)
64
 
65
+ height=512
66
+ width=512
67
 
68
  print(prompt,neg_prompt)
69