Text-to-Image
GGUF
stable-diffusion
stable-diffusion-xl
sdxl
flux
wan22
lora
klein
ltx-2
ltx2
image-to-image
video
codex-webui
Instructions to use sangoi-exe/sd-webui-codex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use sangoi-exe/sd-webui-codex with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="sangoi-exe/sd-webui-codex", filename="flux-tenc/t5xxl.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use sangoi-exe/sd-webui-codex with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf sangoi-exe/sd-webui-codex:Q4_K_M # Run inference directly in the terminal: llama-cli -hf sangoi-exe/sd-webui-codex:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf sangoi-exe/sd-webui-codex:Q4_K_M # Run inference directly in the terminal: llama-cli -hf sangoi-exe/sd-webui-codex: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 sangoi-exe/sd-webui-codex:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf sangoi-exe/sd-webui-codex: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 sangoi-exe/sd-webui-codex:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf sangoi-exe/sd-webui-codex:Q4_K_M
Use Docker
docker model run hf.co/sangoi-exe/sd-webui-codex:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use sangoi-exe/sd-webui-codex with Ollama:
ollama run hf.co/sangoi-exe/sd-webui-codex:Q4_K_M
- Unsloth Studio new
How to use sangoi-exe/sd-webui-codex 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 sangoi-exe/sd-webui-codex 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 sangoi-exe/sd-webui-codex to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for sangoi-exe/sd-webui-codex to start chatting
- Docker Model Runner
How to use sangoi-exe/sd-webui-codex with Docker Model Runner:
docker model run hf.co/sangoi-exe/sd-webui-codex:Q4_K_M
- Lemonade
How to use sangoi-exe/sd-webui-codex with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull sangoi-exe/sd-webui-codex:Q4_K_M
Run and chat with the model
lemonade run user.sd-webui-codex-Q4_K_M
List all available models
lemonade list
Upload 9 files
Browse files- .gitattributes +3 -0
- ltx2-connectors/ltx-2.3-22b-distilled_embeddings_connectors.safetensors +3 -0
- ltx2-connectors/ltx-2.3-spatial-upscaler-x1.5-1.0.safetensors +3 -0
- ltx2-connectors/ltx-2.3-spatial-upscaler-x2-1.0.safetensors +3 -0
- ltx2-connectors/ltx-2.3-temporal-upscaler-x2-1.0.safetensors +3 -0
- ltx2-tenc/gemma-3-12b-it-Q4_K_M.gguf +3 -0
- ltx2-tenc/mmproj-google_gemma-3-12b-it-bf16.gguf +3 -0
- ltx2-vae/ltx-2.3-22b-distilled_audio_vae.safetensors +3 -0
- ltx2-vae/ltx-2.3-22b-distilled_video_vae.safetensors +3 -0
- ltx2/ltx-2.3-22b-distilled-Q4_K_M.gguf +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,6 @@ wan22/wan22_i2v_14b_HN_lx2v_4step-Q4_K_M-Codex.gguf filter=lfs diff=lfs merge=lf
|
|
| 40 |
wan22/wan22_i2v_14b_LN_lx2v_4step-Q4_K_M-Codex.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
wan22-tenc/umt5-xxl.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
flux-tenc/t5xxl.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
wan22/wan22_i2v_14b_LN_lx2v_4step-Q4_K_M-Codex.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
wan22-tenc/umt5-xxl.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
flux-tenc/t5xxl.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ltx2-tenc/gemma-3-12b-it-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
ltx2-tenc/mmproj-google_gemma-3-12b-it-bf16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
ltx2/ltx-2.3-22b-distilled-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
ltx2-connectors/ltx-2.3-22b-distilled_embeddings_connectors.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c61cbb396e2a8175d8b2da51f0fdac885a4ccd22c9f64dafa5aa2c455dc8a507
|
| 3 |
+
size 2312144712
|
ltx2-connectors/ltx-2.3-spatial-upscaler-x1.5-1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2b3193e68cb04b4701e1d59bec4ed5d5e3e84506d9a42d5a129d37d39823df7
|
| 3 |
+
size 1090125794
|
ltx2-connectors/ltx-2.3-spatial-upscaler-x2-1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93800de87dbc448b5b31f3c5c3a1579ba6335151de061a564f6f026b0fc770ad
|
| 3 |
+
size 995743504
|
ltx2-connectors/ltx-2.3-temporal-upscaler-x2-1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bc3300f2b3c3c1834d72164fbf13a3b9fd73e5a741e8a2c3f4035f89a75c3fe
|
| 3 |
+
size 261944000
|
ltx2-tenc/gemma-3-12b-it-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15b8fd9d8672cd4240c178c217ca781409291f34e353d2e913b29c7602ceb3ff
|
| 3 |
+
size 7300778336
|
ltx2-tenc/mmproj-google_gemma-3-12b-it-bf16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e5ba81aeddfc99bac8325a05f173b5f7024d447a1e3a21f40b265bdc0fe26f
|
| 3 |
+
size 854200224
|
ltx2-vae/ltx-2.3-22b-distilled_audio_vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cd6a6eb8cb28f5ecc12f1f3126952b2a3d2b0b42ad3270e63cefafafe0d9b57
|
| 3 |
+
size 364853140
|
ltx2-vae/ltx-2.3-22b-distilled_video_vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e68d6d8f8a42942ac9b862cc315beb3bc30805a8876c7ad63ba5bf7a2b8e168a
|
| 3 |
+
size 1452256522
|
ltx2/ltx-2.3-22b-distilled-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fa6aff68ffaad47fb6143677c3df03b533b53c9aa97a50e08fdc8b63023bcd0
|
| 3 |
+
size 14326857120
|