StableDiffusionUI_SageMakerSL
StableDiffusionUI_SageMakerSL copied to clipboard
Notebook for running Automatic1111 Stable Diffusion webui on SageMaker Studio Lab
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:  
I am getting error ModuleNotFoundError: No module named 'pytorch_lightning.utilities.distributed' Please advise. Traceback (most recent call last): File "/home/studio-lab-user/sagemaker-studiolab-notebooks/stable-diffusion-webui/launch.py", line 39, in main() File "/home/studio-lab-user/sagemaker-studiolab-notebooks/stable-diffusion-webui/launch.py", line 35, in main start() File...
Hi, I tried to install your notebook. But I'm near the end and I get some errors. from ..utils import _log_api_usage_once ``` File "/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/torchvision/utils.py", line 23, in @torch.no_grad() AttributeError: module...