Open FurkanGozukara opened 8 months ago
Yeah, same issue on arcch, it doesn't just 'not work' it literally breaks A1111's webui on linux, you have to uninstall it after any attempt to install it for the webui to run again, it's pretty extreme. It was also like this when I was trying to use it many months ago.
The extension is trying to use launch.py but seems to be hiccuping somewhere, I run it manually in the venv.
Change the stable-diffusion-webui/extensions/Stable-Diffusion-WebUI-TensorRT/install.py
imports to be as follows
import sys
sys.path.append("/PATH_TO_SD/stable-diffusion-webui")
import launch
...rest of install.py...
Replace PATH_TO_SD with your path of course, then run ./../venv/bin/python3.10 install.py
from within the Stable-Diffusion-WebUI-TensorRT
folder
I did a fresh install on Windows and Ubuntu
Windows works fine - that annoying no dll found error returned back but can be fixed
However on Ubuntu, waiting forever. I mean literally forever and no progress
Did a fresh install there as well
Python 3.10.13
Anyone tried newest version?
here is the pip freeze