question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
TheLastBencommented, Nov 26, 2022

When A1111 pushes a commit, sometimes I have to update the Colab accordingly otherwise it breaks, so it’s a race against time, no time for a dev branch.

0reactions
TheLastBencommented, Dec 21, 2022

make sure you’re using the latest colab

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Bug]: AssertionError: Couldn't find Stable Diffusion in any of
Probably due to author trying to upgrade Stable Diffusion 2.0 to webui. It is advised to wait for the next github commit to...
Read more >
Automatic added support for SD 2.0 an hour ago! - Reddit
So far, only Stable Diffusion 2.0-v model is supported. To use it: " ... In Settings, search for developer - you should see...
Read more >
CompVis/stable-diffusion-v1-4 · Help with an error
I've been following the steps in the notebook, and have done it multiple times step by step, because I assumed that some of...
Read more >
Stablediffusion - a Hugging Face Space by ai-art
runtime error. Space not ready. Reason: Error, exitCode: 1, message: None. Container logs: Traceback (most recent call last): File "app.py", line 10, ...
Read more >
Lambdalabs Stable Diffusion Image Conditioned
py", line 71, in from_model assert ( AssertionError: Could not find model: lambdalabs/stable-diffusion-image-conditioned. If it is a private or gated model, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found