This is a container DISK limit, not VRAM. Model weights download to the container disk, and large checkpoints (a 62GB LTX-2 or 31GB Z-Image) overflow a small volume before the download finishes.
Also seen as: "No space left on device", "disk full", "OSError 28"
Direct answer
This is a container DISK limit, not VRAM. Model weights download to the container disk, and large checkpoints (a 62GB LTX-2 or 31GB Z-Image) overflow a small volume before the download finishes.
Not sure this workflow will run before you rent a GPU?
Paste your ComfyUI workflow JSON into the free checker — it flags missing nodes, model requirements, and the VRAM/GPU you actually need. No signup.
Container/volume disk smaller than the total weight payload.
Check the real payload size before deploy — sum every .safetensors/.ckpt the workflow references. Provision a bigger container disk sized to the payload plus ~20% headroom.