Send work home to your GPU.

Arm a ComfyUI setup you already tested. Start it from your phone or laptop while you are away. Your own computer does the work and returns the declared file.

  • No inbound port
  • No remote desktop
  • No workflow upload
EXAMPLE / SEALEDComfyUI Remote RunAn owner Station checks its private inbox
  1. 01
    Phone or laptopYou choose an Armed Recipe and fill its safe fields.
  2. 02
    Private Run inboxThe request waits if your computer is offline.
  3. 03
    Your Station checks inThe helper connects out over HTTPS and verifies the fingerprint.
  4. 04
    Local ComfyUI runsProgress returns here. The declared file is handed back for download.

Four examples. Each one starts with a fixed contract.

DemoAPI sends values into a capability prepared ahead of time. It never turns the cloud into a shell, open proxy, arbitrary script runner, or workflow editor.

01 / MANAGED ADAPTER

ComfyUI Remote Run

One locally tested workflow fingerprint, bounded typed fields, durable queue, progress, cancellation, and a short-lived finished-file handoff.

Private pilot
02 / DETERMINISTIC CHECK

Workshop Check

A fixed first-party readiness check reports only allowlisted results. It cannot inspect arbitrary paths or execute supplied commands.

Release adapter
03 / FIRST-PARTY SAMPLE

UI Lab

The bundled UI Lab applies three typed controls to one fixed local sample without exposing an application or browser session.

Included sample
04 / FIRST-PARTY SAMPLE

Locked Script

The bundled report target accepts exact enum and boolean inputs, then returns one bounded text file. Users cannot submit a script or command.

Included sample

Small APIs you can try without an account

These first-party handlers stay separate from private Dispatch records. They use labeled sample data and fixed request shapes.

01
GET

Local inference

Local model health

/api/demo/model-health

Check whether a small local model service is ready to take work.

Open
02
POST

Computer vision

Vision job preview

/api/demo/vision-job

Preview how an image inspection job would be accepted and scheduled.

Open
03
POST
/api/demo/robot-route

Validate a short waypoint plan before handing it to a robot controller.

Open

Prepare once at home. Dispatch from anywhere.

The helper follows a closed recipe contract. Both account views use the same records and permissions.

  1. 01 / INSTALLDownload the owner bundle and run its checked setup yourself.
  2. 02 / PAIRUse a one-time code to pair the computer that runs ComfyUI.
  3. 03 / ARMTest one known-good workflow locally and seal its remote fields.
  4. 04 / DISPATCHStart a durable Run and collect the declared output file.
Read the setup guide

Your Station decides what is armed.

DemoAPI can select an Armed Recipe and supply its declared values. The local helper checks the exact fingerprint again before ComfyUI receives the Run.

Connection
Outbound HTTPS from your Station
Workflow
Prepared, tested, and fingerprinted locally
Cloud input
Recipe ID and bounded typed values
Denied
URLs, headers, paths, commands, and raw workflows
Read the security notes