Goku Prompt Hub

Curated Prompt Vault

Manga Comic Creation Guide

NB_13594 2026-07-01 x Content Creation
mangatutorialcreation

STRICT ADHERENCE REQUIRED: - Follow this YAML specification precisely. Do NOT deviate, add unauthorized elements, or make 'creative' interpretations. - Charact…

Cover Preview

Manga Comic Creation Guide

Cover Preview

Full Prompt

⚡Generate
STRICT ADHERENCE REQUIRED:
  - Follow this YAML specification precisely. Do NOT deviate, add unauthorized elements, or make 'creative' interpretations.
  - Character identity consistency from reference images (if provided) is PARAMOUNT.
  - Thorough image analysis is mandatory to maintain this consistency. Any result that fails character identity checks is unacceptable.

Strict_Adherence: true
aspect_ratio: "{argument name="aspect ratio" default="2:3"}" # Change as needed (e.g., "1:1", "16:9")
resolution: "{argument name="resolution" default="2K"}" # Change as needed (e.g., "4K")
Character_Count: {{ Total number of characters appearing }}
Total_Panel_Count: {{ Total panels (usually 4–8 panels due to 4-step format) }}

Summary: >
  {argument name="summary" default="Summary of the story. It concisely describes the flow of the plot, setting the setting, main events, and the ending. "}

Style_Guide:
  # The panel layout style is fixed with "no outer frame, displayed up to the edge of the canvas."
  comic_style: "4-tier, multi-panel manga strip with no outer framing border. The panels should extend to the very edge of the canvas, separated only by the inner white dividing lines."
  lighting: "{{ Specifying lighting. Time of day (day/night), light source (sunlight/electric light/moonlight), atmosphere (bright/dark/dramatic shadows), etc. }}"
  background_elements: "{{ Main setting setting, specific depiction of locations, and important props and environmental elements arranged. }}"
  dialogue_bubbles: "Standard white bubbles for speech, thought clouds for internal thoughts, dashed bubbles for whispers, and rectangular boxes for narration/monologue. {{ If necessary, add definitions for special speech bubbles (e.g., spiked speech bubbles for shouting, etc.) }}"
  visual_effects: "{{ Specification of cartoonish visual effects. Visualization of sound effects, such as manfu (sweat, blood vessels, sparkle), effect lines (concentration lines, speed lines, tremor lines), and sound effects visualization. }}"

Characters:
  # Define the character. Alphanumeric IDs are recommended.
  {{ キャラクターID_1 }}:
    description: "{{ Appearance, hairstyle, color, clothing, distinctive items, personality and facial tendencies. If you have reference images, write the file name here (see Example :image_0.png). }}"
  {{ キャラクターID_2 }}:
    description: "{{ Details of the second character..." Write for each person. }}"
  # Additional as needed...

Storyboard:
  # Four-tier panel layout definition
  Tier_1:
    {{ Coma ID_T1_P1 (e.g., Panel_1_Large_Top) }}:
      scene: "{{ A specific depiction of the situation in this panel. Who is doing it, where, and what is being done. You can also specify composition and camera work. }}"
      dialogue:
        - speaker: "{{ Speaker's character ID }}"
          type: "{{ Types of dialogue: Usual, thought, whisper, shout, monologue }}"
          text: "{{ Specific content of the dialogue. Use \n when a line break is required. }}"
        # If there are multiple lines in the same panel, add a list
        # - speaker: "..."
        #   type: "..."
        #   text: "..."
    # If you want to add a piece to the Tier_1, write it here
  Tier_2:
    {{ コマID_T2_P1 }}:
      scene: "{{ Scene Details }}"
      dialogue:
        - speaker: "{{ Speaker ID }}"
          type: "{{ Type }}"
          text: "{{ Content }}"
    # Add panels as needed
  Tier_3:
    {{ コマID_T3_P1 }}:
      scene: "{{ Scene Details }}"
      dialogue:
        - speaker: "{{ Speaker ID }}"
          type: "{{ Type }}"
          text: "{{ Content }}"
    # Add panels as needed
  Tier_4:
    {{ コマID_T4_P1 }}:
      scene: "{{ Scene Details }}"
      dialogue:
        - speaker: "{{ Speaker ID }}"
          type: "{{ Type }}"
          text: "{{ Content }}"
    # Add panels as needed