facefusion/models-3.0.0..onnx file is paired with a .hash file used for integrity verification.2dfan4.onnxfan_68_5.onnxarcface_w600k_r50.onnxarcface_converter_ghost.onnxarcface_converter_simswap.onnxretinaface_10g.onnxscrfd_2.5g.onnxyoloface_8n.onnxbisenet_resnet_34.onnxdfl_xseg.onnxinswapper_128.onnxinswapper_128_fp16.onnxsimswap_256.onnxsimswap_unofficial_512.onnxuniface_256.onnxblendswap_256.onnxghost_1_256.onnxghost_2_256.onnxghost_3_256.onnxgfpgan_1.2.onnxgfpgan_1.3.onnxgfpgan_1.4.onnxgpen_bfr_256.onnxgpen_bfr_512.onnxgpen_bfr_1024.onnxgpen_bfr_2048.onnxrestoreformer_plus_plus.onnxcodeformer.onnxfairface.onnxstyleganex_age.onnxlive_portrait_feature_extractor.onnxlive_portrait_motion_extractor.onnxlive_portrait_eye_retargeter.onnxlive_portrait_lip_retargeter.onnxlive_portrait_generator.onnxlive_portrait_stitcher.onnxwav2lip_96.onnxwav2lip_gan_96.onnxreal_esrgan_x2.onnxreal_esrgan_x2_fp16.onnxreal_esrgan_x4.onnxreal_esrgan_x4_fp16.onnxreal_esrgan_x8.onnxreal_esrgan_x8_fp16.onnxreal_hatgan_x4.onnxultra_sharp_x4.onnxlsdir_x4.onnxnomos8k_sc_x4.onnxspan_kendata_x4.onnxclear_reality_x4.onnxdeoldify.onnxdeoldify_artistic.onnxdeoldify_stable.onnxddcolor.onnxddcolor_artistic.onnxkim_vocal_2.onnxopen_nsfw.onnxpeppa_wutz.onnx.hash file:1import onnxruntime as ort
2
3session = ort.InferenceSession(
4 "inswapper_128.onnx",
5 providers=["CUDAExecutionProvider", "CPUExecutionProvider"]
6)