-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InitFluxLoRATraining: "Cannot copy out of meta tensor; no data!" #80
Comments
Meta tensor error like that means it's trying to move empty model, so if it's when it's trying to move text encoder, then there's something wrong with the text encoder files. |
Have the same problem, I set this all up just for nothing now ;-( edit: ah, it just does not seem to work with the de-destilled model which I wanted to try |
same problem |
I am not using a de-distilled version. I have python 3.11.9, torch 2.4.1+cu124 .
|
Hello,
Thanks for providing these nodes! I've used the reference
workflow.json
from the repository.I successfully preprocessed the images (steps 1-4) but when actually starting the training, I get the error below.
I made sure to select the original
ae.safetensors
andflux-dev.safetensors
. I also tried withflux-dev-fp8
, same error.I tried with and without highvram, with and without split_mode, with and without base_fp8.
For some reason, moving the
text_encoders
to the GPU is failing as can be seen below.Problematic lines: here or here.
This is pytorch 2.3.1, cuda 12.1, cudnn8.
Thanks for your help!
The text was updated successfully, but these errors were encountered: