Skip to main content

Documentation

Documentation/Deployment FAQ

Deployment FAQ

Direct answers about workflow compatibility, startup, billing, persistence, and support.

What is ModelPilot for?

ModelPilot helps you inspect, download, configure, and deploy open-source models and ComfyUI workflows without operating the GPU infrastructure yourself. The lowest-friction path is a verified workflow with explicit model and node requirements.

Do I need technical experience?

You do not need to manage Docker or rent a GPU directly. You should still understand the workflow you are running, review its model and custom-node requirements, read deployment warnings, and stop the GPU when finished. Arbitrary custom workflows may require ComfyUI troubleshooting.

Which workflows are supported?

Browse the verified workflow library for the clearest compatibility evidence. The workflow checker can analyze other ComfyUI frontend or API JSON, but a successful analysis does not guarantee that every custom-node version, gated model, resolution, or batch size will run.

What happens to workflow JSON submitted to the checker?

The web checker sends the JSON securely to ModelPilot for server-side analysis and does not store it. Referenced image, video, output, and model-weight files are not uploaded. Remove passwords, tokens, private URLs, and other secrets from node fields first.

How long does a deployment take?

Startup takes minutes rather than seconds. Cached image or text configurations can be ready in several minutes; large video models and custom workflows commonly take 15–35 minutes or longer. GPU availability, image caching, model downloads, and custom nodes all affect the result. Dashboard status is authoritative; estimates are not an uptime or startup SLA.

When does dedicated-GPU billing start and stop?

Billing starts when the deployment reaches Running. Charges are calculated proportionally from actual running time, with no rounding to a 10-minute billing block. Billing ends when the deployment is stopped. Setup that never reaches Running is not billed as running compute.

Will a deployment stop when it is idle?

No. You must stop an idle dedicated deployment from the dashboard. Low-balance protection stops deployments when prepaid credit runs out, but it is a financial safety net rather than an idle timeout.

How do prepaid credits work?

Credit top-ups start at $5. Dedicated deployments draw down credit according to actual running time; serverless models are billed per successful request. Current rates and available purchase amounts are shown on the pricing page and in the billing screen before checkout.

Are all models available through the serverless API?

No. Serverless has a deliberately narrow catalog. Check the current serverless catalog before integrating. Wan video is currently dedicated-only; its serverless endpoint is not live.

Do files persist after stopping?

Only when persistent storage was enabled for the deployment. Without it, treat the deployment as ephemeral and download needed outputs before stopping or deleting. Deleting a deployment permanently removes its associated deployment resources.

What should I do if deployment fails?

  1. Open the deployment logs from the dashboard.
  2. Find the first model-download, custom-node import, or GPU-memory error rather than the later cascade of failures.
  3. Correct the workflow requirement or GPU choice before retrying.
  4. Use the troubleshooting guide.

How do I contact support?

Email support@modelpilot.ai with the deployment ID, the first relevant log error, the workflow page or model selected, and the approximate failure time. Do not email passwords, API keys, private model tokens, or complete workflows containing secrets.