Able Chow
Able Chow
I am also experiencing the same problem. If I install xformers as instructed on the [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), I encounter the issue described in this [the post "issus 10124"](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10124). ``` [able@archlinux ~]$...
> Python version seems to be the problem. I installed `python310` package from AUR and setting > > ```shell > python_cmd="python3.10" > ``` > > in `webui-user.sh`, removed `venv` directory,...
@Ackrobrot Thank you for your explanation. Sadly this solution did not work for me. I also installed `python310` from AUR and set line 16 of `webui-user.sh` to `webui-user.sh`, like this:...
Update, When all LSPs were uninstalled, I no longer see the error message when I open `r script` files in NVim. However, once r language server protocol was reinstalled via...
Here's the block of code specified by `/usr/share/nvim/runtime/lua/vim/diagnostic.lua:406: in function 'add'` starting from 395--417 ``` ---@private local function add(b, d) if not opts.lnum or d.lnum == opts.lnum then if clamp...