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
- llama.cpp
How to use MidnightRunner/Misc with llama.cpp:
Install from brew
brew install llama.cpp # 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
Install from WinGet (Windows)
winget install llama.cpp # 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
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 new
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
- 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 12 files
Browse files- .gitattributes +7 -0
- NEGATIVE_HANDS.safetensors +0 -0
- Stable_Yogis_Anatomy_Negatives_V1-neg.safetensors +3 -0
- Stable_Yogis_PDXL_Negatives2-neg.safetensors +3 -0
- Stable_Yogis_PDXL_Positives2.safetensors +3 -0
- Stable_Yogis_Realism_Negatives_V1-neg.safetensors +3 -0
- Stable_Yogis_Realism_Positives_V1.safetensors +3 -0
- lazypos.safetensors +3 -0
- zPDXL3.safetensors +3 -0
- zPDXLrl-neg.pt +0 -0
- zPDXLrl.pt +0 -0
- zPDXLxxx-neg.pt +0 -0
- zPDXLxxx.pt +0 -0
.gitattributes
CHANGED
|
@@ -81,3 +81,10 @@ skindentation[[:space:]]pdxl_fp16.safetensors filter=lfs diff=lfs merge=lfs -tex
|
|
| 81 |
bubble-butt-V1.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 82 |
Skin-V1.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 83 |
skindentation-v1.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
bubble-butt-V1.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 82 |
Skin-V1.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 83 |
skindentation-v1.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
lazypos.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
Stable_Yogis_Anatomy_Negatives_V1-neg.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
Stable_Yogis_PDXL_Negatives2-neg.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
Stable_Yogis_PDXL_Positives2.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
Stable_Yogis_Realism_Negatives_V1-neg.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
Stable_Yogis_Realism_Positives_V1.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
zPDXL3.safetensors filter=lfs diff=lfs merge=lfs -text
|
NEGATIVE_HANDS.safetensors
ADDED
|
Binary file (24.7 kB). View file
|
|
|
Stable_Yogis_Anatomy_Negatives_V1-neg.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f59ced4ea84365159168476e02e0b71d0e9a45337ab276633c324f9c1d206b4
|
| 3 |
+
size 508056
|
Stable_Yogis_PDXL_Negatives2-neg.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cfbc7ee07b6c64ccbe7bd331f031141ec45c0a7e9abe35698d9788fa43a540e
|
| 3 |
+
size 581784
|
Stable_Yogis_PDXL_Positives2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:926b806f83d8d12e535e29b69434db3f1f89b40f4adbf72cc5ef8fde1c6aa8be
|
| 3 |
+
size 606360
|
Stable_Yogis_Realism_Negatives_V1-neg.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c7034a7cc071042a56d6d605c09148376b4104c3c2781214b9065f10629baaa
|
| 3 |
+
size 376984
|
Stable_Yogis_Realism_Positives_V1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3d700601a5d680e7d92ed1ddd2f0423b2f470a93a39e6637ff180b42b43bd08
|
| 3 |
+
size 540824
|
lazypos.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30866692653cb0063484dec240bc7971adc5767753b0cbbe072e2ddd7ff16b81
|
| 3 |
+
size 180376
|
zPDXL3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1727c6cddf61daa7487340212c9ba8b4522579cf011e2ef5f269ad1d8b072c2d
|
| 3 |
+
size 270488
|
zPDXLrl-neg.pt
ADDED
|
Binary file (74.8 kB). View file
|
|
|
zPDXLrl.pt
ADDED
|
Binary file (58.3 kB). View file
|
|
|
zPDXLxxx-neg.pt
ADDED
|
Binary file (33.9 kB). View file
|
|
|
zPDXLxxx.pt
ADDED
|
Binary file (33.8 kB). View file
|
|
|