Skip to content

🚀 Starting a Pod

deployment speed 1 deployment speed 2 deployment speed 3

  • The containers are thoroughly tested before being used in the templates. However, deploying a pod can still be frustrating due to slow or overloaded hardware on RunPod, as well as limited network performance when connecting to Docker Hub or the Hugging Face Hub. The parameters below will help you identify and stop an underperforming pod. A fast GPU provides little benefit when the rest of the system cannot operate at a comparable speed. The screenshots above are examples of full deployment speeds of an excellent performing pods.

  • Check runpod uptime to check if there are issues for a specific regio.

🧩 Choose a Template

  • A compatible GPU is preconfigured in each RunPod template and is marked with an asterisk (*). For a more comprehensive list of compatible GPUs, refer to the model-specific hardware sections below.

Image templates

MiniMax H3 templates

WAN templates

LTX templates

Deploy the Pod

  • The screenshots shows the New Pod deployment page (Early access features)

Runpod_deploy

  1. Choose an available GPU (preferable marked with an asterisk)
  2. Choose Volume disk (/workspace).
  3. Enable volume encryption if desired.
  4. Click Deploy pod.

⚠️ Assign enough system memory (RAM) to your pod

Filter ram

  • For image generation, allocate at least twice as much system RAM as GPU VRAM.
  • For video generation, allocate at least three times as much.

You can set the minimum amount of RAM in RunPod's filters. For example, for image generation with an RTX 4090 (24 GB VRAM), selecting 60 GB of RAM is a reasonable choice.

⚠️ CUDA errors when deploying the pod

Filter CUDA

  • Deploy in another region.
  • Change the filter to CUDA 12.8 in the RunPod console.

📜 Viewing System Logs

Docker download and extraction

Deployment start

  • Go to Logs or Connect.
  • Loading and extracting takes around 4–8 minutes, depending on the region.
  • If the image does not begin downloading after 1 minute, delete the pod and redeploy it in another region.
  • If it keeps downloading without extracting after 3 minutes delete the pod and redeploy it in another region.

The extraction ends with a message like this in the Logs section:

Download and extraction complete

Bad pod: not downloading after 1 minute

Deployment docker bad

Bad pod: slow download without extraction after 3 minutes

Deployment docker bad

🐳 Viewing Container Logs

Container start

Copy ComfyUI from container to workspace

  • The time required to copy ComfyUI from the container to the workspace is a useful indicator of overall system performance. Depending on the hardware, this process typically takes between 0 and 100 seconds. If the copy operation stalls or takes longer than 120 seconds, consider starting another pod and comparing its performance. A slow copy operation often indicates storage or system performance issues that can also cause problems when extracting models or loading them from disk into the GPU's video memory (VRAM).
  • Acceptable performance 1Gb/30seconds

Example excellent performance

perfect

good

Example not acceptable performance (delete pod)

bad

Downloading models form huggingface hub

huggingface download

huggingface download2

  • Model download speeds depend on both network and storage performance. A download speed above 200 MB/s is considered acceptable. If a download fails, allow the startup script to finish and then restart the pod so that it can download any missing models.

When you see the final message, your pod is ready

Final message

Continue with the tutorials