Image style similarity and consistency - how?

I am working on a workflow that runs another workflow to generate images/illustrations for a story. Things like style and character consistency is very important in this project. I am having terrible problems achieving this in mindStudio. Anyone want to share tips? I am starting to think I’ll just resort to generating images via API to fal, replicate or perhaps Leonardo. But if anyone have a killer tip I’m all ears! :slight_smile:

from your main workflow you can use a Generate Text block and ask AI to create an image prompt based on your story - save this as a variable. Pass this variable as an input into your Generate Image subworkflow as the image prompt.

Let me know how this works for you

Can you give some examples of prompts you are using to generate the images?

This is exactly what I have done, passing it as a variable to my image generation workflow. I tried using XML code. I have tried inserting hex codes for colors. I’ll try some more stuff out, but it’s leaning towards python function. How do I import pip package for ‘fal-client’? I’m getting undefined errors…