comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
52.06k stars 5.48k forks source link

Mistake in README #2736

Open ikcikoR opened 7 months ago

ikcikoR commented 7 months ago

The README says that AMD on Linux can use torch, torchvision and torchaudio for ROCm 6.0, however only torch exists for that version, not torchvision nor torchaudio. Probably worth adding a mention of that until they get released.

octhunder commented 7 months ago

Any clue when vision will come ?

sirus20x6 commented 7 months ago

$ pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.0 Looking in indexes: https://download.pytorch.org/whl/nightly/rocm6.0 Requirement already satisfied: torch in ./comfyvenv/lib/python3.11/site-packages (2.2.0) Requirement already satisfied: torchvision in ./comfyvenv/lib/python3.11/site-packages (0.17.0) ERROR: Could not find a version that satisfies the requirement torchaudio (from versions: none) ERROR: No matching distribution found for torchaudio