This installed pytorch 2.11 and that didn't work for my 5090 gpu
I had to manually install
pip install --no-cache-dir torch==2.9.1 torchvision==0.24.1 torchaudio==2.9.1 --index-url https://download.pytorch.org/whl/cu128
also, huggingface download for the model fails halfway without a token.
can you add a token text box somewhere?
This installed pytorch 2.11 and that didn't work for my 5090 gpu
I had to manually install
pip install --no-cache-dir torch==2.9.1 torchvision==0.24.1 torchaudio==2.9.1 --index-url https://download.pytorch.org/whl/cu128
also, huggingface download for the model fails halfway without a token.
can you add a token text box somewhere?