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 9 files
Browse filesF:\stable-diffusion-webui\models\ControlNet
- ControlNet/FLUX.1-dev-ControlNet-Union-Pro.safetensors +3 -0
- ControlNet/FLUX.1-dev-Controlnet-Inpainting-Beta.safetensors +3 -0
- ControlNet/Qwen-Image-InstantX-Controlnet-Union.safetensors +3 -0
- ControlNet/controlnet-tile-sdxl-1.0.safetensors +3 -0
- ControlNet/controlnet_v11p_sd15_openpose_fp16.safetensors +3 -0
- ControlNet/flux.1-dev-controlnet-upscaler.safetensors +3 -0
- ControlNet/mistoLine_rank256.safetensors +3 -0
- ControlNet/put_controlnets_and_t2i_here +0 -0
- ControlNet/xinsircontrolnet-canny-sdxl-1.0.safetensors +3 -0
ControlNet/FLUX.1-dev-ControlNet-Union-Pro.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cd23f9da9f2f24d75ded22c0c2596782312aa0b88e05076b4b8621a0b1fa9d1
|
| 3 |
+
size 6603953920
|
ControlNet/FLUX.1-dev-Controlnet-Inpainting-Beta.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca46c5f7b5de02caee7c069f2aedbf628af8def8578319ceae3be1588d448448
|
| 3 |
+
size 4281803800
|
ControlNet/Qwen-Image-InstantX-Controlnet-Union.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d51dca0073366a675108d5b83c3b7ef941cf2214c9a1c95c23f1e9a228ddbdb0
|
| 3 |
+
size 3536027816
|
ControlNet/controlnet-tile-sdxl-1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f23ba7be22bf8796c12565e00ea4b287acac982cdf384d368a8b18b6990e011
|
| 3 |
+
size 2502139104
|
ControlNet/controlnet_v11p_sd15_openpose_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b25b1125e870275550b2a7de289056cb3c236c01c293bd5ba883657b1c006e3e
|
| 3 |
+
size 722598642
|
ControlNet/flux.1-dev-controlnet-upscaler.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a7ea24d2037ff2aa4d25f8b4ce9fe7e739a2cfe6b9d05106788005d5058c8ca
|
| 3 |
+
size 3583232168
|
ControlNet/mistoLine_rank256.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c46c871a49bf9e74114f0e1f87d818426203fd62847e78043e4ce2d40834d53
|
| 3 |
+
size 774423024
|
ControlNet/put_controlnets_and_t2i_here
ADDED
|
File without changes
|
ControlNet/xinsircontrolnet-canny-sdxl-1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3e4ac47bc814019d50dc842f579301440deb6d8f09ee1b91a30f527ace1b852
|
| 3 |
+
size 2502139104
|