bstungnguyen commited on
Commit
cf35c4c
·
verified ·
1 Parent(s): 23092fe

Update config.txt

Browse files
Files changed (1) hide show
  1. config.txt +30 -0
config.txt CHANGED
@@ -67,5 +67,35 @@
67
  "default_max_image_number": 32,
68
  "default_output_format": "png",
69
  "default_image_number": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  "default_aspect_ratio": "1024*1024"
71
  }
 
67
  "default_max_image_number": 32,
68
  "default_output_format": "png",
69
  "default_image_number": 1,
70
+ "available_aspect_ratios": [
71
+ "512*512",
72
+ "512*768",
73
+ "704*1408",
74
+ "704*1344",
75
+ "768*1344",
76
+ "768*1280",
77
+ "832*1216",
78
+ "832*1152",
79
+ "896*1152",
80
+ "896*1088",
81
+ "960*1088",
82
+ "960*1024",
83
+ "1024*1024",
84
+ "1024*960",
85
+ "1088*960",
86
+ "1088*896",
87
+ "1152*896",
88
+ "1152*832",
89
+ "1216*832",
90
+ "1280*768",
91
+ "1344*768",
92
+ "1344*704",
93
+ "1408*704",
94
+ "1472*704",
95
+ "1536*640",
96
+ "1600*640",
97
+ "1664*576",
98
+ "1728*576"
99
+ ],
100
  "default_aspect_ratio": "1024*1024"
101
  }