-
Notifications
You must be signed in to change notification settings - Fork 27.9k
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
Resolve issue 15573: NameError when initializing StyleDatabase during start-up #15574
Conversation
fix path NameError in styles.py
hold on a minute
Version: v1.7.0-875-g8199e7f0
Commit hash: 8199e7f04fd4121a694d8d81c275b65f76e9522d it doesn't seem like you're using the dev branch in addition File "S:\GenAI\ImageGen\stable-diffusion-webui\modules\styles.py", line 96, in __init__
self.path = path
NameError: name 'path' is not defined. Did you mean: 'paths'? stable-diffusion-webui/modules/styles.py Lines 82 to 87 in ff6f468
from what I can tell your error logs and the current code don't not match I suspect you on your custom branch and during mergeing dev to your branch you make a mistake that section of code was last work by me in
I also have |
That's weird; I'll check again. It's been a while since I used A1111 and I was sure I had reset my fork/local copy of "dev" to match the A1111 version to make sure I was on a clean copy. |
OK, I'm now running this locally:
I'll re-test for the bug that I think I had found back in January before I went offlie. |
all good? or are you able to replicate the issue you found? |
Unable to replicate the issues. According to my notes there was an edge case where I was able to accidentally overwrite |
Description
Checklist: