-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error when starting Stable Difussion #3020
Comments
same |
Happening to me too |
I have the same symptoms |
It's not working again. It seems to be the same error as a few days ago. 😯 |
damn! same problem xD |
Same thing. Yesterday, everything worked |
AttributeError: module 'wandb.proto.wandb_internal_pb2' has no attribute 'Result' Same thing. Yesterday, everything worked |
Didn't have time to test yet if downgrading protobuf alone is enough, and upgrading wandb perhaps unnecessary (might even break stuff?), but I went around it with this for now. At least img2img inpainting seemed to work as usual. Run somewhere between Requirements cell and Start Stable-Diffusion cell:
Colab will tell you to restart runtime after this, but no need to restart. |
This fix worked for me, thank you very much |
that code (protobuf & wandb) gets a1111 to start but then adetailer no longer works. has anyone figured out how to get that to work? |
fixed, use the latest notebook or add the following at the end of the dependencies cell (without installing any different wandb): !sed -i 's@from pytorch_lightning.loggers.wandb import WandbLogger # noqa: F401@@g' /usr/local/lib/python3.11/dist-packages/pytorch_lightning/loggers/init.py |
something about this update leaves adetailer not working. getting this in the terminal: [libprotobuf ERROR external/com_google_protobuf/src/google/protobuf/text_format.cc:335] Error parsing text-format mediapipe.CalculatorGraphConfig: 68:22: Expected identifier, got: was working fine until the update |
pip install torch==2.1.0 torchvision==0.16.0 |
Unrelated to adetailer, I too was still getting some (new) errors in the last cell, which the protobuf+wandb upgrade still seemed to solve. |
I was using the L4 environment but when I wanted to switch to A100 I got this error
all cells run without problems but the error appears in the last cell
I already tried a clean install as well
The text was updated successfully, but these errors were encountered: