자수 브로치 스타일
프롬프트
{ "title": "적응형 자수 브로치 프롬프트 생성기", "version": "2.0", "description": "텍스트 설명 또는 업로드된 이미지에 따라 자수 브로치 프롬프트를 생성합니다.", "inputs": { "reference_mode": { "type": "select", "label": "참조 소스", "options": ["수동으로 설명", "업로드 이미지 사용", "두 가지 모두 결합"], "default": "수동으로 설명" }, "theme_text": { "type": "text", "label": "테마 또는 모티프 설명", "placeholder": "예: 숲 속의 올빼미, 생체 역학적 두개골, 춤추는 인물" }, "image_reference_description": { "type": "text", "label": "업로드된 이미지 내용 설명 (이미지 모드 사용 시)", "placeholder": "예: 다육 식물이 자라는 기계 두개골" }, "shape": { "type": "select", "label": "브로치 모양", "options": ["원형", "타원형", "정사각형", "불규칙형"], "default": "타원형" }, "style": { "type": "select", "label": "자수 스타일", "options": [ "전통적", "민속적", "초현실적", "생체 기계-유기적 융합", "모던 미니멀" ], "default": "전통적" }, "color_palette": { "type": "select", "label": "색상 팔레트", "options": [ "흙색 톤과 차분한 녹색", "파스텔 색조", "네온 초현실적", "녹슨 금속과 흰색 꽃", "은사로 된 단색" ], "default": "흙색 톤과 차분한 녹색" } }, "prompt_template": "{final_theme} 손 자수 브로치, {style} 스타일, 정교한 실 작업과 금속 악센트로 제작, 부드러운 양모 및 실크 자수, {shape} 모양을 테두리하는 정교한 비즈 작업, 자연스러운 색상 팔레트({color_palette}), 중성 리넨 또는 돌 배경에 클로즈업 샷, 초정밀 장인 미학, 사실적인 자수 질감, 부드러운 분위기 조명 --ar 1:1 --style raw --v 6 --q 2", "logic": { "final_theme": { "if": "reference_mode == 'describe manually'", "value": "{theme_text}" }, "final_theme_alt": { "if": "reference_mode == 'use uploaded image'", "value": "{image_reference_description}" }, "final_theme_combined": { "if": "reference_mode == 'combine both'", "value": "{theme_text} 및 다음 요소: {image_reference_description}" } } }
