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
| { | |
| "158": { | |
| "inputs": { | |
| "vae_name": "flux2-vae.safetensors" | |
| }, | |
| "class_type": "VAELoader", | |
| "_meta": { | |
| "title": "Load VAE" | |
| } | |
| }, | |
| "168": { | |
| "inputs": { | |
| "clip_name": "qwen3vl_8b_fp8_scaled.safetensors", | |
| "type": "ideogram4", | |
| "device": "default" | |
| }, | |
| "class_type": "CLIPLoader", | |
| "_meta": { | |
| "title": "Load CLIP" | |
| } | |
| }, | |
| "166": { | |
| "inputs": { | |
| "unet_name": "ideogram4_fp8_scaled.safetensors", | |
| "weight_dtype": "default" | |
| }, | |
| "class_type": "UNETLoader", | |
| "_meta": { | |
| "title": "Load Diffusion Model" | |
| } | |
| }, | |
| "181": { | |
| "inputs": { | |
| "unet_name": "ideogram4_unconditional_fp8_scaled.safetensors", | |
| "weight_dtype": "default" | |
| }, | |
| "class_type": "UNETLoader", | |
| "_meta": { | |
| "title": "Load Diffusion Model" | |
| } | |
| }, | |
| "197": { | |
| "inputs": { | |
| "seed": 132324943319318 | |
| }, | |
| "class_type": "Seed (rgthree)", | |
| "_meta": { | |
| "title": "Seed (rgthree)" | |
| } | |
| }, | |
| "192": { | |
| "inputs": { | |
| "anything": [ | |
| "191", | |
| 2 | |
| ] | |
| }, | |
| "class_type": "easy showAnything", | |
| "_meta": { | |
| "title": "Show Any" | |
| } | |
| }, | |
| "165": { | |
| "inputs": { | |
| "noise_seed": [ | |
| "197", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "RandomNoise", | |
| "_meta": { | |
| "title": "RandomNoise" | |
| } | |
| }, | |
| "163": { | |
| "inputs": { | |
| "sampler_name": "euler" | |
| }, | |
| "class_type": "KSamplerSelect", | |
| "_meta": { | |
| "title": "KSamplerSelect" | |
| } | |
| }, | |
| "190": { | |
| "inputs": { | |
| "scheduler": "simple", | |
| "steps": 28, | |
| "denoise": 1, | |
| "model": [ | |
| "198", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "BasicScheduler", | |
| "_meta": { | |
| "title": "BasicScheduler" | |
| } | |
| }, | |
| "198": { | |
| "inputs": { | |
| "shift": 5, | |
| "model": [ | |
| "166", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "ModelSamplingAuraFlow", | |
| "_meta": { | |
| "title": "ModelSamplingAuraFlow" | |
| } | |
| }, | |
| "211": { | |
| "inputs": { | |
| "shift": 5, | |
| "model": [ | |
| "181", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "ModelSamplingAuraFlow", | |
| "_meta": { | |
| "title": "ModelSamplingAuraFlow" | |
| } | |
| }, | |
| "161": { | |
| "inputs": { | |
| "noise": [ | |
| "165", | |
| 0 | |
| ], | |
| "guider": [ | |
| "230", | |
| 0 | |
| ], | |
| "sampler": [ | |
| "163", | |
| 0 | |
| ], | |
| "sigmas": [ | |
| "190", | |
| 0 | |
| ], | |
| "latent_image": [ | |
| "160", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "SamplerCustomAdvanced", | |
| "_meta": { | |
| "title": "SamplerCustomAdvanced" | |
| } | |
| }, | |
| "189": { | |
| "inputs": { | |
| "print_as_list": false, | |
| "line_color": "blue", | |
| "sigmas": [ | |
| "190", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "SigmasPreview", | |
| "_meta": { | |
| "title": "SigmasPreview" | |
| } | |
| }, | |
| "160": { | |
| "inputs": { | |
| "batch_size": 1, | |
| "width": [ | |
| "191", | |
| 0 | |
| ], | |
| "height": [ | |
| "191", | |
| 1 | |
| ] | |
| }, | |
| "class_type": "EmptyFlux2LatentImage", | |
| "_meta": { | |
| "title": "Empty Flux 2 Latent" | |
| } | |
| }, | |
| "159": { | |
| "inputs": { | |
| "conditioning": [ | |
| "167", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "ConditioningZeroOut", | |
| "_meta": { | |
| "title": "ConditioningZeroOut" | |
| } | |
| }, | |
| "162": { | |
| "inputs": { | |
| "samples": [ | |
| "161", | |
| 0 | |
| ], | |
| "vae": [ | |
| "158", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "VAEDecode", | |
| "_meta": { | |
| "title": "VAE Decode" | |
| } | |
| }, | |
| "220": { | |
| "inputs": { | |
| "anything": [ | |
| "162", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "easy cleanGpuUsed", | |
| "_meta": { | |
| "title": "Clean VRAM Used" | |
| } | |
| }, | |
| "200": { | |
| "inputs": { | |
| "filename_prefix": "ideogram/ideo", | |
| "images": [ | |
| "220", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "SaveImage", | |
| "_meta": { | |
| "title": "Save Image" | |
| } | |
| }, | |
| "167": { | |
| "inputs": { | |
| "text": [ | |
| "223", | |
| 0 | |
| ], | |
| "clip": [ | |
| "168", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "CLIPTextEncode", | |
| "_meta": { | |
| "title": "CLIP Text Encode (Positive Prompt)" | |
| } | |
| }, | |
| "216": { | |
| "inputs": { | |
| "text": [ | |
| "223", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "ShowText|pysssss", | |
| "_meta": { | |
| "title": "Show Text 🐍" | |
| } | |
| }, | |
| "230": { | |
| "inputs": { | |
| "cfg": 4, | |
| "channelwise_strength": 0.5, | |
| "apg_eta": 0.4, | |
| "apg_norm_threshold": 0, | |
| "momentum": 0, | |
| "model_cond": [ | |
| "198", | |
| 0 | |
| ], | |
| "model_uncond": [ | |
| "211", | |
| 0 | |
| ], | |
| "positive": [ | |
| "167", | |
| 0 | |
| ], | |
| "negative": [ | |
| "159", | |
| 0 | |
| ] | |
| }, | |
| "class_type": "IdeogramDualModelGuider", | |
| "_meta": { | |
| "title": "Ideogram DualModelGuider (channelwise + APG)" | |
| } | |
| }, | |
| "191": { | |
| "inputs": { | |
| "megapixel": "1.5", | |
| "aspect_ratio": "2:3 (Classic Portrait)", | |
| "divisible_by": "16", | |
| "custom_ratio": false, | |
| "custom_aspect_ratio": "1:1" | |
| }, | |
| "class_type": "FluxResolutionNode", | |
| "_meta": { | |
| "title": "Flux Resolution Calc" | |
| } | |
| }, | |
| "223": { | |
| "inputs": { | |
| "high_level_description": "A high-quality photograph of a beautiful, lifelike ball-jointed doll (BJD) with long brown hair, wearing an elegant pink off-the-shoulder dress, posed in a charming, vintage-style tea room.", | |
| "background": "A cozy, vintage-style interior with a white display cabinet, floral wallpaper, and a table set with flowers.", | |
| "style": "photo", | |
| "aesthetics": "elegant, soft, dreamy, romantic, doll-like perfection", | |
| "lighting": "soft, diffused indoor lighting with a warm glow from an overhead light source", | |
| "medium": "photograph", | |
| "style_palette_data": "[\"#FADADD\",\"#F5F5DC\",\"#FFFFFF\",\"#D2B48C\",\"#E6E6FA\"]", | |
| "elements_data": "[{\"type\":\"obj\",\"text\":\"\",\"desc\":\"A lifelike ball-jointed doll with long, straight brown hair, large expressive eyes, and a delicate facial structure, posing gracefully.\",\"palette\":[\"#4B3621\",\"#FADADD\",\"#FFFFFF\"],\"x\":0.156,\"y\":0.173,\"w\":0.65,\"h\":0.827},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"An elegant pink off-the-shoulder dress with a white faux-fur trim around the neckline.\",\"palette\":[\"#F4C2C2\",\"#FFFFFF\"],\"x\":0.22272399667240092,\"y\":0.471,\"w\":0.581,\"h\":0.529},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"A white wooden display cabinet with glass panes, containing various decorative items.\",\"palette\":[\"#FFFFFF\",\"#F5F5F5\"],\"x\":0.177,\"y\":0.24,\"w\":0.74,\"h\":0.312},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"A round table covered with a vintage floral patterned tablecloth.\",\"palette\":[\"#D2B48C\",\"#E6E6FA\"],\"x\":0,\"y\":0.708,\"w\":0.34,\"h\":0.292},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"A bouquet of pink hydrangeas in a clear glass vase.\",\"palette\":[\"#FFB7C5\",\"#FFFFFF\"],\"x\":0.054,\"y\":0.616,\"w\":0.177,\"h\":0.092},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"A vintage-style wooden chair with floral upholstery.\",\"palette\":[\"#D2B48C\",\"#FFB7C5\"],\"x\":0.752,\"y\":0.684,\"w\":0.184,\"h\":0.316},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"A small pearl earring worn by the doll.\",\"palette\":[\"#FFFFFF\"],\"x\":0.366,\"y\":0.324,\"w\":0.023,\"h\":0.032},{\"type\":\"obj\",\"text\":\"\",\"desc\":\"A warm overhead light source creating a soft glow.\",\"palette\":[\"#FFFACD\"],\"x\":0.197,\"y\":0,\"w\":0.081,\"h\":0.034}]", | |
| "ai_state": "{\"backend\":\"ollama\",\"idea\":\"\",\"local_model\":\"huihui-ai/Huihui-Qwen3-VL-4B-Instruct-abliterated\",\"gemini_model\":\"gemini-3.1-flash-lite\",\"unload_after\":true,\"four_bit\":false,\"density\":\"high\",\"attn\":\"sdpa\",\"ollama_host\":\"http://localhost:11434\",\"ollama_model\":\"gemma4:26b\",\"think\":true}", | |
| "width": [ | |
| "191", | |
| 0 | |
| ], | |
| "height": [ | |
| "191", | |
| 1 | |
| ], | |
| "style.photo": "85mm, f/1.8, shallow depth of field, soft bokeh" | |
| }, | |
| "class_type": "Ideogram4Autoprompter", | |
| "_meta": { | |
| "title": "Ideogram 4 Autoprompter" | |
| } | |
| } | |
| } |