simswap-inference-pytorch icon indicating copy to clipboard operation
simswap-inference-pytorch copied to clipboard

Unofficial Pytorch implementation (inference only) of the SimSwap: An Efficient Framework For High Fidelity Face Swapping

Results 17 simswap-inference-pytorch issues
Sort by recently updated
recently updated
newest added

I am goint to train a model on 512 , i am seeing that the simswap officall test is complicted , so does this work with the latest model ?...

when finishing image compile to video, always got this error. ` Error executing job with overrides: [] Traceback (most recent call last): File "/ironman/simswap-inference-pytorch/app.py", line 70, in main app.run() File...

I realized that after updating to latest version it puts a watermark at right bottom corner. Anyway to remove it?

[root@www simswap-inference-pytorch]# python app.py --config-name=run_image.yaml Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} Error executing job with overrides: [] Traceback (most recent call last): File "/root/simswap-inference-pytorch/app.py", line 68, in main app...

Hello, my server have rtx3080 * 8 but it can only running on 1 gpu. how can i running it on 8 gpus?

(sink2) C:\_N\simswap-inference-pytorch-main>python app.py --config-name=run_image.yaml Error executing job with overrides: [] Traceback (most recent call last): File "C:\_N\simswap-inference-pytorch-main\app.py", line 74, in main() File "C:\_N\Anaconda3\envs\sink2\lib\site-packages\hydra\main.py", line 94, in decorated_main _run_hydra( File "C:\_N\Anaconda3\envs\sink2\lib\site-packages\hydra\_internal\utils.py",...

如何提高推理速度?我尝试加入多线程但是不生效

(myenv) c:\_N\simswap-inference-pytorch>streamlit run app_web.py You can now view your Streamlit app in your browser. Local URL: http://localhost:8501 Network URL: http://192.168.1.70:8501 OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized....

For example, the size of image [here](https://github.com/mike9251/simswap-inference-pytorch/blob/main/src/simswap.py#:~:text=detection%3A%20Detection%20%3D%20self.face_detector(image)) (It is not directing correctly. Should be on line 186, https://github.com/mike9251/simswap-inference-pytorch/blob/main/src/simswap.py#:~:text=detection%3A%20Detection%20%3D%20self.face_detector(image) ) is [4,3,256,256], how could we adapt the code? Thank you in...

Which file do I have to modify to remove the deepfake watermark or how do I do it? I'm trying to introduce the deepfake topic to my students and don't...