Post
331
Concern regarding ZeroGPU / Pro Account
I signed up for the Pro Account only because of the ZeroGPU. I run the app.py file trying to load the Stable Diffusion 3.5 Large:
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", use_auth_token=token)
pipe.to("cuda") # Move the model to GPU if available
I simply wanted to generate an image. However, it left the loading half way, and gave me the following code:
OSError: [Errno 28] No space left on device
I am not interested in the ZeroGPU / Pro Account, and would like a refund, as that was the only reason for me getting that. Who do contact to address this matter?
Thanks.
I signed up for the Pro Account only because of the ZeroGPU. I run the app.py file trying to load the Stable Diffusion 3.5 Large:
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", use_auth_token=token)
pipe.to("cuda") # Move the model to GPU if available
I simply wanted to generate an image. However, it left the loading half way, and gave me the following code:
OSError: [Errno 28] No space left on device
I am not interested in the ZeroGPU / Pro Account, and would like a refund, as that was the only reason for me getting that. Who do contact to address this matter?
Thanks.