-
-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: No module named 'LDSR' #1497
Comments
I'm having this issue too, but unfortunately couldnt find a solution on my own |
Exact same error here, SD-GUI is fully up-to-date
|
Two things to check:
|
The model shows loaded in Streamlit. Also, when launching the gradio webui the console shows this:
|
the location for the LDSR model was changed in streamlit. It should be located in Gradio most likely uses the old path still which is in |
I put it in both places to rule that out as the root cause. |
Judging from the code the models are in the right place (in the |
Can confirm I have the files in both places as well and the issue is there too. Also, just like this
I can confirm that just like @smilerz I have the tested with files in both places, got the same error. And just like him, when booting up SDGUI I also have:
However I did notice that when running the upscaler, right before the error the command line logs:
And then the error comes. I am using the gradio UI. |
Somebody post concrete steps to replicate this. |
[truncated]
|
In my case, this was attempted on a completely fresh installation of SD-WebUI, after following the tutorial here. Before my previous install randomly broke, upscaling was working fine. |
Hi, same issue here. Getting I have latest changes on master. Fresh conda environment. LDSR models in both paths. See #1497 (comment) |
It looks to be related to the updated |
Hi again, I wanted to give an update RE this advice which actually worked for me after I did the following:
After it reinstalled the packages and all I was able to use RE: the issue itself. I dont have time to look right now but @codedealer is on to something, I think. This change may be related. |
I can confirm that 96148e8 fixes my issue. |
What happened?
After updating to commit 8f613bf I get the following error attempting to upscale in Image Lab (old UI, GoLatent mode).
I attempted to reclone latent-diffusion to
/src/
and recopied project.yaml and model last.cpkt to/models/ldsr
without success.Version
0.0.1 (Default)
What browsers are you seeing the problem on?
Chrome, Microsoft Edge
Where are you running the webui?
Windows
Custom settings
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: