Interior AI Image Generation Workflow

Flow·1 step

Create Interior Design AI Images using Eachlabs workflows—easily integrate custom interior design visuals into your web and mobile applications with Eachlabs API.

Steps
1
Inputs
3
Runs
-
Template · pipeline1 step
  1. 1
    flux-devid · step1 · model
    aspect_ratio
    "1:1"
    guidance
    3.5
    image
    $.inputs.room_image
    num_inference_steps
    50
    num_outputs
    1
    +4 more params
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/41ab756e-edf9-4379-92a2-1c727bbad43b/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "room_image": "https://cdn-us.eachlabs.ai/defaults/58d327814bd4dfeebb5793be4ed564bc161676d4331e9d8c7a4038baaaf3657b.jpg",
        "room_style": "modern",
        "room_type": "living room"
      }
    }' | jq -r .execution_id)

# 2. Poll the execution until it's done
curl -s https://workflows.eachlabs.run/api/v1/executions/$EXEC \
  -H "X-API-Key: $EACHLABS_API_KEY"

Trigger returns an execution_id · poll the executions endpoint for the final output

Playground · what you can change3 inputs

Clone this template into your workspace, then tweak any of the inputs below, or rewrite the step prompts, to spin up your own variation. The pipeline stays the same; the creative output is yours.

  • room_imagerequired
    default · 58d327814bd4dfeebb5793be4ed564bc161676d4331e9d8c7a4038baaaf3657b.jpg
    image URL
  • room_style
    default · modern
    text
  • room_type
    default · living room
    text
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside flux-dev to change tone, scene, or pacing.
  • · Chain extra steps (upscale, audio, captions) to extend the pipeline.

More flows like this

Interior AI Image Generation Workflow Workflow Template | AI Workflow | Eachlabs