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="ComfyUI/models/text_encoders/gemma-3-12b-it-q2_k.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:Q4_K_S # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q4_K_S
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:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf saik0s/comfy_backup:Q4_K_S
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:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf saik0s/comfy_backup:Q4_K_S
Use Docker
docker model run hf.co/saik0s/comfy_backup:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use saik0s/comfy_backup with Ollama:
ollama run hf.co/saik0s/comfy_backup:Q4_K_S
- 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:Q4_K_S
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:Q4_K_S" } ] } } }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:Q4_K_S
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:Q4_K_S
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:Q4_K_S
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:Q4_K_S" \ --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:Q4_K_S
- Lemonade
How to use saik0s/comfy_backup with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull saik0s/comfy_backup:Q4_K_S
Run and chat with the model
lemonade run user.comfy_backup-Q4_K_S
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- ComfyUI/models/diffusion_models/absoluteRealismV01_qwenV10.md +281 -0
- ComfyUI/models/diffusion_models/absoluteRealismV01_qwenV10.webp +0 -0
- ComfyUI/models/diffusion_models/flux-2-klein-base-9b.md +41 -0
- ComfyUI/models/diffusion_models/flux-2-klein-base-9b.webp +3 -0
- ComfyUI/models/diffusion_models/zimageTurboByStable_labRatV0.cminfo.json +78 -0
- ComfyUI/models/diffusion_models/zimageTurboByStable_labRatV0.preview.jpeg +3 -0
.gitattributes
CHANGED
|
@@ -233,3 +233,5 @@ models/diffusion_models/qwen_image_2512_bf16.safetensors filter=lfs diff=lfs mer
|
|
| 233 |
ComfyUI/models/checkpoints/10Eros_v1-fp8mixed_learned.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 234 |
ComfyUI/models/audio/audio/ltx-av-step-1751000_vocoder_24K.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 235 |
ComfyUI/models/audio/ltx-av-step-1751000_vocoder_24K.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 233 |
ComfyUI/models/checkpoints/10Eros_v1-fp8mixed_learned.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 234 |
ComfyUI/models/audio/audio/ltx-av-step-1751000_vocoder_24K.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 235 |
ComfyUI/models/audio/ltx-av-step-1751000_vocoder_24K.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 236 |
+
ComfyUI/models/diffusion_models/flux-2-klein-base-9b.webp filter=lfs diff=lfs merge=lfs -text
|
| 237 |
+
ComfyUI/models/diffusion_models/zimageTurboByStable_labRatV0.preview.jpeg filter=lfs diff=lfs merge=lfs -text
|
ComfyUI/models/diffusion_models/absoluteRealismV01_qwenV10.md
ADDED
|
@@ -0,0 +1,281 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: cardona3d661
|
| 3 |
+
baseModel: Qwen
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: 463F7D3E
|
| 6 |
+
AutoV2: 488C32CD19
|
| 7 |
+
AutoV3: 3392AEF9D79E
|
| 8 |
+
BLAKE3: BAA287B523DCAF50D2ED95985452E16D16BD4FC438C1835791408A541417B3CB
|
| 9 |
+
CRC32: 251D34C6
|
| 10 |
+
SHA256: 488C32CD19728A2BADE6FE5031383A50C558A286D0077EF696FF18F750554BAD
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
fp: fp8
|
| 14 |
+
size: pruned
|
| 15 |
+
modelPage: https://civitai.com/models/2468812?modelVersionId=2775822
|
| 16 |
+
preview:
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/071c273f-ecd8-4c07-9c73-4c490e1c1bd4/original=true/124272376.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42ff2ac2-7d12-4dd6-be29-41cd95eda112/original=true/124272373.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5da127d7-6875-4fe1-9fb8-c8cc15b27fa4/original=true/124272379.jpeg
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9261b03e-5665-45cb-93e4-436c9e9e6e70/original=true/124272374.jpeg
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ad5c49c-22b3-4365-9aa7-2be655f1ccb0/original=true/124272378.jpeg
|
| 22 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0219d270-c98e-48df-aebf-68a198d8248a/original=true/124272372.jpeg
|
| 23 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e44ac60e-ef2f-4e78-85c7-2125b3ef9f52/original=true/124272375.jpeg
|
| 24 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d29383f3-7b11-4a3c-a77f-35f8340dcccd/original=true/124272380.jpeg
|
| 25 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd5d644a-71f4-48fc-b1f4-4b4ae138544d/original=true/124272381.jpeg
|
| 26 |
+
website: Civitai
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
# Trigger Words
|
| 30 |
+
|
| 31 |
+
ohwx realism, sfwnotporn, explicitnsfw, tightclothes, beautifulwoman, suggestive, instaslut, amateurphoto
|
| 32 |
+
|
| 33 |
+
# About this version
|
| 34 |
+
|
| 35 |
+
Usage tips: I'd recommend running it with the res\_2s sampler and beta57 scheduler to seriously boost the realism. To get that perfect "amateur phone pic" vibe, just start your prompt with something like "ohwx realism, amateurphoto shot with dirtylens of..." and mix it up however you want — get creative and experiment, dude. Right now this model's still in beta, and once it drops officially it'll be paid only, so take advantage while it's free and hit me up with your feedback so we can make it the absolute best-trained model on all of Civitai.
|
| 36 |
+
|
| 37 |
+
TRAINED CONCEPTS FROM THE FINE TUNE (the higher up they are in the list, the better they're trained), you gotta write them exactly as they appear below even if they have spelling mistakes or are all smashed together
|
| 38 |
+
|
| 39 |
+
ohwx realism:️890
|
| 40 |
+
|
| 41 |
+
sfwnotporn:️387
|
| 42 |
+
|
| 43 |
+
explicitnsfw:️236
|
| 44 |
+
|
| 45 |
+
tightclothes:️185
|
| 46 |
+
|
| 47 |
+
beautifulwoman:️184
|
| 48 |
+
|
| 49 |
+
suggestive:️182
|
| 50 |
+
|
| 51 |
+
instaslut:️162
|
| 52 |
+
|
| 53 |
+
amateurphoto:️161
|
| 54 |
+
|
| 55 |
+
thong:️155
|
| 56 |
+
|
| 57 |
+
frombehind:️133
|
| 58 |
+
|
| 59 |
+
selfie:️131
|
| 60 |
+
|
| 61 |
+
indoor:️120
|
| 62 |
+
|
| 63 |
+
closeup:️105
|
| 64 |
+
|
| 65 |
+
outdoor:️99
|
| 66 |
+
|
| 67 |
+
vagina:️99
|
| 68 |
+
|
| 69 |
+
tits:️81
|
| 70 |
+
|
| 71 |
+
whaletail:️80
|
| 72 |
+
|
| 73 |
+
bigtits:️76
|
| 74 |
+
|
| 75 |
+
grainy:️72
|
| 76 |
+
|
| 77 |
+
instagramstyle:️67
|
| 78 |
+
|
| 79 |
+
spreadlegs:️62
|
| 80 |
+
|
| 81 |
+
perfectpinkvagina:️61
|
| 82 |
+
|
| 83 |
+
archedback:️60
|
| 84 |
+
|
| 85 |
+
bigass:️59
|
| 86 |
+
|
| 87 |
+
tightyogapants:️56
|
| 88 |
+
|
| 89 |
+
tongueout:️55
|
| 90 |
+
|
| 91 |
+
seethru:️53
|
| 92 |
+
|
| 93 |
+
uglywoman:️52
|
| 94 |
+
|
| 95 |
+
doggystyle:️52
|
| 96 |
+
|
| 97 |
+
loosenclothes:️51
|
| 98 |
+
|
| 99 |
+
selfieinthemirror:️44
|
| 100 |
+
|
| 101 |
+
mediumtits:️44
|
| 102 |
+
|
| 103 |
+
lingerie:️44
|
| 104 |
+
|
| 105 |
+
underboob:️43
|
| 106 |
+
|
| 107 |
+
skinny:️41
|
| 108 |
+
|
| 109 |
+
asshole:️41
|
| 110 |
+
|
| 111 |
+
pulledaside:️39
|
| 112 |
+
|
| 113 |
+
dirtylens:️38
|
| 114 |
+
|
| 115 |
+
backless:️38
|
| 116 |
+
|
| 117 |
+
smalltits:️36
|
| 118 |
+
|
| 119 |
+
ahegaoface:️35
|
| 120 |
+
|
| 121 |
+
cumshot:️35
|
| 122 |
+
|
| 123 |
+
putishorts:️35
|
| 124 |
+
|
| 125 |
+
sideboob:️34
|
| 126 |
+
|
| 127 |
+
uglyvagina:️30
|
| 128 |
+
|
| 129 |
+
leakednudes:️29
|
| 130 |
+
|
| 131 |
+
wetshirts:️29
|
| 132 |
+
|
| 133 |
+
bikini:️28
|
| 134 |
+
|
| 135 |
+
anusbehindthong:️28
|
| 136 |
+
|
| 137 |
+
sidelips:️28
|
| 138 |
+
|
| 139 |
+
spreadass:️27
|
| 140 |
+
|
| 141 |
+
barelylegal:️26
|
| 142 |
+
|
| 143 |
+
flashlight:️25
|
| 144 |
+
|
| 145 |
+
upskirt:️25
|
| 146 |
+
|
| 147 |
+
upshort:️23
|
| 148 |
+
|
| 149 |
+
architecture:️23
|
| 150 |
+
|
| 151 |
+
legsup:️22
|
| 152 |
+
|
| 153 |
+
spreadvagina:️21
|
| 154 |
+
|
| 155 |
+
gothgirl: 21
|
| 156 |
+
|
| 157 |
+
# Absolute Realism V01
|
| 158 |
+
|
| 159 |
+
Trained on a 500+ Image dataset and manually captioned, this model is focused on realistic style covering many multi NSFW concepts, it is capable to do many poses, concepts, clothes, styles, etc
|
| 160 |
+
|
| 161 |
+
Usage tips: I'd recommend running it with the res\_2s sampler and beta57 scheduler to seriously boost the realism. To get that perfect "amateur phone pic" vibe, just start your prompt with something like "ohwx realism, amateurphoto shot with dirtylens of..." and mix it up however you want — get creative and experiment, dude. Right now this model's still in beta, and once it drops officially it'll be paid only, so take advantage while it's free and hit me up with your feedback so we can make it the absolute best-trained model on all of Civitai.
|
| 162 |
+
|
| 163 |
+
TRAINED CONCEPTS FROM THE FINE TUNE (the higher up they are in the list, the better they're trained), you gotta write them exactly as they appear below even if they have spelling mistakes or are all smashed together
|
| 164 |
+
|
| 165 |
+
ohwx realism:️890
|
| 166 |
+
|
| 167 |
+
sfwnotporn:️387
|
| 168 |
+
|
| 169 |
+
explicitnsfw:️236
|
| 170 |
+
|
| 171 |
+
tightclothes:️185
|
| 172 |
+
|
| 173 |
+
beautifulwoman:️184
|
| 174 |
+
|
| 175 |
+
suggestive:️182
|
| 176 |
+
|
| 177 |
+
instaslut:️162
|
| 178 |
+
|
| 179 |
+
amateurphoto:️161
|
| 180 |
+
|
| 181 |
+
thong:️155
|
| 182 |
+
|
| 183 |
+
frombehind:️133
|
| 184 |
+
|
| 185 |
+
selfie:️131
|
| 186 |
+
|
| 187 |
+
indoor:️120
|
| 188 |
+
|
| 189 |
+
closeup:️105
|
| 190 |
+
|
| 191 |
+
outdoor:️99
|
| 192 |
+
|
| 193 |
+
vagina:️99
|
| 194 |
+
|
| 195 |
+
tits:️81
|
| 196 |
+
|
| 197 |
+
whaletail:️80
|
| 198 |
+
|
| 199 |
+
bigtits:️76
|
| 200 |
+
|
| 201 |
+
grainy:️72
|
| 202 |
+
|
| 203 |
+
instagramstyle:️67
|
| 204 |
+
|
| 205 |
+
spreadlegs:️62
|
| 206 |
+
|
| 207 |
+
perfectpinkvagina:️61
|
| 208 |
+
|
| 209 |
+
archedback:️60
|
| 210 |
+
|
| 211 |
+
bigass:️59
|
| 212 |
+
|
| 213 |
+
tightyogapants:️56
|
| 214 |
+
|
| 215 |
+
tongueout:️55
|
| 216 |
+
|
| 217 |
+
seethru:️53
|
| 218 |
+
|
| 219 |
+
uglywoman:️52
|
| 220 |
+
|
| 221 |
+
doggystyle:️52
|
| 222 |
+
|
| 223 |
+
loosenclothes:️51
|
| 224 |
+
|
| 225 |
+
selfieinthemirror:️44
|
| 226 |
+
|
| 227 |
+
mediumtits:️44
|
| 228 |
+
|
| 229 |
+
lingerie:️44
|
| 230 |
+
|
| 231 |
+
underboob:️43
|
| 232 |
+
|
| 233 |
+
skinny:️41
|
| 234 |
+
|
| 235 |
+
asshole:️41
|
| 236 |
+
|
| 237 |
+
pulledaside:️39
|
| 238 |
+
|
| 239 |
+
dirtylens:️38
|
| 240 |
+
|
| 241 |
+
backless:️38
|
| 242 |
+
|
| 243 |
+
smalltits:️36
|
| 244 |
+
|
| 245 |
+
ahegaoface:️35
|
| 246 |
+
|
| 247 |
+
cumshot:️35
|
| 248 |
+
|
| 249 |
+
putishorts:️35
|
| 250 |
+
|
| 251 |
+
sideboob:️34
|
| 252 |
+
|
| 253 |
+
uglyvagina:️30
|
| 254 |
+
|
| 255 |
+
leakednudes:️29
|
| 256 |
+
|
| 257 |
+
wetshirts:️29
|
| 258 |
+
|
| 259 |
+
bikini:️28
|
| 260 |
+
|
| 261 |
+
anusbehindthong:️28
|
| 262 |
+
|
| 263 |
+
sidelips:️28
|
| 264 |
+
|
| 265 |
+
spreadass:️27
|
| 266 |
+
|
| 267 |
+
barelylegal:️26
|
| 268 |
+
|
| 269 |
+
flashlight:️25
|
| 270 |
+
|
| 271 |
+
upskirt:️25
|
| 272 |
+
|
| 273 |
+
upshort:️23
|
| 274 |
+
|
| 275 |
+
architecture:️23
|
| 276 |
+
|
| 277 |
+
legsup:️22
|
| 278 |
+
|
| 279 |
+
spreadvagina:️21
|
| 280 |
+
|
| 281 |
+
gothgirl: 21
|
ComfyUI/models/diffusion_models/absoluteRealismV01_qwenV10.webp
ADDED
|
ComfyUI/models/diffusion_models/flux-2-klein-base-9b.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: CivitaiOfficial
|
| 3 |
+
baseModel: Flux.2 Klein 9B-base
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: BCE31174
|
| 6 |
+
AutoV2: 4A54FAD7F5
|
| 7 |
+
AutoV3: 685FC44BF584
|
| 8 |
+
BLAKE3: FA284F43FD4AEC5E59F35A1A121894DB45CA55BC204485EA26DEF5E613880F5C
|
| 9 |
+
CRC32: 4E2BF4EF
|
| 10 |
+
SHA256: 4A54FAD7F5F741B99EEE217198DAAC20B8D8E515E2A1F5B064FD51CF074F95BD
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
fp: bf16
|
| 14 |
+
size: full
|
| 15 |
+
modelPage: https://civitai.com/models/2322332?modelVersionId=2612548
|
| 16 |
+
preview:
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d889e659-65a8-4710-9f24-3987ce146b7b/original=true/119137474.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1aa9706-463d-41bc-97de-ae0dfb3271f7/original=true/119137843.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8e116e5-42e2-4bea-85ad-0de05609a751/original=true/119137975.jpeg
|
| 20 |
+
website: Civitai
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# Trigger Words
|
| 24 |
+
|
| 25 |
+
No trigger words
|
| 26 |
+
|
| 27 |
+
# About this version
|
| 28 |
+
|
| 29 |
+
FLUX.2-klein-9B-Base
|
| 30 |
+
|
| 31 |
+
# Flux.2 Klein
|
| 32 |
+
|
| 33 |
+
The FLUX.2 [klein] model family are our fastest image models to date. FLUX.2 [klein] unifies generation and editing in a single compact architecture, delivering state-of-the-art quality with end-to-end inference in as low as under a second. Built for applications that require real-time image generation without sacrificing quality.
|
| 34 |
+
|
| 35 |
+
Originally Posted;
|
| 36 |
+
|
| 37 |
+
* <https://huggingface.co/black-forest-labs/FLUX.2-klein-9b-kv>
|
| 38 |
+
* <https://huggingface.co/black-forest-labs/FLUX.2-klein-9B>
|
| 39 |
+
* <https://huggingface.co/black-forest-labs/FLUX.2-klein-base-9B>
|
| 40 |
+
* <https://huggingface.co/black-forest-labs/FLUX.2-klein-4B>
|
| 41 |
+
* <https://huggingface.co/black-forest-labs/FLUX.2-klein-base-4B>
|
ComfyUI/models/diffusion_models/flux-2-klein-base-9b.webp
ADDED
|
Git LFS Details
|
ComfyUI/models/diffusion_models/zimageTurboByStable_labRatV0.cminfo.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ModelId": 2221503,
|
| 3 |
+
"ModelName": "Zimage Turbo by Stable Yogi",
|
| 4 |
+
"ModelDescription": "<p>An experimental build of <strong>Zimage Turbo</strong> tuned for deeper moods, darker scenes, and smoother handling of challenging low-light imagery. This version pushes contrast, vibe, and atmosphere while keeping the core model’s strengths intact. Still a WIP — try it out and share your feedback so the next evolution hits even harder.</p><p></p><p>For best results, use the same workflow I used for the preview images — it’s faster, sharper, and pulls out way more detail. If you need help, support, or just wanna vibe with the community, feel free to <a rel=\"ugc\" href=\"https://discord.gg/DZEenb5wGc\">join my Discord.</a></p><p></p><p></p>",
|
| 5 |
+
"CreatorUsername": "Stable_Yogi",
|
| 6 |
+
"Nsfw": false,
|
| 7 |
+
"Poi": false,
|
| 8 |
+
"AllowNoCredit": false,
|
| 9 |
+
"AllowCommercialUse": "{Image,RentCivit}",
|
| 10 |
+
"AllowDerivatives": false,
|
| 11 |
+
"AllowDifferentLicense": true,
|
| 12 |
+
"Tags": [
|
| 13 |
+
"landscapes",
|
| 14 |
+
"3d",
|
| 15 |
+
"anatomical",
|
| 16 |
+
"digital art",
|
| 17 |
+
"dreamlikeart",
|
| 18 |
+
"realism",
|
| 19 |
+
"scifi",
|
| 20 |
+
"base model",
|
| 21 |
+
"cgi",
|
| 22 |
+
"asian",
|
| 23 |
+
"fantasy art",
|
| 24 |
+
"art style",
|
| 25 |
+
"paintings",
|
| 26 |
+
"woman",
|
| 27 |
+
"illustration",
|
| 28 |
+
"2d",
|
| 29 |
+
"digital illustration",
|
| 30 |
+
"fantasy",
|
| 31 |
+
"girls",
|
| 32 |
+
"portraits",
|
| 33 |
+
"realistic",
|
| 34 |
+
"video game",
|
| 35 |
+
"european girl",
|
| 36 |
+
"indian women",
|
| 37 |
+
"photorealis",
|
| 38 |
+
"inpain",
|
| 39 |
+
"seni-realis"
|
| 40 |
+
],
|
| 41 |
+
"ModelType": "Checkpoint",
|
| 42 |
+
"VersionId": 2500972,
|
| 43 |
+
"VersionName": "Lab Rat v0",
|
| 44 |
+
"VersionDescription": "<p>An experimental build of <strong>Zimage Turbo</strong> tuned for deeper moods, darker scenes, and smoother handling of challenging low-light imagery. This version pushes contrast, vibe, and atmosphere while keeping the core model’s strengths intact. Still a WIP — try it out and share your feedback so the next evolution hits even harder.</p><p>For best results, use the same workflow I used for the preview images — it’s faster, sharper, and pulls out way more detail. If you need help, support, or just wanna vibe with the community, feel free to <a target=\"_blank\" rel=\"ugc\" href=\"https://discord.gg/DZEenb5wGc\">join my Discord.</a></p>",
|
| 45 |
+
"BaseModel": "ZImageTurbo",
|
| 46 |
+
"BaseModelType": "Standard",
|
| 47 |
+
"EarlyAccessDeadline": null,
|
| 48 |
+
"VersionPublishedAt": "2025-12-14T01:09:46.966Z",
|
| 49 |
+
"VersionUpdatedAt": "2025-12-14T01:09:46.987Z",
|
| 50 |
+
"VersionStatus": "Published",
|
| 51 |
+
"IsPrimaryFile": true,
|
| 52 |
+
"PrimaryFileId": 2389172,
|
| 53 |
+
"PrimaryFileName": "zimageTurboByStable_labRatV0.safetensors",
|
| 54 |
+
"FileMetadata": {
|
| 55 |
+
"fp": "bf16",
|
| 56 |
+
"size": "pruned",
|
| 57 |
+
"format": "SafeTensor"
|
| 58 |
+
},
|
| 59 |
+
"ImportedAt": "2025-12-14T04:13:43.453092+00:00",
|
| 60 |
+
"Hashes": {
|
| 61 |
+
"AutoV1": "54C1C44D",
|
| 62 |
+
"AutoV2": "A60D7DA29F",
|
| 63 |
+
"SHA256": "A60D7DA29FC3BF3BFC94933F3B67DC999BECF1ADE632ADDB6994A03DF66B68BE",
|
| 64 |
+
"CRC32": "693E2B4A",
|
| 65 |
+
"BLAKE3": "3DA52268C70FB8D8744141458A02A6686B85CE1ADF6F41CD3CD8D4CFAF6C1407",
|
| 66 |
+
"AutoV3": "EDC7C6C0A257"
|
| 67 |
+
},
|
| 68 |
+
"TrainedWords": [],
|
| 69 |
+
"Stats": {
|
| 70 |
+
"downloadCount": 106,
|
| 71 |
+
"rating": 0,
|
| 72 |
+
"ratingCount": 0,
|
| 73 |
+
"favoriteCount": 0,
|
| 74 |
+
"commentCount": 1,
|
| 75 |
+
"thumbsUpCount": 20
|
| 76 |
+
},
|
| 77 |
+
"DownloadUrlUsed": "https://civitai.com/api/download/models/2500972"
|
| 78 |
+
}
|
ComfyUI/models/diffusion_models/zimageTurboByStable_labRatV0.preview.jpeg
ADDED
|
Git LFS Details
|