Instructions to use laichaoyi/MixupModels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use laichaoyi/MixupModels with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="laichaoyi/MixupModels", filename="text_encoders/anima/Qwen3-0.6B-Base.Q8.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use laichaoyi/MixupModels with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf laichaoyi/MixupModels:Q4_K_M # Run inference directly in the terminal: llama cli -hf laichaoyi/MixupModels:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf laichaoyi/MixupModels:Q4_K_M # Run inference directly in the terminal: llama cli -hf laichaoyi/MixupModels:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf laichaoyi/MixupModels:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf laichaoyi/MixupModels:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf laichaoyi/MixupModels:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf laichaoyi/MixupModels:Q4_K_M
Use Docker
docker model run hf.co/laichaoyi/MixupModels:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use laichaoyi/MixupModels with Ollama:
ollama run hf.co/laichaoyi/MixupModels:Q4_K_M
- Unsloth Studio
How to use laichaoyi/MixupModels with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for laichaoyi/MixupModels to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for laichaoyi/MixupModels to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for laichaoyi/MixupModels to start chatting
- Pi
How to use laichaoyi/MixupModels with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf laichaoyi/MixupModels:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "laichaoyi/MixupModels:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use laichaoyi/MixupModels with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf laichaoyi/MixupModels:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default laichaoyi/MixupModels:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use laichaoyi/MixupModels with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf laichaoyi/MixupModels:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "laichaoyi/MixupModels:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use laichaoyi/MixupModels with Docker Model Runner:
docker model run hf.co/laichaoyi/MixupModels:Q4_K_M
- Lemonade
How to use laichaoyi/MixupModels with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull laichaoyi/MixupModels:Q4_K_M
Run and chat with the model
lemonade run user.MixupModels-Q4_K_M
List all available models
lemonade list
Upload 16 files
Browse files- 2d106det.onnx +3 -0
- 79999_iter.pth +3 -0
- GFPGANv1.4.onnx +3 -0
- GPEN-BFR-256.onnx +3 -0
- GPEN-BFR-512.onnx +3 -0
- codeformer_fp16.onnx +3 -0
- det_10g.onnx +3 -0
- epoch_16_best.ckpt +3 -0
- faceparser_fp16.onnx +3 -0
- inswapper_128.fp16.onnx +3 -0
- occluder.onnx +3 -0
- rd64-uni-refined.pth +3 -0
- res50.onnx +3 -0
- scrfd_2.5g_bnkps.onnx +3 -0
- w600k_r50.onnx +3 -0
- yoloface_8n.onnx +3 -0
2d106det.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f001b856447c413801ef5c42091ed0cd516fcd21f2d6b79635b1e733a7109dbf
|
| 3 |
+
size 5030888
|
79999_iter.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:468e13ca13a9b43cc0881a9f99083a430e9c0a38abd935431d1c28ee94b26567
|
| 3 |
+
size 53289463
|
GFPGANv1.4.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6548e54cbcf248af385248f0c1193b359c37a0f98b836282b09cf48af4fd2b73
|
| 3 |
+
size 340256690
|
GPEN-BFR-256.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa5bd3ab238640a378c59e4a560f7a7150627944cf2129e6311ae4720e833271
|
| 3 |
+
size 75715262
|
GPEN-BFR-512.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0960f836488735444d508b588e44fb5dfd19c68fde9163ad7878aa24d1d5115e
|
| 3 |
+
size 284250449
|
codeformer_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c3ae2ce2de616815815628f966cdef5d9466722434a1be00c0785ec92e2a94f
|
| 3 |
+
size 188577164
|
det_10g.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5838f7fe053675b1c7a08b633df49e7af5495cee0493c7dcf6697200b85b5b91
|
| 3 |
+
size 16923827
|
epoch_16_best.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01d3c3939c28e47a45acb9a5ea8f8ee460e5ecf046c0caa8404e05915e10901b
|
| 3 |
+
size 57430037
|
faceparser_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:093125a0d0dde183c4ab9a53cb46499f9bc210f0c1bed5245a6448d1c63d092b
|
| 3 |
+
size 26625371
|
inswapper_128.fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32031dbe50398c1beffa9daadaec8dd7ae9529d8314a0307b45a4987497f8494
|
| 3 |
+
size 277288649
|
occluder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79f5c2edf10b83458693d122dd51488b210fb80c059c5d56347a047710d44a78
|
| 3 |
+
size 57308418
|
rd64-uni-refined.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4956f9a7978a75630b08c9d6ec075b7c51cf43b4751b686e3a011d4012ddc9d
|
| 3 |
+
size 4720707
|
res50.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:025db4efa3f7bef9911adc8eb92663608c682696a843cc7e1116d90c223354b5
|
| 3 |
+
size 109887314
|
scrfd_2.5g_bnkps.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc24bb349491481c3ca793cf89306723162c280cb284c5a5e49df3760bf5c2ce
|
| 3 |
+
size 3290207
|
w600k_r50.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c06341c33c2ca1f86781dab0e829f88ad5b64be9fba56e56bc9ebdefc619e43
|
| 3 |
+
size 174383860
|
yoloface_8n.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84d5bb985b0ea75fc851d7454483897b1494c71c211759b4fec3a22ac196d206
|
| 3 |
+
size 12639351
|