Instructions to use MidnightRunner/Misc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use MidnightRunner/Misc with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="MidnightRunner/Misc", filename="Qwen2.5-VL-7B-Instruct-Q3_K_S.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 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 Studio
How to use MidnightRunner/Misc 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 MidnightRunner/Misc 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 MidnightRunner/Misc to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for MidnightRunner/Misc to start chatting
- Atomic Chat new
- 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
Upload 13 files
Browse files- .gitattributes +10 -0
- 2x-AnimeSharpV2_MoSR_Sharp.pth +3 -0
- 2x-AnimeSharpV4_RCAN.safetensors +3 -0
- 4x_UniversalUpscalerV2-Neutral_115000_swaG.pth +3 -0
- 4x_UniversalUpscalerV2-Sharp_101000_G.pth +3 -0
- 4x_UniversalUpscalerV2-Sharper_103000_G.pth +3 -0
- ESRGAN_SRx4_DF2KOST_official-ff704c30.pth +3 -0
- RealESRGAN_x2plus.pth +3 -0
- RealESRGAN_x4plus.pth +3 -0
- RealESRGAN_x4plus_anime_6B.pth +3 -0
- SwinIR_4x.pth +3 -0
.gitattributes
CHANGED
|
@@ -25,3 +25,13 @@ x1_ITF_SkinDiffDDS_v1.pth filter=lfs diff=lfs merge=lfs -text
|
|
| 25 |
bounceV_01.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
guozi_fushiruyao_v2_wan-000020_comfy.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
wan_lcm_r16_fp32_comfy.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
bounceV_01.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
guozi_fushiruyao_v2_wan-000020_comfy.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
wan_lcm_r16_fp32_comfy.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
2x-AnimeSharpV2_MoSR_Sharp.pth filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
2x-AnimeSharpV4_RCAN.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
4x_UniversalUpscalerV2-Neutral_115000_swaG.pth filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
4x_UniversalUpscalerV2-Sharp_101000_G.pth filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
4x_UniversalUpscalerV2-Sharper_103000_G.pth filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
ESRGAN_SRx4_DF2KOST_official-ff704c30.pth filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
RealESRGAN_x2plus.pth filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
RealESRGAN_x4plus_anime_6B.pth filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
RealESRGAN_x4plus.pth filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
SwinIR_4x.pth filter=lfs diff=lfs merge=lfs -text
|
2x-AnimeSharpV2_MoSR_Sharp.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a69d1c681aef2251802e69131631868b451c3874e0afb46f55bd6cc820e6400
|
| 3 |
+
size 17324914
|
2x-AnimeSharpV4_RCAN.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6470bb91d6622d6acdff81132c1a8615b961b919ce2b9a01ce993378500cfbe1
|
| 3 |
+
size 31053198
|
4x_UniversalUpscalerV2-Neutral_115000_swaG.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60fccf5f605c8aab7bba1c6e05f055967c6b693d24468bf42215599cd3d78323
|
| 3 |
+
size 66906127
|
4x_UniversalUpscalerV2-Sharp_101000_G.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c6fe5062f54074199f133d04e6a782501b6d98a27a2adc474d0c5cead5b8bef
|
| 3 |
+
size 66961958
|
4x_UniversalUpscalerV2-Sharper_103000_G.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7203b094ed8ef5a4381a4b02d96684272f91b58902a4f59718c96cec0c8c2c31
|
| 3 |
+
size 66961958
|
ESRGAN_SRx4_DF2KOST_official-ff704c30.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff704c30ff560305e48ed1f4db895e525ab6bc81a46fafe80c0094a271c806d9
|
| 3 |
+
size 66922040
|
RealESRGAN_x2plus.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49fafd45f8fd7aa8d31ab2a22d14d91b536c34494a5cfe31eb5d89c2fa266abb
|
| 3 |
+
size 67061725
|
RealESRGAN_x4plus.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fa0d38905f75ac06eb49a7951b426670021be3018265fd191d2125df9d682f1
|
| 3 |
+
size 67040989
|
RealESRGAN_x4plus_anime_6B.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f872d837d3c90ed2e05227bed711af5671a6fd1c9f7d7e91c911a61f155e99da
|
| 3 |
+
size 17938799
|
SwinIR_4x.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99adfa91350a84c99e946c1eb3d8fce34bc28f57d807b09dc8fe40a316328c0a
|
| 3 |
+
size 142473939
|