For friends who can’t use this tool (in my case it’s because of an RTX 50-series GPU):
Use Codex and include the entire directory of the project you downloaded. Ask your question and let it guide you through installing the required software and running environment compatibility tests.
You will need to recompile checkpoints\liveportrait_onnx\grid_sample_3d_plugin.dll. This DLL was built against an older CUDA version, so it must be rebuilt for newer GPUs before TensorRT (TRT) can be generated.
In my case, MultiScaleDeformableAttention.cp310-win_amd64.pyd also caused problems. The DLL it depends on couldn’t be found due to the newer environment, so it also needs to be recompiled. Alternatively, you can skip it and use a lower-level solution—Codex should provide guidance for that.
For friends who can’t use this tool (in my case it’s because of an RTX 50-series GPU):
Use Codex and include the entire directory of the project you downloaded. Ask your question and let it guide you through installing the required software and running environment compatibility tests.
You will need to recompile
checkpoints\liveportrait_onnx\grid_sample_3d_plugin.dll. This DLL was built against an older CUDA version, so it must be rebuilt for newer GPUs before TensorRT (TRT) can be generated.In my case,
MultiScaleDeformableAttention.cp310-win_amd64.pydalso caused problems. The DLL it depends on couldn’t be found due to the newer environment, so it also needs to be recompiled. Alternatively, you can skip it and use a lower-level solution—Codex should provide guidance for that.