Digital Styling
sirkian
This app can be used to add furniture to empty rooms. Upload an image of the room and give a detailed prompt of the things you want to add in
Inputs
- ImageIMAGE
- PromptSTRING
- Batch sizeINT
curl -X POST 'https://kimara.ai/api/v1/apps/2931ed85-5afe-472a-af61-5221d2f3ea05' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"inputs": {
"18:image": "<asset_id>",
"21:string_b": "Add a colorful carpet, a sofa and some house plants",
"5:batch_size": 1
}
}'