hsuwill000 commited on
Commit
c433106
·
verified ·
1 Parent(s): 6e7e7e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -7,8 +7,9 @@ from typing import Optional, Dict
7
 
8
  model_id = "hsuwill000/sd-turbo-openvino"
9
 
10
- HIGH = 1024
11
- WIDTH = 1024
 
12
 
13
  batch_size = -1 # Or set it to a specific positive integer if needed
14
  """
 
7
 
8
  model_id = "hsuwill000/sd-turbo-openvino"
9
 
10
+ #只有512x512 否則一直重畫
11
+ HIGH = 512
12
+ WIDTH = 512
13
 
14
  batch_size = -1 # Or set it to a specific positive integer if needed
15
  """