Skip to main content
Run ComfyUI — the node-based workflow editor for Stable Diffusion and FLUX — on a dedicated cloud GPU. Generate images faster than your local machine, run batch jobs 24/7, and access high-VRAM GPUs for large models like FLUX.1 Pro and SDXL.

What you’ll build

A remote ComfyUI instance accessible from your browser, running on a dedicated GPU with all models and custom nodes pre-installed. You can connect from anywhere and generate images without taxing your local hardware.

GPU sizing


Setup (CLI)

1. Deploy a GPU instance

2. Install ComfyUI

3. Download models

5. Start ComfyUI

6. Connect

Open http://<INSTANCE_IP>:8188 in your browser. ComfyUI is now running on your cloud GPU.

Persistent setup with storage

Downloading models every time you deploy a new instance is slow. Use a storage volume to persist your models:
Next time you deploy with the same volume, the models are already there — just symlink and start ComfyUI.

Using MCP

“Deploy an RTX 4090 instance called comfyui. Clone the ComfyUI repo, install requirements, download the FLUX.1 Schnell checkpoint, and start the server on port 8188. Give me the URL when it’s ready.”
The agent runs through the full setup and returns the URL to open in your browser.

Tips

  • Save workflows as JSON — export from ComfyUI and store in your repo for reproducible generation
  • Use FP8 quantized models for FLUX.2 — 40% less VRAM, similar quality
  • Kill the instance when doneruncrate instances delete comfyui stops billing immediately
  • Use the API mode — ComfyUI has a REST API at /prompt for programmatic batch generation