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\diffusion_models\Qwen
- .gitattributes +7 -0
- diffusion_models/Qwen/Qwen-Image-Edit-2509-Q4_K_M.gguf +3 -0
- diffusion_models/Qwen/Qwen-Image-Edit-2509-Q4_K_S.gguf +3 -0
- diffusion_models/Qwen/Qwen-Image-Edit-2509-Q6_K.gguf +3 -0
- diffusion_models/Qwen/Qwen-Image-Edit-2509-Q8_0.gguf +3 -0
- diffusion_models/Qwen/Qwen_Image_Edit-Q6_K.gguf +3 -0
- diffusion_models/Qwen/qwen-image-Q5_1.gguf +3 -0
- diffusion_models/Qwen/qwen-image-Q6_K.gguf +3 -0
- diffusion_models/Qwen/qwen_image_edit_2509_fp8_e4m3fn.safetensors +3 -0
- diffusion_models/Qwen/qwen_image_fp8_e4m3fn.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,10 @@ diffusion_models/Flux/flux1-dev-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
diffusion_models/Flux/flux1-fill-dev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
diffusion_models/Flux/flux1-kontext-dev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
diffusion_models/Flux/fluxSigmaVision_q4KS.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
diffusion_models/Flux/flux1-fill-dev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
diffusion_models/Flux/flux1-kontext-dev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
diffusion_models/Flux/fluxSigmaVision_q4KS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
diffusion_models/Qwen/Qwen_Image_Edit-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
diffusion_models/Qwen/Qwen-Image-Edit-2509-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
|
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08f27cdf3e760edef5136ab0afdb9d3ed7a2799bd730b8d5cd9ecb291d808425
|
| 3 |
+
size 13065746976
|
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfd9bfbd8ee728f61ba598663d5dd72eabe3f12f0bacfe7b06e739dd0191c681
|
| 3 |
+
size 12140608032
|
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec5694f11a2908c10ef5324c50c79b1bb433547a39a211996551417b4b16f0ce
|
| 3 |
+
size 16824990240
|
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8f0773e56f94f7f4508ca15a5bc9acf1d6ca2863bebaba7a1b80fbf76198e02
|
| 3 |
+
size 21761817120
|
diffusion_models/Qwen/Qwen_Image_Edit-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59ab5e015de35ca1c4cacbf95caff49c02d36ebe713ba51ef878c0481a988656
|
| 3 |
+
size 16824990240
|
diffusion_models/Qwen/qwen-image-Q5_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd7adda59697ee3786ab75b482ce2a411a02d1f35034aeb981fb9bf0fcfadb3d
|
| 3 |
+
size 15391717920
|
diffusion_models/Qwen/qwen-image-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3331594de0eb342bad2b64bcfe9c9c12ae9cf4f3c6bda2851cc394d3ecc2593
|
| 3 |
+
size 16824990240
|
diffusion_models/Qwen/qwen_image_edit_2509_fp8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:318568f61951ab9da21100c7b896e3c1da67f0d2efad6421545e022cfaa2b2b4
|
| 3 |
+
size 20430698424
|
diffusion_models/Qwen/qwen_image_fp8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:847d1449a3c5178d8ce94347cad48589f92bef00b3799fdfcf05a1be89f266d6
|
| 3 |
+
size 20430635426
|