SimSwap icon indicating copy to clipboard operation
SimSwap copied to clipboard

An arbitrary face-swapping framework on images and videos with one single trained model!

Results 211 SimSwap issues
Sort by recently updated
recently updated
newest added

when i run test_one_image.py exits this issue: Pretrained network G has fewer layers; The following are not initialized: ['down0', 'first_layer', 'last_layer', 'up0']

@neuralchen @R3PO97 @luoxyhappy @bfirsh yes the above .zip file works , thanks alot, but when i run this code as per steps mention in colab file, then the resulting generated...

How to evaluate the ID retrieval and Posture by SimSwap

Hi guys, in the Simswap colab I get this problem at the end, does anyone know what to do? Many thanks to anyone who can answer me AssertionError Traceback (most...

@neuralchen @neuralchen @R3PO97 @luoxyhappy @bfirsh @TransAmMan In below code , there is link and this link is not available ? how i download ??? The --no-check-certificate file "antelope.zip" https://sh23tw.dm.files.1drv.com/y4mmGiIkNVigkSwOKDcV3nwMJulRGhbtHdkheehR5TArc52UjudUYNXAEvKCii2O5LAmzGCGK6IfleocxuDeoKxDZkNzDRSt4ZUlEt8GlSOpCXAFEkBwaZimtWGDRbpIGpb_pz9Nq5jATBQpezBS6G_UtspWTkgrXHHxhviV2nWy8APPx134zOZrUIbkSF6xnsqzs3uZ_SEX_m9Rey0ykpx9w" -O...

in SimSwap colab.ipynb file, the link to model i.e. onedrive link is broken?? ## You can upload filed manually # from google.colab import drive # drive.mount('/content/gdrive') ### Now onedrive file...

Traceback (most recent call last): File "C:\Users\박상윤\Whisper-WebUI-master\app.py", line 11, in from modules.whisper.whisper_factory import WhisperFactory File "C:\Users\박상윤\Whisper-WebUI-master\modules\whisper\whisper_factory.py", line 6, in from modules.whisper.faster_whisper_inference import FasterWhisperInference File "C:\Users\박상윤\Whisper-WebUI-master\modules\whisper\faster_whisper_inference.py", line 17, in from modules.whisper.base_transcription_pipeline...

How to run SimSwap in Google Colab? is there a tutorial? is there a content filter for NSFW content?

The --no-check-certificate file "antelope.zip" https://sh23tw.dm.files.1drv.com/y4mmGiIkNVigkSwOKDcV3nwMJulRGhbtHdkheehR5TArc52UjudUYNXAEvKCii2O5LAmzGCGK6IfleocxuDeoKxDZkNzDRSt4ZUlEt8GlSOpCXAFEkBwaZimtWGDRbpIGpb_pz9Nq5jATBQpezBS6G_UtspWTkgrXHHxhviV2nWy8APPx134zOZrUIbkSF6xnsqzs3uZ_SEX_m9Rey0ykpx9w" -O antelope.zip is unavailable. I get errors: "FileNotFoundError Traceback (most recent call last) and "FileNotFoundError: [Errno 2] No such file or directory: './insightface_func/models'" Is there...

Thanks for releasing the excellent work. I have some questions about the training loss. Where is the Gradient Penalty? I found some logs about "Gradient Penalty", e.g., D_GP in the...