Training image and video models on runpod.io with diffusion pipe
1.4K
/workspace is persistent on RunPod. On first start the container moves diffusion-pipe, README.md, and docs/ into /workspace.9000 and TensorBoard starts on port 6006 when CUDA is available.PUBLIC_KEY is set.Ensure that the required environment variables and secrets are correctly set before running the pod. See below for options.
| Model | GPU | Container Disk | Volume Disk |
|---|---|---|---|
| WAN 2.2 | RTX A5000 (24 Gb) | 15 Gb | 80 Gb |
| LTX 2.3 | L40S (48 Gb) | 15 Gb | 100 Gb |
| ZIB | RTX 4090 (24 Gb) | 15 Gb | 40 Gb |
| FLUX-Klein-9B | RTX 4090 (24 Gb) | 15 Gb | 60 Gb |
| Krea-2 | RTX 4090 (24 Gb) | 15 Gb | 60 Gb |
| Component | Version |
|---|---|
| OS | Ubuntu 22.04 x86_64 |
| Python | 3.11.x |
| PyTorch | 2.9.0 |
| CUDA | 12.8.1 |
| Triton | 3.4.0 |
| nvcc | 12.8.x |
| diffusion pipe | cloned from upstream main during image build |
| code server | installed from official install script during image build |
| Package | Version |
|---|---|
| flash_attn | 2.8.3 |
| sageattention | 2.2.0 |
| Processor | Compute Capability | SM |
|---|---|---|
| RTX A5000 | 8.6 | sm_86 |
| RTX 4090 | 8.9 | sm_89 |
| Token | Environment Variable |
|---|---|
| Huggingface | HF_TOKEN |
| Code Server | PASSWORD |
| SSH/SCP | PUBLIC_KEY |
| Type | Model | File or directory inside repo | /workspace/models/<Directory> | Include patterns | Exclude patterns |
|---|---|---|---|---|---|
| Partial | HF_MODEL[1-20] | HF_MODEL_NAME[1-20] | HF_MODEL_LOCAL_DIR[1-20] | ||
| Full | HF_FULL_MODEL[1-20] | HF_FULL_MODEL_LOCAL_DIR[1-20] | HF_FULL_MODEL_INCLUDE[1-20] | HF_FULL_MODEL_EXCLUDE[1-20] |
| Environment Variable | Default | Description |
|---|---|---|
MOVE_STATUS_INTERVAL | 5 | Seconds between /diffusion-pipe to /workspace/diffusion-pipe progress checks. |
MOVE_STALL_TIMEOUT | 300 | Seconds without size changes before the move is treated as stalled. |
| Service | Port |
|---|---|
| Tensorboard | 6006 (HTTP) |
| Code Server | 9000 (HTTP) |
| SSH/SCP | 22 (TCP) |
Content type
Image
Digest
sha256:8f682b072…
Size
11.6 GB
Last updated
3 months ago
docker pull ls250824/run-diffusion-pipe:27062026