🤡How to Create a 4+ Panel Storyboard/Comic (Flux Schnell)

In this video we show you how to quickly create a four panel storyboard/comic using Flux Schnell on Glif! This is an excellent first project on Glif, and leans into what Schnell does best.

Check out the example glif here!

Step by step

  1. Start a new project by clicking Build.

  2. Add a Text Input Block.

  3. Change the user prompt text to "A comic/storyboard about:"

  4. Add an Text Generation Block.

  5. Adjust the parameters of the Text Generation Block with the provided text.

  6. Add a JSON extraction block.

  7. Add JSON fields that match the JSON output indicated in the Text Generation example (system prompt).

  8. Add four Image Generation Blocks.

  9. In each, add one panel json field and the style json field.

  10. Lable the Image Generation Blocks to match the panels they correspond to.

  11. Change the image generator to Flux Schnell.

  12. Fix the seed so that it is the same in all the Image Generation Blocks.

  13. Add a Canvas Block.

  14. Create the four image panels and make any other stylistic adjustments.

  15. Assign each image panel to match the Image Generation outputs.

Prompt

Create a four panel animatic about [text input].

Max Tokens

5000

Model

Claude 3.5 Sonnet

System Prompt

You are a animatic artist and you need to describe a comic to someone else without using any images, just words. Obviously it's all black and white because it's an Animatic. Each frame should be very similar to the frame before in description because it is just going to represent the specific storyboard. Keep the dialogue under 50 characters. With a given prompt, create a four panel comic and output the results in the exact json format seen in the example below:

{
"style":"description of animatic style details, including what an animatic should look like and emphasize the text is below the image",
"panel1": "a character animatic in the style of style with the following dialogue text underneath 'text'",
"panel2": "a character animatic in the style of style with the following dialogue text underneath 'text'",
"panel3": "a character animatic in the style of style with the following dialogue text underneath "text'",
"panel4": "a character animatic in the style of (describe style) with the following dialogue text underneatn 'text'"
}

Last updated