Instructions to use saik0s/comfy_backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use saik0s/comfy_backup with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="saik0s/comfy_backup", filename="models/text_encoders/Qwen3VL-8B-Uncensored-HauhauCS-Aggressive-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 saik0s/comfy_backup 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 saik0s/comfy_backup:Q8_0 # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf saik0s/comfy_backup:Q8_0 # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q8_0
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 saik0s/comfy_backup:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf saik0s/comfy_backup:Q8_0
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 saik0s/comfy_backup:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf saik0s/comfy_backup:Q8_0
Use Docker
docker model run hf.co/saik0s/comfy_backup:Q8_0
- LM Studio
- Jan
- Ollama
How to use saik0s/comfy_backup with Ollama:
ollama run hf.co/saik0s/comfy_backup:Q8_0
- Unsloth Studio
How to use saik0s/comfy_backup 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 saik0s/comfy_backup 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 saik0s/comfy_backup to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for saik0s/comfy_backup to start chatting
- Pi
How to use saik0s/comfy_backup with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q8_0
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": "saik0s/comfy_backup:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use saik0s/comfy_backup with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q8_0
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 saik0s/comfy_backup:Q8_0
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use saik0s/comfy_backup with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q8_0
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 "saik0s/comfy_backup:Q8_0" \ --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 saik0s/comfy_backup with Docker Model Runner:
docker model run hf.co/saik0s/comfy_backup:Q8_0
- Lemonade
How to use saik0s/comfy_backup with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull saik0s/comfy_backup:Q8_0
Run and chat with the model
lemonade run user.comfy_backup-Q8_0
List all available models
lemonade list
| .rgthree-info-dialog { | |
| width: 90vw; | |
| max-width: 960px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area { | |
| list-style: none; | |
| padding: 0; | |
| margin: 0; | |
| display: flex; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li { | |
| display: inline-flex; | |
| margin: 0; | |
| vertical-align: top; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li + li { | |
| margin-left: 6px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li:not(.-link) + li.-link { | |
| margin-left: auto; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li.rgthree-info-tag > * { | |
| min-height: 24px; | |
| border-radius: 4px; | |
| line-height: 1; | |
| color: rgba(255, 255, 255, 0.85); | |
| background: rgb(69, 92, 85); | |
| font-size: 14px; | |
| font-weight: bold; | |
| text-decoration: none; | |
| display: flex; | |
| height: 1.6em; | |
| padding-left: 0.5em; | |
| padding-right: 0.5em; | |
| padding-bottom: 0.1em; | |
| align-content: center; | |
| justify-content: center; | |
| align-items: center; | |
| box-shadow: inset 0px 0px 0 1px rgba(0, 0, 0, 0.5); | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li.rgthree-info-tag > * > svg { | |
| width: 16px; | |
| height: 16px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li.rgthree-info-tag > * > svg:last-child { | |
| margin-left: 0.5em; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li.rgthree-info-tag > *[href] { | |
| box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), inset 0px -1px 0px rgba(0, 0, 0, 0.66); | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li.rgthree-info-tag > *:empty { | |
| display: none; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li.-type > * { | |
| background: rgb(73, 54, 94); | |
| color: rgb(228, 209, 248); | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li.rgthree-info-menu { | |
| margin-left: auto; | |
| } | |
| :not(#fakeid) .rgthree-info-dialog .rgthree-info-area > li.rgthree-info-menu .rgthree-button { | |
| margin: 0; | |
| min-height: 24px; | |
| padding: 0 12px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-area > li.rgthree-info-menu svg { | |
| width: 16px; | |
| height: 16px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table { | |
| border-collapse: collapse; | |
| margin: 16px 0px; | |
| width: 100%; | |
| font-size: 12px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table tr.editable button { | |
| display: flex; | |
| width: 28px; | |
| height: 28px; | |
| align-items: center; | |
| justify-content: center; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table tr.editable button svg + svg { | |
| display: none; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table tr.editable.-rgthree-editing button svg { | |
| display: none; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table tr.editable.-rgthree-editing button svg + svg { | |
| display: inline-block; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td { | |
| position: relative; | |
| border: 1px solid rgba(255, 255, 255, 0.25); | |
| padding: 0; | |
| vertical-align: top; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td:first-child { | |
| background: rgba(255, 255, 255, 0.075); | |
| width: 10px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td:first-child > *:first-child { | |
| white-space: nowrap; | |
| padding-right: 32px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td:first-child small { | |
| display: block; | |
| margin-top: 2px; | |
| opacity: 0.75; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td:first-child small > [data-action] { | |
| text-decoration: underline; | |
| cursor: pointer; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td:first-child small > [data-action]:hover { | |
| text-decoration: none; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td a, .rgthree-info-dialog .rgthree-info-table td a:hover, .rgthree-info-dialog .rgthree-info-table td a:visited { | |
| color: inherit; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td svg { | |
| width: 1.3333em; | |
| height: 1.3333em; | |
| vertical-align: -0.285em; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td svg.logo-civitai { | |
| margin-right: 0.3333em; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > *:first-child { | |
| display: block; | |
| padding: 6px 10px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > input, .rgthree-info-dialog .rgthree-info-table td > textarea { | |
| padding: 5px 10px; | |
| border: 0; | |
| box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.5); | |
| font: inherit; | |
| appearance: none; | |
| background: #fff; | |
| color: #121212; | |
| resize: vertical; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > input:only-child, .rgthree-info-dialog .rgthree-info-table td > textarea:only-child { | |
| width: 100%; | |
| } | |
| :not(#fakeid) .rgthree-info-dialog .rgthree-info-table td .rgthree-button[data-action=fetch-civitai] { | |
| font-size: inherit; | |
| padding: 6px 16px; | |
| margin: 2px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table tr[data-field-name=userNote] td > span:first-child { | |
| white-space: pre; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table tr.rgthree-info-table-break-row td { | |
| border: 0; | |
| background: transparent; | |
| padding: 12px 4px 4px; | |
| font-size: 1.2em; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table tr.rgthree-info-table-break-row td > small { | |
| font-style: italic; | |
| opacity: 0.66; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table tr.rgthree-info-table-break-row td:empty { | |
| padding: 4px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td .-help { | |
| border: 1px solid currentColor; | |
| position: absolute; | |
| right: 5px; | |
| top: 6px; | |
| line-height: 1; | |
| font-size: 11px; | |
| width: 12px; | |
| height: 12px; | |
| border-radius: 8px; | |
| display: flex; | |
| align-content: center; | |
| justify-content: center; | |
| cursor: help; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td .-help::before { | |
| content: "?"; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > ul.rgthree-info-trained-words-list { | |
| list-style: none; | |
| padding: 2px 8px; | |
| margin: 0; | |
| display: flex; | |
| flex-direction: row; | |
| flex-wrap: wrap; | |
| max-height: 15vh; | |
| overflow: auto; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > ul.rgthree-info-trained-words-list > li { | |
| display: inline-flex; | |
| margin: 2px; | |
| vertical-align: top; | |
| border-radius: 4px; | |
| line-height: 1; | |
| color: rgba(255, 255, 255, 0.85); | |
| background: rgb(73, 91, 106); | |
| font-size: 1.2em; | |
| font-weight: 600; | |
| text-decoration: none; | |
| display: flex; | |
| height: 1.6em; | |
| align-content: center; | |
| justify-content: center; | |
| align-items: center; | |
| box-shadow: inset 0px 0px 0 1px rgba(0, 0, 0, 0.5); | |
| cursor: pointer; | |
| white-space: nowrap; | |
| max-width: 183px; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > ul.rgthree-info-trained-words-list > li:hover { | |
| background: rgb(68, 109, 142); | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > ul.rgthree-info-trained-words-list > li > svg { | |
| width: auto; | |
| height: 1.2em; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > ul.rgthree-info-trained-words-list > li > span { | |
| padding-left: 0.5em; | |
| padding-right: 0.5em; | |
| padding-bottom: 0.1em; | |
| text-overflow: ellipsis; | |
| overflow: hidden; | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > ul.rgthree-info-trained-words-list > li > small { | |
| align-self: stretch; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| padding: 0 0.5em; | |
| background: rgba(0, 0, 0, 0.2); | |
| } | |
| .rgthree-info-dialog .rgthree-info-table td > ul.rgthree-info-trained-words-list > li.-rgthree-is-selected { | |
| background: rgb(42, 126, 193); | |
| } | |
| .rgthree-info-dialog .rgthree-info-images { | |
| list-style: none; | |
| padding: 0; | |
| margin: 0; | |
| scroll-snap-type: x mandatory; | |
| display: flex; | |
| flex-direction: row; | |
| overflow: auto; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li { | |
| scroll-snap-align: start; | |
| max-width: 90%; | |
| flex: 0 0 auto; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| flex-direction: column; | |
| overflow: hidden; | |
| padding: 0; | |
| margin: 6px; | |
| font-size: 0; | |
| position: relative; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure { | |
| margin: 0; | |
| position: static; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure video, .rgthree-info-dialog .rgthree-info-images > li figure img { | |
| max-height: 45vh; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure figcaption { | |
| position: absolute; | |
| left: 0; | |
| width: 100%; | |
| bottom: 0; | |
| padding: 12px; | |
| font-size: 12px; | |
| background: rgba(0, 0, 0, 0.85); | |
| opacity: 0; | |
| transform: translateY(50px); | |
| transition: all 0.25s ease-in-out; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure figcaption > span { | |
| display: inline-block; | |
| padding: 2px 4px; | |
| margin: 2px; | |
| border-radius: 2px; | |
| border: 1px solid rgba(255, 255, 255, 0.2); | |
| word-break: break-word; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure figcaption > span label { | |
| display: inline; | |
| padding: 0; | |
| margin: 0; | |
| opacity: 0.5; | |
| pointer-events: none; | |
| user-select: none; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure figcaption > span a { | |
| color: inherit; | |
| text-decoration: underline; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure figcaption > span a:hover { | |
| text-decoration: none; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure figcaption > span a svg { | |
| height: 10px; | |
| margin-left: 4px; | |
| fill: currentColor; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure figcaption:empty { | |
| text-align: center; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li figure figcaption:empty::before { | |
| content: "No data."; | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li:hover figure figcaption { | |
| opacity: 1; | |
| transform: translateY(0px); | |
| } | |
| .rgthree-info-dialog .rgthree-info-images > li .rgthree-info-table { | |
| width: calc(100% - 16px); | |
| } | |
| .rgthree-info-dialog .rgthree-info-civitai-link { | |
| margin: 8px; | |
| color: #eee; | |
| } | |
| .rgthree-info-dialog .rgthree-info-civitai-link a, .rgthree-info-dialog .rgthree-info-civitai-link a:hover, .rgthree-info-dialog .rgthree-info-civitai-link a:visited { | |
| color: inherit; | |
| text-decoration: none; | |
| } | |
| .rgthree-info-dialog .rgthree-info-civitai-link > svg { | |
| width: 16px; | |
| height: 16px; | |
| margin-right: 8px; | |
| } | |