Views
No views yet
| Model | Author | Source | License |
|---|---|---|---|
| Qwen3.6-35B-A3B-APEX | mudler | HuggingFace | Apache 2.0 (Qwen) |
| WAI-Nsfw-Illustrious-17 | WAI0731 | CivitAI | Community model |
| miaomiaoHarem_v20 | miaomiao0226 | CivitAI | Community model |
| GPT-SoVITS weights | Self-trained | — | Free to use |
1# Download everything
2huggingface-cli download TAOTAO777/ai-girlfriend-natsume --local-dir ./models
3
4# Or selectively:
5huggingface-cli download TAOTAO777/ai-girlfriend-natsume llm/ --local-dir ./models
6huggingface-cli download TAOTAO777/ai-girlfriend-natsume comfyui-checkpoints/ --local-dir ./checkpoints
7huggingface-cli download TAOTAO777/ai-girlfriend-natsume gpt-sovits-weights/ --local-dir ./gpt-sovits-weightsllm/
└── Qwen3.6-35B-A3B-APEX-I-Compact.gguf
→ Expected at: <your vllm>/models/
comfyui-checkpoints/
├── WAI-Nsfw-Illustrious-17.safetensors
└── miaomiaoHarem_v20.safetensors
→ Expected at: <ComfyUI>/models/checkpoints/
gpt-sovits-weights/
├── SoVITS_weights_v2Pro/xxx-e30.ckpt
└── GPT_weights_v2Pro/xxx_e20_s6240.pth
→ Expected at: <GPT-SoVITS>/SoVITS_weights_v2Pro/ and GPT_weights_v2Pro/| 模型 | 原作者 | 原始来源 | 许可证 |
|---|---|---|---|
| Qwen3.6-35B-A3B-APEX | mudler | HuggingFace | Apache 2.0 (Qwen) |
| WAI-Nsfw-Illustrious-17 | WAI0731 | CivitAI | 社区模型 |
| miaomiaoHarem_v20 | miaomiao0226 | CivitAI | 社区模型 |
| GPT-SoVITS 权重 | 本人训练 | — | 自由使用 |
1# 全量下载
2huggingface-cli download TAOTAO777/ai-girlfriend-natsume --local-dir ./modelsllm/ → <你的vllm>/models/
comfyui-checkpoints/ → <ComfyUI>/models/checkpoints/
gpt-sovits-weights/ → <GPT-SoVITS>/SoVITS_weights_v2Pro/ + GPT_weights_v2Pro/