画像を気怠げなミニマル3Dキャラクターに変換するプロンプト
プロンプト
{
"task": "image_style_transfer_3d_character",
"input": {
"source_image": "USER_UPLOADED_IMAGE",
"preserve_identity": true,
"preserve_pose": true,
"preserve_composition": true
},
"style_reference": {
"render_style": "スタイライズされた3Dキャラクター",
"aesthetic": "柔らかくミニマルなカートゥーン風3D",
"inspiration": [
"ピクサー風だがよりミニマル",
"玩具フィギュアのようなレンダリング",
"クリーンな製品キャラクターデザイン"
]
},
"character_design": {
"skin": {
"material": "滑らかなマットプラスチック",
"texture": "柔らかく均一な質感",
"subsurface_scattering": "穏やかな"
},
"facial_features": {
"eyes": "半開きの退屈そうな表情",
"eyelids": "重め",
"nose": "丸く簡略化",
"mouth": "フラットで中立的",
"ears": "簡略化された丸み"
},
"emotion": "無感動で落ち着いた退屈な表情"
},
"clothing": {
"style": "ミニマルなストリートウェア",
"details": "ロゴや柄なし",
"fabric": "柔らかいマット素材"
},
"accessories": {
"headwear": "シンプルなベースボールキャップ(任意)",
"ear_accessories": "ワイヤレスイヤホン(任意)"
},
"lighting": {
"setup": "スタジオのソフトボックス",
"shadows": "非常に柔らかい",
"contrast": "低い",
"highlights": "控えめ"
},
"background": {
"type": "単色",
"color_palette": [
"落ち着いたグリーン",
"パステルトーン"
],
"gradient": "なし"
},
"camera": {
"angle": "正面向き",
"framing": "ミディアムクローズアップ",
"lens": "50mm相当",
"distortion": "なし"
},
"render_quality": {
"resolution": "高解像度",
"edges": "クリーン",
"noise": "なし",
"realism_balance": "写実よりスタイライズ寄り"
},
"output": {
"consistency": "高",
"style_strength": "強め",
"photorealism": false
}
}
概要
変換したい人物の画像といっしょにJSONプロンプトを送る



