StableDiffusionUI_SageMakerSL icon indicating copy to clipboard operation
StableDiffusionUI_SageMakerSL copied to clipboard

Notebook for running Automatic1111 Stable Diffusion webui on SageMaker Studio Lab

Results 4 StableDiffusionUI_SageMakerSL issues
Sort by recently updated
recently updated
newest added

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](https://github.com/Miraculix200/StableDiffusionUI_SageMakerSL/assets/105251704/45009f91-748b-499c-acd9-1d47bdc0c0d2) ![image](https://github.com/Miraculix200/StableDiffusionUI_SageMakerSL/assets/105251704/44054a66-1bbe-4694-af08-9af473b52cb9)

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...