-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 1.5 KB
/
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
{"countries":{
"African": ["Nigeria", "Kenya", "South Africa", "Egypt", "Ghana"],
"Asian": ["China", "Japan", "India", "South Korea", "Vietnam"],
"Caucasian": ["United States", "Canada", "Australia", "New Zealand", "United Kingdom"],
"Central European": ["Germany", "Poland", "Czech Republic", "Austria", "Hungary"],
"EECA": ["Ukraine", "Kazakhstan", "Belarus", "Georgia", "Azerbaijan"],
"Italmed": ["Italy", "Greece", "Croatia", "Malta", "Cyprus"],
"MENA": ["Saudi Arabia", "UAE", "Iran", "Israel", "Morocco"],
"MESA": ["Pakistan", "Afghanistan", "Bangladesh", "Nepal", "Sri Lanka"],
"SAMed": ["Tunisia", "Algeria", "Libya", "Lebanon", "Jordan"],
"Scandinavian": ["Sweden", "Norway", "Denmark", "Finland", "Iceland"],
"Seasian": ["Indonesia", "Malaysia", "Thailand", "Philippines", "Singapore"],
"South American": ["Brazil", "Argentina", "Colombia", "Peru", "Chile"],
"SpanMed": ["Spain", "Portugal", "Andorra", "Gibraltar", "Monaco"],
"YugoGreek": ["Serbia", "Greece", "North Macedonia", "Montenegro", "Albania"]
},
"facial_characteristics": [
"beard",
"moustache",
"clean-shaven",
"stubble",
"goatee",
"sideburns",
null
],
"hair": [
"short",
"long",
"bald",
"buzz cut",
"medium-length",
"curly",
"wavy",
"spiky",
"afro",
"dreadlocks",
"mohawk",
"ponytail"
],
"prompt": "Ultra realistic headshot with transparent background of a male soccer player looking at the camera being twenty five years old from {country} with {facial_characteristics}, and {hair} hair"
}