I’ve used Forge today but now it won’t load and neither will A1111. They both stop at some point after the models have loaded. I’ve tried disconnecting and reconnecting (pull the plug out tactic).
Getting Colab Comfy Working for the first time isn’t working for me, I’ve loaded the script in the Colab environment, the Tunnel Password I’ve entered and clicked on the link and it has just been spinning in my browser for 30 mins and using compute time in Colab.
This now appears to be working, I shutdown the notebook and reloaded it and it came up as it should, so just a glitch I assume. It loaded in just a couple of mins with the spinning circle, so I’m sorted for now.
Generally how long should you wait for it to load before giving up?
I started getting this error yesterday. The load fails (obviously) and the UI does not appear. I tried using the link to the latest version, and ran that, not that I modified the copy of the notebook in my google drive in anyway.
File “/usr/local/lib/python3.10/dist-packages/pytorch_lightning/core/module.py”, line 47, in <module> from pytorch_lightning.loggers import Logger File “/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loggers/init.py”, line 22, in <module> from pytorch_lightning.loggers.wandb import WandbLogger # noqa: F401 File “/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loggers/wandb.py”, line 36, in <module> import wandb File “/usr/local/lib/python3.10/dist-packages/wandb/init.py”, line 21, in <module> from wandb import sdk as wandb_sdk File “/usr/local/lib/python3.10/dist-packages/wandb/sdk/init.py”, line 28, in <module> from .wandb_init import _attach, init File “/usr/local/lib/python3.10/dist-packages/wandb/sdk/wandb_init.py”, line 39, in <module> from . import wandb_login, wandb_setup File “/usr/local/lib/python3.10/dist-packages/wandb/sdk/wandb_login.py”, line 19, in <module> from .wandb_settings import Settings File “/usr/local/lib/python3.10/dist-packages/wandb/sdk/wandb_settings.py”, line 25, in <module> from pydantic import ( ImportError: cannot import name ‘computed_field’ from ‘pydantic’ (/usr/local/lib/python3.10/dist-packages/pydantic/init.cpython-310-x86_64-linux-gnu.so)
This reply was modified 1 week, 2 days ago by Andrew Madison. Reason: missing information