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 Settings
- llama.cpp
How to use f5aiteam/ComfyUI 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 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 serve -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
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
- Atomic Chat new
- 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 8 files
Browse filesF:\stable-diffusion-webui\models\clip_vision
- clip_vision/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors +3 -0
- clip_vision/CLIP-ViT-H-14.safetensors +3 -0
- clip_vision/CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors +3 -0
- clip_vision/clip_vision_h.safetensors +3 -0
- clip_vision/flex1_redux_siglip2_512.safetensors +3 -0
- clip_vision/openaiclip-vit-large-patch14.safetensors +3 -0
- clip_vision/sigclip_vision_patch14_384.safetensors +3 -0
- clip_vision/siglip2_so400m_patch16_512.safetensors +3 -0
clip_vision/CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ca9667da1ca9e0b0f75e46bb030f7e011f44f86cbfb8d5a36590fcd7507b030
|
| 3 |
+
size 2528373448
|
clip_vision/CLIP-ViT-H-14.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ca9667da1ca9e0b0f75e46bb030f7e011f44f86cbfb8d5a36590fcd7507b030
|
| 3 |
+
size 2528373448
|
clip_vision/CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:657723e09f46a7c3957df651601029f66b1748afb12b419816330f16ed45d64d
|
| 3 |
+
size 3689912664
|
clip_vision/clip_vision_h.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64a7ef761bfccbadbaa3da77366aac4185a6c58fa5de5f589b42a65bcc21f161
|
| 3 |
+
size 1264219396
|
clip_vision/flex1_redux_siglip2_512.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a422b7a55b1fb7232af85bd4d6c5a26f763879734e856e8661815016e60f161
|
| 3 |
+
size 129008400
|
clip_vision/openaiclip-vit-large-patch14.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2bf730a0c7debf160f7a6b50b3aaf3703e7e88ac73de7a314903141db026dcb
|
| 3 |
+
size 1710540580
|
clip_vision/sigclip_vision_patch14_384.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fee501deabac72f0ed17610307d7131e3e9d1e838d0363aa3c2b97a6e03fb33
|
| 3 |
+
size 856505640
|
clip_vision/siglip2_so400m_patch16_512.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc315325a08b9ada2eb1f2cf9fb1b6874defacf1f3b0ae8dc21bf021d6437db1
|
| 3 |
+
size 857600520
|