runtime error

Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/diffusers/models/transformers/transformer_kandinsky.py:168: UserWarning: CUDA is not available or torch_xla is imported. Disabling autocast. @torch.autocast(device_type="cuda", dtype=torch.float32) /usr/local/lib/python3.13/site-packages/diffusers/models/transformers/transformer_kandinsky.py:272: UserWarning: CUDA is not available or torch_xla is imported. Disabling autocast. @torch.autocast(device_type="cuda", dtype=torch.float32) Traceback (most recent call last): File "/app/app.py", line 9, in <module> pipe = StableDiffusionPipeline.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^ NameError: name 'StableDiffusionPipeline' is not defined. Did you mean: 'DiffusionPipeline'?

Container logs:

Fetching error logs...