-
Notifications
You must be signed in to change notification settings - Fork 335
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
Error for Flux Dev Lora => TypeError: unsupported operand type(s) for |: 'torch._C._TensorMeta' and 'NoneType' #42
Comments
Got the same error on a fresh install on 4090 on wsl2. |
Okay. I found a fix.
SCROLL DOWN TO line 637, closer to the bottom. It's indented one and blends in. It's near the image parameter function You are looking for THIS LINE - Change the operator from
|
Which Python Version are you on? |
Which python version are you on? |
I was using Python 3.9, updated to 3.10 and it's running fine. Closing now. |
I'm getting this error while trying to run a Flux Lora training task:
Running on a fresh install, A100 and yaml based on the template in config/templates
The text was updated successfully, but these errors were encountered: