Beeniebeen commited on
Commit
909a70f
·
verified ·
1 Parent(s): 2c27953

Create config.py

Browse files
Files changed (1) hide show
  1. config.py +26 -0
config.py ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ examples = [
2
+ "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, test",
3
+ "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, test, test",
4
+ ]
5
+
6
+ sampler_list = [
7
+ "DPM++ 2M Karras",
8
+ "DPM++ SDE Karras",
9
+ "DPM++ 2M SDE Karras",
10
+ "Euler",
11
+ "Euler a",
12
+ "DDIM",
13
+ ]
14
+
15
+ aspect_ratios = [
16
+ "1024 x 1024",
17
+ "1152 x 896",
18
+ "896 x 1152",
19
+ "1216 x 832",
20
+ "832 x 1216",
21
+ "1344 x 768",
22
+ "768 x 1344",
23
+ "1536 x 640",
24
+ "640 x 1536",
25
+ "Custom",
26
+ ]