Skip to content
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

gradio link does not appear when stb cell is restarted #54

Open
Gishine opened this issue Feb 4, 2025 · 2 comments
Open

gradio link does not appear when stb cell is restarted #54

Gishine opened this issue Feb 4, 2025 · 2 comments

Comments

@Gishine
Copy link

Gishine commented Feb 4, 2025

No description provided.

@Gishine
Copy link
Author

Gishine commented Feb 4, 2025

Traceback (most recent call last):
File "/content/stable-diffusion-webui/launch.py", line 48, in
main()
File "/content/stable-diffusion-webui/launch.py", line 44, in main
start()
File "/content/stable-diffusion-webui/modules/launch_utils.py", line 465, in start
import webui
File "/content/stable-diffusion-webui/webui.py", line 13, in
initialize.imports()
File "/content/stable-diffusion-webui/modules/initialize.py", line 17, in imports
import pytorch_lightning # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/pytorch_lightning/init.py", line 35, in
from pytorch_lightning.callbacks import Callback # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/pytorch_lightning/callbacks/init.py", line 28, in
from pytorch_lightning.callbacks.pruning import ModelPruning
File "/usr/local/lib/python3.11/dist-packages/pytorch_lightning/callbacks/pruning.py", line 31, in
from pytorch_lightning.core.module import LightningModule
File "/usr/local/lib/python3.11/dist-packages/pytorch_lightning/core/init.py", line 16, in
from pytorch_lightning.core.module import LightningModule
File "/usr/local/lib/python3.11/dist-packages/pytorch_lightning/core/module.py", line 47, in
from pytorch_lightning.loggers import Logger
File "/usr/local/lib/python3.11/dist-packages/pytorch_lightning/loggers/init.py", line 22, in
from pytorch_lightning.loggers.wandb import WandbLogger # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/pytorch_lightning/loggers/wandb.py", line 36, in
import wandb
File "/usr/local/lib/python3.11/dist-packages/wandb/init.py", line 27, in
from wandb import sdk as wandb_sdk
File "/usr/local/lib/python3.11/dist-packages/wandb/sdk/init.py", line 4, in
from .artifacts.artifact import Artifact # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/wandb/sdk/artifacts/artifact.py", line 36, in
from wandb.apis.normalize import normalize_exceptions
File "/usr/local/lib/python3.11/dist-packages/wandb/apis/init.py", line 43, in
from .internal import Api as InternalApi # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/wandb/apis/internal.py", line 3, in
from wandb.sdk.internal.internal_api import Api as InternalApi
File "/usr/local/lib/python3.11/dist-packages/wandb/sdk/internal/internal_api.py", line 48, in
from ..lib import retry
File "/usr/local/lib/python3.11/dist-packages/wandb/sdk/lib/retry.py", line 17, in
from .mailbox import ContextCancelledError
File "/usr/local/lib/python3.11/dist-packages/wandb/sdk/lib/mailbox.py", line 102, in
class _MailboxSlot:
File "/usr/local/lib/python3.11/dist-packages/wandb/sdk/lib/mailbox.py", line 103, in _MailboxSlot
_result: Optional[pb.Result]
^^^^^^^^^
AttributeError: module 'wandb.proto.wandb_internal_pb2' has no attribute 'Result'

@s4afa451dgf415f
Copy link
Owner

I cannot reproduce this error, but I have found a corresponding solution and temporarily changed the version of wandb. May I ask whether this error occurs at the final step of execution or when performing certain operations in the WebUI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants