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

AssertionError: Couldn't find Stable Diffusion (universal fork)

Open askiiart opened this issue 2 years ago • 0 comments

I'm running SD 1.5 with a universal fork of this repo, but I keep getting this error:

AssertionError: Couldn't find Stable Diffusion in any of: ['/home/ben/big-stuff/ai-and-notebooks/stable-diffusion/testing']

testing is the folder the AUTOMATIC1111 notebook file is in.

I've modified paths.py to be:

possible_sd_paths = [os.getcwd()]

os.getcwd() gets the directory the file in running in (not that it is placed in)


For reference, this is what the testing folder looks like: image

Any suggestions on how to fix this?

askiiart avatar Nov 26 '22 17:11 askiiart