Skip to content

Quick Deploy - ComfyUI

Quick Deploy is the fastest way to get a ComfyUI workspace running on Meshive. You pick a pre-built bundle, Meshive auto-recommends the cheapest GPU that fits it, you size storage to taste, and click Deploy — then just type a prompt into the workflow to generate an image or video.

Normally, running a model in ComfyUI means SSH-ing into the pod, downloading the right .safetensors files, dropping each into the correct models/ subfolder, and only then loading it in a workflow. Quick Deploy removes that entire step: every bundle is a ComfyUI image with the model files pre-installed, so the workflow is ready to run the moment the pod starts — no downloads, no folder wrangling.

Each card on the Quick Deploy page is an official ComfyUI bundle. Weights ship FP8-quantized (roughly half the VRAM of FP16), and the recommended VRAM drives which GPUs are offered.

BundleTypeRecommended VRAMNotes
FLUXImage16 GB+FLUX.1 12B, weights pre-baked
Qwen-ImageImage16 GB+Qwen-Image (~20B)
Qwen-Image EditImage16 GB+Instruction-based image editing
Z-Image TurboImage8 GB+Lightweight, fast image model
WAN 2.1Video24 GB+Text-to-video / image-to-video
ComfyUIImage12 GB+Stock image, no bundled weights — pull models yourself after deploy
  1. In your Workspace sidebar, click Quick Deploy under Resources. Each card shows the model name, a short description, and its category · recommended VRAM.

  2. Click the bundle you want (for example FLUX or ComfyUI). This opens the Review & Deploy page for that bundle.

  3. Everything on this page is pre-filled with a recommended configuration — you only change what you want.

    • Pod Name — pre-filled with a suggested name; edit if you like.
    • Rental TypeDemand (uninterrupted) or Spot (cheaper, may be reallocated).
    • Storage (optional)None by default. Choose Local Storage (new persistent volume, 100 / 150 / 200 GB, mounted at /workspace/models) or Network Storage (link an existing NFS volume in this workspace).
    • GPU — auto-selected as the cheapest GPU that meets the bundle’s VRAM requirement, with 1 GPU. Use the dropdown to switch cards; the list shows model · VRAM · $/hr.
    • Specs — VRAM, vCPU, RAM, and System Storage are derived automatically from the chosen GPU.
    • Total — the hourly price updates live as you change options.

    Click Deploy.

  4. After you click Deploy, Meshive schedules the pod and pulls the bundle image — the status moves through Creating → Pulling container image → Running. The first pull is several GB, so allow a few minutes.

  5. Once the pod shows Running, open the Pod page and click the Connect (plug) icon to launch the ComfyUI GUI. Because the weights are pre-installed, the bundled workflow is ready to run immediately.