comfy_fm24_newgens/config.json

195 lines
3.9 KiB
JSON
Raw Normal View History

2024-12-13 09:35:47 +00:00
{
"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": "Lightest",
"1": "Lightest",
"2": "Very Light",
"3": "Light",
"4": "Light with Beige Undertones",
"5": "Beige",
"6": "Light Tan",
"7": "Tan",
"8": "Medium Tan",
"9": "Olive",
"10": "Light Brown",
"11": "Brown",
"12": "Medium Brown",
"13": "Dark Brown",
"14": "Very Dark Brown",
"15": "Deep Brown",
"16": "Light Ebony",
"17": "Ebony",
"18": "Dark Ebony",
"19": "Deep Ebony",
"20": "Darkest"
},
"hair_color": {
"0": "Jet Black",
"1": "Jet Black",
"2": "Dark Black",
"3": "Very Dark Brown",
"4": "Dark Brown",
"5": "Medium Brown",
"6": "Light Brown",
"7": "Ash Brown",
"8": "Brown with Red Tint",
"9": "Auburn",
"10": "Chestnut",
"11": "Dark Blonde",
"12": "Medium Blonde",
"13": "Ash Blonde",
"14": "Light Blonde",
"15": "Platinum Blonde",
"16": "Strawberry Blonde",
"17": "Light Ginger",
"18": "Ginger",
"19": "Bright Red",
"20": "Copper Red"
},
"hair_length": {
"0": "Bald",
"1": "Bald",
"2": "Very Short (buzz cut)",
"3": "Short (crew cut)",
"4": "Short with fade",
"5": "Classic Short",
"6": "Medium-Short",
"7": "Medium (textured)",
"8": "Medium (layered)",
"9": "Medium with fringe",
"10": "Medium-Long (shaggy)",
"11": "Long (shoulder-length)",
"12": "Long with parting",
"13": "Long (tied back)",
"14": "Very Long (untied)",
"15": "Curly, Short",
"16": "Curly, Medium",
"17": "Curly, Long",
"18": "Afro-Short",
"19": "Afro-Medium",
"20": "Afro-Long"
},
2024-12-13 14:49:10 +00:00
"prompt": "Ultra-realistic close-up headshot of a {skin_tone} 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"
2024-12-13 09:35:47 +00:00
}