The installation of "Stable Diffusion web UI" natively on FreeBSD fails because can't install torch. #4834
Replies: 2 comments
-
You probably need to downgrade Python. Torch requires exactly the python version reccomended in the install, a newer one will fail. |
Beta Was this translation helpful? Give feedback.
-
I suspect that it will be not enough to make it work. I've asked to a FreeBSD developer,which replied like this : Long story short: PyTorch does not work on FreeBSD at this point, use Linux version, or any other OS where binary packages are provided. When you try to install pytorch you will get an error you should use torch name instead.. but there are no packages provided from FreeBSD..and it does not build from the sources.. more work is necessary to update the pytorch in order to build and run on FreeBSD.. looks like weeks of work.. and this should be done by someone already familiar with that tool to verify its operations even if it builds.. also note that it has some hard dependencies on hardware acceleration that may not yet be available here. I would strongly use platform that is officially supported by the project. Get the correct tool for the task :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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 :
I don't know what to do next. You can follow the whole thread that I've create on Reddit going here :
https://www.reddit.com/r/freebsd/comments/yy0aka/how_to_install_python3venv_on_freebsd/
Beta Was this translation helpful? Give feedback.
All reactions