flux
flux copied to clipboard
New error: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
trafficstars
I made a colab for FLUX.dev and it worked perfectly, but today I get this error, what has changed?
"Skipping this image and continuing... An error occurred during image generation: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and CPU!"
I explored a lot, and the problems come maybe from a diffusers version...
+1
Found this, I'm testing it now.
Issue appears to be with diffusers . Resolution was to revert to an older version by modifying requirements.txt and using this version:
git+https://github.com/huggingface/[email protected]