StableDiffusionUI_SageMakerSL icon indicating copy to clipboard operation
StableDiffusionUI_SageMakerSL copied to clipboard

ERR_NGROK_3200

Open namimama opened this issue 2 years ago • 1 comments

I was getting this error´" ModuleNotFoundError: No module named 'pytorch_lightning.utilities.distributed' ", but when i fix it and try to open the link i get this: image image

namimama avatar Jul 17 '23 21:07 namimama

Try executing these commands in a cell:

!pip install pytorch-lightning==1.6.5
!pip install lightning-utilities==0.4.0

03Sys avatar Sep 25 '23 21:09 03Sys