English
Zhiminli commited on
Commit
7034921
·
verified ·
1 Parent(s): 4957681

Update README_zh.md

Browse files
Files changed (1) hide show
  1. README_zh.md +2 -2
README_zh.md CHANGED
@@ -80,8 +80,8 @@ python sample_t2i.py --prompt "渔舟唱晚" --infer-mode trt --no-enhance
80
  ```python
81
  STANDARD_SHAPE = [
82
  [(1024, 1024), (1280, 1280)], # 1:1
83
- [(1024, 768), (1152, 864), (1280, 960)], # 4:3
84
- [(768, 1024), (864, 1152), (960, 1280)], # 3:4
85
  [(1280, 768)], # 16:9
86
  [(768, 1280)], # 9:16
87
  ]
 
80
  ```python
81
  STANDARD_SHAPE = [
82
  [(1024, 1024), (1280, 1280)], # 1:1
83
+ [(1280, 960)], # 4:3
84
+ [(960, 1280)], # 3:4
85
  [(1280, 768)], # 16:9
86
  [(768, 1280)], # 9:16
87
  ]