Instructions to use msrcam/Comfyui_Backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use msrcam/Comfyui_Backup with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="msrcam/Comfyui_Backup", filename="Qwen2.5-VL-7B-Instruct-abliterated/Qwen2.5-VL-7B-Instruct-abliterated-F16Out-Q4_K_M.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 msrcam/Comfyui_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 msrcam/Comfyui_Backup:Q4_K_M # Run inference directly in the terminal: llama cli -hf msrcam/Comfyui_Backup:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf msrcam/Comfyui_Backup:Q4_K_M # Run inference directly in the terminal: llama cli -hf msrcam/Comfyui_Backup:Q4_K_M
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 msrcam/Comfyui_Backup:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf msrcam/Comfyui_Backup:Q4_K_M
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 msrcam/Comfyui_Backup:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf msrcam/Comfyui_Backup:Q4_K_M
Use Docker
docker model run hf.co/msrcam/Comfyui_Backup:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use msrcam/Comfyui_Backup with Ollama:
ollama run hf.co/msrcam/Comfyui_Backup:Q4_K_M
- Unsloth Studio
How to use msrcam/Comfyui_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 msrcam/Comfyui_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 msrcam/Comfyui_Backup to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for msrcam/Comfyui_Backup to start chatting
- Pi
How to use msrcam/Comfyui_Backup with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf msrcam/Comfyui_Backup:Q4_K_M
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": "msrcam/Comfyui_Backup:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use msrcam/Comfyui_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 msrcam/Comfyui_Backup:Q4_K_M
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 msrcam/Comfyui_Backup:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use msrcam/Comfyui_Backup with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf msrcam/Comfyui_Backup:Q4_K_M
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 "msrcam/Comfyui_Backup:Q4_K_M" \ --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 msrcam/Comfyui_Backup with Docker Model Runner:
docker model run hf.co/msrcam/Comfyui_Backup:Q4_K_M
- Lemonade
How to use msrcam/Comfyui_Backup with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull msrcam/Comfyui_Backup:Q4_K_M
Run and chat with the model
lemonade run user.Comfyui_Backup-Q4_K_M
List all available models
lemonade list
Upload 26 files
Browse files- ZIT_Loras_2/Bondage Suspension.safetensors +3 -0
- ZIT_Loras_2/CrunchyBanana_ZIT_Pokies_V1.safetensors +3 -0
- ZIT_Loras_2/Mystic-XXX-ZIT-V5.safetensors +3 -0
- ZIT_Loras_2/TeeKaysTittyTime_GodTierTits_V1-1_ZIT.safetensors +3 -0
- ZIT_Loras_2/Z-Breast-Slider.safetensors +3 -0
- ZIT_Loras_2/Z-Detail-Slider.safetensors +3 -0
- ZIT_Loras_2/Z-Hip-Slider.safetensors +3 -0
- ZIT_Loras_2/ZIT rope bound.safetensors +3 -0
- ZIT_Loras_2/ZITBellyLora.safetensors +3 -0
- ZIT_Loras_2/ZIT小六18700.safetensors +3 -0
- ZIT_Loras_2/ass with panty.safetensors +3 -0
- ZIT_Loras_2/better body for sitting spread legs.safetensors +3 -0
- ZIT_Loras_2/cameltoe.safetensors +3 -0
- ZIT_Loras_2/chest_closeup_zimgV1.safetensors +3 -0
- ZIT_Loras_2/gp-zimage_000008000.safetensors +3 -0
- ZIT_Loras_2/heelsup_v2_22.safetensors +3 -0
- ZIT_Loras_2/innie pussy.safetensors +3 -0
- ZIT_Loras_2/legs with stockings.safetensors +3 -0
- ZIT_Loras_2/m99_labiaplasty_pussy_3_zimageturbo.safetensors +3 -0
- ZIT_Loras_2/nipples-super.safetensors +3 -0
- ZIT_Loras_2/see-through nightgown 02.safetensors +3 -0
- ZIT_Loras_2/thick fit Z.safetensors +3 -0
- ZIT_Loras_2/zImage_Turbo_betterboobs_v1_0.safetensors +3 -0
- ZIT_Loras_2/z_image_nude_women_v1.safetensors +3 -0
- ZIT_Loras_2/z_pokies_v1.safetensors +3 -0
- ZIT_Loras_2/z_wedgie_turbo.safetensors +3 -0
ZIT_Loras_2/Bondage Suspension.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ed327ae3a091b2f2a89011ac3a568bc23b8e8144ab136c393e11d54f7dffc03
|
| 3 |
+
size 170128232
|
ZIT_Loras_2/CrunchyBanana_ZIT_Pokies_V1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03e7954607cdeb3bf2b3a24cff8f3d6f0fc19bf6eaf3a67558844ac82959872e
|
| 3 |
+
size 16725012
|
ZIT_Loras_2/Mystic-XXX-ZIT-V5.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:732d7b2ed0715216155912674f1538169fea674a480a0513868ca85ec851acdf
|
| 3 |
+
size 222198192
|
ZIT_Loras_2/TeeKaysTittyTime_GodTierTits_V1-1_ZIT.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da88522dc232b4d2a99b5e1f37136eead7036d29aae7fb196a2d90fceb2baf9c
|
| 3 |
+
size 170128336
|
ZIT_Loras_2/Z-Breast-Slider.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c50ee822a95fe898ee68e9eb432452de1718de7887a6ccbc23d38872eee7609
|
| 3 |
+
size 21319240
|
ZIT_Loras_2/Z-Detail-Slider.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a77e9496183072667882bcaaff22506253290ad4305ab2156355923aad5fee16
|
| 3 |
+
size 21319232
|
ZIT_Loras_2/Z-Hip-Slider.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27fe59d89b0372ff6e5b255451ffac624d93ae1cfafe5cc5bbda69e6aa79512b
|
| 3 |
+
size 21319232
|
ZIT_Loras_2/ZIT rope bound.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd293fbd9ff3d1f241bb40d84e69528372a6bbeafc26e916ad1acc21a68a8289
|
| 3 |
+
size 170128224
|
ZIT_Loras_2/ZITBellyLora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63a3622b3f0a0eea09bff7cf8894521bbb4a5c28b80da60b796854d774fa269d
|
| 3 |
+
size 170128272
|
ZIT_Loras_2/ZIT小六18700.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3363fc3c1d195be015f36eacdd6d912293d44460a539da091f9a64e5d0022955
|
| 3 |
+
size 680327008
|
ZIT_Loras_2/ass with panty.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4adf7e1d42849b5f7e5fdb06e1c87bc89a63ed796ecd7517917c2c704fee928
|
| 3 |
+
size 170128224
|
ZIT_Loras_2/better body for sitting spread legs.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4e0cc7bf70e345868ce056fa720f40d4c2287e21929ae310ef8d7fe6db11ad1
|
| 3 |
+
size 170128272
|
ZIT_Loras_2/cameltoe.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ee92262b8041aee44c77e3277171e8ce99551a441af3651526425904fd92071
|
| 3 |
+
size 170128216
|
ZIT_Loras_2/chest_closeup_zimgV1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f0dc6ad49b51cbd554b06e104dfe1e2e00b56bba1a7326eb4a861b2c8cd9cd6
|
| 3 |
+
size 170128240
|
ZIT_Loras_2/gp-zimage_000008000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74fa70c880e6b043e796c4c5bfed48cf181ea0a9dc344cc3f9adc7f73601ecf2
|
| 3 |
+
size 340194448
|
ZIT_Loras_2/heelsup_v2_22.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2b8621def980d94b006b47201afea84c1ade6659e0f3841806a076b4584aced
|
| 3 |
+
size 170128216
|
ZIT_Loras_2/innie pussy.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8401c2613853fc4fc533d313e0e5c887cf016df3610bed92dc42e0383cdf1ea
|
| 3 |
+
size 170127768
|
ZIT_Loras_2/legs with stockings.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fba029fb441cc55977db5dac28254622ff6c6e66cbf676f26624e240746afb3
|
| 3 |
+
size 170128232
|
ZIT_Loras_2/m99_labiaplasty_pussy_3_zimageturbo.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c6792116153af67b41c46510db93a074258466a681ea14a5bd3e687d7c6cec2
|
| 3 |
+
size 170128568
|
ZIT_Loras_2/nipples-super.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:941c1b1e216f41b287c65981af7d21f0e17e955971c0c9a4d06e6ca901c45fd7
|
| 3 |
+
size 170128224
|
ZIT_Loras_2/see-through nightgown 02.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba318baaef119f3d2c9da33376fa1a5f76efe9a8a21a0619f94c6cb647f1ea22
|
| 3 |
+
size 170128248
|
ZIT_Loras_2/thick fit Z.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79ad9dabd723a3dac7e0605a7a3adcc01ab5fa3658479fa80a0e3d0229bf5f6e
|
| 3 |
+
size 170128264
|
ZIT_Loras_2/zImage_Turbo_betterboobs_v1_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:927300e14d6f0acb6d298895fc3000c9d313fb8bd1ede57236d20abb14e46611
|
| 3 |
+
size 170128296
|
ZIT_Loras_2/z_image_nude_women_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6db57156837123c53bb6999efcca85445a9cd3d5ae3af6b4e8560c02610340de
|
| 3 |
+
size 170128240
|
ZIT_Loras_2/z_pokies_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac08f20f999b389580f7858f5121af71a3cd94f651dff27771a6663c3d9127c3
|
| 3 |
+
size 170194025
|
ZIT_Loras_2/z_wedgie_turbo.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2b94645aa145fe08403f2ceaaf0539c69f60a833183b5dd29671adebc2bf7e5
|
| 3 |
+
size 170128272
|