artificialguybr commited on
Commit
01d1cce
1 Parent(s): 827d113

Create config.py

Browse files
Files changed (1) hide show
  1. config.py +28 -0
config.py ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ examples = [
2
+ "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, feral pony, show accurate",
3
+ "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, pixel art, toriel from undertale",
4
+ "banagher_links, 1boy, male focus, solo",
5
+ "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, score_3_up, score_2_up, score_1_up, shackles, slave collar, slave girl, servant, (metal cage:1.5), sitting in a metal cage, slave market background, dark tones, dirty face, empty eyes, raphtalia, animal ears, 1girl, long hair, brown hair, raccoon ears, solo, closed mouth, gloves, raccoon tail, ribbon, raccoon girl",
6
+ ]
7
+
8
+ sampler_list = [
9
+ "DPM++ 2M Karras",
10
+ "DPM++ SDE Karras",
11
+ "DPM++ 2M SDE Karras",
12
+ "Euler",
13
+ "Euler a",
14
+ "DDIM",
15
+ ]
16
+
17
+ aspect_ratios = [
18
+ "1024 x 1024",
19
+ "1152 x 896",
20
+ "896 x 1152",
21
+ "1216 x 832",
22
+ "832 x 1216",
23
+ "1344 x 768",
24
+ "768 x 1344",
25
+ "1536 x 640",
26
+ "640 x 1536",
27
+ "Custom",
28
+ ]