MODEL IDbria:21@2
live

Bria Fibo Edit Tools

Bria
by Bria

Bria Fibo Edit Tools is a unified image editing model that supports a broad range of editing workflows via structured instructions and optional masks. It can recolor images, relight scenes, restore degraded visuals, blend multiple images, apply seasonal effects across an image palette, or generate refined sketches based on prompt guidance. These editing operations are optimized for consistency, preservation of original content, and context-aware output.

Bria Fibo Edit Tools
Edit

Circus Caravan Collage Scene

Circus Caravan Collage Scene

Blend the ornate circus caravan naturally into a broad windswept grassland with tall amber-green grasses, scattered wildflowers, distant rolling hills, and a dramatic open sky. Preserve the caravan's decorative painted details and wagon shape while integrating realistic ground contact, matching perspective, soft environmental shadows, gentle weathering, and cohesive color harmony. Create a whimsical yet believable storybook travel atmosphere with rich texture and clean composition.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  positivePrompt: 'Blend the ornate circus caravan naturally into a broad windswept grassland with tall amber-green grasses, scattered wildflowers, distant rolling hills, and a dramatic open sky. Preserve the caravan\'s decorative painted details and wagon shape while integrating realistic ground contact, matching perspective, soft environmental shadows, gentle weathering, and cohesive color harmony. Create a whimsical yet believable storybook travel atmosphere with rich texture and clean composition.',
  providerSettings: {
    bria: {
      edit: 'blend'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/6bf3dbe5-ba02-41a8-9b2e-0c994c587e1b.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": "bria:21@2",
            "positivePrompt": "Blend the ornate circus caravan naturally into a broad windswept grassland with tall amber-green grasses, scattered wildflowers, distant rolling hills, and a dramatic open sky. Preserve the caravan's decorative painted details and wagon shape while integrating realistic ground contact, matching perspective, soft environmental shadows, gentle weathering, and cohesive color harmony. Create a whimsical yet believable storybook travel atmosphere with rich texture and clean composition.",
            "providerSettings": {
                "bria": {
                    "edit": "blend"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/6bf3dbe5-ba02-41a8-9b2e-0c994c587e1b.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": "fd238c7e-0153-4557-9cb0-ea66a297bf74",
      "model": "bria:21@2",
      "positivePrompt": "Blend the ornate circus caravan naturally into a broad windswept grassland with tall amber-green grasses, scattered wildflowers, distant rolling hills, and a dramatic open sky. Preserve the caravan's decorative painted details and wagon shape while integrating realistic ground contact, matching perspective, soft environmental shadows, gentle weathering, and cohesive color harmony. Create a whimsical yet believable storybook travel atmosphere with rich texture and clean composition.",
      "providerSettings": {
        "bria": {
          "edit": "blend"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/6bf3dbe5-ba02-41a8-9b2e-0c994c587e1b.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  positivePrompt="Blend the ornate circus caravan naturally into a broad windswept grassland with tall amber-green grasses, scattered wildflowers, distant rolling hills, and a dramatic open sky. Preserve the caravan's decorative painted details and wagon shape while integrating realistic ground contact, matching perspective, soft environmental shadows, gentle weathering, and cohesive color harmony. Create a whimsical yet believable storybook travel atmosphere with rich texture and clean composition." \
  providerSettings.bria.edit=blend \
  inputs.image=https://assets.runware.ai/assets/inputs/6bf3dbe5-ba02-41a8-9b2e-0c994c587e1b.jpg
{
  "taskType": "imageInference",
  "taskUUID": "fd238c7e-0153-4557-9cb0-ea66a297bf74",
  "model": "bria:21@2",
  "positivePrompt": "Blend the ornate circus caravan naturally into a broad windswept grassland with tall amber-green grasses, scattered wildflowers, distant rolling hills, and a dramatic open sky. Preserve the caravan's decorative painted details and wagon shape while integrating realistic ground contact, matching perspective, soft environmental shadows, gentle weathering, and cohesive color harmony. Create a whimsical yet believable storybook travel atmosphere with rich texture and clean composition.",
  "providerSettings": {
    "bria": {
      "edit": "blend"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/6bf3dbe5-ba02-41a8-9b2e-0c994c587e1b.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "fd238c7e-0153-4557-9cb0-ea66a297bf74",
  "imageUUID": "12159aaa-6f7a-4b67-bcfc-a645b9a94da8",
  "imageURL": "https://im.runware.ai/image/os/a15d18/ws/2/ii/12159aaa-6f7a-4b67-bcfc-a645b9a94da8.jpg",
  "seed": 940325967,
  "cost": 0.04
}
expand

Smart Beehive Panorama Extension

Smart Beehive Panorama Extension

Preserve the original photograph and the central smart beehive exactly. Extend the surrounding scene naturally into every new border: continue the orderly lavender rows, scattered grasses, dry ochre soil, distant low farmland, and pale summer sky with consistent perspective and warm afternoon sunlight. Maintain realistic commercial photography, seamless depth, and a calm premium agricultural-technology mood. Keep the expanded environment uncluttered and do not add more hives, people, vehicles, signage, logos, or text.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  positivePrompt: 'Preserve the original photograph and the central smart beehive exactly. Extend the surrounding scene naturally into every new border: continue the orderly lavender rows, scattered grasses, dry ochre soil, distant low farmland, and pale summer sky with consistent perspective and warm afternoon sunlight. Maintain realistic commercial photography, seamless depth, and a calm premium agricultural-technology mood. Keep the expanded environment uncluttered and do not add more hives, people, vehicles, signage, logos, or text.',
  outpaint: {
    top: 256,
    bottom: 256,
    left: 384,
    right: 384
  },
  providerSettings: {
    bria: {
      edit: 'expand'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/e78b56f0-c57c-4b39-8ff7-97e342f42820.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": "bria:21@2",
            "positivePrompt": "Preserve the original photograph and the central smart beehive exactly. Extend the surrounding scene naturally into every new border: continue the orderly lavender rows, scattered grasses, dry ochre soil, distant low farmland, and pale summer sky with consistent perspective and warm afternoon sunlight. Maintain realistic commercial photography, seamless depth, and a calm premium agricultural-technology mood. Keep the expanded environment uncluttered and do not add more hives, people, vehicles, signage, logos, or text.",
            "outpaint": {
                "top": 256,
                "bottom": 256,
                "left": 384,
                "right": 384
            },
            "providerSettings": {
                "bria": {
                    "edit": "expand"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/e78b56f0-c57c-4b39-8ff7-97e342f42820.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": "d5d53c01-ef3c-4878-8e47-f24aec6ac3b1",
      "model": "bria:21@2",
      "positivePrompt": "Preserve the original photograph and the central smart beehive exactly. Extend the surrounding scene naturally into every new border: continue the orderly lavender rows, scattered grasses, dry ochre soil, distant low farmland, and pale summer sky with consistent perspective and warm afternoon sunlight. Maintain realistic commercial photography, seamless depth, and a calm premium agricultural-technology mood. Keep the expanded environment uncluttered and do not add more hives, people, vehicles, signage, logos, or text.",
      "outpaint": {
        "top": 256,
        "bottom": 256,
        "left": 384,
        "right": 384
      },
      "providerSettings": {
        "bria": {
          "edit": "expand"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/e78b56f0-c57c-4b39-8ff7-97e342f42820.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  positivePrompt="Preserve the original photograph and the central smart beehive exactly. Extend the surrounding scene naturally into every new border: continue the orderly lavender rows, scattered grasses, dry ochre soil, distant low farmland, and pale summer sky with consistent perspective and warm afternoon sunlight. Maintain realistic commercial photography, seamless depth, and a calm premium agricultural-technology mood. Keep the expanded environment uncluttered and do not add more hives, people, vehicles, signage, logos, or text." \
  outpaint.top=256 \
  outpaint.bottom=256 \
  outpaint.left=384 \
  outpaint.right=384 \
  providerSettings.bria.edit=expand \
  inputs.image=https://assets.runware.ai/assets/inputs/e78b56f0-c57c-4b39-8ff7-97e342f42820.jpg
{
  "taskType": "imageInference",
  "taskUUID": "d5d53c01-ef3c-4878-8e47-f24aec6ac3b1",
  "model": "bria:21@2",
  "positivePrompt": "Preserve the original photograph and the central smart beehive exactly. Extend the surrounding scene naturally into every new border: continue the orderly lavender rows, scattered grasses, dry ochre soil, distant low farmland, and pale summer sky with consistent perspective and warm afternoon sunlight. Maintain realistic commercial photography, seamless depth, and a calm premium agricultural-technology mood. Keep the expanded environment uncluttered and do not add more hives, people, vehicles, signage, logos, or text.",
  "outpaint": {
    "top": 256,
    "bottom": 256,
    "left": 384,
    "right": 384
  },
  "providerSettings": {
    "bria": {
      "edit": "expand"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/e78b56f0-c57c-4b39-8ff7-97e342f42820.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "d5d53c01-ef3c-4878-8e47-f24aec6ac3b1",
  "imageUUID": "dc922fc4-73ff-4d3e-bf1f-321cfefe2f03",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/4/ii/dc922fc4-73ff-4d3e-bf1f-321cfefe2f03.jpg",
  "seed": 52695785,
  "cost": 0.04
}
restore

Saturation Diver Archive Headshot

Saturation Diver Archive Headshot
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  providerSettings: {
    bria: {
      edit: 'restore'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/8f62704d-825f-4eb3-a971-39469cfeb806.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": "bria:21@2",
            "providerSettings": {
                "bria": {
                    "edit": "restore"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/8f62704d-825f-4eb3-a971-39469cfeb806.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": "a08e76e4-50ce-40e5-badb-2485eac27210",
      "model": "bria:21@2",
      "providerSettings": {
        "bria": {
          "edit": "restore"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/8f62704d-825f-4eb3-a971-39469cfeb806.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  providerSettings.bria.edit=restore \
  inputs.image=https://assets.runware.ai/assets/inputs/8f62704d-825f-4eb3-a971-39469cfeb806.jpg
{
  "taskType": "imageInference",
  "taskUUID": "a08e76e4-50ce-40e5-badb-2485eac27210",
  "model": "bria:21@2",
  "providerSettings": {
    "bria": {
      "edit": "restore"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/8f62704d-825f-4eb3-a971-39469cfeb806.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a08e76e4-50ce-40e5-badb-2485eac27210",
  "imageUUID": "d4f23328-568b-4bef-aa53-b53034ca822f",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/d4f23328-568b-4bef-aa53-b53034ca822f.jpg",
  "seed": 895979612,
  "cost": 0.04
}
Edit

Winter Arcade Portrait Refresh

Winter Arcade Portrait Refresh

Relight this portrait with blue hour light coming from the side, as if the arcade signage and cool evening glow are shaping the face and jacket. Preserve the same person, pose, outfit, camera angle, and arcade interior. Enhance reflective highlights on chrome machine edges, deepen shadows with clean separation, keep skin natural, and add a polished cinematic atmosphere with crisp detail and realistic color contrast.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  positivePrompt: 'Relight this portrait with blue hour light coming from the side, as if the arcade signage and cool evening glow are shaping the face and jacket. Preserve the same person, pose, outfit, camera angle, and arcade interior. Enhance reflective highlights on chrome machine edges, deepen shadows with clean separation, keep skin natural, and add a polished cinematic atmosphere with crisp detail and realistic color contrast.',
  providerSettings: {
    bria: {
      edit: 'relight',
      lightDirection: 'side',
      lightType: 'blue hour light'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/c043a681-19dd-47cd-a1dc-332d4ec1285e.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": "bria:21@2",
            "positivePrompt": "Relight this portrait with blue hour light coming from the side, as if the arcade signage and cool evening glow are shaping the face and jacket. Preserve the same person, pose, outfit, camera angle, and arcade interior. Enhance reflective highlights on chrome machine edges, deepen shadows with clean separation, keep skin natural, and add a polished cinematic atmosphere with crisp detail and realistic color contrast.",
            "providerSettings": {
                "bria": {
                    "edit": "relight",
                    "lightDirection": "side",
                    "lightType": "blue hour light"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/c043a681-19dd-47cd-a1dc-332d4ec1285e.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": "e34a0beb-3e62-4486-9323-e75a6c3b2539",
      "model": "bria:21@2",
      "positivePrompt": "Relight this portrait with blue hour light coming from the side, as if the arcade signage and cool evening glow are shaping the face and jacket. Preserve the same person, pose, outfit, camera angle, and arcade interior. Enhance reflective highlights on chrome machine edges, deepen shadows with clean separation, keep skin natural, and add a polished cinematic atmosphere with crisp detail and realistic color contrast.",
      "providerSettings": {
        "bria": {
          "edit": "relight",
          "lightDirection": "side",
          "lightType": "blue hour light"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/c043a681-19dd-47cd-a1dc-332d4ec1285e.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  positivePrompt="Relight this portrait with blue hour light coming from the side, as if the arcade signage and cool evening glow are shaping the face and jacket. Preserve the same person, pose, outfit, camera angle, and arcade interior. Enhance reflective highlights on chrome machine edges, deepen shadows with clean separation, keep skin natural, and add a polished cinematic atmosphere with crisp detail and realistic color contrast." \
  providerSettings.bria.edit=relight \
  providerSettings.bria.lightDirection=side \
  providerSettings.bria.lightType="blue hour light" \
  inputs.image=https://assets.runware.ai/assets/inputs/c043a681-19dd-47cd-a1dc-332d4ec1285e.jpg
{
  "taskType": "imageInference",
  "taskUUID": "e34a0beb-3e62-4486-9323-e75a6c3b2539",
  "model": "bria:21@2",
  "positivePrompt": "Relight this portrait with blue hour light coming from the side, as if the arcade signage and cool evening glow are shaping the face and jacket. Preserve the same person, pose, outfit, camera angle, and arcade interior. Enhance reflective highlights on chrome machine edges, deepen shadows with clean separation, keep skin natural, and add a polished cinematic atmosphere with crisp detail and realistic color contrast.",
  "providerSettings": {
    "bria": {
      "edit": "relight",
      "lightDirection": "side",
      "lightType": "blue hour light"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/c043a681-19dd-47cd-a1dc-332d4ec1285e.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "e34a0beb-3e62-4486-9323-e75a6c3b2539",
  "imageUUID": "6c559cf3-ceaf-4d7e-ae0d-8001f3524d22",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/2/ii/6c559cf3-ceaf-4d7e-ae0d-8001f3524d22.jpg",
  "seed": 1242301786,
  "cost": 0.04
}
Edit

Charcoal Blueprint Dragon Sketch

Charcoal Blueprint Dragon Sketch

Transform this rough concept sketch into a refined illustrated scene of a mechanical dragon perched on a brass clockwork pedestal in a forgotten inventor's hall. Preserve the exact pose, silhouette, wing placement, and hand-drawn structure from the source. Add brushed steel plates, copper joints, tiny rivets, etched gearwork, faint steam vents, parchment blueprint annotations, and dramatic volumetric dust in the air. Keep the image grounded in the original sketch lines while elevating it into a highly detailed fantasy-engineering visual with rich metallic textures, precise edges, and moody workshop atmosphere.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  positivePrompt: 'Transform this rough concept sketch into a refined illustrated scene of a mechanical dragon perched on a brass clockwork pedestal in a forgotten inventor\'s hall. Preserve the exact pose, silhouette, wing placement, and hand-drawn structure from the source. Add brushed steel plates, copper joints, tiny rivets, etched gearwork, faint steam vents, parchment blueprint annotations, and dramatic volumetric dust in the air. Keep the image grounded in the original sketch lines while elevating it into a highly detailed fantasy-engineering visual with rich metallic textures, precise edges, and moody workshop atmosphere.',
  providerSettings: {
    bria: {
      edit: 'sketch_to_image'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/690e8a60-09c7-4e6f-9382-5b6aaea675e5.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": "bria:21@2",
            "positivePrompt": "Transform this rough concept sketch into a refined illustrated scene of a mechanical dragon perched on a brass clockwork pedestal in a forgotten inventor's hall. Preserve the exact pose, silhouette, wing placement, and hand-drawn structure from the source. Add brushed steel plates, copper joints, tiny rivets, etched gearwork, faint steam vents, parchment blueprint annotations, and dramatic volumetric dust in the air. Keep the image grounded in the original sketch lines while elevating it into a highly detailed fantasy-engineering visual with rich metallic textures, precise edges, and moody workshop atmosphere.",
            "providerSettings": {
                "bria": {
                    "edit": "sketch_to_image"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/690e8a60-09c7-4e6f-9382-5b6aaea675e5.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": "3485d6f4-78bb-4046-8fec-31a1e7b78620",
      "model": "bria:21@2",
      "positivePrompt": "Transform this rough concept sketch into a refined illustrated scene of a mechanical dragon perched on a brass clockwork pedestal in a forgotten inventor's hall. Preserve the exact pose, silhouette, wing placement, and hand-drawn structure from the source. Add brushed steel plates, copper joints, tiny rivets, etched gearwork, faint steam vents, parchment blueprint annotations, and dramatic volumetric dust in the air. Keep the image grounded in the original sketch lines while elevating it into a highly detailed fantasy-engineering visual with rich metallic textures, precise edges, and moody workshop atmosphere.",
      "providerSettings": {
        "bria": {
          "edit": "sketch_to_image"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/690e8a60-09c7-4e6f-9382-5b6aaea675e5.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  positivePrompt="Transform this rough concept sketch into a refined illustrated scene of a mechanical dragon perched on a brass clockwork pedestal in a forgotten inventor's hall. Preserve the exact pose, silhouette, wing placement, and hand-drawn structure from the source. Add brushed steel plates, copper joints, tiny rivets, etched gearwork, faint steam vents, parchment blueprint annotations, and dramatic volumetric dust in the air. Keep the image grounded in the original sketch lines while elevating it into a highly detailed fantasy-engineering visual with rich metallic textures, precise edges, and moody workshop atmosphere." \
  providerSettings.bria.edit=sketch_to_image \
  inputs.image=https://assets.runware.ai/assets/inputs/690e8a60-09c7-4e6f-9382-5b6aaea675e5.jpg
{
  "taskType": "imageInference",
  "taskUUID": "3485d6f4-78bb-4046-8fec-31a1e7b78620",
  "model": "bria:21@2",
  "positivePrompt": "Transform this rough concept sketch into a refined illustrated scene of a mechanical dragon perched on a brass clockwork pedestal in a forgotten inventor's hall. Preserve the exact pose, silhouette, wing placement, and hand-drawn structure from the source. Add brushed steel plates, copper joints, tiny rivets, etched gearwork, faint steam vents, parchment blueprint annotations, and dramatic volumetric dust in the air. Keep the image grounded in the original sketch lines while elevating it into a highly detailed fantasy-engineering visual with rich metallic textures, precise edges, and moody workshop atmosphere.",
  "providerSettings": {
    "bria": {
      "edit": "sketch_to_image"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/690e8a60-09c7-4e6f-9382-5b6aaea675e5.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "3485d6f4-78bb-4046-8fec-31a1e7b78620",
  "imageUUID": "6e71fb4c-4be6-43ba-944e-e7a031e260f7",
  "imageURL": "https://im.runware.ai/image/os/a17d13/ws/2/ii/6e71fb4c-4be6-43ba-944e-e7a031e260f7.jpg",
  "seed": 1422327574,
  "cost": 0.04
}
Edit

Kite Workshop Color Revival

Kite Workshop Color Revival

Colorize this monochrome kite-making workshop with natural, period-authentic tones: bright crimson, saffron, teal, and indigo paper kites, warm honey-brown wood beams and tables, muted steel tools, cream paper surfaces, cotton thread in varied colors, subtle skin tones if any people are visible, gentle daylight ambiance, realistic pigments, preserved documentary realism, detailed textures, no exaggerated saturation.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  positivePrompt: 'Colorize this monochrome kite-making workshop with natural, period-authentic tones: bright crimson, saffron, teal, and indigo paper kites, warm honey-brown wood beams and tables, muted steel tools, cream paper surfaces, cotton thread in varied colors, subtle skin tones if any people are visible, gentle daylight ambiance, realistic pigments, preserved documentary realism, detailed textures, no exaggerated saturation.',
  providerSettings: {
    bria: {
      edit: 'colorize',
      color: 'contemporary color'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/87eec0f2-6455-405f-a44b-40e3f7fa96f4.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": "bria:21@2",
            "positivePrompt": "Colorize this monochrome kite-making workshop with natural, period-authentic tones: bright crimson, saffron, teal, and indigo paper kites, warm honey-brown wood beams and tables, muted steel tools, cream paper surfaces, cotton thread in varied colors, subtle skin tones if any people are visible, gentle daylight ambiance, realistic pigments, preserved documentary realism, detailed textures, no exaggerated saturation.",
            "providerSettings": {
                "bria": {
                    "edit": "colorize",
                    "color": "contemporary color"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/87eec0f2-6455-405f-a44b-40e3f7fa96f4.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": "f66275b1-19aa-4b6a-b777-cfc60afa2ff2",
      "model": "bria:21@2",
      "positivePrompt": "Colorize this monochrome kite-making workshop with natural, period-authentic tones: bright crimson, saffron, teal, and indigo paper kites, warm honey-brown wood beams and tables, muted steel tools, cream paper surfaces, cotton thread in varied colors, subtle skin tones if any people are visible, gentle daylight ambiance, realistic pigments, preserved documentary realism, detailed textures, no exaggerated saturation.",
      "providerSettings": {
        "bria": {
          "edit": "colorize",
          "color": "contemporary color"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/87eec0f2-6455-405f-a44b-40e3f7fa96f4.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  positivePrompt="Colorize this monochrome kite-making workshop with natural, period-authentic tones: bright crimson, saffron, teal, and indigo paper kites, warm honey-brown wood beams and tables, muted steel tools, cream paper surfaces, cotton thread in varied colors, subtle skin tones if any people are visible, gentle daylight ambiance, realistic pigments, preserved documentary realism, detailed textures, no exaggerated saturation." \
  providerSettings.bria.edit=colorize \
  providerSettings.bria.color="contemporary color" \
  inputs.image=https://assets.runware.ai/assets/inputs/87eec0f2-6455-405f-a44b-40e3f7fa96f4.jpg
{
  "taskType": "imageInference",
  "taskUUID": "f66275b1-19aa-4b6a-b777-cfc60afa2ff2",
  "model": "bria:21@2",
  "positivePrompt": "Colorize this monochrome kite-making workshop with natural, period-authentic tones: bright crimson, saffron, teal, and indigo paper kites, warm honey-brown wood beams and tables, muted steel tools, cream paper surfaces, cotton thread in varied colors, subtle skin tones if any people are visible, gentle daylight ambiance, realistic pigments, preserved documentary realism, detailed textures, no exaggerated saturation.",
  "providerSettings": {
    "bria": {
      "edit": "colorize",
      "color": "contemporary color"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/87eec0f2-6455-405f-a44b-40e3f7fa96f4.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f66275b1-19aa-4b6a-b777-cfc60afa2ff2",
  "imageUUID": "dff8de7a-e863-4672-9c4f-42f50439843f",
  "imageURL": "https://im.runware.ai/image/os/a18d05/ws/2/ii/dff8de7a-e863-4672-9c4f-42f50439843f.jpg",
  "seed": 1081098396,
  "cost": 0.04
}
blend

Floating Wetland Keynote Backdrop

Floating Wetland Keynote Backdrop

Preserve the centered floating wetland and its exact geometry, vegetation, materials, scale, and straight-down aerial perspective. Expand the photograph equally to the left and right into a clean cinematic panorama of the same dark teal reservoir. Continue the natural water texture, restrained cloud reflections, gentle ripples, and soft overcast illumination seamlessly across the new canvas. Add only faint submerged vegetation patterns and a few widely spaced drifting leaves near the outer edges, maintaining generous negative space for a professional environmental engineering keynote backdrop. Photorealistic conservation-documentary art direction, calm scientific mood, muted teal, moss green, and amber palette; no duplicate wetland modules, shoreline, boats, people, buildings, lettering, logos, borders, or visible seams.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  positivePrompt: 'Preserve the centered floating wetland and its exact geometry, vegetation, materials, scale, and straight-down aerial perspective. Expand the photograph equally to the left and right into a clean cinematic panorama of the same dark teal reservoir. Continue the natural water texture, restrained cloud reflections, gentle ripples, and soft overcast illumination seamlessly across the new canvas. Add only faint submerged vegetation patterns and a few widely spaced drifting leaves near the outer edges, maintaining generous negative space for a professional environmental engineering keynote backdrop. Photorealistic conservation-documentary art direction, calm scientific mood, muted teal, moss green, and amber palette; no duplicate wetland modules, shoreline, boats, people, buildings, lettering, logos, borders, or visible seams.',
  providerSettings: {
    bria: {
      edit: 'blend'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/756f5454-7f66-4bbb-a3fe-4889299282ac.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": "bria:21@2",
            "positivePrompt": "Preserve the centered floating wetland and its exact geometry, vegetation, materials, scale, and straight-down aerial perspective. Expand the photograph equally to the left and right into a clean cinematic panorama of the same dark teal reservoir. Continue the natural water texture, restrained cloud reflections, gentle ripples, and soft overcast illumination seamlessly across the new canvas. Add only faint submerged vegetation patterns and a few widely spaced drifting leaves near the outer edges, maintaining generous negative space for a professional environmental engineering keynote backdrop. Photorealistic conservation-documentary art direction, calm scientific mood, muted teal, moss green, and amber palette; no duplicate wetland modules, shoreline, boats, people, buildings, lettering, logos, borders, or visible seams.",
            "providerSettings": {
                "bria": {
                    "edit": "blend"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/756f5454-7f66-4bbb-a3fe-4889299282ac.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": "341fb5dd-221e-4d93-aa35-6f16a6ab4954",
      "model": "bria:21@2",
      "positivePrompt": "Preserve the centered floating wetland and its exact geometry, vegetation, materials, scale, and straight-down aerial perspective. Expand the photograph equally to the left and right into a clean cinematic panorama of the same dark teal reservoir. Continue the natural water texture, restrained cloud reflections, gentle ripples, and soft overcast illumination seamlessly across the new canvas. Add only faint submerged vegetation patterns and a few widely spaced drifting leaves near the outer edges, maintaining generous negative space for a professional environmental engineering keynote backdrop. Photorealistic conservation-documentary art direction, calm scientific mood, muted teal, moss green, and amber palette; no duplicate wetland modules, shoreline, boats, people, buildings, lettering, logos, borders, or visible seams.",
      "providerSettings": {
        "bria": {
          "edit": "blend"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/756f5454-7f66-4bbb-a3fe-4889299282ac.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  positivePrompt="Preserve the centered floating wetland and its exact geometry, vegetation, materials, scale, and straight-down aerial perspective. Expand the photograph equally to the left and right into a clean cinematic panorama of the same dark teal reservoir. Continue the natural water texture, restrained cloud reflections, gentle ripples, and soft overcast illumination seamlessly across the new canvas. Add only faint submerged vegetation patterns and a few widely spaced drifting leaves near the outer edges, maintaining generous negative space for a professional environmental engineering keynote backdrop. Photorealistic conservation-documentary art direction, calm scientific mood, muted teal, moss green, and amber palette; no duplicate wetland modules, shoreline, boats, people, buildings, lettering, logos, borders, or visible seams." \
  providerSettings.bria.edit=blend \
  inputs.image=https://assets.runware.ai/assets/inputs/756f5454-7f66-4bbb-a3fe-4889299282ac.jpg
{
  "taskType": "imageInference",
  "taskUUID": "341fb5dd-221e-4d93-aa35-6f16a6ab4954",
  "model": "bria:21@2",
  "positivePrompt": "Preserve the centered floating wetland and its exact geometry, vegetation, materials, scale, and straight-down aerial perspective. Expand the photograph equally to the left and right into a clean cinematic panorama of the same dark teal reservoir. Continue the natural water texture, restrained cloud reflections, gentle ripples, and soft overcast illumination seamlessly across the new canvas. Add only faint submerged vegetation patterns and a few widely spaced drifting leaves near the outer edges, maintaining generous negative space for a professional environmental engineering keynote backdrop. Photorealistic conservation-documentary art direction, calm scientific mood, muted teal, moss green, and amber palette; no duplicate wetland modules, shoreline, boats, people, buildings, lettering, logos, borders, or visible seams.",
  "providerSettings": {
    "bria": {
      "edit": "blend"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/756f5454-7f66-4bbb-a3fe-4889299282ac.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "341fb5dd-221e-4d93-aa35-6f16a6ab4954",
  "imageUUID": "ce2294f7-79b2-49b5-abe9-71be8a15415e",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/ce2294f7-79b2-49b5-abe9-71be8a15415e.jpg",
  "seed": 869109267,
  "cost": 0.04
}
Edit

Restored Seaside Boardwalk Snapshot

Restored Seaside Boardwalk Snapshot

Restore this aged seaside boardwalk family snapshot with clean recovered detail, repaired scratches and creases, reduced dust and fading, sharper faces and clothing, natural skin tones, balanced contrast, faithful mid-century travel-photo character, realistic textures, and an authentic nostalgic finish without changing the scene composition.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  positivePrompt: 'Restore this aged seaside boardwalk family snapshot with clean recovered detail, repaired scratches and creases, reduced dust and fading, sharper faces and clothing, natural skin tones, balanced contrast, faithful mid-century travel-photo character, realistic textures, and an authentic nostalgic finish without changing the scene composition.',
  providerSettings: {
    bria: {
      edit: 'restore'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/567a526d-e974-4182-b279-3e20a7f47f29.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": "bria:21@2",
            "positivePrompt": "Restore this aged seaside boardwalk family snapshot with clean recovered detail, repaired scratches and creases, reduced dust and fading, sharper faces and clothing, natural skin tones, balanced contrast, faithful mid-century travel-photo character, realistic textures, and an authentic nostalgic finish without changing the scene composition.",
            "providerSettings": {
                "bria": {
                    "edit": "restore"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/567a526d-e974-4182-b279-3e20a7f47f29.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": "abcb23af-e75d-405d-ad29-90ef06a5f753",
      "model": "bria:21@2",
      "positivePrompt": "Restore this aged seaside boardwalk family snapshot with clean recovered detail, repaired scratches and creases, reduced dust and fading, sharper faces and clothing, natural skin tones, balanced contrast, faithful mid-century travel-photo character, realistic textures, and an authentic nostalgic finish without changing the scene composition.",
      "providerSettings": {
        "bria": {
          "edit": "restore"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/567a526d-e974-4182-b279-3e20a7f47f29.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  positivePrompt="Restore this aged seaside boardwalk family snapshot with clean recovered detail, repaired scratches and creases, reduced dust and fading, sharper faces and clothing, natural skin tones, balanced contrast, faithful mid-century travel-photo character, realistic textures, and an authentic nostalgic finish without changing the scene composition." \
  providerSettings.bria.edit=restore \
  inputs.image=https://assets.runware.ai/assets/inputs/567a526d-e974-4182-b279-3e20a7f47f29.jpg
{
  "taskType": "imageInference",
  "taskUUID": "abcb23af-e75d-405d-ad29-90ef06a5f753",
  "model": "bria:21@2",
  "positivePrompt": "Restore this aged seaside boardwalk family snapshot with clean recovered detail, repaired scratches and creases, reduced dust and fading, sharper faces and clothing, natural skin tones, balanced contrast, faithful mid-century travel-photo character, realistic textures, and an authentic nostalgic finish without changing the scene composition.",
  "providerSettings": {
    "bria": {
      "edit": "restore"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/567a526d-e974-4182-b279-3e20a7f47f29.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "abcb23af-e75d-405d-ad29-90ef06a5f753",
  "imageUUID": "b724079b-ee70-4a09-b52f-d4c8d912958b",
  "imageURL": "https://im.runware.ai/image/os/a08d21/ws/2/ii/b724079b-ee70-4a09-b52f-d4c8d912958b.jpg",
  "seed": 638463431,
  "cost": 0.04
}
reseason

Prefab Sauna Winter Variant

Prefab Sauna Winter Variant
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  providerSettings: {
    bria: {
      edit: 'reseason',
      season: 'winter'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/dec2bcaf-f056-48a4-89dd-54ee84969df7.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": "bria:21@2",
            "providerSettings": {
                "bria": {
                    "edit": "reseason",
                    "season": "winter"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/dec2bcaf-f056-48a4-89dd-54ee84969df7.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": "30935fd8-9015-4406-b50a-8b23ff03240e",
      "model": "bria:21@2",
      "providerSettings": {
        "bria": {
          "edit": "reseason",
          "season": "winter"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/dec2bcaf-f056-48a4-89dd-54ee84969df7.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  providerSettings.bria.edit=reseason \
  providerSettings.bria.season=winter \
  inputs.image=https://assets.runware.ai/assets/inputs/dec2bcaf-f056-48a4-89dd-54ee84969df7.jpg
{
  "taskType": "imageInference",
  "taskUUID": "30935fd8-9015-4406-b50a-8b23ff03240e",
  "model": "bria:21@2",
  "providerSettings": {
    "bria": {
      "edit": "reseason",
      "season": "winter"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/dec2bcaf-f056-48a4-89dd-54ee84969df7.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "30935fd8-9015-4406-b50a-8b23ff03240e",
  "imageUUID": "9e6335b7-d349-4528-84b9-69370f1abe87",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/9e6335b7-d349-4528-84b9-69370f1abe87.jpg",
  "seed": 1866764419,
  "cost": 0.04
}
Edit

Autumn Canal Bicycle Scene

Autumn Canal Bicycle Scene

Convert the scene from late summer to autumn. Turn the tree canopy into rich amber, russet, and golden foliage, add a light scattering of fallen leaves along the cobblestones and near the bicycle tires, shift the flower boxes to muted seasonal tones, and cool the overall atmosphere slightly while keeping the canal, buildings, bicycle, and framing unchanged. Preserve realistic textures and natural continuity throughout the scene.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  positivePrompt: 'Convert the scene from late summer to autumn. Turn the tree canopy into rich amber, russet, and golden foliage, add a light scattering of fallen leaves along the cobblestones and near the bicycle tires, shift the flower boxes to muted seasonal tones, and cool the overall atmosphere slightly while keeping the canal, buildings, bicycle, and framing unchanged. Preserve realistic textures and natural continuity throughout the scene.',
  providerSettings: {
    bria: {
      edit: 'reseason',
      season: 'autumn'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/84de7dd9-bf2e-4165-8152-aa5dc9a92f6b.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": "bria:21@2",
            "positivePrompt": "Convert the scene from late summer to autumn. Turn the tree canopy into rich amber, russet, and golden foliage, add a light scattering of fallen leaves along the cobblestones and near the bicycle tires, shift the flower boxes to muted seasonal tones, and cool the overall atmosphere slightly while keeping the canal, buildings, bicycle, and framing unchanged. Preserve realistic textures and natural continuity throughout the scene.",
            "providerSettings": {
                "bria": {
                    "edit": "reseason",
                    "season": "autumn"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/84de7dd9-bf2e-4165-8152-aa5dc9a92f6b.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": "7ed3be1a-1570-4600-b764-89a229533fa5",
      "model": "bria:21@2",
      "positivePrompt": "Convert the scene from late summer to autumn. Turn the tree canopy into rich amber, russet, and golden foliage, add a light scattering of fallen leaves along the cobblestones and near the bicycle tires, shift the flower boxes to muted seasonal tones, and cool the overall atmosphere slightly while keeping the canal, buildings, bicycle, and framing unchanged. Preserve realistic textures and natural continuity throughout the scene.",
      "providerSettings": {
        "bria": {
          "edit": "reseason",
          "season": "autumn"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/84de7dd9-bf2e-4165-8152-aa5dc9a92f6b.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  positivePrompt="Convert the scene from late summer to autumn. Turn the tree canopy into rich amber, russet, and golden foliage, add a light scattering of fallen leaves along the cobblestones and near the bicycle tires, shift the flower boxes to muted seasonal tones, and cool the overall atmosphere slightly while keeping the canal, buildings, bicycle, and framing unchanged. Preserve realistic textures and natural continuity throughout the scene." \
  providerSettings.bria.edit=reseason \
  providerSettings.bria.season=autumn \
  inputs.image=https://assets.runware.ai/assets/inputs/84de7dd9-bf2e-4165-8152-aa5dc9a92f6b.jpg
{
  "taskType": "imageInference",
  "taskUUID": "7ed3be1a-1570-4600-b764-89a229533fa5",
  "model": "bria:21@2",
  "positivePrompt": "Convert the scene from late summer to autumn. Turn the tree canopy into rich amber, russet, and golden foliage, add a light scattering of fallen leaves along the cobblestones and near the bicycle tires, shift the flower boxes to muted seasonal tones, and cool the overall atmosphere slightly while keeping the canal, buildings, bicycle, and framing unchanged. Preserve realistic textures and natural continuity throughout the scene.",
  "providerSettings": {
    "bria": {
      "edit": "reseason",
      "season": "autumn"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/84de7dd9-bf2e-4165-8152-aa5dc9a92f6b.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "7ed3be1a-1570-4600-b764-89a229533fa5",
  "imageUUID": "335135f8-b2b9-42f7-93d5-8cf0e8f944b3",
  "imageURL": "https://im.runware.ai/image/os/a11d13/ws/3/ii/335135f8-b2b9-42f7-93d5-8cf0e8f944b3.jpg",
  "seed": 1766175902,
  "cost": 0.04
}
sketch-to-image

Panoramic Seafloor Trencher Concept Art

Panoramic Seafloor Trencher Concept Art
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  providerSettings: {
    bria: {
      edit: 'sketch_to_image'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/76b58e80-70a9-4384-81e8-a4879d8f58bb.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": "bria:21@2",
            "providerSettings": {
                "bria": {
                    "edit": "sketch_to_image"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/76b58e80-70a9-4384-81e8-a4879d8f58bb.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": "f2b51625-c499-440c-9a9f-ddc70fcbbf21",
      "model": "bria:21@2",
      "providerSettings": {
        "bria": {
          "edit": "sketch_to_image"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/76b58e80-70a9-4384-81e8-a4879d8f58bb.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  providerSettings.bria.edit=sketch_to_image \
  inputs.image=https://assets.runware.ai/assets/inputs/76b58e80-70a9-4384-81e8-a4879d8f58bb.jpg
{
  "taskType": "imageInference",
  "taskUUID": "f2b51625-c499-440c-9a9f-ddc70fcbbf21",
  "model": "bria:21@2",
  "providerSettings": {
    "bria": {
      "edit": "sketch_to_image"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/76b58e80-70a9-4384-81e8-a4879d8f58bb.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f2b51625-c499-440c-9a9f-ddc70fcbbf21",
  "imageUUID": "4e1826dd-768e-4f43-80da-3b575a2f4f22",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/4e1826dd-768e-4f43-80da-3b575a2f4f22.jpg",
  "seed": 372161764,
  "cost": 0.04
}
colorize

Neon Workshop Archive Colorization

Neon Workshop Archive Colorization
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  providerSettings: {
    bria: {
      edit: 'colorize',
      color: 'contemporary color'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/35947931-083f-4450-8c4a-dadfbe39034b.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": "bria:21@2",
            "providerSettings": {
                "bria": {
                    "edit": "colorize",
                    "color": "contemporary color"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/35947931-083f-4450-8c4a-dadfbe39034b.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": "a8184e6a-8f4e-4563-a812-851663fda687",
      "model": "bria:21@2",
      "providerSettings": {
        "bria": {
          "edit": "colorize",
          "color": "contemporary color"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/35947931-083f-4450-8c4a-dadfbe39034b.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  providerSettings.bria.edit=colorize \
  providerSettings.bria.color="contemporary color" \
  inputs.image=https://assets.runware.ai/assets/inputs/35947931-083f-4450-8c4a-dadfbe39034b.jpg
{
  "taskType": "imageInference",
  "taskUUID": "a8184e6a-8f4e-4563-a812-851663fda687",
  "model": "bria:21@2",
  "providerSettings": {
    "bria": {
      "edit": "colorize",
      "color": "contemporary color"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/35947931-083f-4450-8c4a-dadfbe39034b.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a8184e6a-8f4e-4563-a812-851663fda687",
  "imageUUID": "6a9a088e-be08-46c5-b4fa-6a7cd4695529",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/6a9a088e-be08-46c5-b4fa-6a7cd4695529.jpg",
  "seed": 551870773,
  "cost": 0.04
}
relight

Chiaroscuro Artifact Catalog Portrait

Chiaroscuro Artifact Catalog Portrait
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bria:21@2',
  providerSettings: {
    bria: {
      edit: 'relight',
      lightDirection: 'side',
      lightType: 'low-angle sunlight'
    }
  },
  inputs: {
    image: 'https://assets.runware.ai/assets/inputs/5b245f95-8b87-4e48-849e-cb1a2972de95.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": "bria:21@2",
            "providerSettings": {
                "bria": {
                    "edit": "relight",
                    "lightDirection": "side",
                    "lightType": "low-angle sunlight"
                }
            },
            "inputs": {
                "image": "https://assets.runware.ai/assets/inputs/5b245f95-8b87-4e48-849e-cb1a2972de95.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": "12c89b4b-2f02-45b2-a32b-17d100626681",
      "model": "bria:21@2",
      "providerSettings": {
        "bria": {
          "edit": "relight",
          "lightDirection": "side",
          "lightType": "low-angle sunlight"
        }
      },
      "inputs": {
        "image": "https://assets.runware.ai/assets/inputs/5b245f95-8b87-4e48-849e-cb1a2972de95.jpg"
      }
    }
  ]'
runware run bria:21@2 \
  providerSettings.bria.edit=relight \
  providerSettings.bria.lightDirection=side \
  providerSettings.bria.lightType="low-angle sunlight" \
  inputs.image=https://assets.runware.ai/assets/inputs/5b245f95-8b87-4e48-849e-cb1a2972de95.jpg
{
  "taskType": "imageInference",
  "taskUUID": "12c89b4b-2f02-45b2-a32b-17d100626681",
  "model": "bria:21@2",
  "providerSettings": {
    "bria": {
      "edit": "relight",
      "lightDirection": "side",
      "lightType": "low-angle sunlight"
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/5b245f95-8b87-4e48-849e-cb1a2972de95.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "12c89b4b-2f02-45b2-a32b-17d100626681",
  "imageUUID": "ecd516fe-fd51-4253-b212-af5fdd398395",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/ecd516fe-fd51-4253-b212-af5fdd398395.jpg",
  "seed": 1440808314,
  "cost": 0.04
}