Python The installation of "Stable Diffusion web UI" natively on FreeBSD fails because can't install torch.

Hello to everyone.

I'm trying to clone and install the "Stable Diffusion web UI" on FreeBSD,following this mini tutorial :

This is what I came up with :

Code:
[marietto@marietto ~/Desktop/Files]$ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui

[marietto@marietto ~/Desktop/Files]$ cd stable-diffusion-webui

[marietto@marietto ~/Desktop/Files/stable-diffusion-webui]$ sudo pkg install py39-pytorchvideo

[marietto@marietto ~/Desktop/Files/stable-diffusion-webui]$ mkdir venv

[marietto@marietto ~/Desktop/Files/stable-diffusion-webui]$ python3 -m venv venv

[marietto@marietto ~/Desktop/Files/stable-diffusion-webui]$ . venv/bin/activate

(venv) [marietto@marietto ~/Desktop/Files/stable-diffusion-webui/bin]$ python3 -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113

Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113

ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: none)

ERROR: No matching distribution found for torch==1.12.1+cu113
I don't know what to do next. You can follow the whole thread that I've create on Reddit going here :

 
Back
Top