pinokiocomputer / pinokio

AI Browser

Home Page:https://pinokio.computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No AMD Support?

42Coding opened this issue · comments

It looks like there is no logic for AMD support right?
I wanted to use "Stable Diffusion web UI" with pinokio on my Ubuntu System and I get the error:
Traceback (most recent call last):
File "/home/user/pinokio/api/automatic1111.git/app/launch.py", line 48, in
main()
File "/home/user/pinokio/api/automatic1111.git/app/launch.py", line 39, in main
prepare_environment()
File "/home/user/pinokio/api/automatic1111.git/app/modules/launch_utils.py", line 386, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check

After researching I found this article:
AUTOMATIC1111/stable-diffusion-webui#1742

And I also get the error "ENOENT: no such file or directory, stat '/home/user/pinokio/api/automatic1111.git/{{input.event[0]}}'" if I want to start the Web UI.