Aidan Do

Results 2 comments of Aidan Do

Yeah I'm getting the same error, but calling diffusers directly (on amazon linux boxes): ```python import torch from diffusers import StableDiffusion3Pipeline pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-medium", torch_dtype=torch.bfloat16) pipe = pipe.to("cuda") ``` ```...

Yes getting same problem