LOCAL RENDER NODE — ONLINE FRM 000142

Generate, edit, and face-swap video entirely offline.

Run open-source video pipelines on your own hardware — ControlNet, ReActor, and inpainting included — or point the same interface at your cloud backend when you need more horsepower.

Start Workspace Explore Workflows
PROCESSING · LOCAL
1920×1080 · 24fps · node:localhost
Features

Everything runs where your footage lives

Four core pipelines, wired together in one studio — built for editors who'd rather not upload their footage anywhere.

PIPELINE / 01

Video-to-Video & ControlNet

Guide motion and structure frame-by-frame with local pose, depth, and edge maps — no round trip to a remote server.

PIPELINE / 02

AI Face Swapping

ReActor-powered swaps processed offline, frame by frame, with consistent identity across cuts and lighting changes.

PIPELINE / 03

Inpainting & Object Editing

Mask, remove, or replace elements with pixel-precise local edits that hold up across an entire clip.

PIPELINE / 04

API & Backend Ready

Connect custom code to local render nodes or cloud endpoints through one consistent API surface.

Local Models

Bring your own weights, or use ours

MiniMax Video-01
ReActor Face Swap
ControlNet (OpenPose)
ControlNet (Depth)
SDXL Inpainting
Custom ONNX / Diffusers
API & Backend

Point it at localhost. Or point it anywhere.

Every workflow in the studio is exposed through the same API — swap the endpoint and nothing else changes, whether you're running on a local GPU or a cluster you manage yourself.

  • Local-first by default — no footage leaves your machine unless you choose
  • Drop-in REST endpoints for each pipeline (v2v, face-swap, inpaint)
  • Bring your own model weights or backend via config
studio.config.js
// point Creativz Ai Studio at a local or remote node
export default {
  backend: "local", // or "cloud"
  endpoint: "http://localhost:8188",
  pipelines: ["v2v", "faceswap", "inpaint"],
  onFrame: (frame) => renderPreview(frame)
};
Studio Workspace
Run a pipeline on your local node
NODE localhost:8188Ready

Video-to-Video Input

V2V

Drop a source clip here, or click to browse

MP4, MOV, WEBM up to 2GB

0.55
24 fps
0.80

Node Ready · no footage leaves this machine

Render Preview

OUTPUT
IDLE
FRM 000000

Awaiting render — configure a pipeline and start

Stage: idle 0%
decodesampleupscaleencode
Get Started

Your studio, running on your terms.

Free to start locally. Scale to your own backend whenever the project calls for it.

Start Workspace Read the API Docs