Parameters of Simulations
SkinGPT offers a comprehensive set of parameters that can simulate various skin effects including environmental impacts, skincare product application, aging, and specific skin parameter changes.
Read more about the parameters: Parameters of Simulations.
Name
Parameter:
name
"name": "Level"
Redness
Overall:
face
U-zone:
u-zone
T-zone:
t-zone
"redness": {
"face": {
"magnitude": 5
},
"t_zone": {
"magnitude": 15
},
"u_zone": {
"magnitude": 10
}
}
Pigmentation
Overall:
face
U-zone:
u-zone
T-zone:
t-zone
"pigmentation": {
"face": {
"magnitude": 5
},
"t_zone": {
"magnitude": 15
},
"u_zone": {
"magnitude": 10
}
}
Sun Spots
Overall:
face
Forehead:
forehead
Left cheek:
left_cheek
Right cheek:
right_cheek
Nose:
nose
Perioral:
perioral
"sun_spots": {
"face": {
"magnitude": 5
},
"nose": {
"magnitude": 25
},
"forehead": {
"magnitude": 10
},
"perioral": {
"magnitude": 30
},
"left_cheek": {
"magnitude": 15
},
"right_cheek": {
"magnitude": 20
}
}
Uniformness
Overall:
face
U-zone:
u-zone
T-zone:
t-zone
"uniformness": {
"face": {
"magnitude": 5
},
"t_zone": {
"magnitude": 15
},
"u_zone": {
"magnitude": 10
}
}
Acne
Overall:
face
U-zone:
u-zone
T-zone:
t-zone
"acne": {
"face": {
"magnitude": 5
},
"t_zone": {
"magnitude": 15
},
"u_zone": {
"magnitude": 10
}
}
Lines
Overall:
face
Forehead:
forehead
Eyes:
eyes
"lines": {
"eyes": {
"magnitude": 15
},
"face": {
"magnitude": 5
},
"forehead": {
"magnitude": 10
}
}
Skintone
Parameter:
face
"skintone": {
"face": {
"magnitude": 5
}
}
Face Geometry
Under eyes:
under_eyes
Lips:
lips
Nasolabial Folds:
nasolabial_folds
Eyebrows:
eyebrows
Jaw:
jaw
"face_geometry": {
"jaw": {
"magnitude": 10
},
"lips": {
"magnitude": 4
},
"eyebrows": {
"magnitude": 8
},
"under_eyes": {
"magnitude": 2
},
"nasolabial_folds": {
"magnitude": 6
}
}
Age Shift
Parameter:
age_shift
"age_shift": 10
Skin Aging
Parameter:
use_skin_aging
"use_skin_aging": true
UV Index
Parameter:
uvi
"uvi": 5
Weight
Parameter:
weight
"weight": {
"magnitude": 5
}
Hair Graying
Parameter:
hair_graying
"hair_graying": {
"magnitude": 5
}
Remove Background
Parameter:
remove_background
"remove_background": true
Last updated
Was this helpful?