I'm encountering an error
AttibuteError: module 'torch' has no attribute 'xpu'
when running the diffusers library in a Google Colab environment with a CUDA GPU. I'm trying to use DiffusionPipleline.from_pretrained with stabilityai/stablediffusion-sl-base-1.0. How can I resolve this error or configure the library to work correctly in a CUDA environment without trying to access torch.xpu?
I basically followed the instructions of the agent.