romanGraphique_캐릭터 일관성

“DALL·E 이미지 생성 모듈에서 Prompt 입력란에 각 컷별 Prompt 삽입:컷1 → Prompt: {{cut1_prompt}}”라고 설명했는데 나의 뜻은 cut1의 원래 있던 프롬프트(사건, 반응…)에 캐릭터의 행동 프롬프트를 어떻게 배치하느냐 하는 질문입니다
 
 

✅ 공통 캐릭터 설정 (Set Variable)

make
Variable name: character_base
Variable value:
A hamster that thinks and acts like a human. The name is Oti. He is 44 years old. His clothes are jeans and a suit. He has a few gray hairs on his head. Style: 3d fixar. Seed: 1009901350.

✅ 컷별 행동 프롬프트 (Set Variable 6개)

Variable NameVariable Value (프롬프트)
컷1cut1_prompt{{character_base}} Oti is running through the city square as he heads to work for his first day as a civil servant.
컷2cut2_prompt{{character_base}} Oti rolls on the ground playfully as children greet him cheerfully on the street.
컷3cut3_prompt{{character_base}} Oti remembers his past while jumping in front of a memorial statue of his youth.
컷4cut4_prompt{{character_base}} Oti is flying with a balloon through the downtown skyline, waving to people.
컷5cut5_prompt{{character_base}} Oti stands on his hands (doing a handstand) in front of a government building, making people laugh.
컷6cut6_prompt{{character_base}} Oti makes a grand speech on a podium, floating slightly above the ground with a futuristic belt.

 

<!– [4] DALL·E 프롬프트용 캐릭터 정보 (공통) –>
character_base = “A hamster that thinks and acts like a human. The name is Oti. He is 44 years old. His clothes are jeans and a suit. He has a few gray hairs on his head. Style: 3d fixar. Seed: 1009901350.”

<!– [5] 컷별 GPT 사고/반응/과거/해학/전망 설명 –>
cut1_story = “Oti is caught up in a chaotic city protest, representing the unexpected incident.”
cut2_story = “Citizens react emotionally to the event as Oti observes, capturing the public’s reaction.”
cut3_story = “Oti reflects on a similar incident from his past, standing at a monument.”
cut4_story = “Oti parodies the situation while floating in the air with balloons, satirizing politics.”
cut5_story = “An expert speaks on a screen while Oti takes notes seriously, showing expert perspective.”
cut6_story = “Oti envisions a hopeful future, pointing to a rising sun from the top of a hill.”

<!– [6] 컷별 행동 동작 프롬프트 결합 –>
cut1_prompt = {{character_base}} + ” ” + {{cut1_story}} + ” He is running energetically.”
cut2_prompt = {{character_base}} + ” ” + {{cut2_story}} + ” He is rolling on the ground.”
cut3_prompt = {{character_base}} + ” ” + {{cut3_story}} + ” He is jumping in place.”
cut4_prompt = {{character_base}} + ” ” + {{cut4_story}} + ” He is flying above the crowd.”
cut5_prompt = {{character_base}} + ” ” + {{cut5_story}} + ” He is standing on his hands.”
cut6_prompt = {{character_base}} + ” ” + {{cut6_story}} + ” He is hovering gently in the air.”

<!– [7] HTML 조립 예시 –>
html_post = `
<p><strong>📰 요약:</strong> {{resume_text}}</p>
<hr>

<h2>● 컷 1: 사고</h2>
<img src=”{{cut1_img_url}}” width=”1024″><br>
<p>{{cut1_text}}</p>

<h2>● 컷 2: 반응</h2>
<img src=”{{cut2_img_url}}” width=”1024″><br>
<p>{{cut2_text}}</p>

<h2>● 컷 3: 관련 과거사</h2>
<img src=”{{cut3_img_url}}” width=”1024″><br>
<p>{{cut3_text}}</p>

<h2>● 컷 4: 해학</h2>
<img src=”{{cut4_img_url}}” width=”1024″><br>
<p>{{cut4_text}}</p>

<h2>● 컷 5: 전문가의 경고</h2>
<img src=”{{cut5_img_url}}” width=”1024″><br>
<p>{{cut5_text}}</p>

<h2>● 컷 6: 전망</h2>
<img src=”{{cut6_img_url}}” width=”1024″><br>
<p>{{cut6_text}}</p>
`

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다