Instructions to use dumpy50222/ComfyUI_LTX_Wan_Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use dumpy50222/ComfyUI_LTX_Wan_Models 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 dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0 # Run inference directly in the terminal: llama cli -hf dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0 # Run inference directly in the terminal: llama cli -hf dumpy50222/ComfyUI_LTX_Wan_Models: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 dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf dumpy50222/ComfyUI_LTX_Wan_Models: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 dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0
Use Docker
docker model run hf.co/dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0
- LM Studio
- Jan
- Ollama
How to use dumpy50222/ComfyUI_LTX_Wan_Models with Ollama:
ollama run hf.co/dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0
- Unsloth Studio
How to use dumpy50222/ComfyUI_LTX_Wan_Models 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 dumpy50222/ComfyUI_LTX_Wan_Models 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 dumpy50222/ComfyUI_LTX_Wan_Models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for dumpy50222/ComfyUI_LTX_Wan_Models to start chatting
- Pi
How to use dumpy50222/ComfyUI_LTX_Wan_Models with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf dumpy50222/ComfyUI_LTX_Wan_Models: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": "dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use dumpy50222/ComfyUI_LTX_Wan_Models with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf dumpy50222/ComfyUI_LTX_Wan_Models: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 "dumpy50222/ComfyUI_LTX_Wan_Models: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 dumpy50222/ComfyUI_LTX_Wan_Models with Docker Model Runner:
docker model run hf.co/dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0
- Lemonade
How to use dumpy50222/ComfyUI_LTX_Wan_Models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0
Run and chat with the model
lemonade run user.ComfyUI_LTX_Wan_Models-Q8_0
List all available models
lemonade list
- Hermes Agent
How to use dumpy50222/ComfyUI_LTX_Wan_Models with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf dumpy50222/ComfyUI_LTX_Wan_Models: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 dumpy50222/ComfyUI_LTX_Wan_Models:Q8_0
Run Hermes
hermes
- Atomic Chat
| { | |
| "file_name": "matingPressLow", | |
| "model_name": "WAN 2.2 I2V Mating Press", | |
| "file_path": "G:/AI/ComfyUI/models/loras/Actions/Anal/matingPressLow.safetensors", | |
| "size": 306807976, | |
| "modified": 1772081869.932759, | |
| "sha256": "c076fc7a1e61d7f1aaa7b426c2f95bdec54833f3eb746c16df561bfb97dd39a0", | |
| "base_model": "Wan Video 2.2 I2V-A14B", | |
| "preview_url": "G:/AI/ComfyUI/models/loras/Actions/Anal/matingPressLow.mp4", | |
| "preview_nsfw_level": 16, | |
| "notes": "", | |
| "from_civitai": true, | |
| "civitai": { | |
| "id": 2663487, | |
| "modelId": 2368333, | |
| "name": "v1.0 LOW", | |
| "nsfwLevel": 60, | |
| "createdAt": "2026-02-05T20:45:50.895Z", | |
| "updatedAt": "2026-02-05T21:01:27.913Z", | |
| "status": "Published", | |
| "publishedAt": "2026-02-05T20:48:41.323Z", | |
| "trainedWords": [ | |
| "mating press" | |
| ], | |
| "trainingStatus": null, | |
| "trainingDetails": null, | |
| "baseModel": "Wan Video 2.2 I2V-A14B", | |
| "baseModelType": "Standard", | |
| "earlyAccessEndsAt": null, | |
| "earlyAccessConfig": null, | |
| "description": "", | |
| "uploadType": "Created", | |
| "usageControl": "Download", | |
| "air": "urn:air:wanvideo-22-i2v-a14b:lora:civitai:2368333@2663487", | |
| "stats": { | |
| "downloadCount": 3314, | |
| "thumbsUpCount": 111 | |
| }, | |
| "model": { | |
| "name": "WAN 2.2 I2V Mating Press", | |
| "type": "LORA", | |
| "nsfw": true, | |
| "poi": false, | |
| "description": "<p>This is a mating press LoRA created by Sweet_Pixeline but deleted a few weeks ago, so I've uploaded the files here.</p><p></p><p>I use 0.85 strength for both Low and High</p><p></p><p>It works very well with vertical penetration (when the male penis is moving UP and DOWN).</p><p></p><p>Here is an example of a good prompt:</p><p></p><p><strong>Prompt:</strong></p><p></p><p><strong><u>Below is a female with her ass sticking up.</u></strong></p><p><strong><u>A man inserts his long penis all the way into her anus, mating press position.</u></strong></p><p><strong><u>He is fucking her with his long penis, slowly thrusting his hips against her ass. He thrusts his penis in and out of her ass—slow, deep penetration with a long penis.</u></strong></p><p><strong><u>Her soft ass jiggles like jelly, realistic soft-body physics, buttocks jiggle with recoil, thighs shaking on impact, realistic skin deformation, cellulite details when compressed.</u></strong></p><p><strong><u>Enhanced jiggle physics. Enhanced bouncing physics. Extreme jiggling.</u></strong></p><p><strong><u>Male balls maintain shape and do not merge with female vagina. Female anus keeps its shape.</u></strong></p>", | |
| "tags": [ | |
| "concept" | |
| ], | |
| "allowNoCredit": true, | |
| "allowCommercialUse": [ | |
| "Image", | |
| "RentCivit", | |
| "Rent", | |
| "Sell" | |
| ], | |
| "allowDerivatives": true, | |
| "allowDifferentLicense": true | |
| }, | |
| "files": [ | |
| { | |
| "id": 2550257, | |
| "sizeKB": 299617.1640625, | |
| "name": "matingPressLow.safetensors", | |
| "type": "Model", | |
| "pickleScanResult": "Success", | |
| "pickleScanMessage": "No Pickle imports", | |
| "virusScanResult": "Success", | |
| "virusScanMessage": null, | |
| "scannedAt": "2026-02-05T20:50:30.074Z", | |
| "metadata": { | |
| "format": "SafeTensor", | |
| "size": null, | |
| "fp": null | |
| }, | |
| "hashes": { | |
| "AutoV1": "BE3E68EE", | |
| "AutoV2": "C076FC7A1E", | |
| "SHA256": "C076FC7A1E61D7F1AAA7B426C2F95BDEC54833F3EB746C16DF561BFB97DD39A0", | |
| "CRC32": "0D323B7F", | |
| "BLAKE3": "EF224A51F11F668288E8509ED54585E67624B80C116CAD2ED52533565F585266", | |
| "AutoV3": "CD675E00FA37" | |
| }, | |
| "primary": true, | |
| "downloadUrl": "https://civitai.com/api/download/models/2663487" | |
| } | |
| ], | |
| "images": [ | |
| { | |
| "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/674c0215-040c-4691-8ee6-05b3a41388d5/original=true/120068182.mp4", | |
| "nsfwLevel": 16, | |
| "width": 1664, | |
| "height": 2048, | |
| "hash": "U7IER;%#4STJ00+^Q8E10fJ6?HDi00IA$iEL", | |
| "type": "video", | |
| "metadata": { | |
| "hash": "U00000fQfQfQfQfQfQfQfQfQfQfQfQfQfQfQ", | |
| "size": 3106468, | |
| "audio": false, | |
| "width": 1664, | |
| "height": 2048, | |
| "duration": 5.042 | |
| }, | |
| "minor": false, | |
| "poi": false, | |
| "meta": { | |
| "seed": -1, | |
| "steps": 6, | |
| "prompt": "A man inserts his long penis all the way into her ass, mating press position.\n\nHe is fucking her with his long penis, slowly thrusting his hips against her ass. He thrusts his penis in and out of her ass—slow, deep penetration with a long penis.\n\nHer soft ass jiggles like jelly, realistic soft-body physics, buttocks jiggle with recoil, thighs shaking on impact, realistic skin deformation, cellulite details when \ncompressed.\n\nEnhanced jiggle physics. Enhanced bouncing physics. Extreme jiggling.\n\nMale balls maintain shape and do not merge with female vagina. Female anus keeps its shape.", | |
| "sampler": "Euler a", | |
| "cfgScale": 1, | |
| "negativePrompt": "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走, censored, mosaic censoring, bar censor, pixelated, glowing, bloom, blurry, day, out of focus, low detail, bad anatomy, ugly, overexposed, underexposed, distorted face, extra limbs, cartoonish, 3d render artifacts, duplicate people, unnatural lighting, bad composition, missing shadows, low resolution, poorly textured, glitch, noise, grain, static, motionless, still frame, overall grayish, worst quality, low quality, JPEG compression artifacts, subtitles, stylized, artwork, painting, illustration, cluttered background, many people in background, three legs, walking backward, zoom out, zoom in, mouth speaking, moving mouth, talking, speaking, mute speaking, unnatural skin tone, discolored eyelid, red eyelids, red upper eyelids, no red eyeshadow, closed eyes, no wide-open innocent eyes, poorly drawn hands, extra fingers, fused fingers, poorly drawn face, deformed, disfigured, malformed limbs, thighs, fog, mist, voluminous eyelashes, blush," | |
| }, | |
| "availability": "Public", | |
| "hasMeta": true, | |
| "hasPositivePrompt": true, | |
| "onSite": false, | |
| "remixOfId": null | |
| }, | |
| { | |
| "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a51e85c-e6bb-4261-bf98-191493f3ad5a/original=true/120068230.mp4", | |
| "nsfwLevel": 16, | |
| "width": 1664, | |
| "height": 2048, | |
| "hash": "UAGkd:GtqF_2DOR6I9Mx5QXS#8S400iwxaof", | |
| "type": "video", | |
| "metadata": { | |
| "hash": "U00000fQfQfQfQfQfQfQfQfQfQfQfQfQfQfQ", | |
| "size": 3278635, | |
| "audio": false, | |
| "width": 1664, | |
| "height": 2048, | |
| "duration": 6.042 | |
| }, | |
| "minor": false, | |
| "poi": false, | |
| "meta": { | |
| "seed": -1, | |
| "steps": 6, | |
| "prompt": "A man inserts his long penis all the way into her ass, mating press position.\n\nHe is fucking her with his long penis, slowly thrusting his hips against her ass. He thrusts his penis in and out of her ass—slow, deep penetration with a long penis.\n\nHer soft ass jiggles like jelly, realistic soft-body physics, buttocks jiggle with recoil, thighs shaking on impact, realistic skin deformation, cellulite details when \ncompressed.\n\nEnhanced jiggle physics. Enhanced bouncing physics. Extreme jiggling.\n\nMale balls maintain shape and do not merge with female vagina. Female anus keeps its shape.", | |
| "sampler": "Euler a", | |
| "cfgScale": 1, | |
| "negativePrompt": "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走, censored, mosaic censoring, bar censor, pixelated, glowing, bloom, blurry, day, out of focus, low detail, bad anatomy, ugly, overexposed, underexposed, distorted face, extra limbs, cartoonish, 3d render artifacts, duplicate people, unnatural lighting, bad composition, missing shadows, low resolution, poorly textured, glitch, noise, grain, static, motionless, still frame, overall grayish, worst quality, low quality, JPEG compression artifacts, subtitles, stylized, artwork, painting, illustration, cluttered background, many people in background, three legs, walking backward, zoom out, zoom in, mouth speaking, moving mouth, talking, speaking, mute speaking, unnatural skin tone, discolored eyelid, red eyelids, red upper eyelids, no red eyeshadow, closed eyes, no wide-open innocent eyes, poorly drawn hands, extra fingers, fused fingers, poorly drawn face, deformed, disfigured, malformed limbs, thighs, fog, mist, voluminous eyelashes, blush," | |
| }, | |
| "availability": "Public", | |
| "hasMeta": true, | |
| "hasPositivePrompt": true, | |
| "onSite": false, | |
| "remixOfId": null | |
| } | |
| ], | |
| "downloadUrl": "https://civitai.com/api/download/models/2663487", | |
| "creator": { | |
| "username": "MahiroAGI", | |
| "image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/848ec72a-78b9-4324-87eb-72a76f6cfd8d/width=96/MahiroAGI.jpeg" | |
| } | |
| }, | |
| "tags": [ | |
| "concept" | |
| ], | |
| "modelDescription": "<p>This is a mating press LoRA created by Sweet_Pixeline but deleted a few weeks ago, so I've uploaded the files here.</p><p></p><p>I use 0.85 strength for both Low and High</p><p></p><p>It works very well with vertical penetration (when the male penis is moving UP and DOWN).</p><p></p><p>Here is an example of a good prompt:</p><p></p><p><strong>Prompt:</strong></p><p></p><p><strong><u>Below is a female with her ass sticking up.</u></strong></p><p><strong><u>A man inserts his long penis all the way into her anus, mating press position.</u></strong></p><p><strong><u>He is fucking her with his long penis, slowly thrusting his hips against her ass. He thrusts his penis in and out of her ass—slow, deep penetration with a long penis.</u></strong></p><p><strong><u>Her soft ass jiggles like jelly, realistic soft-body physics, buttocks jiggle with recoil, thighs shaking on impact, realistic skin deformation, cellulite details when compressed.</u></strong></p><p><strong><u>Enhanced jiggle physics. Enhanced bouncing physics. Extreme jiggling.</u></strong></p><p><strong><u>Male balls maintain shape and do not merge with female vagina. Female anus keeps its shape.</u></strong></p>", | |
| "civitai_deleted": false, | |
| "favorite": false, | |
| "exclude": false, | |
| "db_checked": false, | |
| "skip_metadata_refresh": false, | |
| "metadata_source": "civitai_api", | |
| "last_checked_at": 1772082452.452052, | |
| "usage_tips": "{}" | |
| } |