Instructions to use 1234vlad/mirror with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use 1234vlad/mirror with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="1234vlad/mirror", filename="text_encoders/gemma-3-12b-it-IQ4_XS.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 1234vlad/mirror with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf 1234vlad/mirror:IQ4_XS # Run inference directly in the terminal: llama-cli -hf 1234vlad/mirror:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf 1234vlad/mirror:IQ4_XS # Run inference directly in the terminal: llama-cli -hf 1234vlad/mirror:IQ4_XS
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 1234vlad/mirror:IQ4_XS # Run inference directly in the terminal: ./llama-cli -hf 1234vlad/mirror:IQ4_XS
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 1234vlad/mirror:IQ4_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf 1234vlad/mirror:IQ4_XS
Use Docker
docker model run hf.co/1234vlad/mirror:IQ4_XS
- LM Studio
- Jan
- Ollama
How to use 1234vlad/mirror with Ollama:
ollama run hf.co/1234vlad/mirror:IQ4_XS
- Unsloth Studio new
How to use 1234vlad/mirror 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 1234vlad/mirror 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 1234vlad/mirror to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for 1234vlad/mirror to start chatting
- Docker Model Runner
How to use 1234vlad/mirror with Docker Model Runner:
docker model run hf.co/1234vlad/mirror:IQ4_XS
- Lemonade
How to use 1234vlad/mirror with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull 1234vlad/mirror:IQ4_XS
Run and chat with the model
lemonade run user.mirror-IQ4_XS
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- loras/LTX2_3_NSFW_furry_concat_v2.safetensors +3 -0
- loras/SexGod_Nudity_LTX23_v2_0_26-03-16.safetensors +3 -0
- loras/ltx_2.3_22b_distilled_lora_v1.1_fro90_ceil72_condsafe.safetensors +3 -0
- loras/nsfw_riding_backshot_frontshot_ltx23_v1.0.safetensors +3 -0
- text_encoders/gemma-3-12b-it-IQ4_XS.gguf +3 -0
- text_encoders/gemma_3_12b_it_fp8_e4m3fn_v1.safetensors +3 -0
- vae/LTX23_audio_vae_bf16.safetensors +3 -0
- vae/LTX23_video_vae_bf16.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
text_encoders/gemma-3-12b-it-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
loras/LTX2_3_NSFW_furry_concat_v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e5eb50396860082038584fdaa7018b1fc9191e0d30f5eb93e0bb82593d8ad84
|
| 3 |
+
size 2466643200
|
loras/SexGod_Nudity_LTX23_v2_0_26-03-16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e2d10d10e17626eb305c12a1779a21c2585c6ce225ecc45c1db2647042a1a46
|
| 3 |
+
size 1233513200
|
loras/ltx_2.3_22b_distilled_lora_v1.1_fro90_ceil72_condsafe.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e970f64a2ce5469491fb1714a3fa72c8b606fa82affff0531e836dbc91d31f34
|
| 3 |
+
size 662072824
|
loras/nsfw_riding_backshot_frontshot_ltx23_v1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b037a2fae053ee5f1b50d57120fe4e6acb680f654cbdc1f0a01c5189e2393f57
|
| 3 |
+
size 1348026984
|
text_encoders/gemma-3-12b-it-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e209a303d9d0841c1ab29a728b930ef630ba27766aa0067258f9e400f7ae8c65
|
| 3 |
+
size 6550964576
|
text_encoders/gemma_3_12b_it_fp8_e4m3fn_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38c8ca98d01afc93a04f9fb18255755884b9eb52b7b40080076e9c892609751b
|
| 3 |
+
size 13210008986
|
vae/LTX23_audio_vae_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bc10fa4adecf99dda132d916e23048cbd56797702c5fa50eb5d2079048a38c3
|
| 3 |
+
size 364855188
|
vae/LTX23_video_vae_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01ea62d09bc139f95c5dee7b5c062ad6a3e6cd8be910a1983ac02e7eb5b8ee3b
|
| 3 |
+
size 1452258578
|