-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp_config.json
87 lines (87 loc) · 2.02 KB
/
app_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"custom_country_codes": {
"WAL": "Wales",
"DEN": "Denmark",
"POR": "Portugal",
"NED": "Netherlands",
"SCO": "Scotland",
"GER": "Germany",
"CRO": "Croatia",
"RSA": "South Africa",
"NIR": "Northern Ireland",
"GRN": "Grenada",
"URU": "Uruguay",
"SUD": "Sudan",
"PAR": "Paraguay",
"TAN": "Tanzania",
"KOS": "Kosovo",
"GRE": "Greece",
"CHI": "Chile",
"HAI": "Haiti",
"GAM": "Gambia",
"SKN": "Saint Kitts and Nevis",
"ANG": "Angola",
"KSA": "Saudi Arabia",
"SUI": "Switzerland",
"BUL": "Bulgaria"
},
"facial_characteristics": [
"beard",
"moustache",
"clean-shaven",
"stubble",
"goatee",
"sideburns",
null
],
"hair": [
"curly",
"wavy",
"spiky",
"afro",
"dreadlocks",
"mohawk",
"ponytail"
],
"skin_tone_map": {
"0": "Fair",
"1": "Light Beige",
"2": "Medium Brown",
"3": "Dark Brown",
"4": "Deep Brown",
"5": "Light Tan",
"6": "Dark Tan",
"7": "Pale",
"8": "Medium Tan",
"9": "Black",
"10": "East Asian"
},
"hair_color": {
"1": "Blonde",
"2": "Strawberry Blonde",
"3": "Light Brown",
"4": "Bright Orange",
"5": "Black and Grey",
"6": "White",
"7": "Yellow",
"8": "Dark Blonde",
"9": "Light Brown",
"10": "Brown",
"11": "Light Brown",
"12": "Black",
"13": "Orange",
"14": "Ginger",
"15": "Black",
"16": "Black",
"17": "Platinum",
"18": "Grey"
},
"hair_length": {
"0": "Bald",
"1": "Really Short",
"2": "Medium Length",
"3": "Long",
"4": "Bald"
},
"prompt": "Ultra-realistic close-up headshot of a {skin_tone} skinned male soccer player with a plain background looking at the camera with his whole head in shot. The player is {age} years old, from {country}, with {facial_characteristics} and {hair} hair. He is facing the camera with a confident expression, wearing a soccer jersey. The lighting is natural and soft, emphasizing facial features and skin texture"
}