runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> pipe = StableDiffusionPipeline.from_pretrained(model_id1, use_safetensors=True) File "/home/user/app/diffusers/utils/dummy_torch_and_transformers_objects.py", line 169, in from_pretrained requires_backends(cls, ["torch", "transformers"]) File "/home/user/app/diffusers/utils/import_utils.py", line 355, in requires_backends raise ImportError("".join(failed)) ImportError: StableDiffusionPipeline requires the PyTorch library but it was not found in your environment. Checkout the instructions on the installation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment. StableDiffusionPipeline requires the transformers library but it was not found in your environment. You can install it with pip: `pip install transformers`

Container logs:

Fetching error logs...