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.
Available bundles
Section titled “Available bundles”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.
| Bundle | Type | Recommended VRAM | Notes |
|---|---|---|---|
| FLUX | Image | 16 GB+ | FLUX.1 12B, weights pre-baked |
| Qwen-Image | Image | 16 GB+ | Qwen-Image (~20B) |
| Qwen-Image Edit | Image | 16 GB+ | Instruction-based image editing |
| Z-Image Turbo | Image | 8 GB+ | Lightweight, fast image model |
| WAN 2.1 | Video | 24 GB+ | Text-to-video / image-to-video |
| ComfyUI | Image | 12 GB+ | Stock image, no bundled weights — pull models yourself after deploy |
Deploy
Section titled “Deploy”-
Open Quick Deploy
Section titled “Open Quick Deploy”In your Workspace sidebar, click Quick Deploy under Resources. Each card shows the model name, a short description, and its category · recommended VRAM.
-
Pick a bundle
Section titled “Pick a bundle”Click the bundle you want (for example FLUX or ComfyUI). This opens the Review & Deploy page for that bundle.
-
Review & Deploy
Section titled “Review & Deploy”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 Type — Demand (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.
-
Wait for the pod to start
Section titled “Wait for the pod to start”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.
-
Connect to ComfyUI
Section titled “Connect to ComfyUI”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.
- Load a workflow and generate your first output — for the stock ComfyUI bundle, this also covers downloading model weights via SSH.