neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.41k stars 872 forks source link

WARNING message after performing the swap #462

Open TomiTom1234 opened 3 months ago

TomiTom1234 commented 3 months ago

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 list of OPTIONS, then the END line, but no action of swapping:

UserWarning: NVIDIA GeForce RTX 3070 Ti with CUDA capability sm_86 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 compute_37. If you want to use the NVIDIA GeForce RTX 3070 Ti GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))

Any idea what is messing here?