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 13 files
Browse files- VAE/.gitkeep +0 -0
- VAE/Put VAE here.txt +0 -0
- VAE/Wan2_1_VAE_bf16.safetensors +3 -0
- VAE/ae.safetensors +3 -0
- VAE/flux-vae-bf16.safetensors +3 -0
- VAE/put_vae_here +0 -0
- VAE/qwen_image_vae.safetensors +3 -0
- VAE/sdxl_fp16_fix.safetensors +3 -0
- VAE/sdxl_fp32.safetensors +3 -0
- VAE/sdxl_vae.safetensors +3 -0
- VAE/vae-ft-ema-560000-ema-pruned.safetensors +3 -0
- VAE/vae-ft-mse-840000-ema-pruned.safetensors +3 -0
- VAE/wan_2.1_vae.safetensors +3 -0
VAE/.gitkeep
ADDED
|
File without changes
|
VAE/Put VAE here.txt
ADDED
|
File without changes
|
VAE/Wan2_1_VAE_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ab9a32cc2c740f6e39d80d367ce5dcc28db8c71b79b28670546b8973e9d75f9
|
| 3 |
+
size 253806278
|
VAE/ae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38
|
| 3 |
+
size 335304388
|
VAE/flux-vae-bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c0c8ac49850d6bd174107d4001685f4f6c876768a1c84dde751f2aed69f46ce
|
| 3 |
+
size 167664710
|
VAE/put_vae_here
ADDED
|
File without changes
|
VAE/qwen_image_vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a70580f0213e67967ee9c95f05bb400e8fb08307e017a924bf3441223e023d1f
|
| 3 |
+
size 253806246
|
VAE/sdxl_fp16_fix.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:235745af8d86bf4a4c1b5b4f529868b37019a10f7c0b2e79ad0abca3a22bc6e1
|
| 3 |
+
size 334641162
|
VAE/sdxl_fp32.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:551eac7037ce58de1ef4447f16d48664c1e67f0e27af50a06b1a6d458b571e0c
|
| 3 |
+
size 334641452
|
VAE/sdxl_vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:235745af8d86bf4a4c1b5b4f529868b37019a10f7c0b2e79ad0abca3a22bc6e1
|
| 3 |
+
size 334641162
|
VAE/vae-ft-ema-560000-ema-pruned.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95f26a5ab04779d5467d1fcecaf93160ffa523afe399b835b3e1bb77ff2d937a
|
| 3 |
+
size 334641190
|
VAE/vae-ft-mse-840000-ema-pruned.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:735e4c3a447a3255760d7f86845f09f937809baa529c17370d83e4c3758f3c75
|
| 3 |
+
size 334641190
|
VAE/wan_2.1_vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fc39d31359a4b0a64f55876d8ff7fa8d780956ae2cb13463b0223e15148976b
|
| 3 |
+
size 253815318
|