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
- llama.cpp
How to use msrcam/Comfyui_Backup with llama.cpp:
Install from brew
brew install llama.cpp # 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
Install from WinGet (Windows)
winget install llama.cpp # 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
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 new
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 new
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-server -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-server -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
- 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 24 files
Browse files- wan2.2_loras/wan22-n1ppl3suck1ng-I2V-34epoc-high-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-nd3y3-8epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-r4ch3l-54epoc-low.k3nk.safetensors +3 -0
- wan2.2_loras/wan22-ril3y-300epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-s4kur4-72epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-sc4rl3tt-11epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-side-deepthroat-12epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-side-deepthroat-54epoc-high-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-skyl4r-16epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-squirt-i2v-118epoc-high-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-squirt-i2v-160epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-t4ti4n4-23epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-throatmachine-162epoc-i2v-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-throatmachine-185epoc-i2v-high-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-throatmachine-70epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-throatmachine-90epoc-high-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-ultimatedeepthroat-I2V-101epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-ultimatedeepthroat-I2V-16epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-ultimatedeepthroat-I2V-34epoc-high-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-ultimatedeepthroat-i2v-102epoc-high-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-v3ronic4-42epoc-low-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-vshaped-butt-10epoc-high-k3nk.safetensors +3 -0
- wan2.2_loras/wan22-vshaped-butt-12epoc-low-k3nk.safetensors +3 -0
wan2.2_loras/wan22-n1ppl3suck1ng-I2V-34epoc-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:902dd2d550598d56894e4efc979c875796e7d3a30f1e50910f1a19eee43bc468
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-nd3y3-8epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd053e7d7a829e5db34b2da34772a0af6bd3244bfeb2c543d60fef9baea7315e
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-r4ch3l-54epoc-low.k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f58a265fa94671594abeb9417141201e6939e47a6645cf97e878619d72bfdbe
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-ril3y-300epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e16c6f5880d282616773c89603da8208abc1922fe0f263856aa236f0f1c8d8f7
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-s4kur4-72epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ea79bdc08b92f49addffeba53bb0ab7d11dd0fb94eae7cc1cce2b0ca1585de8
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-sc4rl3tt-11epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddcd92ef6162accfbb84c72f92cabe7185081bca19cb2b1a57b52019098a551f
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-side-deepthroat-12epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eadac178bbc33a1ca25543fc743ee184ead4666b99d8ec9ec82f0578d84a51f3
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-side-deepthroat-54epoc-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2622ee2c63946a76758eb2203182413b75b739e8de3cd56c5a42842031d1b219
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-skyl4r-16epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46b70d24e2f697d8703c4a0fa02192430e36706c7ab4f2e760650cf2d63afea2
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-squirt-i2v-118epoc-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62163261ad9bc3bea74ef4be274aa08c1abfea9b5cd94918059d43c09d2d4298
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-squirt-i2v-160epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92942eef8aa5ba640b3693bcc4a18abac177dcb0c05203b99d3a80948bbfd057
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-t4ti4n4-23epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99d628cf02f10e4eea51b49f632960d0ad0bda0673bb233812ce8edeed3f3dc8
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-throatmachine-162epoc-i2v-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34cc76ae2d551122aad7cd82c42904631c75f4e7c6f0baa4986bce5eab088f0d
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-throatmachine-185epoc-i2v-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:774ba795e84200d2c9303e124740c81acbf9f23f0ba55ea730615220d1bf0b2d
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-throatmachine-70epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15c7d140129f36a85b8c9022bda7e1cee7fa2fc5ad3164aecb2f8e9bc783baf4
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-throatmachine-90epoc-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0a9c01eba627b1cc340e10e92b46c58e96bb50738fda346a4f2b34240d52b15
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-ultimatedeepthroat-I2V-101epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe91142668b2f09d429e86f5018001304202c491e79411f059e5bf59b03a36e0
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-ultimatedeepthroat-I2V-16epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46678c02bdeba9459c02e9aaacd645a4fb5c4786d55764f043175e24a1a36e32
|
| 3 |
+
size 319116504
|
wan2.2_loras/wan22-ultimatedeepthroat-I2V-34epoc-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ed47e1aaf4d93d8eb69bed24e13526d108d6a2f58452494b899afd41ebe4823
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-ultimatedeepthroat-i2v-102epoc-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78f890e148b539caf61b89d83f411031ea0f1e34cf6807c61d39b5b28b6406f8
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-v3ronic4-42epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:878d6e573bbdd926f95134693674bede3e782a9ef0f06dd5db56d50ac9142a15
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-vshaped-butt-10epoc-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d310f88be1edc8b946ca3ff7450f9b084257bdeed699f15201f48b537044299
|
| 3 |
+
size 306807976
|
wan2.2_loras/wan22-vshaped-butt-12epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4a0a217eb6470a2daa83ca0960a8458b4a56fc5d2cb400069a83b934b3a46bc
|
| 3 |
+
size 306807976
|