How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf AEmotionStudio/ComfyUI-Model-Backups:
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 "AEmotionStudio/ComfyUI-Model-Backups:" \
  --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"
Quick Links

ComfyUI Model Backups

Personal backup of the model collection used with ComfyUI. Files are organized into a labeled subfolder per model type, mirroring the standard ComfyUI models/ directory layout.

Folder layout

Each subfolder corresponds to a ComfyUI model type:

Subfolder Model type
text_encoders/ Text encoder weights (T5, UMT5, Qwen-VL, …)
clip/ CLIP models
clip_vision/ CLIP vision models
checkpoints/ Full checkpoints
diffusion_models/ Diffusion model weights
unet/ UNet weights
loras/ LoRA adapters
controlnet/ ControlNet models
vae/ VAE models
LLM/ Language models
Additional types added folder by folder

Folders are uploaded incrementally, one type at a time. Not all types may be present yet.

Notes

  • These are model weight files (.safetensors, .gguf, etc.) kept for backup/restore convenience. Original licenses and terms belong to the respective model authors.
  • To restore a type, download its subfolder back into your ComfyUI models/<type>/ directory.
Downloads last month
729
GGUF
Model size
8B params
Architecture
qwen2vl
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support