Goku Prompt Hub

Curated Prompt Vault

Comic Storyboard YAML Spec

NB_19514 x Content Creation
comicstoryboardyaml

**Strict Compliance:** - Strictly adhere to this YAML specification. Do not deviate, add unauthorized elements, or engage in "creative" interpretations. - Cons…

Cover Preview

Comic Storyboard YAML Spec

Cover Preview

Full Prompt

⚡Generate
**Strict Compliance:** - Strictly adhere to this YAML specification. Do not deviate, add unauthorized elements, or engage in "creative" interpretations. - Consistency between the character image and the reference image (if provided) is crucial. - Thorough image analysis is necessary to maintain this consistency. Any result that fails the character image check is unacceptable. Strict_Adherence: true aspect_ratio: "2:3" # Modify as needed (e.g., "1:1", "16:9") resolution: "2K" # Change as needed (e.g., "4K") Character_Count: {{ Total number of characters appearing }} Total_Panel_Count: {{ Total number of storyboards (usually 4-8 in a 4-layer structure) }} Summary: > An overall overview of the story. Briefly describe the plot flow, background, main events, and conclusion. Style_Guide: # Storyboard split style fixed to "No border, displayed at the edge of the canvas" comic_style: "4-layer, multi-panel comic strip, no border frame. The storyboard should extend to the edge of the canvas, separated only by an internal white divider. " lighting: "{{ Specify lighting. Time (day/night), light source (sunlight/electric light/moonlight), atmosphere (bright/dark/dramatic shadows), etc. }}" background_elements: "{{ Specific descriptions of main scenes, locations, important props or environmental elements. }}" dialogue_bubbles: "Standard white bubbles are used for dialogue, thought clouds for inner thoughts, dashed bubbles for whispers, and rectangular boxes for narration/monologues. {{ If necessary, add definitions for special dialogue bubbles (e.g., spike bubbles for shouting) }}" visual_effects: "{{ Specify comic visual effects. Comic symbols (sweat beads, veins, flashes), effect lines (concentration lines, speed lines, vibration lines), sound effect visualization, etc. }}" Characters: # Character definition. It is recommended to use alphanumeric IDs. {{ Character ID_1 }}: description: "{{ Appearance, hairstyle, color, clothing, unique items, personality, and facial tendencies. If a reference image exists, please enter the file name here (for example, reference image_0.png). }}" {{ Character ID_2 }}: description: "{{ Second Character Details...... Descriptions are based on the number of characters. }}" # Add ...... as needed Storyboard: # 4-layer storyboard split definition Tier_1: {{ Panel ID_T1_P1 (e.g., Panel_1_Large_Top) }}: scene: "{{ Specific scenario description of this panel. Who, where, and what is being done. You can also specify the composition and camera usage. }}" dialogue: - speaker: "{{ Speaker's Character ID }}" type: "{{ Dialogue types: speech, thought, whisper, shout, monologue }}" text: "{{ The specific content of the dialogue. If you need a line break, use . }}" # If the same storyboard has multiple lines of dialogue, please add a list # - speaker: "..." # type: "..." # text: "..." # Add storyboards here to Tier_1 Tier_2: {{ Panel ID_T2_P1 }}: scene: "{{ Scene Details }}" dialogue: - speaker: "{{ Speaker ID }}" type: "{{ Type }}" text: "{{ Content }}" # Add storyboards as needed Tier_3: {{ Panel ID_T3_P1 }}: scene: "{{ Scene Details }}" dialogue: - speaker: "{{ Speaker ID }}" type: "{{ Type }}" text: "{{ Content }}" # Add storyboards as needed Tier_4: {{ Panel ID_T4_P1 }}: scene: "{{ Scene Details }}" dialogue : - speaker: "{{ Speaker ID }}" type: "{{ Type }}" text: "{{ Content }}" # Add storyboards as needed