Segmentation fault (core dumped)
Hello,
I'm running on Linux Mint 20.3 Una (Ubuntu 20.04 based). I followed through with all the instructions in Requirements, everything went well without an error.
I tried running with anaconda and miniconda, but always get the same error:
python scripts/txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms
Segmentation fault (core dumped)
Even without parameters, I'm still getting this error:
python scripts/txt2img.py -h
Segmentation fault (core dumped)
Python is from the conda environment
python -V
Python 3.8.5
same error
same error
Same here. Install been working great for months and the this fault after git pull yesterday?
same issue here
Same here
I solved it by NOT following the installation instructions and copying the environment but rather adding the libraries that were missing to my env I use for DL projects
I solved it by NOT following the installation instructions and copying the environment but rather adding the libraries that were missing to my env I use for DL projects
Hi bro , that will be great if you could provide your installation instructions , I could run SD in the webui ,but I prefer to use it in the console.