Downloads · 30 days
0
Jonny001/Models-Pack-01
Models-Pack-01 is a machine learning model from Jonny001. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
This repository contains the full, unmodified ONNX model set duplicated from facefusion/models-3.0.0.
Downloads · 30 days
0
Access
Public
Updated Dec 31, 2025
Repo size
15.4 GB
Likes
6
Public
Click a slice to open those files.
.onnx15.4 GB · 100%
From the Hugging Face model README
This repository contains the full, unmodified ONNX model set duplicated from
facefusion/models-3.0.0.
All models are provided for inference only and are intended for use with FaceFusion or custom ONNX Runtime pipelines.
Each .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.onnxEvery model includes a corresponding .hash file:
import onnxruntime as ort
session = ort.InferenceSession(
"inswapper_128.onnx",
providers=["CUDAExecutionProvider", "CPUExecutionProvider"]
)