POST
/stable-diffusion/image2normal
curl \
-X POST http://api.trentaml.com/stable-diffusion/image2normal \
-H "Content-Type: multipart/form-data" \
-H "token: DuFCaWVGaYuTUrVTMigC" \
-F "init_image=@file"
Request example
# Headers
token: DuFCaWVGaYuTUrVTMigC
# Payload
{
"init_image": "@file"
}
Request examples
# Headers
token: DuFCaWVGaYuTUrVTMigC
# Payload
{
"init_image": "@file"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}