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

I know this issue had been on other talk. My GPU RTX 5000 on cloud gpu like colab. I think this issue can be solved on https://github.com/mike9251/simswap-inference-pytorch . But i...

I just recently formatted my pc and I saved the simswap folder, so that I didnt have to get the insightmodels etc again. I installed anaconda, got everything from the...

I had a few moments when the video process was interrupted (standby, etc.). So I want to propose a flag to skip existing frames and continue the process at the...

The eyes and lines on the face. Crop 512 Source ![Deadf](https://user-images.githubusercontent.com/91313188/209478005-bd75bc2f-a70f-4c18-b09c-eaa821d1932d.jpg) Target ![33](https://user-images.githubusercontent.com/91313188/209478016-ab75666c-2e30-4e28-8a36-aaed5c420770.jpg) And the result ![frame_0000000](https://user-images.githubusercontent.com/91313188/209478023-a387a864-2936-4173-b5cb-246992c06f37.jpg)

I am not sure as to what exactly is causing this, I did go through some threads that were written recently but there was no specific method to ensure that...

Can u explaing me how can i solve this i've done nth wrong but there was a sudden error in my final stage of training And it says attribute error

Hi I have these messages: AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 39 latend_id = latend_id.to('cuda') 40 ---> 41 video_swap(opt.video_path, latend_id, model, app, opt.output_path, temp_results_dir=opt.temp_path, use_mask=opt.use_mask, no_simswaplogo=True) 2...

i think it's a float issue or something. i'm not code savvy, i just follow every step there is on the demo. But then when i upload the picture for...

I installed everything needed. When I type this command: python test_wholeimage_swapmulti.py --crop_size 512 --use_mask --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/face.jpg --pic_b_path ./demo_file/body.png --output_path ./output/ I get this message, then under it the...