Ideogram 2.0 Remix

Ideogram 2.0 Remix lets you rework existing images while preserving structure and layout. Change styles or mood, adjust composition, and iterate quickly from a reference image. Ideal for designers who need fast visual variants and style exploration from prior outputs.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Origami Market Atrium Interior

Transform the reference atrium into an imaginative indoor marketplace made entirely from folded paper and cut-card materials, preserving the original layout, staircase placement, balcony structure, and camera angle. Replace architectural surfaces with layered origami panels, pleated awnings, suspended paper mobiles, folded fruit stalls, hand-cut banners, and geometric paper plants. Add tiny crafted details like visible paper edges, scored fold lines, tabs, seams, matte cardstock textures, and delicate shadows between layers. Cheerful artisan atmosphere, inventive merchandising displays, rich spatial depth, crisp composition, highly detailed handcrafted installation aesthetic.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'ideogram:3@2',
positivePrompt: 'Transform the reference atrium into an imaginative indoor marketplace made entirely from folded paper and cut-card materials, preserving the original layout, staircase placement, balcony structure, and camera angle. Replace architectural surfaces with layered origami panels, pleated awnings, suspended paper mobiles, folded fruit stalls, hand-cut banners, and geometric paper plants. Add tiny crafted details like visible paper edges, scored fold lines, tabs, seams, matte cardstock textures, and delicate shadows between layers. Cheerful artisan atmosphere, inventive merchandising displays, rich spatial depth, crisp composition, highly detailed handcrafted installation aesthetic.',
negativePrompt: 'watermark, text, logo, blurry, low detail, warped anatomy, extra limbs, plastic look, glossy metal, broken perspective, duplicate objects',
width: 1216,
height: 832,
providerSettings: {
ideogram: {
magicPrompt: 'OFF'
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/9c2635a2-2cce-461e-a571-a7c171e3d52d.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference atrium into an imaginative indoor marketplace made entirely from folded paper and cut-card materials, preserving the original layout, staircase placement, balcony structure, and camera angle. Replace architectural surfaces with layered origami panels, pleated awnings, suspended paper mobiles, folded fruit stalls, hand-cut banners, and geometric paper plants. Add tiny crafted details like visible paper edges, scored fold lines, tabs, seams, matte cardstock textures, and delicate shadows between layers. Cheerful artisan atmosphere, inventive merchandising displays, rich spatial depth, crisp composition, highly detailed handcrafted installation aesthetic.",
"negativePrompt": "watermark, text, logo, blurry, low detail, warped anatomy, extra limbs, plastic look, glossy metal, broken perspective, duplicate objects",
"width": 1216,
"height": 832,
"providerSettings": {
"ideogram": {
"magicPrompt": "OFF"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9c2635a2-2cce-461e-a571-a7c171e3d52d.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "dc8bfdb8-9c99-4154-a1ba-abb92d533223",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference atrium into an imaginative indoor marketplace made entirely from folded paper and cut-card materials, preserving the original layout, staircase placement, balcony structure, and camera angle. Replace architectural surfaces with layered origami panels, pleated awnings, suspended paper mobiles, folded fruit stalls, hand-cut banners, and geometric paper plants. Add tiny crafted details like visible paper edges, scored fold lines, tabs, seams, matte cardstock textures, and delicate shadows between layers. Cheerful artisan atmosphere, inventive merchandising displays, rich spatial depth, crisp composition, highly detailed handcrafted installation aesthetic.",
"negativePrompt": "watermark, text, logo, blurry, low detail, warped anatomy, extra limbs, plastic look, glossy metal, broken perspective, duplicate objects",
"width": 1216,
"height": 832,
"providerSettings": {
"ideogram": {
"magicPrompt": "OFF"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9c2635a2-2cce-461e-a571-a7c171e3d52d.jpg"
]
}
}
]'runware run ideogram:3@2 \
positivePrompt="Transform the reference atrium into an imaginative indoor marketplace made entirely from folded paper and cut-card materials, preserving the original layout, staircase placement, balcony structure, and camera angle. Replace architectural surfaces with layered origami panels, pleated awnings, suspended paper mobiles, folded fruit stalls, hand-cut banners, and geometric paper plants. Add tiny crafted details like visible paper edges, scored fold lines, tabs, seams, matte cardstock textures, and delicate shadows between layers. Cheerful artisan atmosphere, inventive merchandising displays, rich spatial depth, crisp composition, highly detailed handcrafted installation aesthetic." \
negativePrompt="watermark, text, logo, blurry, low detail, warped anatomy, extra limbs, plastic look, glossy metal, broken perspective, duplicate objects" \
width=1216 \
height=832 \
providerSettings.ideogram.magicPrompt=OFF \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/9c2635a2-2cce-461e-a571-a7c171e3d52d.jpg{
"taskType": "imageInference",
"taskUUID": "dc8bfdb8-9c99-4154-a1ba-abb92d533223",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference atrium into an imaginative indoor marketplace made entirely from folded paper and cut-card materials, preserving the original layout, staircase placement, balcony structure, and camera angle. Replace architectural surfaces with layered origami panels, pleated awnings, suspended paper mobiles, folded fruit stalls, hand-cut banners, and geometric paper plants. Add tiny crafted details like visible paper edges, scored fold lines, tabs, seams, matte cardstock textures, and delicate shadows between layers. Cheerful artisan atmosphere, inventive merchandising displays, rich spatial depth, crisp composition, highly detailed handcrafted installation aesthetic.",
"negativePrompt": "watermark, text, logo, blurry, low detail, warped anatomy, extra limbs, plastic look, glossy metal, broken perspective, duplicate objects",
"width": 1216,
"height": 832,
"providerSettings": {
"ideogram": {
"magicPrompt": "OFF"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9c2635a2-2cce-461e-a571-a7c171e3d52d.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "dc8bfdb8-9c99-4154-a1ba-abb92d533223",
"imageUUID": "bdcbe444-bc14-45f0-bc3f-dd87ef157a01",
"imageURL": "https://im.runware.ai/image/os/a09d21/ws/2/ii/bdcbe444-bc14-45f0-bc3f-dd87ef157a01.jpg",
"seed": 573639402,
"cost": 0.08
}Glasshouse Orchestra Rehearsal Hall

Transform the reference image into a grand rehearsal hall inside a restored Victorian glasshouse, keeping the original central aisle composition and architectural perspective. Replace the empty walkway with a polished wooden stage runway, arranged string sections, brass stands, scattered sheet music, and a conductor's podium. Sunlight pours through towering glass panels, creating prismatic reflections and soft haze. Suspended botanical arrangements weave through the iron arches, blending nature with refined performance design. Rich details, elegant symmetry, atmospheric depth, cinematic interior photography, intricate textures, expressive lighting, no audience, immersive and refined.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'ideogram:3@2',
positivePrompt: 'Transform the reference image into a grand rehearsal hall inside a restored Victorian glasshouse, keeping the original central aisle composition and architectural perspective. Replace the empty walkway with a polished wooden stage runway, arranged string sections, brass stands, scattered sheet music, and a conductor\'s podium. Sunlight pours through towering glass panels, creating prismatic reflections and soft haze. Suspended botanical arrangements weave through the iron arches, blending nature with refined performance design. Rich details, elegant symmetry, atmospheric depth, cinematic interior photography, intricate textures, expressive lighting, no audience, immersive and refined.',
negativePrompt: 'text, watermark, logo, blurry, low detail, distorted anatomy, warped instruments, duplicated objects, cluttered composition, heavy fog, cartoon look',
width: 1344,
height: 768,
providerSettings: {
ideogram: {
magicPrompt: 'ON',
styleType: 'REALISTIC'
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/cc70f44e-beb3-4d3c-aa51-cf05f2d276dc.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference image into a grand rehearsal hall inside a restored Victorian glasshouse, keeping the original central aisle composition and architectural perspective. Replace the empty walkway with a polished wooden stage runway, arranged string sections, brass stands, scattered sheet music, and a conductor's podium. Sunlight pours through towering glass panels, creating prismatic reflections and soft haze. Suspended botanical arrangements weave through the iron arches, blending nature with refined performance design. Rich details, elegant symmetry, atmospheric depth, cinematic interior photography, intricate textures, expressive lighting, no audience, immersive and refined.",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, warped instruments, duplicated objects, cluttered composition, heavy fog, cartoon look",
"width": 1344,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON",
"styleType": "REALISTIC"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/cc70f44e-beb3-4d3c-aa51-cf05f2d276dc.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "34ef7f22-c996-466b-90c9-59a66ae35a10",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference image into a grand rehearsal hall inside a restored Victorian glasshouse, keeping the original central aisle composition and architectural perspective. Replace the empty walkway with a polished wooden stage runway, arranged string sections, brass stands, scattered sheet music, and a conductor's podium. Sunlight pours through towering glass panels, creating prismatic reflections and soft haze. Suspended botanical arrangements weave through the iron arches, blending nature with refined performance design. Rich details, elegant symmetry, atmospheric depth, cinematic interior photography, intricate textures, expressive lighting, no audience, immersive and refined.",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, warped instruments, duplicated objects, cluttered composition, heavy fog, cartoon look",
"width": 1344,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON",
"styleType": "REALISTIC"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/cc70f44e-beb3-4d3c-aa51-cf05f2d276dc.jpg"
]
}
}
]'runware run ideogram:3@2 \
positivePrompt="Transform the reference image into a grand rehearsal hall inside a restored Victorian glasshouse, keeping the original central aisle composition and architectural perspective. Replace the empty walkway with a polished wooden stage runway, arranged string sections, brass stands, scattered sheet music, and a conductor's podium. Sunlight pours through towering glass panels, creating prismatic reflections and soft haze. Suspended botanical arrangements weave through the iron arches, blending nature with refined performance design. Rich details, elegant symmetry, atmospheric depth, cinematic interior photography, intricate textures, expressive lighting, no audience, immersive and refined." \
negativePrompt="text, watermark, logo, blurry, low detail, distorted anatomy, warped instruments, duplicated objects, cluttered composition, heavy fog, cartoon look" \
width=1344 \
height=768 \
providerSettings.ideogram.magicPrompt=ON \
providerSettings.ideogram.styleType=REALISTIC \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/cc70f44e-beb3-4d3c-aa51-cf05f2d276dc.jpg{
"taskType": "imageInference",
"taskUUID": "34ef7f22-c996-466b-90c9-59a66ae35a10",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference image into a grand rehearsal hall inside a restored Victorian glasshouse, keeping the original central aisle composition and architectural perspective. Replace the empty walkway with a polished wooden stage runway, arranged string sections, brass stands, scattered sheet music, and a conductor's podium. Sunlight pours through towering glass panels, creating prismatic reflections and soft haze. Suspended botanical arrangements weave through the iron arches, blending nature with refined performance design. Rich details, elegant symmetry, atmospheric depth, cinematic interior photography, intricate textures, expressive lighting, no audience, immersive and refined.",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, warped instruments, duplicated objects, cluttered composition, heavy fog, cartoon look",
"width": 1344,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON",
"styleType": "REALISTIC"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/cc70f44e-beb3-4d3c-aa51-cf05f2d276dc.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "34ef7f22-c996-466b-90c9-59a66ae35a10",
"imageUUID": "2bd4c1e1-7df1-466d-b906-5a8bb3a95925",
"imageURL": "https://im.runware.ai/image/os/a13d12/ws/2/ii/2bd4c1e1-7df1-466d-b906-5a8bb3a95925.jpg",
"seed": 1748736027,
"cost": 0.08
}Rainy Harbor Noodle Kiosk

Transform the reference scene into an atmospheric harbor-side noodle kiosk at night, keeping the original composition and layout intact. Wet pavement reflecting striped awning lights, steam rising from pots, hand-painted signage, stacked ceramic bowls, slick metal surfaces, distant fishing boats and dock ropes in soft haze, rich reflections in puddles, lively but intimate urban-cooking scene, cinematic depth, tactile textures, expressive lighting, polished editorial photography feel
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'ideogram:3@2',
positivePrompt: 'Transform the reference scene into an atmospheric harbor-side noodle kiosk at night, keeping the original composition and layout intact. Wet pavement reflecting striped awning lights, steam rising from pots, hand-painted signage, stacked ceramic bowls, slick metal surfaces, distant fishing boats and dock ropes in soft haze, rich reflections in puddles, lively but intimate urban-cooking scene, cinematic depth, tactile textures, expressive lighting, polished editorial photography feel',
negativePrompt: 'text artifacts, extra buildings, warped furniture, duplicated objects, distorted hands, blurry details, low contrast, flat lighting, oversaturated colors, empty background, cartoonish rendering',
width: 1280,
height: 768,
providerSettings: {
ideogram: {
magicPrompt: 'ON'
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/d0dae438-2005-4984-8733-be245efbc8ae.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference scene into an atmospheric harbor-side noodle kiosk at night, keeping the original composition and layout intact. Wet pavement reflecting striped awning lights, steam rising from pots, hand-painted signage, stacked ceramic bowls, slick metal surfaces, distant fishing boats and dock ropes in soft haze, rich reflections in puddles, lively but intimate urban-cooking scene, cinematic depth, tactile textures, expressive lighting, polished editorial photography feel",
"negativePrompt": "text artifacts, extra buildings, warped furniture, duplicated objects, distorted hands, blurry details, low contrast, flat lighting, oversaturated colors, empty background, cartoonish rendering",
"width": 1280,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/d0dae438-2005-4984-8733-be245efbc8ae.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "b91d0345-a37b-45b5-82ba-498360d2c8e8",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference scene into an atmospheric harbor-side noodle kiosk at night, keeping the original composition and layout intact. Wet pavement reflecting striped awning lights, steam rising from pots, hand-painted signage, stacked ceramic bowls, slick metal surfaces, distant fishing boats and dock ropes in soft haze, rich reflections in puddles, lively but intimate urban-cooking scene, cinematic depth, tactile textures, expressive lighting, polished editorial photography feel",
"negativePrompt": "text artifacts, extra buildings, warped furniture, duplicated objects, distorted hands, blurry details, low contrast, flat lighting, oversaturated colors, empty background, cartoonish rendering",
"width": 1280,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/d0dae438-2005-4984-8733-be245efbc8ae.jpg"
]
}
}
]'runware run ideogram:3@2 \
positivePrompt="Transform the reference scene into an atmospheric harbor-side noodle kiosk at night, keeping the original composition and layout intact. Wet pavement reflecting striped awning lights, steam rising from pots, hand-painted signage, stacked ceramic bowls, slick metal surfaces, distant fishing boats and dock ropes in soft haze, rich reflections in puddles, lively but intimate urban-cooking scene, cinematic depth, tactile textures, expressive lighting, polished editorial photography feel" \
negativePrompt="text artifacts, extra buildings, warped furniture, duplicated objects, distorted hands, blurry details, low contrast, flat lighting, oversaturated colors, empty background, cartoonish rendering" \
width=1280 \
height=768 \
providerSettings.ideogram.magicPrompt=ON \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/d0dae438-2005-4984-8733-be245efbc8ae.jpg{
"taskType": "imageInference",
"taskUUID": "b91d0345-a37b-45b5-82ba-498360d2c8e8",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference scene into an atmospheric harbor-side noodle kiosk at night, keeping the original composition and layout intact. Wet pavement reflecting striped awning lights, steam rising from pots, hand-painted signage, stacked ceramic bowls, slick metal surfaces, distant fishing boats and dock ropes in soft haze, rich reflections in puddles, lively but intimate urban-cooking scene, cinematic depth, tactile textures, expressive lighting, polished editorial photography feel",
"negativePrompt": "text artifacts, extra buildings, warped furniture, duplicated objects, distorted hands, blurry details, low contrast, flat lighting, oversaturated colors, empty background, cartoonish rendering",
"width": 1280,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/d0dae438-2005-4984-8733-be245efbc8ae.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "b91d0345-a37b-45b5-82ba-498360d2c8e8",
"imageUUID": "1b2555e0-50a0-42cb-9cda-1d4651330cf6",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/2/ii/1b2555e0-50a0-42cb-9cda-1d4651330cf6.jpg",
"seed": 1296634183,
"cost": 0.08
}Art Deco Rainy Train Hall

Transform the reference image into a sumptuous Art Deco transit hall during a summer storm, preserving the original architecture and camera framing. Add black-and-gold geometric inlays, brass trim, gleaming marble columns, long reflections across the floor, and huge window panes streaked with rain. Replace the neutral atmosphere with a moody cinematic interior lit by warm sconces and cool storm light from outside. Include elegant travelers with period-inspired coats and luggage, a grand departures board, polished metal benches, dramatic symmetry, layered depth, refined texture, and a luxurious 1930s-inspired visual language.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'ideogram:3@2',
positivePrompt: 'Transform the reference image into a sumptuous Art Deco transit hall during a summer storm, preserving the original architecture and camera framing. Add black-and-gold geometric inlays, brass trim, gleaming marble columns, long reflections across the floor, and huge window panes streaked with rain. Replace the neutral atmosphere with a moody cinematic interior lit by warm sconces and cool storm light from outside. Include elegant travelers with period-inspired coats and luggage, a grand departures board, polished metal benches, dramatic symmetry, layered depth, refined texture, and a luxurious 1930s-inspired visual language.',
negativePrompt: 'low detail, blurry, distorted anatomy, warped architecture, crooked perspective, messy composition, extra limbs, duplicate people, oversaturated colors, flat lighting, text artifacts, watermark, logo',
width: 1344,
height: 768,
providerSettings: {
ideogram: {
magicPrompt: 'ON',
styleType: 'DESIGN'
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/e2b5e46c-b32a-4b40-bc76-d7dd61be47ec.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference image into a sumptuous Art Deco transit hall during a summer storm, preserving the original architecture and camera framing. Add black-and-gold geometric inlays, brass trim, gleaming marble columns, long reflections across the floor, and huge window panes streaked with rain. Replace the neutral atmosphere with a moody cinematic interior lit by warm sconces and cool storm light from outside. Include elegant travelers with period-inspired coats and luggage, a grand departures board, polished metal benches, dramatic symmetry, layered depth, refined texture, and a luxurious 1930s-inspired visual language.",
"negativePrompt": "low detail, blurry, distorted anatomy, warped architecture, crooked perspective, messy composition, extra limbs, duplicate people, oversaturated colors, flat lighting, text artifacts, watermark, logo",
"width": 1344,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON",
"styleType": "DESIGN"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e2b5e46c-b32a-4b40-bc76-d7dd61be47ec.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "19da3ab6-1983-490d-afcd-845171c2aece",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference image into a sumptuous Art Deco transit hall during a summer storm, preserving the original architecture and camera framing. Add black-and-gold geometric inlays, brass trim, gleaming marble columns, long reflections across the floor, and huge window panes streaked with rain. Replace the neutral atmosphere with a moody cinematic interior lit by warm sconces and cool storm light from outside. Include elegant travelers with period-inspired coats and luggage, a grand departures board, polished metal benches, dramatic symmetry, layered depth, refined texture, and a luxurious 1930s-inspired visual language.",
"negativePrompt": "low detail, blurry, distorted anatomy, warped architecture, crooked perspective, messy composition, extra limbs, duplicate people, oversaturated colors, flat lighting, text artifacts, watermark, logo",
"width": 1344,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON",
"styleType": "DESIGN"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e2b5e46c-b32a-4b40-bc76-d7dd61be47ec.jpg"
]
}
}
]'runware run ideogram:3@2 \
positivePrompt="Transform the reference image into a sumptuous Art Deco transit hall during a summer storm, preserving the original architecture and camera framing. Add black-and-gold geometric inlays, brass trim, gleaming marble columns, long reflections across the floor, and huge window panes streaked with rain. Replace the neutral atmosphere with a moody cinematic interior lit by warm sconces and cool storm light from outside. Include elegant travelers with period-inspired coats and luggage, a grand departures board, polished metal benches, dramatic symmetry, layered depth, refined texture, and a luxurious 1930s-inspired visual language." \
negativePrompt="low detail, blurry, distorted anatomy, warped architecture, crooked perspective, messy composition, extra limbs, duplicate people, oversaturated colors, flat lighting, text artifacts, watermark, logo" \
width=1344 \
height=768 \
providerSettings.ideogram.magicPrompt=ON \
providerSettings.ideogram.styleType=DESIGN \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/e2b5e46c-b32a-4b40-bc76-d7dd61be47ec.jpg{
"taskType": "imageInference",
"taskUUID": "19da3ab6-1983-490d-afcd-845171c2aece",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference image into a sumptuous Art Deco transit hall during a summer storm, preserving the original architecture and camera framing. Add black-and-gold geometric inlays, brass trim, gleaming marble columns, long reflections across the floor, and huge window panes streaked with rain. Replace the neutral atmosphere with a moody cinematic interior lit by warm sconces and cool storm light from outside. Include elegant travelers with period-inspired coats and luggage, a grand departures board, polished metal benches, dramatic symmetry, layered depth, refined texture, and a luxurious 1930s-inspired visual language.",
"negativePrompt": "low detail, blurry, distorted anatomy, warped architecture, crooked perspective, messy composition, extra limbs, duplicate people, oversaturated colors, flat lighting, text artifacts, watermark, logo",
"width": 1344,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON",
"styleType": "DESIGN"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e2b5e46c-b32a-4b40-bc76-d7dd61be47ec.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "19da3ab6-1983-490d-afcd-845171c2aece",
"imageUUID": "0c74f442-ae34-4fad-b071-9390dd44b686",
"imageURL": "https://im.runware.ai/image/os/a23d05/ws/2/ii/0c74f442-ae34-4fad-b071-9390dd44b686.jpg",
"seed": 1952539914,
"cost": 0.08
}