AIGC2D官方地址为:https://www.aigc2d.com
API接口地址为:https://api.aigc2d.com
Authorization: Bearer ********************{
"up_scaler": "R-ESRGAN 4x+ Anime6B",
"up_scale_size": 0,
"image": "string"
}curl --location --request POST 'https://api.aigc2d.com/sd/enlarge_img' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"up_scaler": "R-ESRGAN 4x+ Anime6B",
"up_scale_size": 0,
"image": "string"
}'{}