Views
No views yet
mask.bin)mask.bin (3.32 GB)pipe.load_character_adapter()buffalo_l/)| File | Size | Description |
|---|---|---|
det_10g.onnx | 16.9 MB | Face detection model |
w600k_r50.onnx | 174 MB | Face recognition model |
2d106det.onnx | 5.0 MB | 2D landmark detection |
1k3d68.onnx | 144 MB | 3D face landmarks |
genderage.onnx | 1.3 MB | Age and gender estimation |
models/buffalo_l/ for use with InsightFace.| Checkpoint | Size | Description |
|---|---|---|
checkpoint-50/mask.bin | 641 MB | Early training (50 steps) |
checkpoint-100/mask.bin | 641 MB | Medium training (100 steps) |
checkpoint-150/mask.bin | 641 MB | Recommended (150 steps) |
checkpoint-200/mask.bin | 641 MB | Extended training (200 steps) |
1# Install huggingface-cli if needed
2pip install huggingface-hub
3
4# Download everything
5huggingface-cli download DeathAngel00/Photogen-checkpoints --local-dir . --local-dir-use-symlinks False
6
7# Or download individual files
8huggingface-cli download DeathAngel00/Photogen-checkpoints mask.bin --local-dir checkpoints
9huggingface-cli download DeathAngel00/Photogen-checkpoints checkpoint-150/mask.bin --local-dir output_sd15