From ab28aa03a0bcf667dc52356e2a50621f9ef6b7b0 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 10 Nov 2025 23:27:49 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/comfy-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia/comfy-ui/README.md b/nvidia/comfy-ui/README.md index 0faa504..a000aed 100644 --- a/nvidia/comfy-ui/README.md +++ b/nvidia/comfy-ui/README.md @@ -96,7 +96,7 @@ Verify the virtual environment is active by checking the command prompt shows `( Install PyTorch with CUDA 12.9 support. ```bash -pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129 +pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130 ``` This installation targets CUDA 12.9 compatibility with Blackwell architecture GPUs.