Instructions to use MidnightRunner/Misc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use MidnightRunner/Misc 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 MidnightRunner/Misc:UD-Q4_K_S # Run inference directly in the terminal: llama cli -hf MidnightRunner/Misc:UD-Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf MidnightRunner/Misc:UD-Q4_K_S # Run inference directly in the terminal: llama cli -hf MidnightRunner/Misc:UD-Q4_K_S
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 MidnightRunner/Misc:UD-Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf MidnightRunner/Misc:UD-Q4_K_S
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 MidnightRunner/Misc:UD-Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf MidnightRunner/Misc:UD-Q4_K_S
Use Docker
docker model run hf.co/MidnightRunner/Misc:UD-Q4_K_S
- LM Studio
- Jan
- Ollama
How to use MidnightRunner/Misc with Ollama:
ollama run hf.co/MidnightRunner/Misc:UD-Q4_K_S
- Unsloth Desktop
- Docker Model Runner
How to use MidnightRunner/Misc with Docker Model Runner:
docker model run hf.co/MidnightRunner/Misc:UD-Q4_K_S
- Lemonade
How to use MidnightRunner/Misc with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MidnightRunner/Misc:UD-Q4_K_S
Run and chat with the model
lemonade run user.Misc-UD-Q4_K_S
List all available models
lemonade list
- Atomic Chat
Upload 2 files
Browse files- .gitattributes +2 -0
- GlitterFLUX.safetensors +3 -0
- gl1tt3rSDXL.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -108,3 +108,5 @@ Qwen2.5-VL-7B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 108 |
Qwen2.5-VL-7B-Instruct-UD-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 109 |
t5xxl_fp16.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 110 |
umt5_xxl_fp8_e4m3fn_scaled.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 108 |
Qwen2.5-VL-7B-Instruct-UD-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 109 |
t5xxl_fp16.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 110 |
umt5_xxl_fp8_e4m3fn_scaled.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 111 |
+
gl1tt3rSDXL.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 112 |
+
GlitterFLUX.safetensors filter=lfs diff=lfs merge=lfs -text
|
GlitterFLUX.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f167cc19f8d3d75c4a0aef2290306e099886b1d7349c938ab230bdd7b970a8fe
|
| 3 |
+
size 19320584
|
gl1tt3rSDXL.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec7d1ff09ab257f72ad7259d52299801090b7481bb241f1e4dc2b71d4c80344f
|
| 3 |
+
size 228460220
|