From 8e4b20b301a0d3e149f3ed0a92576f4c13fe3f6d Mon Sep 17 00:00:00 2001 From: Takumi Kato Date: Thu, 4 Dec 2025 23:12:43 +0900 Subject: [PATCH] fix: correct instructions of PyTorch version to CUDA 13.0 --- nvidia/comfy-ui/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvidia/comfy-ui/README.md b/nvidia/comfy-ui/README.md index 1b6fde9..d2b9fa2 100644 --- a/nvidia/comfy-ui/README.md +++ b/nvidia/comfy-ui/README.md @@ -93,13 +93,13 @@ Verify the virtual environment is active by checking the command prompt shows `( ## Step 3. Install PyTorch with CUDA support -Install PyTorch with CUDA 12.9 support. +Install PyTorch with CUDA 13.0 support. ```bash pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130 ``` -This installation targets CUDA 12.9 compatibility with Blackwell architecture GPUs. +This installation targets CUDA 13.0 compatibility with Blackwell architecture GPUs. ## Step 4. Clone ComfyUI repository