-
Can this be used CPU only? I have only a cheap laptop, Intel UHD graphics and want to use CPU. When I try to start training with CPU selected for train device and temp device it says "huggingface/diffusers#254 . I don't know what this means only that maybe somehow it is trying to find cuda but I don't have cuda device. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I doubt you'll even be able to run the VAE with just your CPU. I do not believe what you are attempting is viable. |
Beta Was this translation helpful? Give feedback.
-
I am not interested in creating VAE, only want to generate the Lora. There is no VAE data type selected in model so it shouldn't try to train VAE. I have chosen sd 1.5 Lora, device cpu but then there's the runtime error. |
Beta Was this translation helpful? Give feedback.
The entire pipeline has to run as part of creating the lora, which includes the VAE. I doubt that your CPU on its own is even capable of running the VAE, the earliest part of the pipeline. You are welcome to try, you'll just have to do what the error message tells you to do -- turn off the fused option in the advanced optimizer settings.