stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

Segmentation fault (core dumped)

Open karser opened this issue 3 years ago • 4 comments

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

karser avatar Dec 24 '22 22:12 karser

same error

muximuxi avatar Jan 09 '23 06:01 muximuxi

same error

howardgriffin avatar Jan 12 '23 02:01 howardgriffin

Same here. Install been working great for months and the this fault after git pull yesterday?

stokemctoke avatar Feb 21 '23 18:02 stokemctoke

same issue here

maxiuw avatar Mar 19 '23 12:03 maxiuw

Same here

realcarlos avatar Apr 28 '23 11:04 realcarlos

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

maxiuw avatar Apr 29 '23 14:04 maxiuw

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.

realcarlos avatar May 04 '23 04:05 realcarlos