Instructions to use LuckyOda/comfyui-carbonara-bundle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use LuckyOda/comfyui-carbonara-bundle 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 LuckyOda/comfyui-carbonara-bundle # Run inference directly in the terminal: llama cli -hf LuckyOda/comfyui-carbonara-bundle
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf LuckyOda/comfyui-carbonara-bundle # Run inference directly in the terminal: llama cli -hf LuckyOda/comfyui-carbonara-bundle
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 LuckyOda/comfyui-carbonara-bundle # Run inference directly in the terminal: ./llama-cli -hf LuckyOda/comfyui-carbonara-bundle
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 LuckyOda/comfyui-carbonara-bundle # Run inference directly in the terminal: ./build/bin/llama-cli -hf LuckyOda/comfyui-carbonara-bundle
Use Docker
docker model run hf.co/LuckyOda/comfyui-carbonara-bundle
- LM Studio
- Jan
- Ollama
How to use LuckyOda/comfyui-carbonara-bundle with Ollama:
ollama run hf.co/LuckyOda/comfyui-carbonara-bundle
- Unsloth Studio
How to use LuckyOda/comfyui-carbonara-bundle 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 LuckyOda/comfyui-carbonara-bundle 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 LuckyOda/comfyui-carbonara-bundle to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for LuckyOda/comfyui-carbonara-bundle to start chatting
- Pi
How to use LuckyOda/comfyui-carbonara-bundle with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf LuckyOda/comfyui-carbonara-bundle
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "LuckyOda/comfyui-carbonara-bundle" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use LuckyOda/comfyui-carbonara-bundle with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf LuckyOda/comfyui-carbonara-bundle
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default LuckyOda/comfyui-carbonara-bundle
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use LuckyOda/comfyui-carbonara-bundle with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf LuckyOda/comfyui-carbonara-bundle
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "LuckyOda/comfyui-carbonara-bundle" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use LuckyOda/comfyui-carbonara-bundle with Docker Model Runner:
docker model run hf.co/LuckyOda/comfyui-carbonara-bundle
- Lemonade
How to use LuckyOda/comfyui-carbonara-bundle with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull LuckyOda/comfyui-carbonara-bundle
Run and chat with the model
lemonade run user.comfyui-carbonara-bundle-{{QUANT_TAG}}List all available models
lemonade list
| { | |
| "last_node_id": 15, | |
| "last_link_id": 14, | |
| "nodes": [ | |
| { | |
| "id": 15, | |
| "type": "CleanFolders", | |
| "pos": [ | |
| 1179.648193359375, | |
| 803.1049194335938 | |
| ], | |
| "size": [ | |
| 210, | |
| 54 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "output_path", | |
| "type": "STRING", | |
| "link": 13, | |
| "widget": { | |
| "name": "output_path" | |
| }, | |
| "label": "output_path" | |
| }, | |
| { | |
| "name": "input_path", | |
| "type": "STRING", | |
| "link": 14, | |
| "widget": { | |
| "name": "input_path" | |
| }, | |
| "label": "input_path" | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "CleanFolders" | |
| }, | |
| "widgets_values": [ | |
| "", | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 11, | |
| "type": "CompressImages", | |
| "pos": [ | |
| 894.0198974609375, | |
| 745.897705078125 | |
| ], | |
| "size": [ | |
| 210, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 9, | |
| "label": "images" | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "temp_dir", | |
| "type": "STRING", | |
| "links": [ | |
| 13 | |
| ], | |
| "slot_index": 0, | |
| "label": "temp_dir" | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CompressImages" | |
| }, | |
| "widgets_values": [ | |
| "ComfyUI" | |
| ] | |
| }, | |
| { | |
| "id": 13, | |
| "type": "ImageInvert", | |
| "pos": [ | |
| 698.370849609375, | |
| 745.5828247070312 | |
| ], | |
| "size": [ | |
| 140, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 8, | |
| "label": "image" | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 9 | |
| ], | |
| "slot_index": 0, | |
| "label": "IMAGE" | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageInvert" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "UnzipToInput", | |
| "pos": [ | |
| 430.0738220214844, | |
| 798.1468505859375 | |
| ], | |
| "size": [ | |
| 210, | |
| 78 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": [ | |
| 8 | |
| ], | |
| "slot_index": 0, | |
| "shape": 6, | |
| "label": "images" | |
| }, | |
| { | |
| "name": "folder", | |
| "type": "STRING", | |
| "links": [ | |
| 14 | |
| ], | |
| "slot_index": 1, | |
| "label": "folder" | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "UnzipToInput" | |
| }, | |
| "widgets_values": [ | |
| "input/file.zip" | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 8, | |
| 9, | |
| 0, | |
| 13, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 9, | |
| 13, | |
| 0, | |
| 11, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 13, | |
| 11, | |
| 0, | |
| 15, | |
| 0, | |
| "STRING" | |
| ], | |
| [ | |
| 14, | |
| 9, | |
| 1, | |
| 15, | |
| 1, | |
| "STRING" | |
| ] | |
| ], | |
| "groups": [], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.8769226950000008, | |
| "offset": [ | |
| -24.799331551459204, | |
| -332.5597278000348 | |
| ] | |
| }, | |
| "groupNodes": {}, | |
| "node_versions": { | |
| "comfy-core": "0.3.10" | |
| } | |
| }, | |
| "version": 0.4 | |
| } |