Re: The installation of “Stable Diffusion web UI” natively on FreeBSD fails because can’t install torch and torchvision

2022-11-19 Thread Ronald Klop
On 11/19/22 17:45, Tomek CEDRO wrote: From the /usr/ports/math/py-pytorchvideo/Makefile is seems that MAINTAINER= ports[at]FreeBSD.org so someone on this list created the port. Well, this actually means the port has no maintainer so all mail goes to the mailing list. Often this happens when

Re: The installation of “Stable Diffusion web UI” natively on FreeBSD fails because can’t install torch and torchvision

2022-11-19 Thread Mario Marietto
I tried to do something like this : (venv) [marietto@marietto ~/Desktop/Files/stable-diffusion-webui]$ python3 -m pip install pytorch Collecting pytorch Downloading pytorch-1.0.2.tar.gz (689 bytes) Preparing metadata (setup.py) ... done Installing collected packages: pytorch DEPRECATION: pytorc

Unmaintained FreeBSD ports which are out of date

2022-11-19 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: The installation of “Stable Diffusion web UI” natively on FreeBSD fails because can’t install torch and torchvision

2022-11-19 Thread Tomek CEDRO
On Sat, Nov 19, 2022 at 6:06 PM Mario Marietto wrote: > Thanks. Yours seem to be very detailed instructions. Unfortunately I'm not so > experienced to understand what to do. Thanks anyway for your kindness. No worries we all learn all the time.. just take some time and it will eventually work :-

Re: The installation of “Stable Diffusion web UI” natively on FreeBSD fails because can’t install torch and torchvision

2022-11-19 Thread Mario Marietto
Thanks. Yours seem to be very detailed instructions. Unfortunately I'm not so experienced to understand what to do. Thanks anyway for your kindness. Il giorno sab 19 nov 2022 alle ore 17:45 Tomek CEDRO ha scritto: > From the /usr/ports/math/py-pytorchvideo/Makefile is seems that > MAINTAINER= po

Re: The installation of “Stable Diffusion web UI” natively on FreeBSD fails because can’t install torch and torchvision

2022-11-19 Thread Tomek CEDRO
>From the /usr/ports/math/py-pytorchvideo/Makefile is seems that MAINTAINER= ports[at]FreeBSD.org so someone on this list created the port. If both torch and torchvision builds fine on FreeBSD then creating a system wide port for them should be easy so everyone would have acces to these packages :

Re: The installation of “Stable Diffusion web UI” natively on FreeBSD fails because can’t install torch and torchvision

2022-11-19 Thread Tomek CEDRO
On Sat, Nov 19, 2022 at 5:32 PM Tomek CEDRO wrote: > (venv3.9embedded) pip install torchvision== > ERROR: Could not find a version that satisfies the requirement > torchvision== (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, > 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3) > ERROR: No matching distri

Re: The installation of “Stable Diffusion web UI” natively on FreeBSD fails because can’t install torch and torchvision

2022-11-19 Thread Tomek CEDRO
On Sat, Nov 19, 2022 at 4:18 PM Mario Marietto wrote: > Hello to everyone. > I’m trying to clone and install the “Stable Diffusion web UI” on > FreeBSD,following this mini tutorial : > [marietto@marietto ~/Desktop/Files]$ git clone > https://github.com/AUTOMATIC/stable-diffusion-webui > [mari

Fwd: The installation of “Stable Diffusion web UI” natively on FreeBSD fails because can’t install torch and torchvision

2022-11-19 Thread Mario Marietto
Hello to everyone. I’m trying to clone and install the “*Stable Diffusion web UI*” on FreeBSD,following this mini tutorial : GitHub - AUTOMATIC/stable-diffusion-webui: Stable Diffusion web UI This is what I came up with : [mariett