comfy_fm24_newgens/config.json
2024-12-13 16:43:45 +00:00

167 lines
3.0 KiB
JSON

{
"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"
],
"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": "Short",
"2": "Medium",
"3": "Long",
"4": "Bald"
},
"prompt": "Ultra-realistic close-up headshot of a {skin_tone} skinned male soccer player with a white background looking at the camera. 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"
}