Instructions to use for-comfyui/comfyui-data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use for-comfyui/comfyui-data with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="for-comfyui/comfyui-data", filename="models_image2Image_v2/clip/qwen2.5-vl-7b-instruct-q4_k_m-mmproj.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 for-comfyui/comfyui-data with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf for-comfyui/comfyui-data:Q4_K_M # Run inference directly in the terminal: llama-cli -hf for-comfyui/comfyui-data:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf for-comfyui/comfyui-data:Q4_K_M # Run inference directly in the terminal: llama-cli -hf for-comfyui/comfyui-data: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 for-comfyui/comfyui-data:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf for-comfyui/comfyui-data: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 for-comfyui/comfyui-data:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf for-comfyui/comfyui-data:Q4_K_M
Use Docker
docker model run hf.co/for-comfyui/comfyui-data:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use for-comfyui/comfyui-data with Ollama:
ollama run hf.co/for-comfyui/comfyui-data:Q4_K_M
- Unsloth Studio new
How to use for-comfyui/comfyui-data 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 for-comfyui/comfyui-data 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 for-comfyui/comfyui-data to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for for-comfyui/comfyui-data to start chatting
- Pi new
How to use for-comfyui/comfyui-data with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf for-comfyui/comfyui-data: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": "for-comfyui/comfyui-data:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use for-comfyui/comfyui-data with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf for-comfyui/comfyui-data: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 for-comfyui/comfyui-data:Q4_K_M
Run Hermes
hermes
- Docker Model Runner
How to use for-comfyui/comfyui-data with Docker Model Runner:
docker model run hf.co/for-comfyui/comfyui-data:Q4_K_M
- Lemonade
How to use for-comfyui/comfyui-data with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull for-comfyui/comfyui-data:Q4_K_M
Run and chat with the model
lemonade run user.comfyui-data-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- models/loras/乳房弹弹H.safetensors +3 -0
- models/loras/乳房弹弹L.safetensors +3 -0
- models/loras/剃光的阴户H.safetensors +3 -0
- models/loras/剃光的阴户L.safetensors +3 -0
- models/loras/吞咽H.safetensors +3 -0
- models/loras/吞咽L.safetensors +3 -0
- models/loras/屁股摇晃舞H.safetensors +3 -0
- models/loras/屁股摇晃舞L.safetensors +3 -0
- models/loras/拳交H.safetensors +3 -0
- models/loras/拳交L.safetensors +3 -0
- models/loras/揉xiongH.safetensors +3 -0
- models/loras/揉xiongL.safetensors +3 -0
- models/loras/竖中指+阿黑颜+流口水H.safetensors +3 -0
- models/loras/竖中指+阿黑颜+流口水L.safetensors +3 -0
- models/loras/综合H.safetensors +3 -0
- models/loras/综合L.safetensors +3 -0
- models/loras/舔足H.safetensors +3 -0
- models/loras/舔足L.safetensors +3 -0
- models/loras/颜sheH.safetensors +3 -0
- models/loras/颜sheL.safetensors +3 -0
models/loras/乳房弹弹H.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ade87dfe1a9622a222b3a08320fb5d3624333dc418315b9837aad22dc59bc873
|
| 3 |
+
size 306847584
|
models/loras/乳房弹弹L.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bb36e0f824939699e8bae2d553c364f3226fdc2c77cdc7faadebb7e6022048c
|
| 3 |
+
size 306847576
|
models/loras/剃光的阴户H.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db81420e18421e823017760605a8f62181f29984b9821a0fafce77bcc4306324
|
| 3 |
+
size 613516720
|
models/loras/剃光的阴户L.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cda944306666fbb4cd5fa2878a2aa6232cd8334bea308f2f351e2dabff058d6
|
| 3 |
+
size 613516720
|
models/loras/吞咽H.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b80bfa4c0c43e45eacefdad4de3f518a4ef982be2480d1fd29681eb1f33fe48
|
| 3 |
+
size 306808432
|
models/loras/吞咽L.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b0eef565d80bff85dcb42c1809bfb48afc091290f49971f72d4b951a5a8d1bd
|
| 3 |
+
size 306808432
|
models/loras/屁股摇晃舞H.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfdc4b3db7b82d96f644dd01a51bb9c2bd2448f0bc31f3a915da53028e757c20
|
| 3 |
+
size 306847576
|
models/loras/屁股摇晃舞L.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0f9f9d47ac31ca1155aecfb2983d19dd07b191d91a4a6f2d980e686d19622a3
|
| 3 |
+
size 306847568
|
models/loras/拳交H.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9e8c2176deb26ffb099000eaca9f6cd4e513a118913bba07be554db919cba5e
|
| 3 |
+
size 613516752
|
models/loras/拳交L.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b02ddcd23e4a1e8ded5e29309a2a72b7271546f94736186084fb22378217ac11
|
| 3 |
+
size 613516752
|
models/loras/揉xiongH.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e73aea4e3769fd4ba2303c8eb54c2f4d260e6f16ea284335ae78d8db9032699a
|
| 3 |
+
size 306807976
|
models/loras/揉xiongL.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:827212a1edb0d88453ab00b5f15ff9600f796638fe3f8275e9af885ab1f6da87
|
| 3 |
+
size 306807976
|
models/loras/竖中指+阿黑颜+流口水H.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58c932bf9d2937ca9ebbfded1f11c070dcd0ccc633f040fa9d87f0b103ea0d54
|
| 3 |
+
size 153454664
|
models/loras/竖中指+阿黑颜+流口水L.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9541cd2c337c8d5659791d60f005f1a0c632b367f3cd65d35cd145036a02df0a
|
| 3 |
+
size 306809472
|
models/loras/综合H.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eac4f4341008abb00434d08fed1d4fda4a144bc94cd26b4819f629f930a75181
|
| 3 |
+
size 306807280
|
models/loras/综合L.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad50dfc46c765a6ccc36d40e8a5f77ac2db041f68266593add12ac5f5eac2d76
|
| 3 |
+
size 306807280
|
models/loras/舔足H.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66838aa97aeb80c348450a0d9baeb8b2aaf3cfe03432dfd8fbcc6063f2abe731
|
| 3 |
+
size 306847912
|
models/loras/舔足L.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93c6e776d60ebf6f3be2ecf92f8330651a4a5b5d589fa8c4d29910c7a4163157
|
| 3 |
+
size 306847536
|
models/loras/颜sheH.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a68ee10bb0f3162bf947a892591dfc65a111d7e85c3f73ff6db24887b79a0b05
|
| 3 |
+
size 319116504
|
models/loras/颜sheL.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:683d6a84430b7f1c7aa1d24a7b74981fe4bdb233a06006f0f0f613e61ccd483e
|
| 3 |
+
size 306807976
|