Instructions to use f5aiteam/ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use f5aiteam/ComfyUI with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="f5aiteam/ComfyUI", filename="SEEDVR2/seedvr2_ema_3b-Q8_0.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 f5aiteam/ComfyUI with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf f5aiteam/ComfyUI:UD-Q4_K_XL # Run inference directly in the terminal: llama-cli -hf f5aiteam/ComfyUI:UD-Q4_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf f5aiteam/ComfyUI:UD-Q4_K_XL # Run inference directly in the terminal: llama-cli -hf f5aiteam/ComfyUI:UD-Q4_K_XL
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 f5aiteam/ComfyUI:UD-Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf f5aiteam/ComfyUI:UD-Q4_K_XL
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 f5aiteam/ComfyUI:UD-Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf f5aiteam/ComfyUI:UD-Q4_K_XL
Use Docker
docker model run hf.co/f5aiteam/ComfyUI:UD-Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use f5aiteam/ComfyUI with Ollama:
ollama run hf.co/f5aiteam/ComfyUI:UD-Q4_K_XL
- Unsloth Studio new
How to use f5aiteam/ComfyUI 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 f5aiteam/ComfyUI 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 f5aiteam/ComfyUI to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for f5aiteam/ComfyUI to start chatting
- Docker Model Runner
How to use f5aiteam/ComfyUI with Docker Model Runner:
docker model run hf.co/f5aiteam/ComfyUI:UD-Q4_K_XL
- Lemonade
How to use f5aiteam/ComfyUI with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull f5aiteam/ComfyUI:UD-Q4_K_XL
Run and chat with the model
lemonade run user.ComfyUI-UD-Q4_K_XL
List all available models
lemonade list
Upload 9 files
Browse filesF:\ComfyUI_windows_portable\ComfyUI\models
- .gitattributes +4 -0
- SEEDVR2/.validation_cache.json +17 -0
- SEEDVR2/ema_vae_fp16.safetensors +3 -0
- SEEDVR2/seedvr2_ema_3b-Q8_0.gguf +3 -0
- SEEDVR2/seedvr2_ema_3b_fp8_e4m3fn.safetensors +3 -0
- SEEDVR2/seedvr2_ema_7b-Q4_K_M.gguf +3 -0
- SEEDVR2/seedvr2_ema_7b-Q8_0.gguf +3 -0
- SEEDVR2/seedvr2_ema_7b_fp16.safetensors +3 -0
- SEEDVR2/seedvr2_ema_7b_fp8_e4m3fn.safetensors +3 -0
- SEEDVR2/seedvr2_ema_7b_sharp-Q4_K_M.gguf +3 -0
.gitattributes
CHANGED
|
@@ -49,3 +49,7 @@ diffusion_models/Qwen/Qwen-Image-Edit-2509-Q6_K.gguf filter=lfs diff=lfs merge=l
|
|
| 49 |
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
diffusion_models/Qwen/qwen-image-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
diffusion_models/Qwen/qwen-image-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
diffusion_models/Qwen/qwen-image-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
diffusion_models/Qwen/qwen-image-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
SEEDVR2/seedvr2_ema_3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
SEEDVR2/seedvr2_ema_7b_sharp-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
SEEDVR2/seedvr2_ema_7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
SEEDVR2/seedvr2_ema_7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
SEEDVR2/.validation_cache.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"seedvr2_ema_7b_sharp-Q4_K_M.gguf": {
|
| 3 |
+
"size": 4758306592,
|
| 4 |
+
"mtime": 1763571276.018415,
|
| 5 |
+
"hash": "7aed800ac4eb8e0d18569a954c0ff35f5a1caa3ed5d920e66cc31405f75b6e69"
|
| 6 |
+
},
|
| 7 |
+
"ema_vae_fp16.safetensors": {
|
| 8 |
+
"size": 501324814,
|
| 9 |
+
"mtime": 1763571299.9299,
|
| 10 |
+
"hash": "20678548f420d98d26f11442d3528f8b8c94e57ee046ef93dbb7633da8612ca1"
|
| 11 |
+
},
|
| 12 |
+
"seedvr2_ema_3b-Q8_0.gguf": {
|
| 13 |
+
"size": 3660613984,
|
| 14 |
+
"mtime": 1763816570.8665802,
|
| 15 |
+
"hash": "be0d60083a2051a265eb4b77f28edf494e6db67ffc250216f32b72292e5cbd96"
|
| 16 |
+
}
|
| 17 |
+
}
|
SEEDVR2/ema_vae_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20678548f420d98d26f11442d3528f8b8c94e57ee046ef93dbb7633da8612ca1
|
| 3 |
+
size 501324814
|
SEEDVR2/seedvr2_ema_3b-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be0d60083a2051a265eb4b77f28edf494e6db67ffc250216f32b72292e5cbd96
|
| 3 |
+
size 3660613984
|
SEEDVR2/seedvr2_ema_3b_fp8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bf1e43ebedd570e7e7a0b1b60d6a02e105978f505c8128a241cde99a8240cff
|
| 3 |
+
size 3391544696
|
SEEDVR2/seedvr2_ema_7b-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db9cb2ad90ebd40d2e8c29da2b3fc6fd03ba87cd58cbadceccca13ad27162789
|
| 3 |
+
size 4758306592
|
SEEDVR2/seedvr2_ema_7b-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:669788655e8f15f306284f267a444e9766c8a421869577b16a961e43029c737b
|
| 3 |
+
size 8835170080
|
SEEDVR2/seedvr2_ema_7b_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b8241aa957606ab6cfb66edabc96d43234f9819c5392b44d2492d9f0b0bbe4a
|
| 3 |
+
size 16479334424
|
SEEDVR2/seedvr2_ema_7b_fp8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fdbf3877b7d1eb266038d3a165a977f17dbb4daa4a0f0d334d5461476963037
|
| 3 |
+
size 8239729704
|
SEEDVR2/seedvr2_ema_7b_sharp-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7aed800ac4eb8e0d18569a954c0ff35f5a1caa3ed5d920e66cc31405f75b6e69
|
| 3 |
+
size 4758306592
|