From 79df3aae64c2c3b28286d921a6e7b13ee02a375e Mon Sep 17 00:00:00 2001 From: deepbeepmeep <84379123+deepbeepmeep@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:00:08 +0200 Subject: [PATCH] Update README.md --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index 35fc0dc..8261540 100644 --- a/README.md +++ b/README.md @@ -122,33 +122,6 @@ See full changelog: **[Changelog](docs/CHANGELOG.md)** ## 🚀 Quick Start -### 🐳 Docker: - -**For Debian-based systems (Ubuntu, Debian, etc.):** - -```bash -./run-docker-cuda-deb.sh -``` - -This automated script will: - -- Detect your GPU model and VRAM automatically -- Select optimal CUDA architecture for your GPU -- Install NVIDIA Docker runtime if needed -- Build a Docker image with all dependencies -- Run WanGP with optimal settings for your hardware - -**Docker environment includes:** - -- NVIDIA CUDA 12.4.1 with cuDNN support -- PyTorch 2.6.0 with CUDA 12.4 support -- SageAttention compiled for your specific GPU architecture -- Optimized environment variables for performance (TF32, threading, etc.) -- Automatic cache directory mounting for faster subsequent runs -- Current directory mounted in container - all downloaded models, loras, generated videos and files are saved locally - -**Supported GPUs:** RTX 50XX, RTX 40XX, RTX 30XX, RTX 20XX, GTX 16XX, GTX 10XX, Tesla V100, A100, H100, and more. - **One-click installation:** Get started instantly with [Pinokio App](https://pinokio.computer/) **Manual installation:**