Instructions to use saik0s/comfy_backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use saik0s/comfy_backup with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="saik0s/comfy_backup", filename="models/text_encoders/Qwen3VL-8B-Uncensored-HauhauCS-Aggressive-Q8_0.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 saik0s/comfy_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 saik0s/comfy_backup:Q8_0 # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf saik0s/comfy_backup:Q8_0 # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup: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 saik0s/comfy_backup:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf saik0s/comfy_backup: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 saik0s/comfy_backup:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf saik0s/comfy_backup:Q8_0
Use Docker
docker model run hf.co/saik0s/comfy_backup:Q8_0
- LM Studio
- Jan
- Ollama
How to use saik0s/comfy_backup with Ollama:
ollama run hf.co/saik0s/comfy_backup:Q8_0
- Unsloth Studio
How to use saik0s/comfy_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 saik0s/comfy_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 saik0s/comfy_backup to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for saik0s/comfy_backup to start chatting
- Pi
How to use saik0s/comfy_backup with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup: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": "saik0s/comfy_backup:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use saik0s/comfy_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 saik0s/comfy_backup: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 saik0s/comfy_backup:Q8_0
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use saik0s/comfy_backup with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup: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 "saik0s/comfy_backup: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 saik0s/comfy_backup with Docker Model Runner:
docker model run hf.co/saik0s/comfy_backup:Q8_0
- Lemonade
How to use saik0s/comfy_backup with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull saik0s/comfy_backup:Q8_0
Run and chat with the model
lemonade run user.comfy_backup-Q8_0
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -230,3 +230,4 @@ custom_nodes/comfyui-model-manager/demo/tab-models.gif filter=lfs diff=lfs merge
|
|
| 230 |
custom_nodes/comfyui-model-manager/demo/tab-models.png filter=lfs diff=lfs merge=lfs -text
|
| 231 |
models/diffusion_models/qwen_image_2512_fp8_e4m3fn.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 232 |
models/diffusion_models/qwen_image_2512_bf16.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 230 |
custom_nodes/comfyui-model-manager/demo/tab-models.png filter=lfs diff=lfs merge=lfs -text
|
| 231 |
models/diffusion_models/qwen_image_2512_fp8_e4m3fn.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 232 |
models/diffusion_models/qwen_image_2512_bf16.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 233 |
+
ComfyUI/models/checkpoints/10Eros_v1-fp8mixed_learned.mp4 filter=lfs diff=lfs merge=lfs -text
|
ComfyUI/models/checkpoints/10Eros_v1-fp8mixed_learned.md
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: tenstrip
|
| 3 |
+
baseModel: LTXV 2.3
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: 2B86513E
|
| 6 |
+
AutoV2: B4B3498EEA
|
| 7 |
+
AutoV3: D9EC99C7E864
|
| 8 |
+
BLAKE3: 2E64B427D819C8A19DDB6605D88203F5E82A35D1FF1CB8F7EC004C9E3A03CABE
|
| 9 |
+
CRC32: 2BA06B29
|
| 10 |
+
SHA256: B4B3498EEAFA4D52FAB5222776E4FE8821787D11FFF39DE867B919C83E916D35
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
fp: bf16
|
| 14 |
+
isRequired: false
|
| 15 |
+
size: full
|
| 16 |
+
modelPage: https://civitai.com/models/2447875?modelVersionId=2892069
|
| 17 |
+
preview:
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ceb3477-3766-4f2c-be47-0d0b1d5643c0/original=true/129006460.mp4
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/482390f2-6dfe-4473-8555-b1da711061e8/original=true/129006171.mp4
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b99bffb3-7503-4542-8b06-b4c7dec816ff/original=true/129430880.mp4
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7ee1ae-d3e7-4088-9800-8de4237ca491/original=true/129429088.mp4
|
| 22 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7501802-6cf6-4243-b9b8-dc79ac77cd58/original=true/129430917.mp4
|
| 23 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed8164f6-e417-48d1-8ff5-cbbd82e6d37f/original=true/128965096.mp4
|
| 24 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/604e289b-517a-43f9-9252-b6c6ba7bb5d4/original=true/128965293.mp4
|
| 25 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/092b02ab-53a5-46eb-924c-0b2b5b4ac132/original=true/128965526.mp4
|
| 26 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/870464e0-a869-4080-bd70-f60b5e3d3b76/original=true/129457004.mp4
|
| 27 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32632b01-e6f6-4562-a5e9-835927b77e4c/original=true/129538400.mp4
|
| 28 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88d4f745-11ae-4d3a-9323-5cea40f2277b/original=true/129538439.mp4
|
| 29 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d71f9b5-9d8a-437b-ab28-dd1f5a8c386b/original=true/129551783.mp4
|
| 30 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/458013ca-998b-4b7e-a35b-e3a9b3f24947/original=true/130904163.mp4
|
| 31 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e5c0a3c-ffd6-42ff-be90-cfbe1d298543/original=true/130904500.mp4
|
| 32 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42fb5c86-1eed-4731-9497-d52bf3391095/original=true/130904726.mp4
|
| 33 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2a219d5-fd8f-42a0-aec8-4b3502985217/original=true/130919034.mp4
|
| 34 |
+
website: Civitai
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
# Trigger Words
|
| 38 |
+
|
| 39 |
+
No trigger words
|
| 40 |
+
|
| 41 |
+
# About this version
|
| 42 |
+
|
| 43 |
+
No description about this version
|
| 44 |
+
|
| 45 |
+
# LTX2.3 10Eros
|
| 46 |
+
|
| 47 |
+
[HuggingFace backup](https://huggingface.co/TenStrip/LTX2.3-10Eros/tree/main).
|
| 48 |
+
|
| 49 |
+
[Quantized versions.](https://huggingface.co/vantagewithai/LTX2.3-10Eros-GGUF/tree/main)
|
| 50 |
+
|
| 51 |
+
[10S Nodes in my Workflow.](https://github.com/TenStrip/10S-Comfy-nodes)
|
| 52 |
+
|
| 53 |
+
This is not the official [Sulphur2 model](https://civitai.red/models/2594061/sulphur-2-base?modelVersionId=2914022), that is also [here](https://huggingface.co/SulphurAI/Sulphur-2-base). They are the team that trained and manage the official model. I am only affiliated as an i2v tester and consultant. This is my personal merge of the actual data and it uses different training steps and layer scaling to create a consistent flexible I2V focused version. Future versions (v2+) will be actually fine tuned by me personally aimed at filling in gaps and weak concepts.
|
| 54 |
+
|
| 55 |
+
Both BF16 and Fp8 versions operate the same as beta. Drop them into any Eros beta workflow checkpoint and loaders. For difference, it is subtle. BF16 will always have greater motion accuracy and attention, but given the size the trade-off is questionable. If you want to scale or merge it for yourself you need to start on the BF16 version. If you are going to train a lora, do not train on this version (I think), train on the official [Sulphur2 model](https://civitai.red/models/2594061/sulphur-2-base?modelVersionId=2914022) BF16.
|
| 56 |
+
|
| 57 |
+
!!!!! The **LTX2.3 Distilled LORAs are detrimental to your outputs**. [I worked on and fixed this problem before you guys experienced it by severely reranking and gutting the distilled loras](https://huggingface.co/TenStrip/LTX2.3_Distilled_Lora_1.1_Experiments/tree/main). There are many long complex reasons why, but simply put: it was most likely trained on T2V latents produced by the base model. Now, this is a finetune I2V producing model, that distillation has the opposite effect. You've probably noticed it many times and thought it was just the model. The 384 1.1 official version and even the other reranked versions reduce trained anatomy accuracy, reduce sexual motions or any trained motions not in the base model, and they add motion blur/choppy edges by disturbing feed-forward layers (that is a serious issue Lightricks needs to fix). They are also insanely overkill for what they need to do. My reranks are linked there, especially the **cond\_safe** versions which have conditioning and feed-forward zeroed out letting them produce much better with sharper motion and upscales with a 1.0 first pass and 0.5 upscale pass, or 0.65 single pass.. **Use those reranks with this model and Sulphur T2V and I2V**... or don't read any of that and use the normal distilled lora and then leave a comment about all the issues it causes.
|
| 58 |
+
|
| 59 |
+
Workflows:
|
| 60 |
+
----------
|
| 61 |
+
|
| 62 |
+
### [**My Workflows with LTX-fixing nodes and vertical aspect ratio fix**](https://huggingface.co/TenStrip/LTX2.3-10Eros_Workflows)
|
| 63 |
+
|
| 64 |
+
### [**Eros Workflows**](https://civitai.red/models/2488266/mrxin-ltx-23-i2v-eros-12gb-vram-and-32gb-ram-workflow?modelVersionId=2835183)
|
| 65 |
+
|
| 66 |
+
### [**EasyFlow**](https://civitai.red/models/2516082/ltxv23-easyflow-gguf-or-safetensor-2-or-3-stage-run?modelVersionId=2864466)
|
| 67 |
+
|
| 68 |
+
**Quality is entirely prompt, image, and workflow dependent.** Aside for systemic issues with LTX: motion smear, artifacts, and identity loss, it still behaves like 2.3 requiring extensive prompt refinement, extra sampling, and resolution targeting for best results.
|
| 69 |
+
|
| 70 |
+
This is not simple AIO lora merge, it uses no on-site loras; any 2.3 loras can be stacked on top of it and if you need them use them. It's a layer-scaled integration of 768-ranked data with a vibe-coded custom script. It fills in the nsfw and explicit motion gaps in the base 2.3 model without fully intruding on the 22b dev model's functionality and audio, at least an attempt to do so. New anatomy is depictable and introducible but subject to quality loss at low resolution and sampling steps and definitely not always fully accurate. All general nsfw and explicit ideas are within reach with proper prompting and sampling, some full form changes or scene changes may require additional conditioned frames for best results.
|
| 71 |
+
|
| 72 |
+
LTX is still a combined T2V/I2V model. For I2V at inference, the model will shift towards drawing it's own learned subject matter through prompt and this will usually be most apparent in facial identity changes. For maximum identity preservation of unique faces unknown to the base model, **a subject-specific LoRA trained (30 images, ~15 minutes) provides actual likeness data** that any ID Lora or manipulation cannot match. This is currently the only fix for identity drift and something Lightricks needs to address or the model will never be useful as a studio tool.
|
| 73 |
+
|
| 74 |
+
**Common issues:**
|
| 75 |
+
|
| 76 |
+
1. **distortion, smear during fast motion** - [Use these different distilled loras](https://huggingface.co/TenStrip/LTX2.3_Distilled_Lora_1.1_Experiments/tree/main).
|
| 77 |
+
2. **Likeness change, deviation from start image -** Try using edit-anything IC Lora for initial conditioning instead + default i2v conditioning on upscale pass to restore some initial image quality and detail. It does not need 1.0 conditioning strength for the first IC guide, try 0.6-0.75.
|
| 78 |
+
3. **Artifacts, extra limbs, body contortion** - is usually from conditioning or distilled lora strength which need to be tweaked up or down. I find actually that the model does not usually want to produce anatomy horror; it arises from a bad mix between prompt, distill, and conditioning leading it to do that.
|
| 79 |
+
4. **Vertical upscale artifacts -** this was supposedly fixed, it is not. Extreme vertical aspect ratios that upscale to 1280+ will have body morphing. Crop the input more square.
|
| 80 |
+
5. **Bad quality/appearance, just terrible output** - Make sure your workflow is working correctly. [Use these different distilled loras](https://huggingface.co/TenStrip/LTX2.3_Distilled_Lora_1.1_Experiments/tree/main).
|
| 81 |
+
|
| 82 |
+
**This probably means nothing legally, but I just want to make it clear that you waive any right to blame or use the host site, me, or sulphur in your defense if you download and misuse this. It's ethical artistic intended use is clearly stated:**
|
| 83 |
+
|
| 84 |
+
By downloading, accessing, or using the **10Eros** Model (the “Model”), you (“User”) agree to the following terms:
|
| 85 |
+
|
| 86 |
+
**1. Permitted Use Only** The Model may **only** be used with inputs of fictional or non-real characters. Any use involving real persons, celebrities, public figures, or identifiable individuals is strictly prohibited (“Out-of-Scope Use”).
|
| 87 |
+
|
| 88 |
+
**2. Disclaimer of Liability** TenStrip (the creator of the Model), together with its affiliates ([CivitAI.com](http://CivitAI.com) / [CivitAI.red](http://CivitAI.red), Lightricks Ltd., and Sulphur Team), collectively and individually disclaim all liability for any direct, indirect, incidental, consequential, special, or punitive damages arising from your use or misuse of the Model.
|
| 89 |
+
|
| 90 |
+
This includes, without limitation, any claims related to copyright infringement, right of publicity violations, defamation, privacy violations, deepfakes, illegal activities, or any harm caused by outputs generated by the Model.
|
| 91 |
+
|
| 92 |
+
**3. Out-of-Scope Uses Forbidden** All Out-of-Scope Uses are explicitly forbidden. The creator and affiliates bear no responsibility for any outputs generated from prohibited inputs. Your actions with this generative Model are solely your own.
|
| 93 |
+
|
| 94 |
+
**4. Assumption of Risk** You assume all risks associated with the use of the Model. Any use outside the permitted fictional/non-real character inputs further releases TenStrip and all affiliates from any and all liability.
|
| 95 |
+
|
| 96 |
+
**5. Indemnification** You agree to indemnify, defend, and hold harmless TenStrip and its affiliates from any and all claims, losses, liabilities, damages, and expenses (including reasonable attorneys’ fees) arising from your use or misuse of the Model.
|
| 97 |
+
|
| 98 |
+
**6. No Warranties** The Model is provided “AS IS” with no warranties of any kind, express or implied.
|
| 99 |
+
|
| 100 |
+
This agreement is governed by the laws of the United States. If you do not agree to these terms, do not download or use the Model.
|
ComfyUI/models/checkpoints/10Eros_v1-fp8mixed_learned.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a29c5ff09c1715e74dbf2198a1c6f2beb9b087f17a06ab226bf57e12fa63667
|
| 3 |
+
size 3786622
|