CoolFace
Modelpublic

VeyraAgent/cf-solver-models

sourceHugging Facemitupdated 7d agoView on Hugging Face
1likes
Model Card

cf-solver-models

ONNX models used by VeyraAgent/cf-solver. Kept out of the GitHub repo to keep it light — download them here instead.

Files

modelsizeused by
models/siamese.onnx56 MBimage recognition
models/yolov11n_captcha.onnx10 MBobject detection
solvers/aliyun/best.onnx10 MBAliyun slide
solvers/geetest/models/geetest_v4_icon.onnx2.3 MBGeeTest v4 icons
solvers/recaptcha/models/recaptcha_cls_s.onnx20 MBreCAPTCHA tile classifier
solvers/rotate/rotate_model.onnx1.1 MBrotation
solvers/vk/captcha_model.onnx1.1 MBVK CTC OCR
solvers/vk/ctc_model.onnx1.5 KBVK CTC decode

Download all

bash
./scripts/fetch_models.sh          # into the repo layout
HF_TOKEN=hf_xxx ./scripts/fetch_models.sh   # optional, only if the repo is private

Direct:

bash
curl -fLO https://huggingface.co/VeyraAgent/cf-solver-models/resolve/main/solvers/recaptcha/models/recaptcha_cls_s.onnx

Each file keeps its repo-relative path, so dropping the tree back into a cf-solver clone restores every solver.

License

MIT — same as cf-solver.