-
Notifications
You must be signed in to change notification settings - Fork 179
error when running workflow: "Failed to convert an input value to a INT value: riflex_freq_index, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'" #452
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
Comments
It's an update issue again, either the nodes are older than the workflow or you haven't refreshed the browser between updates. Try just setting the value it complains about again, the riflex_frew_index, set it to 0 even if it already seems to show that. If that doesn't help, right click the node and choose "fix node". |
alright, I fixed that problem. |
Main way to control that is increasing the number of blocks swapped, maximum is 20 double blocks and 40 single blocks, that's with the block swap node that connects to the model loader. Alternatively enable the |
I added the blockswap node and enabled auto cpu offload, I'm still getting CUDA out of memory errors. I guess my card just isnt powerful enough? |
Depends on the error, if it's allocation error it's about VRAM, if not then it's about RAM. |
It says "AllocationError: CUDA out of memory" |
no idea what this means. I have this workflow set up:
ignore trump hes a placeholder.
and when I try to run it, the HunyuanVideo Sampler node fails with the error in the title.
the following is given in the terminal:
any help? I have an RTX 4070 btw, if thats any help.
The text was updated successfully, but these errors were encountered: