Orion
Orion
same error with and without proxy. I have tried to unload all extensions, or rebuild a venv from scratch, but nothing worked. once I click the `generate` bottom, it reports:...
same error on Ubuntu 22.04LTS I tested both httpx-0.23.3 and httpx-0.24, none of them worked.
pip install httpx==0.23.0 didn't work. however I noticed that if you just igrone the error and run `python3 webui.py`, it can launch just as normal. it seems that this error...
> I added a debug print in `stable-diffusion-webui\venv\Lib\site-packages\httpx\_urls.py`: > > ``` > if isinstance(url, str): > print(url) > self._uri_reference = urlparse(url, **kwargs) > ``` > > It prints such data:...
# Try to deplpy following the readme file, I got error messages below: ```shell $ cmake -S . -B build -DLLAMA_HIPBLAS=ON -- The C compiler identification is GNU 13.2.1 --...