Floniks
Workflows vs Single Steps

A Multi-Format Export Workflow (One Render, Every Aspect Ratio)

Updated 2026-06-19·9 min read
Key takeaway

Generating the same creative asset in every platform aspect ratio — 16:9 for YouTube, 9:16 for Reels, 1:1 for feed, 4:5 for ads — normally means re-prompting or manually cropping each variant, which multiplies both cost and inconsistency. This guide shows how to build a single-render, multi-format export workflow in Floniks: one generation node produces the canonical high-resolution master, and a fanout layer of crop-and-resize nodes produces every platform variant in parallel. You get identical color, lighting, and subject placement across all outputs with a single credit spend.

The Problem with Re-Prompting Per Format

The naive approach to delivering assets in multiple formats is to run the same prompt several times and change the aspect ratio parameter each time. This seems straightforward but introduces three compounding problems. First, it multiplies credit cost linearly with the number of target formats — four platforms means four full generations. Second, each generation is statistically independent, so the subject's pose, expression, and the precise distribution of background elements will differ between runs even with the same seed. Third, diffusion-based models do not guarantee that a 16:9 composition will crop cleanly to a 9:16 output — the subject may be partially cut off in the vertical variant, requiring manual intervention anyway.

A multi-format export workflow solves all three problems by separating the generation step from the formatting step. You generate once at a generous square or panoramic resolution that contains enough visual information for all target crops. Then you apply deterministic, automated crop-and-resize logic in parallel downstream nodes. The result is perfectly consistent color grading, identical subjects, and zero per-format re-prompting. This architecture is also faster in wall-clock time because the crop nodes run in parallel after the single upstream generation completes.

Designing the Master Generation Node

The master generation node should produce an image at a resolution and aspect ratio that fully contains the composition required by every downstream format. For a workflow targeting 16:9 widescreen, 9:16 vertical, and 1:1 square simultaneously, a 2:1 panoramic master (for example 2048×1024) gives the horizontal breadth needed for 16:9 while still containing a centered square crop for 1:1. If your narrowest target is 4:5, ensure the master is tall enough to preserve headroom and footroom after cropping.

Write your generation prompt with center-weighted composition in mind: "subject centered, equal negative space left and right, safe zone 300px from each edge." This prompt instruction tells the model to keep the primary subject away from the frame boundaries, ensuring every crop variant retains it. Add negative prompt tokens such as "subject at edge, clipped face, cut-off limbs" to further reinforce center composition. Set the model's guidance scale moderately high (7–9 for most diffusion models) so the composition instruction is followed faithfully rather than being overridden by stylistic variation.

Building the Fanout Crop Layer

After the master generation node, connect its output port to a series of parallel Crop and Resize nodes — one per target format. In the Floniks editor at /editor, you can hold Shift and click multiple destination ports from a single source node to draw batch connections in one gesture. Each crop node should be configured with a target aspect ratio, a crop anchor point (center-top for portrait compositions where faces must be retained at the top of the frame, center-center for product and lifestyle shots), and an output resolution matching the platform specification.

Typical platform configurations: YouTube thumbnail at 1280×720 (16:9, crop anchor center-center), Instagram Reels at 1080×1920 (9:16, crop anchor center-top to preserve faces), Instagram feed at 1080×1080 (1:1, center-center), Facebook Ads at 1080×1350 (4:5, center-center). Label each crop node with the platform name so the canvas is self-documenting. Finally, route each crop node's output to a named Output Collector node labeled with the platform so downstream users can immediately identify which file to download without opening metadata.

Adding a Smart Focal-Point Detector

A fixed crop anchor works well for most compositions, but fails when the subject shifts significantly from center — common in dynamic lifestyle shots or multi-subject compositions. To handle this, insert a Focal Point Detection node between the master generation node and the fanout crop layer. This node analyzes the generated image using a saliency map or face-detection pass and returns a focal point coordinate (x, y as fractions of image width and height). Each downstream crop node reads this coordinate as its dynamic anchor instead of a fixed center offset.

When the focal point detector identifies a face at (0.65, 0.3) — upper-right quadrant — every crop node adjusts its anchor accordingly, ensuring the face stays in-frame across all formats. This is particularly important for 9:16 vertical crops, where a face detected in the center-left of a 16:9 master would be cropped out by a naive center anchor. The focal point detector adds one lightweight processing step but eliminates the category of "wrong crop" failures that would otherwise require manual correction per format.

Saving as a Reusable Template and Estimating Credits

Once the workflow is validated end-to-end, save it as a named template. The template captures the master generation node's model and prompt structure, the focal point detector configuration, and all four (or more) crop node definitions. Future campaigns start by opening the template, updating the prompt in the master generation node, and running. No downstream configuration changes are needed unless a new platform format is added.

Credit cost for this workflow is equivalent to a single generation at the master resolution — the crop and resize nodes are deterministic image-processing operations that do not invoke external AI models and therefore do not consume generation credits. This means delivering assets in five formats costs exactly the same as delivering one, making the multi-format export workflow one of the highest leverage patterns in the Floniks template library for teams with cross-platform publishing needs.

Step by step

  1. 1

    Create the master generation node

    Open /editor and add a Text-to-Image or Image-to-Image generation node. Set the output resolution to at least 2048×1024 (2:1 panoramic) and write a center-weighted prompt: "subject centered, equal negative space left and right, safe zone 300px from each edge." Add negative prompts: "subject at edge, clipped face, cut-off limbs."

  2. 2

    Insert a Focal Point Detection node

    Connect the generation node's output to a Focal Point Detection node. Set the detection mode to "face-priority with saliency fallback." This node returns an (x, y) focal coordinate that downstream crop nodes will use as their dynamic anchor.

  3. 3

    Add parallel Crop and Resize nodes

    In the editor, hold Shift and connect the Focal Point Detection node's output to four Crop and Resize nodes simultaneously. Configure each: 1280×720 center-center (YouTube), 1080×1920 focal-point anchor (Reels), 1080×1080 center-center (feed), 1080×1350 center-center (ads). Label each node with the platform name.

  4. 4

    Connect to named Output Collectors

    Route each Crop and Resize node to a separate Output Collector node labeled with the platform name. This ensures each output file is immediately identifiable after the workflow completes without inspecting metadata.

  5. 5

    Save as template and test with a sample prompt

    Click Save as Template and name it "Multi-Format Export — [Brand Name]." Run the workflow with a test prompt. Verify all four output files contain the subject in-frame. Adjust the negative prompt or focal point threshold if any crop clips the subject, then re-save the template.

Related guides

Build it on Floniks

Image, video, digital humans, and reusable workflows on one canvas. Sign up gets you starter credits — no card required.

Explore Floniks