aihacker111 / Efficient-Live-Portrait

Fast running Live Portrait with TensorRT and ONNX models
MIT License
122 stars 10 forks source link

libgrid_sample_3d_plugin.so not designed to run on Windows or contains error #11

Open mocmocmoc opened 1 month ago

mocmocmoc commented 1 month ago

Fresh git clone Windows11, Python 3.10.11

explorer_rtBH5HWNz0
aihacker111 commented 1 month ago

@mocmocmoc I don’t use window my friend , I’ll update script for build it on window later, but now you can run it con colab for demo

galigaligo commented 1 month ago

The same problem, Error: ctypes.CDLL(self.plugin_path, mode=ctypes.RTLD_GLOBAL) File "D:\soft\miniconda\LivePortrait\lib\ctypes__init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 不是有效的 Win32 应用程序。 Exception ignored in: <function TensorRTEngine.del at 0x000001EC70E7D0D0>

aihacker111 commented 1 month ago

@galigaligo This is build on Linux and also it cannot run on window, please use notebook in colab folder and run on colab . Thank you