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
Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +37 -0
- models/ckpt/v1-5-pruned-emaonly-fp16.safetensors +3 -0
- models/clip/clip_l.safetensors +3 -0
- models/d3lph1n3/.gitattributes +38 -0
- models/d3lph1n3/README.md +57 -0
- models/d3lph1n3/checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- models/d3lph1n3/checkpoint-1000/random_states_0.pkl +0 -0
- models/d3lph1n3/checkpoint-1000/scheduler.bin +0 -0
- models/d3lph1n3/checkpoint-500/random_states_0.pkl +0 -0
- models/d3lph1n3/checkpoint-500/scheduler.bin +0 -0
- models/diffusion_models/Krea 2/Krea 2 turbo.safetensors +3 -0
- models/diffusion_models/Qwen_finetune_BL2_mxfp8.safetensors +3 -0
- models/diffusion_models/absoluteRealismV01_qwenV10.md +281 -0
- models/diffusion_models/absoluteRealismV01_qwenV10.safetensors +3 -0
- models/diffusion_models/absoluteRealismV01_qwenV10.webp +0 -0
- models/diffusion_models/bigLove_klein3.safetensors +3 -0
- models/diffusion_models/booguImageEdit_v01.safetensors +3 -0
- models/diffusion_models/flux-2-klein-base-9b.md +41 -0
- models/diffusion_models/flux-2-klein-base-9b.safetensors +2 -2
- models/diffusion_models/krea2TurboNSFWAIO_v10.safetensors +3 -0
- models/diffusion_models/redcraftKREA2RedMix_krea2Edition.safetensors +3 -0
- models/diffusion_models/snofsSexNudesAndOtherFunStuff_v13Base.safetensors +3 -0
- models/diffusion_models/snofsSexNudesAndOtherFunStuff_v14Base.safetensors +3 -0
- models/diffusion_models/zimageTurboByStable_labRatV0.cminfo.json +78 -0
- models/loras/1GIRL_QWEN_V3.safetensors.rgthree-info.json +517 -0
- models/loras/1GIRL_QWEN_V3.webp +3 -0
- models/loras/FLUX.2-klein-base-9B_LoRa_by-AI_Characters_STYLE_SmartphoneSnapshotPhotoReality_v11_TRIGGER$snapshot photo$.safetensors.rgthree-info.json +674 -0
- models/loras/Flux Klein - NSFW v2.md +63 -0
- models/loras/Flux2-Klein-9b-PuffyNipples-v2.md +53 -0
- models/loras/HMFemme_V1.md +79 -0
- models/loras/HMFemme_V1.safetensors.rgthree-info.json +496 -0
- models/loras/KLEIN-Unchained-V2.mp4 +3 -0
- models/loras/KNP.safetensors +3 -0
- models/loras/Krea 2 - Cameltoe.safetensors +3 -0
- models/loras/Krea-2-Turbo-Projector-Scale-LoRA-Diffusers.safetensors +0 -0
- models/loras/Krea2-realism-V1.safetensors.rgthree-info.json +502 -0
- models/loras/Krea2-realism-V2.md +92 -0
- models/loras/Krea2_HMNSFW_AIO.safetensors +3 -0
- models/loras/MysticXXX_KREA2_v2.safetensors +3 -0
- models/loras/Phone_Photography_2000_KL_9B.safetensors +3 -0
- models/loras/Phone_Photography_2000_KL_9B.webp +3 -0
- models/loras/Qwen-Image-2512-Lightning-4steps-V1.0-bf16.md +39 -0
- models/loras/Qwen-Image-2512-Lightning-4steps-V1.0-bf16.safetensors +3 -0
- models/loras/Qwen-Image-2512-Lightning-8steps-V1.0-fp32.safetensors +3 -0
- models/loras/Qwen-Image-2512_LoRa_by-AI_Characters_STYLE_SmartphoneSnapshotPhotoReality_v10_TRIGGER$amtr snapshot photo$.md +64 -0
- models/loras/RLY-thot_shot-KREA2-jada-v1-trigger-rlyjada.safetensors +3 -0
- models/loras/Realism_Engine_Ideogram_V5.md +142 -0
- models/loras/SAKLBIG.md +52 -0
- models/loras/SEXGOD_SexySelfies_Klein9b_v1.safetensors.rgthree-info.json +0 -0
- models/loras/SEXGOD_SexySelfies_Klein9b_v1.webp +3 -0
.gitattributes
CHANGED
|
@@ -342,3 +342,40 @@ ComfyUI/models/upscale_models/4xNomosUniDAT_otf.pth filter=lfs diff=lfs merge=lf
|
|
| 342 |
ComfyUI/models/upscale_models/zImage4XUPSCALERBy_zit.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 343 |
ComfyUI/models/upscale_models/zImage4XUPSCALERBy_zit.webp filter=lfs diff=lfs merge=lfs -text
|
| 344 |
ComfyUI/models/vae/krea2RealVae_v10.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 342 |
ComfyUI/models/upscale_models/zImage4XUPSCALERBy_zit.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 343 |
ComfyUI/models/upscale_models/zImage4XUPSCALERBy_zit.webp filter=lfs diff=lfs merge=lfs -text
|
| 344 |
ComfyUI/models/vae/krea2RealVae_v10.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 345 |
+
models/d3lph1n3/checkpoint-1000/pytorch_lora_weights.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 346 |
+
models/diffusion_models/redcraftKREA2RedMix_krea2Edition.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 347 |
+
models/diffusion_models/snofsSexNudesAndOtherFunStuff_v14Base.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 348 |
+
models/diffusion_models/snofsSexNudesAndOtherFunStuff_v13Base.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 349 |
+
models/diffusion_models/absoluteRealismV01_qwenV10.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 350 |
+
models/diffusion_models/krea2TurboNSFWAIO_v10.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 351 |
+
models/diffusion_models/Krea[[:space:]]2/Krea[[:space:]]2[[:space:]]turbo.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 352 |
+
models/diffusion_models/Qwen_finetune_BL2_mxfp8.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 353 |
+
models/diffusion_models/booguImageEdit_v01.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 354 |
+
models/diffusion_models/bigLove_klein3.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 355 |
+
models/text_encoders/ltx-2.3_text_projection_bf16.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 356 |
+
models/clip/clip_l.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 357 |
+
models/loras/RLY-thot_shot-KREA2-jada-v1-trigger-rlyjada.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 358 |
+
models/loras/nicegirls_qwen2512.webp filter=lfs diff=lfs merge=lfs -text
|
| 359 |
+
models/loras/1GIRL_QWEN_V3.webp filter=lfs diff=lfs merge=lfs -text
|
| 360 |
+
models/loras/Krea2_HMNSFW_AIO.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 361 |
+
models/loras/female-body-beauty_qwen.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 362 |
+
models/loras/Samsung_fluxklein9b.webp filter=lfs diff=lfs merge=lfs -text
|
| 363 |
+
models/loras/MysticXXX_KREA2_v2.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 364 |
+
models/loras/Phone_Photography_2000_KL_9B.webp filter=lfs diff=lfs merge=lfs -text
|
| 365 |
+
models/loras/f2k_consist_20260225.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 366 |
+
models/loras/Phone_Photography_2000_KL_9B.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 367 |
+
models/loras/boogu_image_turbo_lora_rank_128_bf16.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 368 |
+
models/loras/amateurphotography_v1_qwen.webp filter=lfs diff=lfs merge=lfs -text
|
| 369 |
+
models/loras/klein_snofs_v1_3.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 370 |
+
models/loras/lenovo_krea2.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 371 |
+
models/loras/krea2_m1lk1.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 372 |
+
models/ckpt/v1-5-pruned-emaonly-fp16.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 373 |
+
models/loras/amateurphotography_v1_qwen.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 374 |
+
models/loras/Krea[[:space:]]2[[:space:]]-[[:space:]]Cameltoe.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 375 |
+
models/loras/Samsung_fluxklein9b.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 376 |
+
models/loras/KLEIN-Unchained-V2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 377 |
+
models/loras/Qwen-Image-2512-Lightning-4steps-V1.0-bf16.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 378 |
+
models/loras/SEXGOD_SexySelfies_Klein9b_v1.webp filter=lfs diff=lfs merge=lfs -text
|
| 379 |
+
models/loras/KNP.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 380 |
+
models/loras/Qwen-Image-2512-Lightning-8steps-V1.0-fp32.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 381 |
+
models/loras/realism_engine_krea2_v2.safetensors filter=lfs diff=lfs merge=lfs -text
|
models/ckpt/v1-5-pruned-emaonly-fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9476a13728cd75d8279f6ec8bad753a66a1957ca375a1464dc63b37db6e3916
|
| 3 |
+
size 2132696762
|
models/clip/clip_l.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd
|
| 3 |
+
size 246144152
|
models/d3lph1n3/.gitattributes
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
sample_0.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
sample_1.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
sample_2.png filter=lfs diff=lfs merge=lfs -text
|
models/d3lph1n3/README.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: krea/Krea-2-Raw
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
- diffusers
|
| 6 |
+
- lora
|
| 7 |
+
- krea2
|
| 8 |
+
- template:sd-lora
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
instance_prompt: "d3lph1n3"
|
| 11 |
+
widget:
|
| 12 |
+
- text: "A neon-drenched cyberpunk alleyway in a rainy futuristic city, featuring a holographic d3lph1n3 swimming through the air between skyscrapers."
|
| 13 |
+
output:
|
| 14 |
+
url: sample_0.png
|
| 15 |
+
- text: "An ornate Victorian study filled with ancient leather books and brass telescopes, where a small d3lph1n3 floats inside a floating crystal orb."
|
| 16 |
+
output:
|
| 17 |
+
url: sample_1.png
|
| 18 |
+
- text: "A surrealist desert landscape with melting clocks and golden sands, featuring a colossal d3lph1n3 leaping over a shimmering mirage oasis."
|
| 19 |
+
output:
|
| 20 |
+
url: sample_2.png
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# Krea 2 LoRA — saik0s/d3lph1n3
|
| 24 |
+
|
| 25 |
+
<Gallery />
|
| 26 |
+
|
| 27 |
+
A DreamBooth-LoRA for **Krea 2**, trained on **Krea 2 RAW** and shown on **Krea 2 Turbo**. The samples below were generated with this LoRA on Turbo (8 steps).
|
| 28 |
+
|
| 29 |
+
## Trigger
|
| 30 |
+
|
| 31 |
+
Use the token `d3lph1n3` to invoke the concept.
|
| 32 |
+
|
| 33 |
+
## Samples
|
| 34 |
+
|
| 35 |
+

|
| 36 |
+
|
| 37 |
+
> *"A neon-drenched cyberpunk alleyway in a rainy futuristic city, featuring a holographic d3lph1n3 swimming through the air between skyscrapers."*
|
| 38 |
+
|
| 39 |
+

|
| 40 |
+
|
| 41 |
+
> *"An ornate Victorian study filled with ancient leather books and brass telescopes, where a small d3lph1n3 floats inside a floating crystal orb."*
|
| 42 |
+
|
| 43 |
+

|
| 44 |
+
|
| 45 |
+
> *"A surrealist desert landscape with melting clocks and golden sands, featuring a colossal d3lph1n3 leaping over a shimmering mirage oasis."*
|
| 46 |
+
|
| 47 |
+
## Use it with diffusers
|
| 48 |
+
|
| 49 |
+
```py
|
| 50 |
+
import torch
|
| 51 |
+
from diffusers import Krea2Pipeline
|
| 52 |
+
|
| 53 |
+
pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
|
| 54 |
+
pipe.load_lora_weights("saik0s/d3lph1n3")
|
| 55 |
+
image = pipe("A neon-drenched cyberpunk alleyway in a rainy futuristic city, featuring a holographic d3lph1n3 swimming through the air between skyscrapers.", num_inference_steps=8, guidance_scale=0.0).images[0]
|
| 56 |
+
image.save("output.png")
|
| 57 |
+
```
|
models/d3lph1n3/checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d25663c12692dbfdf3e2f9be3dc738790c3584356914c8af524ff98093f34dde
|
| 3 |
+
size 191879256
|
models/d3lph1n3/checkpoint-1000/random_states_0.pkl
ADDED
|
Binary file (14.8 kB). View file
|
|
|
models/d3lph1n3/checkpoint-1000/scheduler.bin
ADDED
|
Binary file (1.4 kB). View file
|
|
|
models/d3lph1n3/checkpoint-500/random_states_0.pkl
ADDED
|
Binary file (14.8 kB). View file
|
|
|
models/d3lph1n3/checkpoint-500/scheduler.bin
ADDED
|
Binary file (1.4 kB). View file
|
|
|
models/diffusion_models/Krea 2/Krea 2 turbo.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0345fdc2bf01f5b1caad4a1a4a2a14d77df049406087a09946e388cd1f09277
|
| 3 |
+
size 26283332608
|
models/diffusion_models/Qwen_finetune_BL2_mxfp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd8b3b05070435331f7ac72b26d800cd3b9caf6d460b00245d1c12a9cd5d30b4
|
| 3 |
+
size 21117770808
|
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
|
models/diffusion_models/absoluteRealismV01_qwenV10.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ddc30f2182a67b36a0bf1ffcb02acdc0a69034a3251c3936658bfcda226b43a
|
| 3 |
+
size 20533646044
|
models/diffusion_models/absoluteRealismV01_qwenV10.webp
ADDED
|
models/diffusion_models/bigLove_klein3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea824ff776e14421821fd1694dcb760c4aabde352b5309f3795b18edde045dd3
|
| 3 |
+
size 11544821760
|
models/diffusion_models/booguImageEdit_v01.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:583e8da9ae9be4a32f7dfcd27baac7c0eb563b625c3a7ac5e49cd2ca364069f5
|
| 3 |
+
size 20585228840
|
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>
|
models/diffusion_models/flux-2-klein-base-9b.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a54fad7f5f741b99eee217198daac20b8d8e515e2a1f5b064fd51cf074f95bd
|
| 3 |
+
size 18157185168
|
models/diffusion_models/krea2TurboNSFWAIO_v10.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85554add534e8a0ed384c7005f2ac767946f629263b6e4b7d347897029131adc
|
| 3 |
+
size 17833778294
|
models/diffusion_models/redcraftKREA2RedMix_krea2Edition.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f339053d2477a4ee1875c23dea88fc8cd39fe3fff766b595b037c0eb83480fa
|
| 3 |
+
size 13141783440
|
models/diffusion_models/snofsSexNudesAndOtherFunStuff_v13Base.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef13a78d92124fda58c0cdf3c5ee4247dae61a0d3d4762595685e281aaf1cb36
|
| 3 |
+
size 18157189592
|
models/diffusion_models/snofsSexNudesAndOtherFunStuff_v14Base.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b6a04edae21373cec872dc646b00f51b28f3126017a1d49881680a0fe83a02d
|
| 3 |
+
size 18157185200
|
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 |
+
}
|
models/loras/1GIRL_QWEN_V3.safetensors.rgthree-info.json
ADDED
|
@@ -0,0 +1,517 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"file": "1GIRL_QWEN_V3.safetensors",
|
| 3 |
+
"path": "/root/comfy/ComfyUI/models/loras/1GIRL_QWEN_V3.safetensors",
|
| 4 |
+
"modified": 1781042423381.106,
|
| 5 |
+
"images": [
|
| 6 |
+
{
|
| 7 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aa65ce6-e1dc-4b76-b447-0745a486a7fb/original=true/107076582.jpeg",
|
| 8 |
+
"civitaiUrl": "https://civitai.com/images/107076582",
|
| 9 |
+
"width": 1216,
|
| 10 |
+
"height": 1664,
|
| 11 |
+
"type": "image",
|
| 12 |
+
"nsfwLevel": 1,
|
| 13 |
+
"seed": 37053732060222,
|
| 14 |
+
"positive": "1girl, in a gritty, cyberpunk e-girl aesthetic scene, a conventionally attractive East Asian woman with a slender build is posed sitting on the floor of her cluttered bedroom gaming setup, twisting her torso to create a dynamic silhouette while holding a sheathed katana diagonally across her body, her head tilted as she gazes directly at the camera with a neutral, sultry expression from behind thin black-rimmed glasses, her face framed by a long, straight platinum blonde wig with blunt bangs and featuring heavy goth-style makeup with dramatic winged eyeliner and bold black matte lipstick on skin that has a prominent oily shine from the monitor's glow, revealing visible pores, while she is dressed in a form-fitting, black, long-sleeved mock neck bodysuit with a glossy, geometric circuit-board-like pattern, paired with black fingerless gloves, baggy black cargo pants adorned with metal grommets and D-rings, and black platform combat boots, all within her tech-heavy living room at night defined by a dual-monitor computer setup displaying an anime wallpaper, exposed wiring, a \"HyperX\" microphone, and a background decorated with an artificial leaf wall and a purple neon ghost light, in an amateur smartphone photo characterized by its mixed, low-light ambiance from blue and magenta LEDs that create a strong color cast, captured from a low, dutch angle, resulting in a grainy image with soft focus, visible sensor noise, and chroma noise in the shadows.",
|
| 15 |
+
"negative": "cinematic, shallow depth of field, cinematic bokeh, blurred background, portrait, closeup, anime, chibi, big head, anime proportions",
|
| 16 |
+
"steps": null,
|
| 17 |
+
"sampler": null,
|
| 18 |
+
"cfg": null,
|
| 19 |
+
"model": null,
|
| 20 |
+
"resources": null
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c591c576-65e3-45ca-8b2d-21951725facf/original=true/107076586.jpeg",
|
| 24 |
+
"civitaiUrl": "https://civitai.com/images/107076586",
|
| 25 |
+
"width": 1440,
|
| 26 |
+
"height": 1920,
|
| 27 |
+
"type": "image",
|
| 28 |
+
"nsfwLevel": 1,
|
| 29 |
+
"seed": 837928682346631,
|
| 30 |
+
"positive": "1girl, capturing a lo-fi, egirl aesthetic street style moment on a bustling city street at night, a conventionally attractive caucasian woman with a slender build stands in a posed, off-center composition, tilting her head and lifting the hem of her black tank top with one hand to intentionally showcase her midriff as she gazes at the camera with a sultry, neutral expression and parted lips, her face framed by long black hair styled with bangs and hime-cut sidelocks adorned with white lace ribbons, while her heavy makeup features dramatic winged eyeliner, false eyelashes, and glossy overlined lips over fair skin whose texture is partially obscured by digital noise, wearing the black ribbed tank top with a white cross graphic, paired with white low-rise jeans covered in a black-and-white anime print, and accessorized with a black studded choker and a black shoulder bag, all set amidst the vibrant chaos of a Japanese street lined with glowing storefronts and neon signs written in Japanese, in an amateur smartphone photo illuminated by a direct on-camera flash that creates a harsh but focused light, resulting in a grainy image with visible sensor and chroma noise that contributes to its distinct, candid nightlife feel.",
|
| 31 |
+
"negative": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution",
|
| 32 |
+
"steps": null,
|
| 33 |
+
"sampler": null,
|
| 34 |
+
"cfg": null,
|
| 35 |
+
"model": null,
|
| 36 |
+
"resources": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb088ef2-c6cc-40cc-aeb7-2981823cb729/original=true/107076587.jpeg",
|
| 40 |
+
"civitaiUrl": "https://civitai.com/images/107076587",
|
| 41 |
+
"width": 1440,
|
| 42 |
+
"height": 1920,
|
| 43 |
+
"type": "image",
|
| 44 |
+
"nsfwLevel": 1,
|
| 45 |
+
"seed": 409466862907694,
|
| 46 |
+
"positive": "1girl, capturing a moody, tactical-chic aesthetic, a beautiful caucasian woman with a slender, athletic build is posed kneeling on a snowy rooftop at night, holding a black prop gun in a ready stance while looking directly at the camera with a direct, neutral gaze from behind a black knit balaclava that reveals only her eyes, which are accentuated by heavy winged eyeliner, her long, wavy platinum blonde hair falling over her shoulders, wearing a skin-tight, full-body grey and silver superhero catsuit with a spiderweb pattern, layered under a black cropped Moncler puffer jacket and paired with black leather thigh-high boots with distinctive platform sneaker soles, all set against a sprawling, illuminated cityscape of twinkling lights and a distant glowing red \"EXIT\" sign, in a low-angle amateur smartphone photo illuminated by a harsh on-camera flash that casts a hard shadow and captures falling snow as motion-blurred streaks, resulting in a grainy, lo-fi image with visible sensor and chroma noise.",
|
| 47 |
+
"negative": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution",
|
| 48 |
+
"steps": null,
|
| 49 |
+
"sampler": null,
|
| 50 |
+
"cfg": null,
|
| 51 |
+
"model": null,
|
| 52 |
+
"resources": null
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21e9e2b2-bf5a-40c2-8d1e-0fe16c486c02/original=true/107076591.jpeg",
|
| 56 |
+
"civitaiUrl": "https://civitai.com/images/107076591",
|
| 57 |
+
"width": 1440,
|
| 58 |
+
"height": 1920,
|
| 59 |
+
"type": "image",
|
| 60 |
+
"nsfwLevel": 1,
|
| 61 |
+
"seed": 725379417958781,
|
| 62 |
+
"positive": "1girl, embodying a casual e-girl and cosplay aesthetic in a bedroom setting, this conventionally attractive young caucasian woman is posed sitting on a white faux fur rug, twisting her torso slightly while raising her left hand to adjust the hood of her costume in a gesture that frames her face as she holds a direct, seductive gaze with the camera's reflection, her face featuring a neutral, pouty expression with parted lips, framed by long, straight brown hair with blonde balayage highlights; her facial skin, under heavy makeup including filled-in eyebrows, winged eyeliner, and glossy, overlined lips, appears exceptionally smooth due to a combination of cosmetics and lighting, while she is wearing a fleece Vaporeon Pok\u00e9mon kigurumi in shades of blue with a white faux fur-trimmed hood and matching thigh-highs, complete with a character tail and a large black ink tattoo partially visible on her left thigh, all within a bedroom where a messy desk with a dual-monitor computer setup and a pink shelving unit are visible in the background, captured in a high-resolution mirror selfie taken on an iPhone Pro that is illuminated by mixed ambient and vibrant pink LED lighting, which casts a strong color wash over the scene and creates saturated colors with only minor sensor noise.",
|
| 63 |
+
"negative": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution",
|
| 64 |
+
"steps": null,
|
| 65 |
+
"sampler": null,
|
| 66 |
+
"cfg": null,
|
| 67 |
+
"model": null,
|
| 68 |
+
"resources": null
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71e0be1-47a7-4c69-8fd2-588b7e949c29/original=true/107076589.jpeg",
|
| 72 |
+
"civitaiUrl": "https://civitai.com/images/107076589",
|
| 73 |
+
"width": 1440,
|
| 74 |
+
"height": 1920,
|
| 75 |
+
"type": "image",
|
| 76 |
+
"nsfwLevel": 1,
|
| 77 |
+
"seed": 987300776306126,
|
| 78 |
+
"positive": "1girl, in a serene and apocalyptic golden hour scene, a conventionally attractive caucasian woman with a slender, athletic build is seen from behind walking away from the camera down a cracked city sidewalk, her head turned to look back over her shoulder with a pensive, neutral expression, her messy, layered black hair blowing in the wind, and her fair skin showing visible texture and a light coating of sand, while she wears a black respirator mask, a distressed grey scoop-neck t-shirt, a frayed denim miniskirt over sheer black tights, and distinctive tan, shearling-lined, cowboy-style boots, accessorized with a black leather motorcycle-style crossbody bag with prominent silver hardware and a single black glove on her right hand, all set within a vast desert landscape of sand dunes under a dramatic orange and pink sunset sky, where a graffiti-covered utility pillar bearing Spanish fire safety signs stands alone next to a weathered, abandoned red Ferrari, captured in a high-resolution professional DSLR photo taken from an eye-level, full-body perspective that uses the strong natural backlighting of the setting sun to create a prominent lens flare and a sharp, finely-grained image.",
|
| 79 |
+
"negative": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution",
|
| 80 |
+
"steps": null,
|
| 81 |
+
"sampler": null,
|
| 82 |
+
"cfg": null,
|
| 83 |
+
"model": null,
|
| 84 |
+
"resources": null
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/465fcdc8-14e7-488c-8ce5-a2c62652d2bd/original=true/107124471.jpeg",
|
| 88 |
+
"civitaiUrl": "https://civitai.com/images/107124471",
|
| 89 |
+
"width": 1216,
|
| 90 |
+
"height": 1664,
|
| 91 |
+
"type": "image",
|
| 92 |
+
"nsfwLevel": 1,
|
| 93 |
+
"seed": 385994145635739,
|
| 94 |
+
"positive": "1boy, capturing a surreal and humorous scene with a chaotic, festive energy, a handsome, muscular adult caucasian man with a full brown beard and mustache is captured in a confident pose, standing with his arms crossed to create an imposing stance while flexing his bicep and giving the middle finger to the camera, his head held straight with a wide, open-mouthed laugh and his eyes obscured by large, black, geometric Prada sunglasses, his skin glistening with a heavy layer of sweat which creates an oily shine, dressed in a skin-tight, full-body grey and silver superhero catsuit with a spiderweb pattern, incongruously paired with large, white furry \"Moon Boot\" brand snow boots and a red velvet Santa hat, all taking place within the bustling, opulent indoor plaza at the Forum Shops in Las Vegas, positioned directly before the massive, ornate \"Fountain of the Gods\" under a ceiling painted to look like a deep blue, cloudy night sky, in a low-angle, dutch-tilted amateur smartphone photo defined by mixed artificial lighting that causes lens flare, a direct on-camera flash that casts hard shadows, and a grainy, low-resolution quality rife with sensor noise and significant motion blur.",
|
| 95 |
+
"negative": "cinematic, shallow depth of field, cinematic bokeh, blurred background, portrait, closeup, anime, chibi, big head, anime proportions",
|
| 96 |
+
"steps": null,
|
| 97 |
+
"sampler": null,
|
| 98 |
+
"cfg": null,
|
| 99 |
+
"model": null,
|
| 100 |
+
"resources": null
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59c121b9-d35f-4b0c-ae89-a94037f58fdf/original=true/107076599.jpeg",
|
| 104 |
+
"civitaiUrl": "https://civitai.com/images/107076599",
|
| 105 |
+
"width": 1440,
|
| 106 |
+
"height": 1920,
|
| 107 |
+
"type": "image",
|
| 108 |
+
"nsfwLevel": 1,
|
| 109 |
+
"seed": 191915009221089,
|
| 110 |
+
"positive": "1girl, in a polished and casual glam selfie with a k-beauty aesthetic, a beautiful East Asian woman is captured in a centered, head-and-shoulders close-up, posing with her head slightly tilted and a soft, subtle smile, her dark brown eyes holding a direct gaze from under a heavy fringe of vibrant, shaggy, layered pink hair, her face featuring dramatic false eyelashes, sharp winged eyeliner, prominent pink blush, and overlined glossy lips, creating a \"glass skin\" effect with a dewy, oily shine and strong specular highlights on her nose and cheekbones that completely obscures any natural skin texture for an unnaturally smooth, poreless, airbrushed appearance, while she wears a cream-colored eyelet lace camisole with thin spaghetti straps and is accessorized with a layered silver chain necklace featuring a Vivienne Westwood-style orb pendant, all within a brightly lit indoor hair salon in a high-resolution professional DSLR photo characterized by soft, diffuse frontal lighting that creates a sharp, clean image with very low noise.",
|
| 111 |
+
"negative": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution",
|
| 112 |
+
"steps": null,
|
| 113 |
+
"sampler": null,
|
| 114 |
+
"cfg": null,
|
| 115 |
+
"model": null,
|
| 116 |
+
"resources": null
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fd24997-e0c6-4e4b-aefc-efe6a0525546/original=true/107124473.jpeg",
|
| 120 |
+
"civitaiUrl": "https://civitai.com/images/107124473",
|
| 121 |
+
"width": 1440,
|
| 122 |
+
"height": 1920,
|
| 123 |
+
"type": "image",
|
| 124 |
+
"nsfwLevel": 1,
|
| 125 |
+
"seed": 1037913618548672,
|
| 126 |
+
"positive": "1girl, capturing a moody, tactical-chic aesthetic, a beautiful caucasian woman with a slender, athletic build is posed kneeling on a snowy rooftop at night, holding a black prop gun in a ready stance while looking directly at the camera with a direct, neutral gaze from behind a black knit balaclava that reveals only her eyes, which are accentuated by heavy winged eyeliner, her long, wavy platinum blonde hair falling over her shoulders, wearing a skin-tight, full-body grey and silver superhero catsuit with a spiderweb pattern, layered under a black cropped Moncler puffer jacket and paired with black leather thigh-high boots with distinctive platform sneaker soles, all set against a sprawling, illuminated cityscape of twinkling lights and a distant glowing red \"EXIT\" sign, in a low-angle amateur smartphone photo illuminated by a harsh on-camera flash that casts a hard shadow and captures falling snow as motion-blurred streaks, resulting in a grainy, lo-fi image with visible sensor and chroma noise.",
|
| 127 |
+
"negative": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution",
|
| 128 |
+
"steps": null,
|
| 129 |
+
"sampler": null,
|
| 130 |
+
"cfg": null,
|
| 131 |
+
"model": null,
|
| 132 |
+
"resources": null
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b33fd8ea-4c8c-4ef0-894a-3d2e9bdca176/original=true/107076596.jpeg",
|
| 136 |
+
"civitaiUrl": "https://civitai.com/images/107076596",
|
| 137 |
+
"width": 1440,
|
| 138 |
+
"height": 1920,
|
| 139 |
+
"type": "image",
|
| 140 |
+
"nsfwLevel": 2,
|
| 141 |
+
"seed": 816260748936892,
|
| 142 |
+
"positive": "1girl, embodying a rebellious, tactical-chic aesthetic in a dilapidated urban alleyway, a beautiful adult East Asian woman with a slender, athletic build is captured mid-stride, twisting her torso to look back over her shoulder with a manic, wide-eyed expression and an open mouth as if shouting, her vibrant pink wig with blunt bangs caught in motion blur, her face featuring dramatic winged eyeliner and black lipstick, wearing a form-fitting, long-sleeved, backless brown catsuit with a deep scoop back, layered under polished metal plate armor pauldrons and a gorget, paired with black leather thigh-high boots with distinctive platform sneaker soles, and accessorized with black fingerless gloves and a sheathed katana strapped to her back, all set against a graffiti-covered wall featuring the words \"JASO\" and \"VERN\", in a low-angle, dutch-tilted smartphone photo defined by a single harsh overhead street lamp that creates a dramatic spotlight effect, resulting in a blurry, low-resolution image with significant motion blur and heavy grain.",
|
| 143 |
+
"negative": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution",
|
| 144 |
+
"steps": null,
|
| 145 |
+
"sampler": null,
|
| 146 |
+
"cfg": null,
|
| 147 |
+
"model": null,
|
| 148 |
+
"resources": null
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24fe082d-931d-4541-9991-9fb69d34e173/original=true/107124909.jpeg",
|
| 152 |
+
"civitaiUrl": "https://civitai.com/images/107124909",
|
| 153 |
+
"width": 1440,
|
| 154 |
+
"height": 1920,
|
| 155 |
+
"type": "image",
|
| 156 |
+
"nsfwLevel": 2,
|
| 157 |
+
"seed": 221680805169497,
|
| 158 |
+
"positive": "1girl, in a gritty, lo-fi scene with a Y2K indie-sleaze aesthetic, a conventionally attractive caucasian woman with a slender build and unique features is captured kneeling on the asphalt of a dimly lit parking garage at night, leaning forward over a vintage silver and black Canon SLR camera to frame a shot, her head turned in a three-quarter profile with her gaze directed downwards in intense concentration, her long, messy, two-tone blonde and brown hair falling to obscure her expression, revealing only glossy, parted lips and fair skin that has a slight oily shine under the harsh light, wearing an oversized black graphic t-shirt with the text \"I \u2764\ufe0f HOT GUYS\" layered over a black lace-trimmed camisole, a distressed blue denim mini skirt with a frayed hem, black fishnet thigh-highs, and black platform combat boots, accessorized with a thick, diamond-encrusted bracelet, a studded black choker, and long, black-polished nails, while the \"1GIRL\" logo is subtly visible as a graffiti tag on the concrete pillar behind her, in an amateur smartphone photo defined by a direct on-camera flash that creates high contrast and deep shadows, resulting in a grainy, soft-focus image with visible sensor noise and a distinctively raw, candid nightlife feel.",
|
| 159 |
+
"negative": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution",
|
| 160 |
+
"steps": null,
|
| 161 |
+
"sampler": null,
|
| 162 |
+
"cfg": null,
|
| 163 |
+
"model": null,
|
| 164 |
+
"resources": null
|
| 165 |
+
}
|
| 166 |
+
],
|
| 167 |
+
"raw": {
|
| 168 |
+
"metadata": {
|
| 169 |
+
"format": "pt",
|
| 170 |
+
"_sha256": "0863b571d16c048ee01f7246336c10504dea7e6c1498477890c7a4cedbb03d76"
|
| 171 |
+
},
|
| 172 |
+
"civitai": {
|
| 173 |
+
"id": 2335968,
|
| 174 |
+
"modelId": 1923241,
|
| 175 |
+
"name": "v3.0",
|
| 176 |
+
"nsfwLevel": 3,
|
| 177 |
+
"createdAt": "2025-10-22T00:09:15.239Z",
|
| 178 |
+
"updatedAt": "2025-10-22T03:31:19.831Z",
|
| 179 |
+
"status": "Published",
|
| 180 |
+
"publishedAt": "2025-10-22T03:31:19.815Z",
|
| 181 |
+
"trainedWords": [],
|
| 182 |
+
"trainingStatus": null,
|
| 183 |
+
"trainingDetails": null,
|
| 184 |
+
"baseModel": "Qwen",
|
| 185 |
+
"baseModelType": "Standard",
|
| 186 |
+
"earlyAccessEndsAt": null,
|
| 187 |
+
"earlyAccessConfig": null,
|
| 188 |
+
"description": "<p><strong>1GIRL QWEN-IMAGE V3 release notes:</strong></p><ul><li><p>Bigger and better glutes</p></li><li><p>Better facial fidelity</p></li><li><p>More balanced dataset for quality modifiers such as motion blur</p></li><li><p>More varied dataset</p></li></ul><p>Enjoy! \u2764\ufe0f</p><p><strong>Don't miss out on future updates:</strong> <a target=\"_blank\" rel=\"ugc\" href=\"https://discord.gg/instara\">https://discord.gg/instara</a></p>",
|
| 189 |
+
"uploadType": "Created",
|
| 190 |
+
"usageControl": "Download",
|
| 191 |
+
"licensingFee": null,
|
| 192 |
+
"air": "urn:air:qwen:lora:civitai:1923241@2335968",
|
| 193 |
+
"stats": {
|
| 194 |
+
"downloadCount": 3495,
|
| 195 |
+
"thumbsUpCount": 297
|
| 196 |
+
},
|
| 197 |
+
"model": {
|
| 198 |
+
"name": "1GIRL QWEN-IMAGE",
|
| 199 |
+
"type": "LORA",
|
| 200 |
+
"nsfw": false,
|
| 201 |
+
"poi": false
|
| 202 |
+
},
|
| 203 |
+
"files": [
|
| 204 |
+
{
|
| 205 |
+
"id": 2226357,
|
| 206 |
+
"sizeKB": 2304232.90625,
|
| 207 |
+
"name": "1GIRL_QWEN_V3.safetensors",
|
| 208 |
+
"type": "Model",
|
| 209 |
+
"pickleScanResult": "Success",
|
| 210 |
+
"pickleScanMessage": "No Pickle imports",
|
| 211 |
+
"virusScanResult": "Success",
|
| 212 |
+
"virusScanMessage": null,
|
| 213 |
+
"scannedAt": "2025-10-22T02:36:53.520Z",
|
| 214 |
+
"metadata": {
|
| 215 |
+
"format": "SafeTensor",
|
| 216 |
+
"size": null,
|
| 217 |
+
"fp": null
|
| 218 |
+
},
|
| 219 |
+
"hashes": {
|
| 220 |
+
"AutoV1": "94D1A9EC",
|
| 221 |
+
"AutoV2": "0863B571D1",
|
| 222 |
+
"SHA256": "0863B571D16C048EE01F7246336C10504DEA7E6C1498477890C7A4CEDBB03D76",
|
| 223 |
+
"CRC32": "D8EDBB18",
|
| 224 |
+
"BLAKE3": "7C44B2BFB1DB11CE139329A004D2E8A0CF8D61F76DE1AE944082F7FF354B8578",
|
| 225 |
+
"AutoV3": "AC6D93797399"
|
| 226 |
+
},
|
| 227 |
+
"primary": true,
|
| 228 |
+
"downloadUrl": "https://civitai.com/api/download/models/2335968"
|
| 229 |
+
}
|
| 230 |
+
],
|
| 231 |
+
"images": [
|
| 232 |
+
{
|
| 233 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aa65ce6-e1dc-4b76-b447-0745a486a7fb/original=true/107076582.jpeg",
|
| 234 |
+
"nsfwLevel": 1,
|
| 235 |
+
"width": 1216,
|
| 236 |
+
"height": 1664,
|
| 237 |
+
"hash": "UGB:F8%|xM=|}^$]RfsYvfvx$|S79TR*-oW7",
|
| 238 |
+
"type": "image",
|
| 239 |
+
"metadata": {
|
| 240 |
+
"hash": "UGB:F8%|xM=|}^$]RfsYvfvx$|S79TR*-oW7",
|
| 241 |
+
"size": 2277210,
|
| 242 |
+
"width": 1216,
|
| 243 |
+
"height": 1664,
|
| 244 |
+
"nsfwLevelReason": null
|
| 245 |
+
},
|
| 246 |
+
"minor": false,
|
| 247 |
+
"poi": false,
|
| 248 |
+
"meta": {
|
| 249 |
+
"seed": 37053732060222,
|
| 250 |
+
"prompt": "1girl, in a gritty, cyberpunk e-girl aesthetic scene, a conventionally attractive East Asian woman with a slender build is posed sitting on the floor of her cluttered bedroom gaming setup, twisting her torso to create a dynamic silhouette while holding a sheathed katana diagonally across her body, her head tilted as she gazes directly at the camera with a neutral, sultry expression from behind thin black-rimmed glasses, her face framed by a long, straight platinum blonde wig with blunt bangs and featuring heavy goth-style makeup with dramatic winged eyeliner and bold black matte lipstick on skin that has a prominent oily shine from the monitor's glow, revealing visible pores, while she is dressed in a form-fitting, black, long-sleeved mock neck bodysuit with a glossy, geometric circuit-board-like pattern, paired with black fingerless gloves, baggy black cargo pants adorned with metal grommets and D-rings, and black platform combat boots, all within her tech-heavy living room at night defined by a dual-monitor computer setup displaying an anime wallpaper, exposed wiring, a \"HyperX\" microphone, and a background decorated with an artificial leaf wall and a purple neon ghost light, in an amateur smartphone photo characterized by its mixed, low-light ambiance from blue and magenta LEDs that create a strong color cast, captured from a low, dutch angle, resulting in a grainy image with soft focus, visible sensor noise, and chroma noise in the shadows.",
|
| 251 |
+
"negativePrompt": "cinematic, shallow depth of field, cinematic bokeh, blurred background, portrait, closeup, anime, chibi, big head, anime proportions"
|
| 252 |
+
},
|
| 253 |
+
"availability": "Public",
|
| 254 |
+
"hasMeta": true,
|
| 255 |
+
"hasPositivePrompt": true,
|
| 256 |
+
"onSite": false,
|
| 257 |
+
"remixOfId": null
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c591c576-65e3-45ca-8b2d-21951725facf/original=true/107076586.jpeg",
|
| 261 |
+
"nsfwLevel": 1,
|
| 262 |
+
"width": 1440,
|
| 263 |
+
"height": 1920,
|
| 264 |
+
"hash": "UFCY~_^knNs;~V^+-;D%OFt7E2SO4.IoEMbb",
|
| 265 |
+
"type": "image",
|
| 266 |
+
"metadata": {
|
| 267 |
+
"hash": "UFCY~_^knNs;~V^+-;D%OFt7E2SO4.IoEMbb",
|
| 268 |
+
"size": 2586789,
|
| 269 |
+
"width": 1440,
|
| 270 |
+
"height": 1920,
|
| 271 |
+
"nsfwLevelReason": null
|
| 272 |
+
},
|
| 273 |
+
"minor": false,
|
| 274 |
+
"poi": false,
|
| 275 |
+
"meta": {
|
| 276 |
+
"seed": 837928682346631,
|
| 277 |
+
"prompt": "1girl, capturing a lo-fi, egirl aesthetic street style moment on a bustling city street at night, a conventionally attractive caucasian woman with a slender build stands in a posed, off-center composition, tilting her head and lifting the hem of her black tank top with one hand to intentionally showcase her midriff as she gazes at the camera with a sultry, neutral expression and parted lips, her face framed by long black hair styled with bangs and hime-cut sidelocks adorned with white lace ribbons, while her heavy makeup features dramatic winged eyeliner, false eyelashes, and glossy overlined lips over fair skin whose texture is partially obscured by digital noise, wearing the black ribbed tank top with a white cross graphic, paired with white low-rise jeans covered in a black-and-white anime print, and accessorized with a black studded choker and a black shoulder bag, all set amidst the vibrant chaos of a Japanese street lined with glowing storefronts and neon signs written in Japanese, in an amateur smartphone photo illuminated by a direct on-camera flash that creates a harsh but focused light, resulting in a grainy image with visible sensor and chroma noise that contributes to its distinct, candid nightlife feel.",
|
| 278 |
+
"negativePrompt": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution"
|
| 279 |
+
},
|
| 280 |
+
"availability": "Public",
|
| 281 |
+
"hasMeta": true,
|
| 282 |
+
"hasPositivePrompt": true,
|
| 283 |
+
"onSite": false,
|
| 284 |
+
"remixOfId": null
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb088ef2-c6cc-40cc-aeb7-2981823cb729/original=true/107076587.jpeg",
|
| 288 |
+
"nsfwLevel": 1,
|
| 289 |
+
"width": 1440,
|
| 290 |
+
"height": 1920,
|
| 291 |
+
"hash": "UC8|;WazIUt700ayxuf6~qofoJRk9FWBaxj]",
|
| 292 |
+
"type": "image",
|
| 293 |
+
"metadata": {
|
| 294 |
+
"hash": "UC8|;WazIUt700ayxuf6~qofoJRk9FWBaxj]",
|
| 295 |
+
"size": 2299805,
|
| 296 |
+
"width": 1440,
|
| 297 |
+
"height": 1920,
|
| 298 |
+
"nsfwLevelReason": null
|
| 299 |
+
},
|
| 300 |
+
"minor": false,
|
| 301 |
+
"poi": false,
|
| 302 |
+
"meta": {
|
| 303 |
+
"seed": 409466862907694,
|
| 304 |
+
"prompt": "1girl, capturing a moody, tactical-chic aesthetic, a beautiful caucasian woman with a slender, athletic build is posed kneeling on a snowy rooftop at night, holding a black prop gun in a ready stance while looking directly at the camera with a direct, neutral gaze from behind a black knit balaclava that reveals only her eyes, which are accentuated by heavy winged eyeliner, her long, wavy platinum blonde hair falling over her shoulders, wearing a skin-tight, full-body grey and silver superhero catsuit with a spiderweb pattern, layered under a black cropped Moncler puffer jacket and paired with black leather thigh-high boots with distinctive platform sneaker soles, all set against a sprawling, illuminated cityscape of twinkling lights and a distant glowing red \"EXIT\" sign, in a low-angle amateur smartphone photo illuminated by a harsh on-camera flash that casts a hard shadow and captures falling snow as motion-blurred streaks, resulting in a grainy, lo-fi image with visible sensor and chroma noise.",
|
| 305 |
+
"negativePrompt": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution"
|
| 306 |
+
},
|
| 307 |
+
"availability": "Public",
|
| 308 |
+
"hasMeta": true,
|
| 309 |
+
"hasPositivePrompt": true,
|
| 310 |
+
"onSite": false,
|
| 311 |
+
"remixOfId": null
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21e9e2b2-bf5a-40c2-8d1e-0fe16c486c02/original=true/107076591.jpeg",
|
| 315 |
+
"nsfwLevel": 1,
|
| 316 |
+
"width": 1440,
|
| 317 |
+
"height": 1920,
|
| 318 |
+
"hash": "UJHJ-M33+jxG]bGCXlX3^At2-pO?rb%4NFxZ",
|
| 319 |
+
"type": "image",
|
| 320 |
+
"metadata": {
|
| 321 |
+
"hash": "UJHJ-M33+jxG]bGCXlX3^At2-pO?rb%4NFxZ",
|
| 322 |
+
"size": 2946479,
|
| 323 |
+
"width": 1440,
|
| 324 |
+
"height": 1920,
|
| 325 |
+
"nsfwLevelReason": null
|
| 326 |
+
},
|
| 327 |
+
"minor": false,
|
| 328 |
+
"poi": false,
|
| 329 |
+
"meta": {
|
| 330 |
+
"seed": 725379417958781,
|
| 331 |
+
"prompt": "1girl, embodying a casual e-girl and cosplay aesthetic in a bedroom setting, this conventionally attractive young caucasian woman is posed sitting on a white faux fur rug, twisting her torso slightly while raising her left hand to adjust the hood of her costume in a gesture that frames her face as she holds a direct, seductive gaze with the camera's reflection, her face featuring a neutral, pouty expression with parted lips, framed by long, straight brown hair with blonde balayage highlights; her facial skin, under heavy makeup including filled-in eyebrows, winged eyeliner, and glossy, overlined lips, appears exceptionally smooth due to a combination of cosmetics and lighting, while she is wearing a fleece Vaporeon Pok\u00e9mon kigurumi in shades of blue with a white faux fur-trimmed hood and matching thigh-highs, complete with a character tail and a large black ink tattoo partially visible on her left thigh, all within a bedroom where a messy desk with a dual-monitor computer setup and a pink shelving unit are visible in the background, captured in a high-resolution mirror selfie taken on an iPhone Pro that is illuminated by mixed ambient and vibrant pink LED lighting, which casts a strong color wash over the scene and creates saturated colors with only minor sensor noise.",
|
| 332 |
+
"negativePrompt": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution"
|
| 333 |
+
},
|
| 334 |
+
"availability": "Public",
|
| 335 |
+
"hasMeta": true,
|
| 336 |
+
"hasPositivePrompt": true,
|
| 337 |
+
"onSite": false,
|
| 338 |
+
"remixOfId": null
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71e0be1-47a7-4c69-8fd2-588b7e949c29/original=true/107076589.jpeg",
|
| 342 |
+
"nsfwLevel": 1,
|
| 343 |
+
"width": 1440,
|
| 344 |
+
"height": 1920,
|
| 345 |
+
"hash": "UPKAc,xat7NK-Xe.j]j@8JS$WBsl57WCn$a#",
|
| 346 |
+
"type": "image",
|
| 347 |
+
"metadata": {
|
| 348 |
+
"hash": "UPKAc,xat7NK-Xe.j]j@8JS$WBsl57WCn$a#",
|
| 349 |
+
"size": 2643616,
|
| 350 |
+
"width": 1440,
|
| 351 |
+
"height": 1920,
|
| 352 |
+
"nsfwLevelReason": null
|
| 353 |
+
},
|
| 354 |
+
"minor": false,
|
| 355 |
+
"poi": false,
|
| 356 |
+
"meta": {
|
| 357 |
+
"seed": 987300776306126,
|
| 358 |
+
"prompt": "1girl, in a serene and apocalyptic golden hour scene, a conventionally attractive caucasian woman with a slender, athletic build is seen from behind walking away from the camera down a cracked city sidewalk, her head turned to look back over her shoulder with a pensive, neutral expression, her messy, layered black hair blowing in the wind, and her fair skin showing visible texture and a light coating of sand, while she wears a black respirator mask, a distressed grey scoop-neck t-shirt, a frayed denim miniskirt over sheer black tights, and distinctive tan, shearling-lined, cowboy-style boots, accessorized with a black leather motorcycle-style crossbody bag with prominent silver hardware and a single black glove on her right hand, all set within a vast desert landscape of sand dunes under a dramatic orange and pink sunset sky, where a graffiti-covered utility pillar bearing Spanish fire safety signs stands alone next to a weathered, abandoned red Ferrari, captured in a high-resolution professional DSLR photo taken from an eye-level, full-body perspective that uses the strong natural backlighting of the setting sun to create a prominent lens flare and a sharp, finely-grained image.",
|
| 359 |
+
"negativePrompt": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution"
|
| 360 |
+
},
|
| 361 |
+
"availability": "Public",
|
| 362 |
+
"hasMeta": true,
|
| 363 |
+
"hasPositivePrompt": true,
|
| 364 |
+
"onSite": false,
|
| 365 |
+
"remixOfId": null
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/465fcdc8-14e7-488c-8ce5-a2c62652d2bd/original=true/107124471.jpeg",
|
| 369 |
+
"nsfwLevel": 1,
|
| 370 |
+
"width": 1216,
|
| 371 |
+
"height": 1664,
|
| 372 |
+
"hash": "U7C$i$w{={-U0?nh~Wt800V?0h9a4Tt1ELxV",
|
| 373 |
+
"type": "image",
|
| 374 |
+
"metadata": {
|
| 375 |
+
"hash": "U7C$i$w{={-U0?nh~Wt800V?0h9a4Tt1ELxV",
|
| 376 |
+
"size": 2087726,
|
| 377 |
+
"width": 1216,
|
| 378 |
+
"height": 1664,
|
| 379 |
+
"nsfwLevelReason": null
|
| 380 |
+
},
|
| 381 |
+
"minor": false,
|
| 382 |
+
"poi": false,
|
| 383 |
+
"meta": {
|
| 384 |
+
"seed": 385994145635739,
|
| 385 |
+
"prompt": "1boy, capturing a surreal and humorous scene with a chaotic, festive energy, a handsome, muscular adult caucasian man with a full brown beard and mustache is captured in a confident pose, standing with his arms crossed to create an imposing stance while flexing his bicep and giving the middle finger to the camera, his head held straight with a wide, open-mouthed laugh and his eyes obscured by large, black, geometric Prada sunglasses, his skin glistening with a heavy layer of sweat which creates an oily shine, dressed in a skin-tight, full-body grey and silver superhero catsuit with a spiderweb pattern, incongruously paired with large, white furry \"Moon Boot\" brand snow boots and a red velvet Santa hat, all taking place within the bustling, opulent indoor plaza at the Forum Shops in Las Vegas, positioned directly before the massive, ornate \"Fountain of the Gods\" under a ceiling painted to look like a deep blue, cloudy night sky, in a low-angle, dutch-tilted amateur smartphone photo defined by mixed artificial lighting that causes lens flare, a direct on-camera flash that casts hard shadows, and a grainy, low-resolution quality rife with sensor noise and significant motion blur.",
|
| 386 |
+
"negativePrompt": "cinematic, shallow depth of field, cinematic bokeh, blurred background, portrait, closeup, anime, chibi, big head, anime proportions"
|
| 387 |
+
},
|
| 388 |
+
"availability": "Public",
|
| 389 |
+
"hasMeta": true,
|
| 390 |
+
"hasPositivePrompt": true,
|
| 391 |
+
"onSite": false,
|
| 392 |
+
"remixOfId": null
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59c121b9-d35f-4b0c-ae89-a94037f58fdf/original=true/107076599.jpeg",
|
| 396 |
+
"nsfwLevel": 1,
|
| 397 |
+
"width": 1440,
|
| 398 |
+
"height": 1920,
|
| 399 |
+
"hash": "UGMrcKw{3B?bvWXPB-jv_LX4TFRQMy$kELoe",
|
| 400 |
+
"type": "image",
|
| 401 |
+
"metadata": {
|
| 402 |
+
"hash": "UGMrcKw{3B?bvWXPB-jv_LX4TFRQMy$kELoe",
|
| 403 |
+
"size": 3538330,
|
| 404 |
+
"width": 1440,
|
| 405 |
+
"height": 1920,
|
| 406 |
+
"nsfwLevelReason": null
|
| 407 |
+
},
|
| 408 |
+
"minor": false,
|
| 409 |
+
"poi": false,
|
| 410 |
+
"meta": {
|
| 411 |
+
"seed": 191915009221089,
|
| 412 |
+
"prompt": "1girl, in a polished and casual glam selfie with a k-beauty aesthetic, a beautiful East Asian woman is captured in a centered, head-and-shoulders close-up, posing with her head slightly tilted and a soft, subtle smile, her dark brown eyes holding a direct gaze from under a heavy fringe of vibrant, shaggy, layered pink hair, her face featuring dramatic false eyelashes, sharp winged eyeliner, prominent pink blush, and overlined glossy lips, creating a \"glass skin\" effect with a dewy, oily shine and strong specular highlights on her nose and cheekbones that completely obscures any natural skin texture for an unnaturally smooth, poreless, airbrushed appearance, while she wears a cream-colored eyelet lace camisole with thin spaghetti straps and is accessorized with a layered silver chain necklace featuring a Vivienne Westwood-style orb pendant, all within a brightly lit indoor hair salon in a high-resolution professional DSLR photo characterized by soft, diffuse frontal lighting that creates a sharp, clean image with very low noise.",
|
| 413 |
+
"negativePrompt": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution"
|
| 414 |
+
},
|
| 415 |
+
"availability": "Public",
|
| 416 |
+
"hasMeta": true,
|
| 417 |
+
"hasPositivePrompt": true,
|
| 418 |
+
"onSite": false,
|
| 419 |
+
"remixOfId": null
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fd24997-e0c6-4e4b-aefc-efe6a0525546/original=true/107124473.jpeg",
|
| 423 |
+
"nsfwLevel": 1,
|
| 424 |
+
"width": 1440,
|
| 425 |
+
"height": 1920,
|
| 426 |
+
"hash": "UG9@L@j?Rjay00R*j]of_4j[t7RjD$odRjt7",
|
| 427 |
+
"type": "image",
|
| 428 |
+
"metadata": {
|
| 429 |
+
"hash": "UG9@L@j?Rjay00R*j]of_4j[t7RjD$odRjt7",
|
| 430 |
+
"size": 2581477,
|
| 431 |
+
"width": 1440,
|
| 432 |
+
"height": 1920,
|
| 433 |
+
"nsfwLevelReason": null
|
| 434 |
+
},
|
| 435 |
+
"minor": false,
|
| 436 |
+
"poi": false,
|
| 437 |
+
"meta": {
|
| 438 |
+
"seed": 1037913618548672,
|
| 439 |
+
"prompt": "1girl, capturing a moody, tactical-chic aesthetic, a beautiful caucasian woman with a slender, athletic build is posed kneeling on a snowy rooftop at night, holding a black prop gun in a ready stance while looking directly at the camera with a direct, neutral gaze from behind a black knit balaclava that reveals only her eyes, which are accentuated by heavy winged eyeliner, her long, wavy platinum blonde hair falling over her shoulders, wearing a skin-tight, full-body grey and silver superhero catsuit with a spiderweb pattern, layered under a black cropped Moncler puffer jacket and paired with black leather thigh-high boots with distinctive platform sneaker soles, all set against a sprawling, illuminated cityscape of twinkling lights and a distant glowing red \"EXIT\" sign, in a low-angle amateur smartphone photo illuminated by a harsh on-camera flash that casts a hard shadow and captures falling snow as motion-blurred streaks, resulting in a grainy, lo-fi image with visible sensor and chroma noise.",
|
| 440 |
+
"negativePrompt": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution"
|
| 441 |
+
},
|
| 442 |
+
"availability": "Public",
|
| 443 |
+
"hasMeta": true,
|
| 444 |
+
"hasPositivePrompt": true,
|
| 445 |
+
"onSite": false,
|
| 446 |
+
"remixOfId": null
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b33fd8ea-4c8c-4ef0-894a-3d2e9bdca176/original=true/107076596.jpeg",
|
| 450 |
+
"nsfwLevel": 2,
|
| 451 |
+
"width": 1440,
|
| 452 |
+
"height": 1920,
|
| 453 |
+
"hash": "U5BWSl.mdB_N0o5655-;n#-U00NH0MR5vzS1",
|
| 454 |
+
"type": "image",
|
| 455 |
+
"metadata": {
|
| 456 |
+
"hash": "U5BWSl.mdB_N0o5655-;n#-U00NH0MR5vzS1",
|
| 457 |
+
"size": 2911886,
|
| 458 |
+
"width": 1440,
|
| 459 |
+
"height": 1920,
|
| 460 |
+
"nsfwLevelReason": "Revealing or minimal clothing coverage",
|
| 461 |
+
"skipScannedAtReassignment": true
|
| 462 |
+
},
|
| 463 |
+
"minor": false,
|
| 464 |
+
"poi": false,
|
| 465 |
+
"meta": {
|
| 466 |
+
"seed": 816260748936892,
|
| 467 |
+
"prompt": "1girl, embodying a rebellious, tactical-chic aesthetic in a dilapidated urban alleyway, a beautiful adult East Asian woman with a slender, athletic build is captured mid-stride, twisting her torso to look back over her shoulder with a manic, wide-eyed expression and an open mouth as if shouting, her vibrant pink wig with blunt bangs caught in motion blur, her face featuring dramatic winged eyeliner and black lipstick, wearing a form-fitting, long-sleeved, backless brown catsuit with a deep scoop back, layered under polished metal plate armor pauldrons and a gorget, paired with black leather thigh-high boots with distinctive platform sneaker soles, and accessorized with black fingerless gloves and a sheathed katana strapped to her back, all set against a graffiti-covered wall featuring the words \"JASO\" and \"VERN\", in a low-angle, dutch-tilted smartphone photo defined by a single harsh overhead street lamp that creates a dramatic spotlight effect, resulting in a blurry, low-resolution image with significant motion blur and heavy grain.",
|
| 468 |
+
"negativePrompt": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution"
|
| 469 |
+
},
|
| 470 |
+
"availability": "Public",
|
| 471 |
+
"hasMeta": true,
|
| 472 |
+
"hasPositivePrompt": true,
|
| 473 |
+
"onSite": false,
|
| 474 |
+
"remixOfId": null
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24fe082d-931d-4541-9991-9fb69d34e173/original=true/107124909.jpeg",
|
| 478 |
+
"nsfwLevel": 2,
|
| 479 |
+
"width": 1440,
|
| 480 |
+
"height": 1920,
|
| 481 |
+
"hash": "U36aYWE200^P00xZ~CNII;s.-;NH?Ht74.M{",
|
| 482 |
+
"type": "image",
|
| 483 |
+
"metadata": {
|
| 484 |
+
"hash": "U36aYWE200^P00xZ~CNII;s.-;NH?Ht74.M{",
|
| 485 |
+
"size": 2083720,
|
| 486 |
+
"width": 1440,
|
| 487 |
+
"height": 1920
|
| 488 |
+
},
|
| 489 |
+
"minor": false,
|
| 490 |
+
"poi": false,
|
| 491 |
+
"meta": {
|
| 492 |
+
"seed": 221680805169497,
|
| 493 |
+
"prompt": "1girl, in a gritty, lo-fi scene with a Y2K indie-sleaze aesthetic, a conventionally attractive caucasian woman with a slender build and unique features is captured kneeling on the asphalt of a dimly lit parking garage at night, leaning forward over a vintage silver and black Canon SLR camera to frame a shot, her head turned in a three-quarter profile with her gaze directed downwards in intense concentration, her long, messy, two-tone blonde and brown hair falling to obscure her expression, revealing only glossy, parted lips and fair skin that has a slight oily shine under the harsh light, wearing an oversized black graphic t-shirt with the text \"I \u2764\ufe0f HOT GUYS\" layered over a black lace-trimmed camisole, a distressed blue denim mini skirt with a frayed hem, black fishnet thigh-highs, and black platform combat boots, accessorized with a thick, diamond-encrusted bracelet, a studded black choker, and long, black-polished nails, while the \"1GIRL\" logo is subtly visible as a graffiti tag on the concrete pillar behind her, in an amateur smartphone photo defined by a direct on-camera flash that creates high contrast and deep shadows, resulting in a grainy, soft-focus image with visible sensor noise and a distinctively raw, candid nightlife feel.",
|
| 494 |
+
"negativePrompt": "cinematic, glossy finish, shallow depth of field, cinematic bokeh, uncanny anatomy, frame-perfect symmetry, blurred background, fat, low resolution"
|
| 495 |
+
},
|
| 496 |
+
"availability": "Public",
|
| 497 |
+
"hasMeta": true,
|
| 498 |
+
"hasPositivePrompt": true,
|
| 499 |
+
"onSite": false,
|
| 500 |
+
"remixOfId": null
|
| 501 |
+
}
|
| 502 |
+
],
|
| 503 |
+
"downloadUrl": "https://civitai.com/api/download/models/2335968",
|
| 504 |
+
"_sha256": "0863b571d16c048ee01f7246336c10504dea7e6c1498477890c7a4cedbb03d76",
|
| 505 |
+
"_civitai_api": "https://civitai.com/api/v1/model-versions/by-hash/0863b571d16c048ee01f7246336c10504dea7e6c1498477890c7a4cedbb03d76"
|
| 506 |
+
}
|
| 507 |
+
},
|
| 508 |
+
"trainedWords": [],
|
| 509 |
+
"sha256": "0863b571d16c048ee01f7246336c10504dea7e6c1498477890c7a4cedbb03d76",
|
| 510 |
+
"name": "1GIRL QWEN-IMAGE - v3.0",
|
| 511 |
+
"type": "LORA",
|
| 512 |
+
"baseModel": "Qwen",
|
| 513 |
+
"links": [
|
| 514 |
+
"https://civitai.com/models/1923241?modelVersionId=2335968",
|
| 515 |
+
"https://civitai.com/api/v1/model-versions/by-hash/0863b571d16c048ee01f7246336c10504dea7e6c1498477890c7a4cedbb03d76"
|
| 516 |
+
]
|
| 517 |
+
}
|
models/loras/1GIRL_QWEN_V3.webp
ADDED
|
Git LFS Details
|
models/loras/FLUX.2-klein-base-9B_LoRa_by-AI_Characters_STYLE_SmartphoneSnapshotPhotoReality_v11_TRIGGER$snapshot photo$.safetensors.rgthree-info.json
ADDED
|
@@ -0,0 +1,674 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"file": "FLUX.2-klein-base-9B_LoRa_by-AI_Characters_STYLE_SmartphoneSnapshotPhotoReality_v11_TRIGGER$snapshot photo$.safetensors",
|
| 3 |
+
"path": "/root/comfy/ComfyUI/models/loras/FLUX.2-klein-base-9B_LoRa_by-AI_Characters_STYLE_SmartphoneSnapshotPhotoReality_v11_TRIGGER$snapshot photo$.safetensors",
|
| 4 |
+
"modified": 1775120639954.833,
|
| 5 |
+
"images": [
|
| 6 |
+
{
|
| 7 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf765670-9d8c-4f3d-9320-10166d758a50/original=true/122212901.jpeg",
|
| 8 |
+
"civitaiUrl": "https://civitai.com/images/122212901",
|
| 9 |
+
"width": 1024,
|
| 10 |
+
"height": 1024,
|
| 11 |
+
"type": "image",
|
| 12 |
+
"nsfwLevel": 1,
|
| 13 |
+
"seed": 1234567890,
|
| 14 |
+
"positive": "snapshot photo.\nA young red-haired woman with natural, curly, shoulder-length hair, gazing directly at the camera with a soft and warm smile. She is wearing a grey spaghetti strap top and a turquoise stone pendant necklace. Her skin is fair with freckles, and her makeup is minimal, embracing a natural look. She rests her chin lightly on her hand, and a small tattoo is visible on her wrist. The background is a neutral beige.",
|
| 15 |
+
"negative": null,
|
| 16 |
+
"steps": 50,
|
| 17 |
+
"sampler": "Euler",
|
| 18 |
+
"cfg": 5,
|
| 19 |
+
"model": "flux-2-klein-base-9b",
|
| 20 |
+
"resources": []
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc48ede8-0205-442a-8ee4-1938078c3185/original=true/122212911.jpeg",
|
| 24 |
+
"civitaiUrl": "https://civitai.com/images/122212911",
|
| 25 |
+
"width": 1024,
|
| 26 |
+
"height": 1024,
|
| 27 |
+
"type": "image",
|
| 28 |
+
"nsfwLevel": 1,
|
| 29 |
+
"seed": 1234567890,
|
| 30 |
+
"positive": "snapshot photo.\nlong-shot of a 30 year old woman with a blonde ponytail in a soaked black wetsuit with white accents stepping out of the water and walking towards the viewer, smiling. sandy tropical beach during sundown. under her arm she is holding a surfboard.",
|
| 31 |
+
"negative": null,
|
| 32 |
+
"steps": 50,
|
| 33 |
+
"sampler": "Euler",
|
| 34 |
+
"cfg": 5,
|
| 35 |
+
"model": "flux-2-klein-base-9b",
|
| 36 |
+
"resources": []
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c8c0217-377e-488e-86a6-315147c351b5/original=true/122212897.jpeg",
|
| 40 |
+
"civitaiUrl": "https://civitai.com/images/122212897",
|
| 41 |
+
"width": 1024,
|
| 42 |
+
"height": 1024,
|
| 43 |
+
"type": "image",
|
| 44 |
+
"nsfwLevel": 4,
|
| 45 |
+
"seed": 1234567892,
|
| 46 |
+
"positive": "snapshot photo.\nHigh-resolution digital photograph, natural lighting, outdoor summer forest setting with green foliage and dappled sunlight, a young woman, big breast, deep cleavage, very long straight blonde hair cascading down past her waist, wearing a red bikini with white polka dots resembling a fly agaric mushroom pattern, a huge oversized fly agaric mushroom cap hat with bright red top and white spots positioned on top of her head, barefoot with feet visible on forest ground, standing in an extravagant dramatic pose with one hip tilted outward and arms positioned expressively, looking at the viewer, cosplaying as a mushroom character, surrounded by tree trunks and summer vegetation",
|
| 47 |
+
"negative": null,
|
| 48 |
+
"steps": 50,
|
| 49 |
+
"sampler": "Euler",
|
| 50 |
+
"cfg": 5,
|
| 51 |
+
"model": "flux-2-klein-base-9b",
|
| 52 |
+
"resources": []
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8883202f-800d-403a-9f70-b6c07954ed47/original=true/122212896.jpeg",
|
| 56 |
+
"civitaiUrl": "https://civitai.com/images/122212896",
|
| 57 |
+
"width": 1024,
|
| 58 |
+
"height": 1024,
|
| 59 |
+
"type": "image",
|
| 60 |
+
"nsfwLevel": 1,
|
| 61 |
+
"seed": 1234567892,
|
| 62 |
+
"positive": "snapshot photo.\nMarcus Ellery, a 42-year-old long-haul truck driver from Flagstaff, Arizona, stands beside his parked semi-truck at a remote desert rest stop just before sunrise. He has weathered tan skin, a salt-and-pepper beard, and tired brown eyes. He wears a faded denim jacket over a gray thermal shirt, dark work pants, and scuffed leather boots. His arms are crossed loosely as he looks toward the horizon. The truck\u00e2\u0080\u0099s chrome reflects pale orange morning light. Behind him stretch flat desert plains with sparse shrubs, distant mesas, and a pale sky transitioning from deep blue to warm gold. The camera frames him in a wide three-quarter body shot at eye level, emphasizing isolation and scale.",
|
| 63 |
+
"negative": null,
|
| 64 |
+
"steps": 50,
|
| 65 |
+
"sampler": "Euler",
|
| 66 |
+
"cfg": 5,
|
| 67 |
+
"model": "flux-2-klein-base-9b",
|
| 68 |
+
"resources": []
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8d4f760-0232-4152-b656-f9dcf7677bec/original=true/122212866.jpeg",
|
| 72 |
+
"civitaiUrl": "https://civitai.com/images/122212866",
|
| 73 |
+
"width": 1024,
|
| 74 |
+
"height": 1024,
|
| 75 |
+
"type": "image",
|
| 76 |
+
"nsfwLevel": 1,
|
| 77 |
+
"seed": 1234567890,
|
| 78 |
+
"positive": "snapshot photo.\na cold night in finland. the image shows a snowy wonter landscape in finland with \u00fcine trees.",
|
| 79 |
+
"negative": null,
|
| 80 |
+
"steps": 50,
|
| 81 |
+
"sampler": "Euler",
|
| 82 |
+
"cfg": 5,
|
| 83 |
+
"model": "flux-2-klein-base-9b",
|
| 84 |
+
"resources": []
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f23ce0b-6653-4de1-b5b9-a1252bc046d9/original=true/122212865.jpeg",
|
| 88 |
+
"civitaiUrl": "https://civitai.com/images/122212865",
|
| 89 |
+
"width": 1024,
|
| 90 |
+
"height": 1024,
|
| 91 |
+
"type": "image",
|
| 92 |
+
"nsfwLevel": 1,
|
| 93 |
+
"seed": 1234567890,
|
| 94 |
+
"positive": "snapshot photo.\nMaya Thompson, a 23-year-old fashion student, stands against a seamless gray studio backdrop under controlled lighting. She has deep brown skin, shaved hair, and sharp cheekbones. She wears a structured asymmetrical outfit with layered fabrics. Her posture is confident, chin slightly raised. The lighting creates soft shadows along her jawline and shoulders. The camera captures a clean half-body portrait straight-on.",
|
| 95 |
+
"negative": null,
|
| 96 |
+
"steps": 50,
|
| 97 |
+
"sampler": "Euler",
|
| 98 |
+
"cfg": 5,
|
| 99 |
+
"model": "flux-2-klein-base-9b",
|
| 100 |
+
"resources": []
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ba0d29-dd2e-45ec-92d3-9f465e77d7a0/original=true/122212902.jpeg",
|
| 104 |
+
"civitaiUrl": "https://civitai.com/images/122212902",
|
| 105 |
+
"width": 1024,
|
| 106 |
+
"height": 1024,
|
| 107 |
+
"type": "image",
|
| 108 |
+
"nsfwLevel": 4,
|
| 109 |
+
"seed": 1234567890,
|
| 110 |
+
"positive": "snapshot photo.\na 26-year-old female athlete doing figure skating. she is depicted mid-jump.",
|
| 111 |
+
"negative": null,
|
| 112 |
+
"steps": 50,
|
| 113 |
+
"sampler": "Euler",
|
| 114 |
+
"cfg": 5,
|
| 115 |
+
"model": "flux-2-klein-base-9b",
|
| 116 |
+
"resources": []
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52833f7e-3900-46a5-9bea-b04263a279dc/original=true/122212904.jpeg",
|
| 120 |
+
"civitaiUrl": "https://civitai.com/images/122212904",
|
| 121 |
+
"width": 1024,
|
| 122 |
+
"height": 1024,
|
| 123 |
+
"type": "image",
|
| 124 |
+
"nsfwLevel": 1,
|
| 125 |
+
"seed": 1234567892,
|
| 126 |
+
"positive": "snapshot photo.\nhigh quality raw candid photo. old eastern european woman, late 70s. pinterest style.\nwearing detailed sci-fi armor costume with green and brown color. detailed skin texture, holding assault rifle m16, black gloves, converse sneakers, standing in front of mirror, taking selfie on her iphone 16 with tripple camera, white walls, wooden parquet floor, light coming from left, soft shadow on wall, clear reflection in mirror.",
|
| 127 |
+
"negative": null,
|
| 128 |
+
"steps": 50,
|
| 129 |
+
"sampler": "Euler",
|
| 130 |
+
"cfg": 5,
|
| 131 |
+
"model": "flux-2-klein-base-9b",
|
| 132 |
+
"resources": []
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c63f1836-a630-429f-9fb2-e936ee6f1908/original=true/122212913.jpeg",
|
| 136 |
+
"civitaiUrl": "https://civitai.com/images/122212913",
|
| 137 |
+
"width": 1024,
|
| 138 |
+
"height": 1024,
|
| 139 |
+
"type": "image",
|
| 140 |
+
"nsfwLevel": 1,
|
| 141 |
+
"seed": 1234567890,
|
| 142 |
+
"positive": "snapshot photo.\nIsabella Moore, a 21-year-old university student, is shown in a tight facial close-up indoors under soft, diffused lighting. She has a natural light skin tone with subtle variations, clear complexion, looking slightly off-camera. Her dark brown hair frames her face loosely, with a few strands falling across her forehead. Her expression is calm and attentive, lips gently closed. The background is suggesting an interior space. The camera captures her face from a straight-on angle at close range, emphasizing fine facial details, skin texture, and natural proportions",
|
| 143 |
+
"negative": null,
|
| 144 |
+
"steps": 50,
|
| 145 |
+
"sampler": "Euler",
|
| 146 |
+
"cfg": 5,
|
| 147 |
+
"model": "flux-2-klein-base-9b",
|
| 148 |
+
"resources": []
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/284fd133-3c64-48e1-86a0-e54350ccd257/original=true/122212906.jpeg",
|
| 152 |
+
"civitaiUrl": "https://civitai.com/images/122212906",
|
| 153 |
+
"width": 1024,
|
| 154 |
+
"height": 1024,
|
| 155 |
+
"type": "image",
|
| 156 |
+
"nsfwLevel": 1,
|
| 157 |
+
"seed": 1234567890,
|
| 158 |
+
"positive": "snapshot photo.\na man looking at a pc screen in an office",
|
| 159 |
+
"negative": null,
|
| 160 |
+
"steps": 50,
|
| 161 |
+
"sampler": "Euler",
|
| 162 |
+
"cfg": 5,
|
| 163 |
+
"model": "flux-2-klein-base-9b",
|
| 164 |
+
"resources": []
|
| 165 |
+
}
|
| 166 |
+
],
|
| 167 |
+
"raw": {
|
| 168 |
+
"metadata": {
|
| 169 |
+
"ss_tag_frequency": {
|
| 170 |
+
"1_snapshot photo": {
|
| 171 |
+
"snapshot photo": 1
|
| 172 |
+
}
|
| 173 |
+
},
|
| 174 |
+
"training_info": {
|
| 175 |
+
"step": 1200,
|
| 176 |
+
"epoch": 23
|
| 177 |
+
},
|
| 178 |
+
"format": "pt",
|
| 179 |
+
"software": {
|
| 180 |
+
"name": "ai-toolkit",
|
| 181 |
+
"repo": "https://github.com/ostris/ai-toolkit",
|
| 182 |
+
"version": "0.7.22"
|
| 183 |
+
},
|
| 184 |
+
"version": "",
|
| 185 |
+
"ss_output_name": "FLUX.2-klein-base-9B_LoRa_by-AI_Characters_STYLE_SmartphoneSnapshotPhotoReality_v11_TRIGGER$snapshot photo$",
|
| 186 |
+
"name": "",
|
| 187 |
+
"ss_base_model_version": "flux2_klein_9b",
|
| 188 |
+
"sshs_model_hash": "addb4b77ee7dcbb15aaf6ec195ba3eeaf0985cbf3260ccae323fb5101a0a162a",
|
| 189 |
+
"sshs_legacy_hash": "a7e49898",
|
| 190 |
+
"_sha256": "3af0601859437d9912345ea18cb810bd580741a16f5d587af94d3cf72836a91f"
|
| 191 |
+
},
|
| 192 |
+
"civitai": {
|
| 193 |
+
"id": 2717639,
|
| 194 |
+
"modelId": 2381927,
|
| 195 |
+
"name": "v11.0 [FINAL]",
|
| 196 |
+
"nsfwLevel": 60,
|
| 197 |
+
"createdAt": "2026-02-24T00:37:28.484Z",
|
| 198 |
+
"updatedAt": "2026-04-05T09:28:23.126Z",
|
| 199 |
+
"status": "Published",
|
| 200 |
+
"publishedAt": "2026-03-11T09:55:06.274Z",
|
| 201 |
+
"trainedWords": [
|
| 202 |
+
"snapshot photo"
|
| 203 |
+
],
|
| 204 |
+
"trainingStatus": null,
|
| 205 |
+
"trainingDetails": null,
|
| 206 |
+
"baseModel": "Flux.2 Klein 9B-base",
|
| 207 |
+
"baseModelType": "Standard",
|
| 208 |
+
"earlyAccessEndsAt": null,
|
| 209 |
+
"earlyAccessConfig": {
|
| 210 |
+
"timeframe": 0,
|
| 211 |
+
"downloadPrice": 100,
|
| 212 |
+
"chargeForDownload": true,
|
| 213 |
+
"originalTimeframe": "15",
|
| 214 |
+
"chargeForGeneration": false,
|
| 215 |
+
"donationGoalEnabled": false,
|
| 216 |
+
"originalPublishedAt": "2026-02-24T09:54:20.758",
|
| 217 |
+
"generationTrialLimit": 10
|
| 218 |
+
},
|
| 219 |
+
"description": null,
|
| 220 |
+
"uploadType": "Created",
|
| 221 |
+
"usageControl": "Download",
|
| 222 |
+
"air": "urn:air:flux2:lora:civitai:2381927@2717639",
|
| 223 |
+
"stats": {
|
| 224 |
+
"downloadCount": 1576,
|
| 225 |
+
"thumbsUpCount": 140
|
| 226 |
+
},
|
| 227 |
+
"model": {
|
| 228 |
+
"name": "[FLUX.2-klein-base-9B] Smartphone Snapshot Photo Reality [STYLE]",
|
| 229 |
+
"type": "LORA",
|
| 230 |
+
"nsfw": true,
|
| 231 |
+
"poi": false
|
| 232 |
+
},
|
| 233 |
+
"files": [
|
| 234 |
+
{
|
| 235 |
+
"id": 2603143,
|
| 236 |
+
"sizeKB": 42406.2890625,
|
| 237 |
+
"name": "FLUX.2-klein-base-9B_LoRa_by-AI_Characters_STYLE_SmartphoneSnapshotPhotoReality_v11_TRIGGER$snapshot photo$.safetensors",
|
| 238 |
+
"type": "Model",
|
| 239 |
+
"pickleScanResult": "Success",
|
| 240 |
+
"pickleScanMessage": "No Pickle imports",
|
| 241 |
+
"virusScanResult": "Success",
|
| 242 |
+
"virusScanMessage": null,
|
| 243 |
+
"scannedAt": "2026-02-24T00:40:26.033Z",
|
| 244 |
+
"metadata": {
|
| 245 |
+
"format": "SafeTensor",
|
| 246 |
+
"size": null,
|
| 247 |
+
"fp": null
|
| 248 |
+
},
|
| 249 |
+
"hashes": {
|
| 250 |
+
"AutoV1": "AEB9D9DE",
|
| 251 |
+
"AutoV2": "3AF0601859",
|
| 252 |
+
"SHA256": "3AF0601859437D9912345EA18CB810BD580741A16F5D587AF94D3CF72836A91F",
|
| 253 |
+
"CRC32": "304BBC38",
|
| 254 |
+
"BLAKE3": "B85714F961AFE1E1F8A9A3D9D7F9462AE42BF1E18F1340BE3CA2ECDC5CAAE3B3",
|
| 255 |
+
"AutoV3": "ADDB4B77EE7D"
|
| 256 |
+
},
|
| 257 |
+
"primary": true,
|
| 258 |
+
"downloadUrl": "https://civitai.com/api/download/models/2717639"
|
| 259 |
+
}
|
| 260 |
+
],
|
| 261 |
+
"images": [
|
| 262 |
+
{
|
| 263 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf765670-9d8c-4f3d-9320-10166d758a50/original=true/122212901.jpeg",
|
| 264 |
+
"nsfwLevel": 1,
|
| 265 |
+
"width": 1024,
|
| 266 |
+
"height": 1024,
|
| 267 |
+
"hash": "U7INja%1%{EL9ERkXm-p_2t6$kR+~US2M}xG",
|
| 268 |
+
"type": "image",
|
| 269 |
+
"metadata": {
|
| 270 |
+
"hash": "U7INja%1%{EL9ERkXm-p_2t6$kR+~US2M}xG",
|
| 271 |
+
"size": 1329535,
|
| 272 |
+
"width": 1024,
|
| 273 |
+
"height": 1024
|
| 274 |
+
},
|
| 275 |
+
"minor": false,
|
| 276 |
+
"poi": false,
|
| 277 |
+
"meta": {
|
| 278 |
+
"Size": "1024x1024",
|
| 279 |
+
"seed": 1234567890,
|
| 280 |
+
"Model": "flux-2-klein-base-9b",
|
| 281 |
+
"steps": 50,
|
| 282 |
+
"prompt": "snapshot photo.\nA young red-haired woman with natural, curly, shoulder-length hair, gazing directly at the camera with a soft and warm smile. She is wearing a grey spaghetti strap top and a turquoise stone pendant necklace. Her skin is fair with freckles, and her makeup is minimal, embracing a natural look. She rests her chin lightly on her hand, and a small tattoo is visible on her wrist. The background is a neutral beige.",
|
| 283 |
+
"Version": "ComfyUI",
|
| 284 |
+
"sampler": "Euler",
|
| 285 |
+
"cfgScale": 5,
|
| 286 |
+
"clipSkip": 1,
|
| 287 |
+
"resources": [],
|
| 288 |
+
"civitaiResources": [
|
| 289 |
+
{
|
| 290 |
+
"type": "checkpoint",
|
| 291 |
+
"modelVersionId": 2612548
|
| 292 |
+
}
|
| 293 |
+
]
|
| 294 |
+
},
|
| 295 |
+
"availability": "Public",
|
| 296 |
+
"hasMeta": true,
|
| 297 |
+
"hasPositivePrompt": true,
|
| 298 |
+
"onSite": false,
|
| 299 |
+
"remixOfId": null
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc48ede8-0205-442a-8ee4-1938078c3185/original=true/122212911.jpeg",
|
| 303 |
+
"nsfwLevel": 1,
|
| 304 |
+
"width": 1024,
|
| 305 |
+
"height": 1024,
|
| 306 |
+
"hash": "UkF=w2?HaeR+~p-oWBWC-:t6Rjj[%MWCRjof",
|
| 307 |
+
"type": "image",
|
| 308 |
+
"metadata": {
|
| 309 |
+
"hash": "UkF=w2?HaeR+~p-oWBWC-:t6Rjj[%MWCRjof",
|
| 310 |
+
"size": 1780028,
|
| 311 |
+
"width": 1024,
|
| 312 |
+
"height": 1024
|
| 313 |
+
},
|
| 314 |
+
"minor": false,
|
| 315 |
+
"poi": false,
|
| 316 |
+
"meta": {
|
| 317 |
+
"Size": "1024x1024",
|
| 318 |
+
"seed": 1234567890,
|
| 319 |
+
"Model": "flux-2-klein-base-9b",
|
| 320 |
+
"steps": 50,
|
| 321 |
+
"prompt": "snapshot photo.\nlong-shot of a 30 year old woman with a blonde ponytail in a soaked black wetsuit with white accents stepping out of the water and walking towards the viewer, smiling. sandy tropical beach during sundown. under her arm she is holding a surfboard.",
|
| 322 |
+
"Version": "ComfyUI",
|
| 323 |
+
"sampler": "Euler",
|
| 324 |
+
"cfgScale": 5,
|
| 325 |
+
"clipSkip": 1,
|
| 326 |
+
"resources": [],
|
| 327 |
+
"civitaiResources": [
|
| 328 |
+
{
|
| 329 |
+
"type": "checkpoint",
|
| 330 |
+
"modelVersionId": 2612548
|
| 331 |
+
}
|
| 332 |
+
]
|
| 333 |
+
},
|
| 334 |
+
"availability": "Public",
|
| 335 |
+
"hasMeta": true,
|
| 336 |
+
"hasPositivePrompt": true,
|
| 337 |
+
"onSite": false,
|
| 338 |
+
"remixOfId": null
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c8c0217-377e-488e-86a6-315147c351b5/original=true/122212897.jpeg",
|
| 342 |
+
"nsfwLevel": 4,
|
| 343 |
+
"width": 1024,
|
| 344 |
+
"height": 1024,
|
| 345 |
+
"hash": "UDEf7qnh0yR*spIUkpt7VvMykWf*~pRjIpkC",
|
| 346 |
+
"type": "image",
|
| 347 |
+
"metadata": {
|
| 348 |
+
"hash": "UDEf7qnh0yR*spIUkpt7VvMykWf*~pRjIpkC",
|
| 349 |
+
"size": 2350358,
|
| 350 |
+
"width": 1024,
|
| 351 |
+
"height": 1024
|
| 352 |
+
},
|
| 353 |
+
"minor": false,
|
| 354 |
+
"poi": false,
|
| 355 |
+
"meta": {
|
| 356 |
+
"Size": "1024x1024",
|
| 357 |
+
"seed": 1234567892,
|
| 358 |
+
"Model": "flux-2-klein-base-9b",
|
| 359 |
+
"steps": 50,
|
| 360 |
+
"prompt": "snapshot photo.\nHigh-resolution digital photograph, natural lighting, outdoor summer forest setting with green foliage and dappled sunlight, a young woman, big breast, deep cleavage, very long straight blonde hair cascading down past her waist, wearing a red bikini with white polka dots resembling a fly agaric mushroom pattern, a huge oversized fly agaric mushroom cap hat with bright red top and white spots positioned on top of her head, barefoot with feet visible on forest ground, standing in an extravagant dramatic pose with one hip tilted outward and arms positioned expressively, looking at the viewer, cosplaying as a mushroom character, surrounded by tree trunks and summer vegetation",
|
| 361 |
+
"Version": "ComfyUI",
|
| 362 |
+
"sampler": "Euler",
|
| 363 |
+
"cfgScale": 5,
|
| 364 |
+
"clipSkip": 1,
|
| 365 |
+
"resources": [],
|
| 366 |
+
"civitaiResources": [
|
| 367 |
+
{
|
| 368 |
+
"type": "checkpoint",
|
| 369 |
+
"modelVersionId": 2612548
|
| 370 |
+
}
|
| 371 |
+
]
|
| 372 |
+
},
|
| 373 |
+
"availability": "Public",
|
| 374 |
+
"hasMeta": true,
|
| 375 |
+
"hasPositivePrompt": true,
|
| 376 |
+
"onSite": false,
|
| 377 |
+
"remixOfId": null
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8883202f-800d-403a-9f70-b6c07954ed47/original=true/122212896.jpeg",
|
| 381 |
+
"nsfwLevel": 1,
|
| 382 |
+
"width": 1024,
|
| 383 |
+
"height": 1024,
|
| 384 |
+
"hash": "UhE{nXIVoet7_NM{WBt7.8M{R*oftSWAWBa#",
|
| 385 |
+
"type": "image",
|
| 386 |
+
"metadata": {
|
| 387 |
+
"hash": "UhE{nXIVoet7_NM{WBt7.8M{R*oftSWAWBa#",
|
| 388 |
+
"size": 1787800,
|
| 389 |
+
"width": 1024,
|
| 390 |
+
"height": 1024
|
| 391 |
+
},
|
| 392 |
+
"minor": false,
|
| 393 |
+
"poi": false,
|
| 394 |
+
"meta": {
|
| 395 |
+
"Size": "1024x1024",
|
| 396 |
+
"seed": 1234567892,
|
| 397 |
+
"Model": "flux-2-klein-base-9b",
|
| 398 |
+
"steps": 50,
|
| 399 |
+
"prompt": "snapshot photo.\nMarcus Ellery, a 42-year-old long-haul truck driver from Flagstaff, Arizona, stands beside his parked semi-truck at a remote desert rest stop just before sunrise. He has weathered tan skin, a salt-and-pepper beard, and tired brown eyes. He wears a faded denim jacket over a gray thermal shirt, dark work pants, and scuffed leather boots. His arms are crossed loosely as he looks toward the horizon. The truck\u00e2\u0080\u0099s chrome reflects pale orange morning light. Behind him stretch flat desert plains with sparse shrubs, distant mesas, and a pale sky transitioning from deep blue to warm gold. The camera frames him in a wide three-quarter body shot at eye level, emphasizing isolation and scale.",
|
| 400 |
+
"Version": "ComfyUI",
|
| 401 |
+
"sampler": "Euler",
|
| 402 |
+
"cfgScale": 5,
|
| 403 |
+
"clipSkip": 1,
|
| 404 |
+
"resources": [],
|
| 405 |
+
"civitaiResources": [
|
| 406 |
+
{
|
| 407 |
+
"type": "checkpoint",
|
| 408 |
+
"modelVersionId": 2612548
|
| 409 |
+
}
|
| 410 |
+
]
|
| 411 |
+
},
|
| 412 |
+
"availability": "Public",
|
| 413 |
+
"hasMeta": true,
|
| 414 |
+
"hasPositivePrompt": true,
|
| 415 |
+
"onSite": false,
|
| 416 |
+
"remixOfId": null
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8d4f760-0232-4152-b656-f9dcf7677bec/original=true/122212866.jpeg",
|
| 420 |
+
"nsfwLevel": 1,
|
| 421 |
+
"width": 1024,
|
| 422 |
+
"height": 1024,
|
| 423 |
+
"hash": "U56@[]W=9FRj0Kxt%MWB8^Rk%Nof_NM{D%oz",
|
| 424 |
+
"type": "image",
|
| 425 |
+
"metadata": {
|
| 426 |
+
"hash": "U56@[]W=9FRj0Kxt%MWB8^Rk%Nof_NM{D%oz",
|
| 427 |
+
"size": 1040875,
|
| 428 |
+
"width": 1024,
|
| 429 |
+
"height": 1024
|
| 430 |
+
},
|
| 431 |
+
"minor": false,
|
| 432 |
+
"poi": false,
|
| 433 |
+
"meta": {
|
| 434 |
+
"Size": "1024x1024",
|
| 435 |
+
"seed": 1234567890,
|
| 436 |
+
"Model": "flux-2-klein-base-9b",
|
| 437 |
+
"steps": 50,
|
| 438 |
+
"prompt": "snapshot photo.\na cold night in finland. the image shows a snowy wonter landscape in finland with \u00fcine trees.",
|
| 439 |
+
"Version": "ComfyUI",
|
| 440 |
+
"sampler": "Euler",
|
| 441 |
+
"cfgScale": 5,
|
| 442 |
+
"clipSkip": 1,
|
| 443 |
+
"resources": [],
|
| 444 |
+
"civitaiResources": [
|
| 445 |
+
{
|
| 446 |
+
"type": "checkpoint",
|
| 447 |
+
"modelVersionId": 2612548
|
| 448 |
+
}
|
| 449 |
+
]
|
| 450 |
+
},
|
| 451 |
+
"availability": "Public",
|
| 452 |
+
"hasMeta": true,
|
| 453 |
+
"hasPositivePrompt": true,
|
| 454 |
+
"onSite": false,
|
| 455 |
+
"remixOfId": null
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f23ce0b-6653-4de1-b5b9-a1252bc046d9/original=true/122212865.jpeg",
|
| 459 |
+
"nsfwLevel": 1,
|
| 460 |
+
"width": 1024,
|
| 461 |
+
"height": 1024,
|
| 462 |
+
"hash": "UBByv.NbK*-U~Ws:9uS4Ips.r=I;NGWVs.oJ",
|
| 463 |
+
"type": "image",
|
| 464 |
+
"metadata": {
|
| 465 |
+
"hash": "UBByv.NbK*-U~Ws:9uS4Ips.r=I;NGWVs.oJ",
|
| 466 |
+
"size": 969839,
|
| 467 |
+
"width": 1024,
|
| 468 |
+
"height": 1024
|
| 469 |
+
},
|
| 470 |
+
"minor": false,
|
| 471 |
+
"poi": false,
|
| 472 |
+
"meta": {
|
| 473 |
+
"Size": "1024x1024",
|
| 474 |
+
"seed": 1234567890,
|
| 475 |
+
"Model": "flux-2-klein-base-9b",
|
| 476 |
+
"steps": 50,
|
| 477 |
+
"prompt": "snapshot photo.\nMaya Thompson, a 23-year-old fashion student, stands against a seamless gray studio backdrop under controlled lighting. She has deep brown skin, shaved hair, and sharp cheekbones. She wears a structured asymmetrical outfit with layered fabrics. Her posture is confident, chin slightly raised. The lighting creates soft shadows along her jawline and shoulders. The camera captures a clean half-body portrait straight-on.",
|
| 478 |
+
"Version": "ComfyUI",
|
| 479 |
+
"sampler": "Euler",
|
| 480 |
+
"cfgScale": 5,
|
| 481 |
+
"clipSkip": 1,
|
| 482 |
+
"resources": [],
|
| 483 |
+
"civitaiResources": [
|
| 484 |
+
{
|
| 485 |
+
"type": "checkpoint",
|
| 486 |
+
"modelVersionId": 2612548
|
| 487 |
+
}
|
| 488 |
+
]
|
| 489 |
+
},
|
| 490 |
+
"availability": "Public",
|
| 491 |
+
"hasMeta": true,
|
| 492 |
+
"hasPositivePrompt": true,
|
| 493 |
+
"onSite": false,
|
| 494 |
+
"remixOfId": null
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ba0d29-dd2e-45ec-92d3-9f465e77d7a0/original=true/122212902.jpeg",
|
| 498 |
+
"nsfwLevel": 4,
|
| 499 |
+
"width": 1024,
|
| 500 |
+
"height": 1024,
|
| 501 |
+
"hash": "UBI#lkt7XSn$00RjIUf60JWVn+W=_NR*kCt7",
|
| 502 |
+
"type": "image",
|
| 503 |
+
"metadata": {
|
| 504 |
+
"hash": "UBI#lkt7XSn$00RjIUf60JWVn+W=_NR*kCt7",
|
| 505 |
+
"size": 1363779,
|
| 506 |
+
"width": 1024,
|
| 507 |
+
"height": 1024
|
| 508 |
+
},
|
| 509 |
+
"minor": false,
|
| 510 |
+
"poi": false,
|
| 511 |
+
"meta": {
|
| 512 |
+
"Size": "1024x1024",
|
| 513 |
+
"seed": 1234567890,
|
| 514 |
+
"Model": "flux-2-klein-base-9b",
|
| 515 |
+
"steps": 50,
|
| 516 |
+
"prompt": "snapshot photo.\na 26-year-old female athlete doing figure skating. she is depicted mid-jump.",
|
| 517 |
+
"Version": "ComfyUI",
|
| 518 |
+
"sampler": "Euler",
|
| 519 |
+
"cfgScale": 5,
|
| 520 |
+
"clipSkip": 1,
|
| 521 |
+
"resources": [],
|
| 522 |
+
"civitaiResources": [
|
| 523 |
+
{
|
| 524 |
+
"type": "checkpoint",
|
| 525 |
+
"modelVersionId": 2612548
|
| 526 |
+
}
|
| 527 |
+
]
|
| 528 |
+
},
|
| 529 |
+
"availability": "Public",
|
| 530 |
+
"hasMeta": true,
|
| 531 |
+
"hasPositivePrompt": true,
|
| 532 |
+
"onSite": false,
|
| 533 |
+
"remixOfId": null
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52833f7e-3900-46a5-9bea-b04263a279dc/original=true/122212904.jpeg",
|
| 537 |
+
"nsfwLevel": 1,
|
| 538 |
+
"width": 1024,
|
| 539 |
+
"height": 1024,
|
| 540 |
+
"hash": "UKH2D+.8-;-;_N%Mxtxurpj[IVIUt6WBRjkC",
|
| 541 |
+
"type": "image",
|
| 542 |
+
"metadata": {
|
| 543 |
+
"hash": "UKH2D+.8-;-;_N%Mxtxurpj[IVIUt6WBRjkC",
|
| 544 |
+
"size": 1331826,
|
| 545 |
+
"width": 1024,
|
| 546 |
+
"height": 1024
|
| 547 |
+
},
|
| 548 |
+
"minor": false,
|
| 549 |
+
"poi": false,
|
| 550 |
+
"meta": {
|
| 551 |
+
"Size": "1024x1024",
|
| 552 |
+
"seed": 1234567892,
|
| 553 |
+
"Model": "flux-2-klein-base-9b",
|
| 554 |
+
"steps": 50,
|
| 555 |
+
"prompt": "snapshot photo.\nhigh quality raw candid photo. old eastern european woman, late 70s. pinterest style.\nwearing detailed sci-fi armor costume with green and brown color. detailed skin texture, holding assault rifle m16, black gloves, converse sneakers, standing in front of mirror, taking selfie on her iphone 16 with tripple camera, white walls, wooden parquet floor, light coming from left, soft shadow on wall, clear reflection in mirror.",
|
| 556 |
+
"Version": "ComfyUI",
|
| 557 |
+
"sampler": "Euler",
|
| 558 |
+
"cfgScale": 5,
|
| 559 |
+
"clipSkip": 1,
|
| 560 |
+
"resources": [],
|
| 561 |
+
"civitaiResources": [
|
| 562 |
+
{
|
| 563 |
+
"type": "checkpoint",
|
| 564 |
+
"modelVersionId": 2612548
|
| 565 |
+
}
|
| 566 |
+
]
|
| 567 |
+
},
|
| 568 |
+
"availability": "Public",
|
| 569 |
+
"hasMeta": true,
|
| 570 |
+
"hasPositivePrompt": true,
|
| 571 |
+
"onSite": false,
|
| 572 |
+
"remixOfId": null
|
| 573 |
+
},
|
| 574 |
+
{
|
| 575 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c63f1836-a630-429f-9fb2-e936ee6f1908/original=true/122212913.jpeg",
|
| 576 |
+
"nsfwLevel": 1,
|
| 577 |
+
"width": 1024,
|
| 578 |
+
"height": 1024,
|
| 579 |
+
"hash": "UAEoA7t8009Z9tM{-p?H00M|~C%M%2%2bbIU",
|
| 580 |
+
"type": "image",
|
| 581 |
+
"metadata": {
|
| 582 |
+
"hash": "UAEoA7t8009Z9tM{-p?H00M|~C%M%2%2bbIU",
|
| 583 |
+
"size": 1451162,
|
| 584 |
+
"width": 1024,
|
| 585 |
+
"height": 1024
|
| 586 |
+
},
|
| 587 |
+
"minor": false,
|
| 588 |
+
"poi": false,
|
| 589 |
+
"meta": {
|
| 590 |
+
"Size": "1024x1024",
|
| 591 |
+
"seed": 1234567890,
|
| 592 |
+
"Model": "flux-2-klein-base-9b",
|
| 593 |
+
"steps": 50,
|
| 594 |
+
"prompt": "snapshot photo.\nIsabella Moore, a 21-year-old university student, is shown in a tight facial close-up indoors under soft, diffused lighting. She has a natural light skin tone with subtle variations, clear complexion, looking slightly off-camera. Her dark brown hair frames her face loosely, with a few strands falling across her forehead. Her expression is calm and attentive, lips gently closed. The background is suggesting an interior space. The camera captures her face from a straight-on angle at close range, emphasizing fine facial details, skin texture, and natural proportions",
|
| 595 |
+
"Version": "ComfyUI",
|
| 596 |
+
"sampler": "Euler",
|
| 597 |
+
"cfgScale": 5,
|
| 598 |
+
"clipSkip": 1,
|
| 599 |
+
"resources": [],
|
| 600 |
+
"civitaiResources": [
|
| 601 |
+
{
|
| 602 |
+
"type": "checkpoint",
|
| 603 |
+
"modelVersionId": 2612548
|
| 604 |
+
}
|
| 605 |
+
]
|
| 606 |
+
},
|
| 607 |
+
"availability": "Public",
|
| 608 |
+
"hasMeta": true,
|
| 609 |
+
"hasPositivePrompt": true,
|
| 610 |
+
"onSite": false,
|
| 611 |
+
"remixOfId": null
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/284fd133-3c64-48e1-86a0-e54350ccd257/original=true/122212906.jpeg",
|
| 615 |
+
"nsfwLevel": 1,
|
| 616 |
+
"width": 1024,
|
| 617 |
+
"height": 1024,
|
| 618 |
+
"hash": "UAECI900EL.m.Sv}%L-;00*0%MVXH??vNH4o",
|
| 619 |
+
"type": "image",
|
| 620 |
+
"metadata": {
|
| 621 |
+
"hash": "UAECI900EL.m.Sv}%L-;00*0%MVXH??vNH4o",
|
| 622 |
+
"size": 1266409,
|
| 623 |
+
"width": 1024,
|
| 624 |
+
"height": 1024
|
| 625 |
+
},
|
| 626 |
+
"minor": false,
|
| 627 |
+
"poi": false,
|
| 628 |
+
"meta": {
|
| 629 |
+
"Size": "1024x1024",
|
| 630 |
+
"seed": 1234567890,
|
| 631 |
+
"Model": "flux-2-klein-base-9b",
|
| 632 |
+
"steps": 50,
|
| 633 |
+
"prompt": "snapshot photo.\na man looking at a pc screen in an office",
|
| 634 |
+
"Version": "ComfyUI",
|
| 635 |
+
"sampler": "Euler",
|
| 636 |
+
"cfgScale": 5,
|
| 637 |
+
"clipSkip": 1,
|
| 638 |
+
"resources": [],
|
| 639 |
+
"civitaiResources": [
|
| 640 |
+
{
|
| 641 |
+
"type": "checkpoint",
|
| 642 |
+
"modelVersionId": 2612548
|
| 643 |
+
}
|
| 644 |
+
]
|
| 645 |
+
},
|
| 646 |
+
"availability": "Public",
|
| 647 |
+
"hasMeta": true,
|
| 648 |
+
"hasPositivePrompt": true,
|
| 649 |
+
"onSite": false,
|
| 650 |
+
"remixOfId": null
|
| 651 |
+
}
|
| 652 |
+
],
|
| 653 |
+
"downloadUrl": "https://civitai.com/api/download/models/2717639",
|
| 654 |
+
"_sha256": "3af0601859437d9912345ea18cb810bd580741a16f5d587af94d3cf72836a91f",
|
| 655 |
+
"_civitai_api": "https://civitai.com/api/v1/model-versions/by-hash/3af0601859437d9912345ea18cb810bd580741a16f5d587af94d3cf72836a91f"
|
| 656 |
+
}
|
| 657 |
+
},
|
| 658 |
+
"trainedWords": [
|
| 659 |
+
{
|
| 660 |
+
"word": "snapshot photo",
|
| 661 |
+
"count": 1,
|
| 662 |
+
"metadata": true,
|
| 663 |
+
"civitai": true
|
| 664 |
+
}
|
| 665 |
+
],
|
| 666 |
+
"sha256": "3af0601859437d9912345ea18cb810bd580741a16f5d587af94d3cf72836a91f",
|
| 667 |
+
"name": "[FLUX.2-klein-base-9B] Smartphone Snapshot Photo Reality [STYLE] - v11.0 [FINAL]",
|
| 668 |
+
"type": "LORA",
|
| 669 |
+
"baseModel": "Flux.2 Klein 9B-base",
|
| 670 |
+
"links": [
|
| 671 |
+
"https://civitai.com/models/2381927?modelVersionId=2717639",
|
| 672 |
+
"https://civitai.com/api/v1/model-versions/by-hash/3af0601859437d9912345ea18cb810bd580741a16f5d587af94d3cf72836a91f"
|
| 673 |
+
]
|
| 674 |
+
}
|
models/loras/Flux Klein - NSFW v2.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: Lorian
|
| 3 |
+
baseModel: Flux.2 Klein 9B
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: 9FB473E0
|
| 6 |
+
AutoV2: 0209EDDBA9
|
| 7 |
+
AutoV3: 5F074C7CD80F
|
| 8 |
+
BLAKE3: BCD0619765492B117875A510D01DDA42EFDE18B7022156F0877F65F10D558AFE
|
| 9 |
+
CRC32: 6F05E0DD
|
| 10 |
+
SHA256: 0209EDDBA9755BA209145AB800FD028164F74CFDC1739F96F288D22E851DE5F7
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
modelPage: https://civitai.com/models/2319552?modelVersionId=2677698
|
| 14 |
+
preview:
|
| 15 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab7befe9-63b9-4d0c-92df-f3f716c679ef/original=true/120616867.jpeg
|
| 16 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a12cdb52-6259-4c38-baff-9f91df93cf33/original=true/120616872.jpeg
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cba6ec57-86c7-4e66-aed2-ee2e16a0f954/original=true/120616868.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/490f3ed4-41cd-4f6b-b58b-afe8e21d7b90/original=true/120616866.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfe44ba1-aa32-4a7a-85b9-8a6133242e65/original=true/120616876.jpeg
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46be752a-ef69-461e-b869-c31722fae040/original=true/120616869.jpeg
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5022f017-9a3b-4d5a-ae50-2b6fb160c4de/original=true/120619677.jpeg
|
| 22 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d587722e-074c-4672-8f09-2077be2eeeae/original=true/120620120.jpeg
|
| 23 |
+
website: Civitai
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
# Trigger Words
|
| 27 |
+
|
| 28 |
+
No trigger words
|
| 29 |
+
|
| 30 |
+
# About this version
|
| 31 |
+
|
| 32 |
+
more training
|
| 33 |
+
|
| 34 |
+
# NSFW - FLux Klein (no face change)
|
| 35 |
+
|
| 36 |
+
**❤️ Please Consider Supporting My Work**
|
| 37 |
+
I am passionate about making open tools and uncensored models for the community. If you value this work and want to support independent development, please consider buying me a coffee to keep the momentum going!
|
| 38 |
+
👉 [**https://ko-fi.com/lorian0x7**](https://ko-fi.com/lorian0x7)
|
| 39 |
+
|
| 40 |
+
🔥**Advanced Editing Workflow available on Kofi ( supporters only ) 🔥**
|
| 41 |
+
Made to keep the body proportions and shapes as close to the original image as possible.
|
| 42 |
+
|
| 43 |
+
[**NSFW] Solo Girl Focus - Flux Klein 9B**
|
| 44 |
+
|
| 45 |
+
This LoRA is specifically trained for **Flux.2 Klein 9B**, focusing on high-quality **NSFW solo girl** content. No face is present in the dataset so it should perfectly work with characters Lora (not tested).
|
| 46 |
+
|
| 47 |
+
⚠️ **Note on Anatomy:**
|
| 48 |
+
Please keep in mind that while this LoRA produces great results, **Flux Klein 9B still has its limitations with anatomy.** You may encounter some inconsistencies in complex poses.
|
| 49 |
+
|
| 50 |
+
🚀 **Looking for better results?**
|
| 51 |
+
If you want superior anatomy and even higher fidelity, my **Z-Image** version of this LoRA performs significantly better. The Z-Image version is exclusive to my supporters.
|
| 52 |
+
|
| 53 |
+
**Get the Z-Image NSFW LoRA here:**
|
| 54 |
+
👉 [**https://ko-fi.com/lorian0x7**](https://ko-fi.com/lorian0x7)
|
| 55 |
+
|
| 56 |
+
**Supporters also get exclusive access to:**
|
| 57 |
+
|
| 58 |
+
* 🔓 **Exclusive Models** not available on Civitai
|
| 59 |
+
* 🔞 **Supporters-only LoRAs** early access to new releases and exclusives workflows
|
| 60 |
+
|
| 61 |
+
---
|
| 62 |
+
|
| 63 |
+
Disclaimer: I holds no liability for any images produced, including their legality, ethical implications, or potential misuse. By using this model, you agree that all responsibility for generated content rests solely with you. Use responsibly and within legal boundaries.
|
models/loras/Flux2-Klein-9b-PuffyNipples-v2.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: trippinondaisies349
|
| 3 |
+
baseModel: Flux.2 Klein 9B-base
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: 7F232444
|
| 6 |
+
AutoV2: 5D6616C7D7
|
| 7 |
+
AutoV3: A51FF151F232
|
| 8 |
+
BLAKE3: BC29D371F026B0549FBEF81E66487F6F6A8CAA4F9A1283C297E580EFDB1B8D1E
|
| 9 |
+
CRC32: EEAFA6EA
|
| 10 |
+
SHA256: 5D6616C7D708F170482DB6950135352FB97F5A961F43E25773004B10483FA883
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
modelPage: https://civitai.com/models/2462692?modelVersionId=2871174
|
| 14 |
+
preview:
|
| 15 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10a2ce81-7375-474a-a8d3-0464e15f5c2f/original=true/127929026.jpeg
|
| 16 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/818cc8fb-e112-4bb5-b7c2-62cecd3579bd/original=true/127929060.jpeg
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c1ec85a-62cf-4544-af6a-af0beddafea8/original=true/127929058.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77523859-db04-47b9-a018-1cba19974e1c/original=true/127929062.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eb4ad91-449c-4616-8369-9fafc837b024/original=true/127929065.jpeg
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/450a07d8-9b46-4647-8363-eea02d44142a/original=true/127929064.jpeg
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cd67b01-febb-4d41-96b6-0a1d87d26818/original=true/127929057.jpeg
|
| 22 |
+
website: Civitai
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# Trigger Words
|
| 26 |
+
|
| 27 |
+
No trigger words
|
| 28 |
+
|
| 29 |
+
# About this version
|
| 30 |
+
|
| 31 |
+
Better data set and better with cloths
|
| 32 |
+
|
| 33 |
+
# Puffy Nipples and Pokies
|
| 34 |
+
|
| 35 |
+
LoRA for puffy nipples with and without clothing as text-2-image or as image edit.
|
| 36 |
+
|
| 37 |
+
v2 is updated with bigger and better dataset and includes some ability to fine tune under cloths with "thin", "thick", "pokie"
|
| 38 |
+
|
| 39 |
+
Works really well on Flux2-base-9b at strength 1.0 but for distilled versions of the model you probably will need to push the strength up to 1.5 or 1.6.
|
| 40 |
+
|
| 41 |
+
If you want to generate images of nudes you can augment with another LoRA to help support NSFW e.g., NSFW - Flux Klein by Lorian (use it at maybe 0.4-0.5)
|
| 42 |
+
|
| 43 |
+
use "puffy nipples" or "pokie nipples" and fine tune with thick or thin
|
| 44 |
+
|
| 45 |
+
add whatever clothing you want e.g., "thin puffy nipples under her swimsuit", "thick puffy nipples under her nightgown", "pokie nipples under her sports bra", etc
|
| 46 |
+
|
| 47 |
+
for no-drape / tight fit use: sports bra, bikini, swimsuit, bodysuit, bodycon
|
| 48 |
+
|
| 49 |
+
for drape/loose fit use: camisole, nightgown, blouse, loose shirt, etc
|
| 50 |
+
|
| 51 |
+
for dresses the model is pretty good at determining the amount of drape. if you don't want drape just add bodycon e.g., "puffy nipples under her bodycon dress"
|
| 52 |
+
|
| 53 |
+
Feedback welcome and enjoy
|
models/loras/HMFemme_V1.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: HearmemanAI
|
| 3 |
+
baseModel: Qwen
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: C45057AB
|
| 6 |
+
AutoV2: 306247779A
|
| 7 |
+
AutoV3: 2FC5D84A503F
|
| 8 |
+
BLAKE3: 0D2D5E97460D613D27DED937F47AC548B13A4586F64AA4CE33A5A89360FF6FC8
|
| 9 |
+
CRC32: C4EB0536
|
| 10 |
+
SHA256: 306247779A0546352AA6EAF7A634AFCFADF2A77BC2734ED1A2B96444D1A0721C
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
modelPage: https://civitai.com/models/2126422?modelVersionId=2405380
|
| 14 |
+
preview:
|
| 15 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0691d4b5-a788-4f9f-a888-a403047fec66/original=true/110159912.jpeg
|
| 16 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/555b44c4-1982-4d30-8a39-5b677c245c61/original=true/110160032.jpeg
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08cb9d32-70f8-4acc-9fab-338290492595/original=true/110160059.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3091082-3844-4fff-ac64-0e70711aff54/original=true/110160074.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d899bd-a709-4452-a17c-7da890ea8e9b/original=true/110160137.jpeg
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a4c72d-5273-491b-aef7-826b5d82f424/original=true/110160448.jpeg
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e235b23a-9ea7-47d0-99cf-99c814f7d8dd/original=true/110160492.jpeg
|
| 22 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf39911f-9c08-485b-a15c-dde64cfebd58/original=true/110160746.jpeg
|
| 23 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdce6782-8824-443d-baff-98381ba0cede/original=true/110160812.jpeg
|
| 24 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd73c04c-2e71-4963-ab48-52ae08c19f19/original=true/110160981.jpeg
|
| 25 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12edfdca-50d1-4a90-9a88-b3bd75b6622e/original=true/110173094.jpeg
|
| 26 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f06c51d-e14f-4233-b883-cefb6657e541/original=true/110173209.jpeg
|
| 27 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30b253f9-f125-4c88-87e5-fed6c494eaee/original=true/110379570.jpeg
|
| 28 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4380d7df-27e6-49d0-a561-bf7ecdca3e50/original=true/110379564.jpeg
|
| 29 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d6202c5-cfbc-4fc4-aeca-988a2788454c/original=true/110379571.jpeg
|
| 30 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad08bc23-ce09-4354-919c-113de37a4b50/original=true/110379560.jpeg
|
| 31 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89455648-e527-450e-b97f-df765fa16a1c/original=true/110379562.jpeg
|
| 32 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67255f89-f549-4b65-880b-54a595fe8be8/original=true/110379561.jpeg
|
| 33 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88d472b3-474d-405c-a0a5-f9321eba4a0d/original=true/110379563.jpeg
|
| 34 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c31aee7f-7a7a-4f42-b4de-87a255a8a9ac/original=true/110379553.jpeg
|
| 35 |
+
website: Civitai
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
# Trigger Words
|
| 39 |
+
|
| 40 |
+
HMFemme
|
| 41 |
+
|
| 42 |
+
# About this version
|
| 43 |
+
|
| 44 |
+
No description about this version
|
| 45 |
+
|
| 46 |
+
# HMFemme - Realistic 1girl LoRA for Qwen
|
| 47 |
+
|
| 48 |
+
I am happy to present the 1st iteration of my HMFemme LoRA!
|
| 49 |
+
A LoRA aimed at achieving realistic looking female in candid every day poses with realistic lighting and shadows.
|
| 50 |
+
|
| 51 |
+
Join the [HearmemanAI Discord](https://discord.gg/pxqmzGudkB) for support, workflows, exclusive tips and tricks and more!
|
| 52 |
+
|
| 53 |
+
This LoRA was trained on a large dataset using my Diffusion Pipe RunPod template using an H200.
|
| 54 |
+
|
| 55 |
+
**Best practices for HMFemme:**
|
| 56 |
+
- Performs the best with character LoRAs.
|
| 57 |
+
- Use descriptive and elaborate prompting to achieve the best results, more on the below.
|
| 58 |
+
- Perform very well with my [Qwen Breasts LoRA](https://civitai.com/models/2036919/breasts-and-nipple-enhancer-qwen) as it was also designed with a realistic candid approach.
|
| 59 |
+
|
| 60 |
+
**Prompting - Please READ**
|
| 61 |
+
|
| 62 |
+
I used very elaborate captions to get results as flexible as possible.
|
| 63 |
+
|
| 64 |
+
Prompts should be descriptive and always start with "***HMFemme, an amateur photo taken from a smartphone camera"***
|
| 65 |
+
|
| 66 |
+
Please refer to the example images to see the prompting style.
|
| 67 |
+
|
| 68 |
+
**Workflow:**
|
| 69 |
+
|
| 70 |
+
I recommend using [this workflow](https://pastebin.com/Bc9aNN34).
|
| 71 |
+
It's also implemented in my [Qwen RunPod template](https://get.runpod.io/qwen-template).
|
| 72 |
+
|
| 73 |
+
---
|
| 74 |
+
|
| 75 |
+
For members of my [Hideout](https://www.patreon.com/posts/introducing-136489040) community, I've developed an AI Agent for creating HMFemme prompts, the agent is NSFW compatible and accessible in "The Hideout" category on my Discord server.
|
| 76 |
+
|
| 77 |
+
---
|
| 78 |
+
|
| 79 |
+
I hope you enjoy using this LoRA
|
models/loras/HMFemme_V1.safetensors.rgthree-info.json
ADDED
|
@@ -0,0 +1,496 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"file": "HMFemme_V1.safetensors",
|
| 3 |
+
"path": "/root/comfy/ComfyUI/models/loras/HMFemme_V1.safetensors",
|
| 4 |
+
"modified": 1781042528421.956,
|
| 5 |
+
"imageLocal": "/rgthree/api/loras/img?file=HMFemme_V1.safetensors",
|
| 6 |
+
"images": [
|
| 7 |
+
{
|
| 8 |
+
"url": "/rgthree/api/loras/img?file=HMFemme_V1.safetensors"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0691d4b5-a788-4f9f-a888-a403047fec66/original=true/110159912.jpeg",
|
| 12 |
+
"civitaiUrl": "https://civitai.com/images/110159912",
|
| 13 |
+
"width": 1528,
|
| 14 |
+
"height": 1982,
|
| 15 |
+
"type": "image",
|
| 16 |
+
"nsfwLevel": 8,
|
| 17 |
+
"seed": null,
|
| 18 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera at a dutch angle, tilted approximately 15 degrees to the left, showing a 22 year old American woman with a toned, athletic physique, defined abdominal muscles and visible six-pack abs, wide hips that create a pronounced hourglass figure, long platinum blonde hair styled in an elegant upswept bun with a few loose strands framing her face, natural skin texture with a healthy glow, a full-length, mirror selfie, looking directly at her reflection in the camera with a confident, alluring expression, she is holding a rose gold smartphone with a dual-camera module in her right hand, raised to shoulder level, indoors, lit by soft, diffused golden hour sunlight streaming through a large window to the right, creating a warm, golden glow across her entire body with minimal shadows and even illumination that highlights her muscle definition without harsh contrasts, she is completely naked, she has large sized perky breasts with small sized areoles and hard nipples, and a vagina with thick dense pubic hair, she is standing on a light gray, textured area rug placed on dark hardwood flooring, her left hand is placed on her hip with multiple silver rings on her fingers including a thick band ring on her index finger and a delicate stacking ring on her middle finger, her right arm is extended holding the phone with several thin silver rings visible on her fingers, behind her is a large, floor-to-ceiling mirror with a thin, minimalist silver frame that creates a subtle border around the reflection, the mirror reflects an intimate, densely furnished bedroom environment with a white upholstered bed with gray bedding and multiple decorative pillows to the left, a white nightstand crowded with personal items including a black lamp, a glass of water, a stack of books, and a small potted plant to the right, the walls are covered with multiple framed photographs and artwork creating a gallery wall effect, a tall bookshelf filled with books and decorative objects is visible in the background, a cozy armchair with a throw blanket draped over it sits in the corner, the room feels warm and personal with layered textures and close quarters, a shallow depth of field, the background elements are softly blurred with a smooth bokeh effect enhanced by the golden hour lighting, the focus is sharp on the subject from her face down to her feet.",
|
| 19 |
+
"negative": null,
|
| 20 |
+
"steps": null,
|
| 21 |
+
"sampler": null,
|
| 22 |
+
"cfg": null,
|
| 23 |
+
"model": null,
|
| 24 |
+
"resources": null
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/555b44c4-1982-4d30-8a39-5b677c245c61/original=true/110160032.jpeg",
|
| 28 |
+
"civitaiUrl": "https://civitai.com/images/110160032",
|
| 29 |
+
"width": 1518,
|
| 30 |
+
"height": 1954,
|
| 31 |
+
"type": "image",
|
| 32 |
+
"nsfwLevel": 1,
|
| 33 |
+
"seed": null,
|
| 34 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera showing a 19 year old woman with shoulder length blonde hair and round wire frame glasses, subtle makeup and subtle black eyeliner, smooth skin, mirror selfie, she is holding a grey glitter iPhone with 3 camera lenses, she has royal blue nail polish, standing and looking at her reflection with one hand on her cheek, warm overhead indoor lighting from a ceiling fixture, casting soft shadows under the jaw and along the neck, calm mood, shallow depth of field, wearing a beige ribbed tank top with black straps and black bottoms, in a bathroom with white tiled walls, a towel rack with a white towel to the left, and a hallway leading to a kitchen with white cabinets and a dark countertop visible in the background.",
|
| 35 |
+
"negative": null,
|
| 36 |
+
"steps": null,
|
| 37 |
+
"sampler": null,
|
| 38 |
+
"cfg": null,
|
| 39 |
+
"model": null,
|
| 40 |
+
"resources": null
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08cb9d32-70f8-4acc-9fab-338290492595/original=true/110160059.jpeg",
|
| 44 |
+
"civitaiUrl": "https://civitai.com/images/110160059",
|
| 45 |
+
"width": 1402,
|
| 46 |
+
"height": 1950,
|
| 47 |
+
"type": "image",
|
| 48 |
+
"nsfwLevel": 2,
|
| 49 |
+
"seed": null,
|
| 50 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera showing a woman, shiny skin on the cheeks and forehead, posed shot, resting her chin on her hand with a wide smile, warm, soft artificial lighting from the front and slightly above, creating gentle highlights on her face and soft shadows under the jaw, shallow depth of field, visible image noise, dynamic angle, wearing a light blue floral top with frayed straps and multiple bracelets on both wrists, a delicate necklace, and rings, at an outdoor nighttime setting with blurred palm trees and dark foliage in the background.",
|
| 51 |
+
"negative": null,
|
| 52 |
+
"steps": null,
|
| 53 |
+
"sampler": null,
|
| 54 |
+
"cfg": null,
|
| 55 |
+
"model": null,
|
| 56 |
+
"resources": null
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3091082-3844-4fff-ac64-0e70711aff54/original=true/110160074.jpeg",
|
| 60 |
+
"civitaiUrl": "https://civitai.com/images/110160074",
|
| 61 |
+
"width": 1516,
|
| 62 |
+
"height": 1958,
|
| 63 |
+
"type": "image",
|
| 64 |
+
"nsfwLevel": 2,
|
| 65 |
+
"seed": null,
|
| 66 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera showing a woman, smooth skin, posed shot, sitting at a white outdoor table with hands cupping her face, bright direct sunlight from above, casting soft shadows under the chin and arms, high contrast, vibrant colors, shallow depth of field, wearing a strapless top and a silver watch, with a glass of iced coffee on a white saucer in front of her, surrounded by potted white flowers and a stone fountain in the background, under a wooden pergola with other patrons and vehicles blurred in the distance.",
|
| 67 |
+
"negative": null,
|
| 68 |
+
"steps": null,
|
| 69 |
+
"sampler": null,
|
| 70 |
+
"cfg": null,
|
| 71 |
+
"model": null,
|
| 72 |
+
"resources": null
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d899bd-a709-4452-a17c-7da890ea8e9b/original=true/110160137.jpeg",
|
| 76 |
+
"civitaiUrl": "https://civitai.com/images/110160137",
|
| 77 |
+
"width": 1548,
|
| 78 |
+
"height": 1994,
|
| 79 |
+
"type": "image",
|
| 80 |
+
"nsfwLevel": 4,
|
| 81 |
+
"seed": null,
|
| 82 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera with visible heavy distortion as if it was taken by an accident showing A feminine 27 year old woman with large plastic rectangular glasses and hazel eyes, shoulder length platinum blonde hair with a natural skin texture and a visible sheen and subtle makeup, she laughs and appears embarassed from a waist-up shot, facing the camera with a direct gaze, bright, even, artificial overhead lighting from multiple ceiling fixtures, casting soft, minimal shadows across her face and body, wearing a light gray, chunky-knit, open-front that tracks along her exposed breasts and hard nipples, the cardigan is worn over her body, the open cardigan reveals her large sized breasts and hard nipples, she is holding a soft-serve ice cream cone in her right hand, the cone is a pale yellow waffle cone with a swirl of white soft-serve ice cream, her left hand is not visible, she is wearing light blue, high-waisted denim jeans with a visible front button and belt loops, a thin gold chain necklace with a small pendant rests at her collarbone, a brown leather shoulder bag with a visible strap is slung over her left shoulder, she is standing on a large, light beige tiled floor with square tiles and thin grout lines, behind her, approximately 10 feet away, is a wide escalator with multiple people ascending and descending, the escalator has black handrails and metal steps, to the right of the escalator is a large digital display wall with multiple blue and white screens showing abstract content, to the far right is a tall, vertical wooden panel wall with horizontal slats, the background is rendered with a shallow depth of field, creating a soft bokeh effect on the escalator, digital screens, and wooden wall, the bokeh consists of blurred circular highlights from the overhead lights and screen displays.",
|
| 83 |
+
"negative": null,
|
| 84 |
+
"steps": null,
|
| 85 |
+
"sampler": null,
|
| 86 |
+
"cfg": null,
|
| 87 |
+
"model": null,
|
| 88 |
+
"resources": null
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a4c72d-5273-491b-aef7-826b5d82f424/original=true/110160448.jpeg",
|
| 92 |
+
"civitaiUrl": "https://civitai.com/images/110160448",
|
| 93 |
+
"width": 1530,
|
| 94 |
+
"height": 1976,
|
| 95 |
+
"type": "image",
|
| 96 |
+
"nsfwLevel": 2,
|
| 97 |
+
"seed": null,
|
| 98 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera showing a 19 year old woman with shoulder length raven black hair, black lipstick and subtle black eyeliner, smooth skin, candid shot, sitting at an outdoor restaurant table and looking off to the side, warm overhead artificial lighting from umbrella-mounted spotlights, casting soft, directional highlights on her face and shoulders with gentle shadows under the jaw and neck, shallow depth of field, visible image noise, muted color palette, calm mood, wearing a white spaghetti strap top with a ruched bodice and a light-colored skirt, at a bustling outdoor caf\u00e9 with large black umbrellas, potted plants, and other diners blurred in the background.",
|
| 99 |
+
"negative": null,
|
| 100 |
+
"steps": null,
|
| 101 |
+
"sampler": null,
|
| 102 |
+
"cfg": null,
|
| 103 |
+
"model": null,
|
| 104 |
+
"resources": null
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e235b23a-9ea7-47d0-99cf-99c814f7d8dd/original=true/110160492.jpeg",
|
| 108 |
+
"civitaiUrl": "https://civitai.com/images/110160492",
|
| 109 |
+
"width": 1514,
|
| 110 |
+
"height": 1958,
|
| 111 |
+
"type": "image",
|
| 112 |
+
"nsfwLevel": 4,
|
| 113 |
+
"seed": null,
|
| 114 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera showing a 19 year old woman with shoulder length raven black hair, black lipstick and subtle black eyeliner, smooth skin, candid shot, sitting at an outdoor restaurant table and looking off to the side, warm overhead artificial lighting from umbrella-mounted spotlights, casting soft, directional highlights on her face and shoulders with gentle shadows under the jaw and neck, shallow depth of field, visible image noise, muted color palette, calm mood, wearing a white spaghetti strap top with a ruched bodice and a light-colored skirt, at a bustling outdoor caf\u00e9 with large black umbrellas, potted plants, and other diners blurred in the background.",
|
| 115 |
+
"negative": null,
|
| 116 |
+
"steps": null,
|
| 117 |
+
"sampler": null,
|
| 118 |
+
"cfg": null,
|
| 119 |
+
"model": null,
|
| 120 |
+
"resources": null
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf39911f-9c08-485b-a15c-dde64cfebd58/original=true/110160746.jpeg",
|
| 124 |
+
"civitaiUrl": "https://civitai.com/images/110160746",
|
| 125 |
+
"width": 1248,
|
| 126 |
+
"height": 1616,
|
| 127 |
+
"type": "image",
|
| 128 |
+
"nsfwLevel": 8,
|
| 129 |
+
"seed": null,
|
| 130 |
+
"positive": null,
|
| 131 |
+
"negative": null,
|
| 132 |
+
"steps": null,
|
| 133 |
+
"sampler": null,
|
| 134 |
+
"cfg": null,
|
| 135 |
+
"model": null,
|
| 136 |
+
"resources": null
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdce6782-8824-443d-baff-98381ba0cede/original=true/110160812.jpeg",
|
| 140 |
+
"civitaiUrl": "https://civitai.com/images/110160812",
|
| 141 |
+
"width": 1570,
|
| 142 |
+
"height": 2024,
|
| 143 |
+
"type": "image",
|
| 144 |
+
"nsfwLevel": 8,
|
| 145 |
+
"seed": null,
|
| 146 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera showing a 25 year old woman with a curvaceous figure, long chestnut hair styled in a random loose ponytail with stray strands framing her face and cascading down her back, warm hazel eyes, and natural skin texture with visible pores and a subtle healthy glow, a full-length, mirror selfie, looking directly at her reflection in the camera with a seductive, knowing smile, she is holding a silver smartphone with a triple-lens camera module in her right hand, positioned at chest level, indoors in a bedroom environment, lit by warm sunset lighting streaming through a large window to the right of the frame, creating soft, golden illumination with elongated shadows that accentuate her curves and cast an orange-pink glow across her body while highlighting the texture of her skin, she is bottomless and topless, she has large sized natural breasts with medium sized areoles and erect nipples, she is standing on a light gray plush area rug with subtle weave patterns, her left hand is resting on her hip with fingers gently splayed, creating a confident and alluring pose, her right arm is extended holding the phone at a slight angle, the mirror has a thin, white wooden frame with subtle distressed edges, behind her, approximately 4 feet away, is a queen-sized bed with rumpled white sheets and multiple soft pillows in shades of cream and light blue stacked against a padded gray headboard, to the left of the bed is a dark wood nightstand holding a small ceramic vase with dried flowers and a stack of paperback books, the wall behind is painted a soft beige with faint sunset shadows dancing across its surface, a shallow depth of field, the background elements are softly blurred with a warm bokeh effect, particularly noticeable around the window's golden glow and the bedding textures, while the subject remains in sharp focus from head to toe.",
|
| 147 |
+
"negative": null,
|
| 148 |
+
"steps": null,
|
| 149 |
+
"sampler": null,
|
| 150 |
+
"cfg": null,
|
| 151 |
+
"model": null,
|
| 152 |
+
"resources": null
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd73c04c-2e71-4963-ab48-52ae08c19f19/original=true/110160981.jpeg",
|
| 156 |
+
"civitaiUrl": "https://civitai.com/images/110160981",
|
| 157 |
+
"width": 1328,
|
| 158 |
+
"height": 1328,
|
| 159 |
+
"type": "image",
|
| 160 |
+
"nsfwLevel": 2,
|
| 161 |
+
"seed": null,
|
| 162 |
+
"positive": "HMFemme, an amateur photo taken from a smartphone camera showing a 25 year old goth woman with shoulder length straight black hair with choppy bangs framing her face, she has a natural skin texture with visible imperfections, she wears a tight black top that presses against her large natural breasts, in the background there's a large parking lot with cars in natural daylight",
|
| 163 |
+
"negative": null,
|
| 164 |
+
"steps": null,
|
| 165 |
+
"sampler": null,
|
| 166 |
+
"cfg": null,
|
| 167 |
+
"model": null,
|
| 168 |
+
"resources": null
|
| 169 |
+
}
|
| 170 |
+
],
|
| 171 |
+
"raw": {
|
| 172 |
+
"metadata": {
|
| 173 |
+
"format": "pt",
|
| 174 |
+
"_sha256": "306247779a0546352aa6eaf7a634afcfadf2a77bc2734ed1a2b96444d1a0721c"
|
| 175 |
+
},
|
| 176 |
+
"civitai": {
|
| 177 |
+
"id": 2405380,
|
| 178 |
+
"modelId": 2126422,
|
| 179 |
+
"name": "v1.0",
|
| 180 |
+
"nsfwLevel": 60,
|
| 181 |
+
"createdAt": "2025-11-14T11:06:37.289Z",
|
| 182 |
+
"updatedAt": "2025-11-14T13:53:16.121Z",
|
| 183 |
+
"status": "Published",
|
| 184 |
+
"publishedAt": "2025-11-14T13:53:16.068Z",
|
| 185 |
+
"trainedWords": [
|
| 186 |
+
"HMFemme"
|
| 187 |
+
],
|
| 188 |
+
"trainingStatus": null,
|
| 189 |
+
"trainingDetails": null,
|
| 190 |
+
"baseModel": "Qwen",
|
| 191 |
+
"baseModelType": "Standard",
|
| 192 |
+
"earlyAccessEndsAt": null,
|
| 193 |
+
"earlyAccessConfig": null,
|
| 194 |
+
"description": null,
|
| 195 |
+
"uploadType": "Created",
|
| 196 |
+
"usageControl": "Download",
|
| 197 |
+
"licensingFee": null,
|
| 198 |
+
"air": "urn:air:qwen:lora:civitai:2126422@2405380",
|
| 199 |
+
"stats": {
|
| 200 |
+
"downloadCount": 5665,
|
| 201 |
+
"thumbsUpCount": 427
|
| 202 |
+
},
|
| 203 |
+
"model": {
|
| 204 |
+
"name": "HMFemme - Realistic 1girl LoRA for Qwen",
|
| 205 |
+
"type": "LORA",
|
| 206 |
+
"nsfw": true,
|
| 207 |
+
"poi": false
|
| 208 |
+
},
|
| 209 |
+
"files": [
|
| 210 |
+
{
|
| 211 |
+
"id": 2295847,
|
| 212 |
+
"sizeKB": 576228.9375,
|
| 213 |
+
"name": "HMFemme_V1.safetensors",
|
| 214 |
+
"type": "Model",
|
| 215 |
+
"pickleScanResult": "Success",
|
| 216 |
+
"pickleScanMessage": "No Pickle imports",
|
| 217 |
+
"virusScanResult": "Success",
|
| 218 |
+
"virusScanMessage": null,
|
| 219 |
+
"scannedAt": "2025-11-14T11:11:28.416Z",
|
| 220 |
+
"metadata": {
|
| 221 |
+
"format": "SafeTensor",
|
| 222 |
+
"size": null,
|
| 223 |
+
"fp": null
|
| 224 |
+
},
|
| 225 |
+
"hashes": {
|
| 226 |
+
"AutoV1": "C45057AB",
|
| 227 |
+
"AutoV2": "306247779A",
|
| 228 |
+
"SHA256": "306247779A0546352AA6EAF7A634AFCFADF2A77BC2734ED1A2B96444D1A0721C",
|
| 229 |
+
"CRC32": "C4EB0536",
|
| 230 |
+
"BLAKE3": "0D2D5E97460D613D27DED937F47AC548B13A4586F64AA4CE33A5A89360FF6FC8",
|
| 231 |
+
"AutoV3": "2FC5D84A503F"
|
| 232 |
+
},
|
| 233 |
+
"primary": true,
|
| 234 |
+
"downloadUrl": "https://civitai.com/api/download/models/2405380"
|
| 235 |
+
}
|
| 236 |
+
],
|
| 237 |
+
"images": [
|
| 238 |
+
{
|
| 239 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0691d4b5-a788-4f9f-a888-a403047fec66/original=true/110159912.jpeg",
|
| 240 |
+
"nsfwLevel": 8,
|
| 241 |
+
"width": 1528,
|
| 242 |
+
"height": 1982,
|
| 243 |
+
"hash": "UFHnKQ.77}~U0zIB#RD*9^kCwJe.WUxZM|bv",
|
| 244 |
+
"type": "image",
|
| 245 |
+
"metadata": {
|
| 246 |
+
"hash": "UFHnKQ.77}~U0zIB#RD*9^kCwJe.WUxZM|bv",
|
| 247 |
+
"size": 5243899,
|
| 248 |
+
"width": 1528,
|
| 249 |
+
"height": 1982
|
| 250 |
+
},
|
| 251 |
+
"minor": false,
|
| 252 |
+
"poi": false,
|
| 253 |
+
"meta": {
|
| 254 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera at a dutch angle, tilted approximately 15 degrees to the left, showing a 22 year old American woman with a toned, athletic physique, defined abdominal muscles and visible six-pack abs, wide hips that create a pronounced hourglass figure, long platinum blonde hair styled in an elegant upswept bun with a few loose strands framing her face, natural skin texture with a healthy glow, a full-length, mirror selfie, looking directly at her reflection in the camera with a confident, alluring expression, she is holding a rose gold smartphone with a dual-camera module in her right hand, raised to shoulder level, indoors, lit by soft, diffused golden hour sunlight streaming through a large window to the right, creating a warm, golden glow across her entire body with minimal shadows and even illumination that highlights her muscle definition without harsh contrasts, she is completely naked, she has large sized perky breasts with small sized areoles and hard nipples, and a vagina with thick dense pubic hair, she is standing on a light gray, textured area rug placed on dark hardwood flooring, her left hand is placed on her hip with multiple silver rings on her fingers including a thick band ring on her index finger and a delicate stacking ring on her middle finger, her right arm is extended holding the phone with several thin silver rings visible on her fingers, behind her is a large, floor-to-ceiling mirror with a thin, minimalist silver frame that creates a subtle border around the reflection, the mirror reflects an intimate, densely furnished bedroom environment with a white upholstered bed with gray bedding and multiple decorative pillows to the left, a white nightstand crowded with personal items including a black lamp, a glass of water, a stack of books, and a small potted plant to the right, the walls are covered with multiple framed photographs and artwork creating a gallery wall effect, a tall bookshelf filled with books and decorative objects is visible in the background, a cozy armchair with a throw blanket draped over it sits in the corner, the room feels warm and personal with layered textures and close quarters, a shallow depth of field, the background elements are softly blurred with a smooth bokeh effect enhanced by the golden hour lighting, the focus is sharp on the subject from her face down to her feet."
|
| 255 |
+
},
|
| 256 |
+
"availability": "Public",
|
| 257 |
+
"hasMeta": true,
|
| 258 |
+
"hasPositivePrompt": true,
|
| 259 |
+
"onSite": false,
|
| 260 |
+
"remixOfId": null
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/555b44c4-1982-4d30-8a39-5b677c245c61/original=true/110160032.jpeg",
|
| 264 |
+
"nsfwLevel": 1,
|
| 265 |
+
"width": 1518,
|
| 266 |
+
"height": 1954,
|
| 267 |
+
"hash": "UTK^mI-:_NV@?uofofx]x]j[RPWE%MNGM{s:",
|
| 268 |
+
"type": "image",
|
| 269 |
+
"metadata": {
|
| 270 |
+
"hash": "UTK^mI-:_NV@?uofofx]x]j[RPWE%MNGM{s:",
|
| 271 |
+
"size": 4579407,
|
| 272 |
+
"width": 1518,
|
| 273 |
+
"height": 1954
|
| 274 |
+
},
|
| 275 |
+
"minor": false,
|
| 276 |
+
"poi": false,
|
| 277 |
+
"meta": {
|
| 278 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera showing a 19 year old woman with shoulder length blonde hair and round wire frame glasses, subtle makeup and subtle black eyeliner, smooth skin, mirror selfie, she is holding a grey glitter iPhone with 3 camera lenses, she has royal blue nail polish, standing and looking at her reflection with one hand on her cheek, warm overhead indoor lighting from a ceiling fixture, casting soft shadows under the jaw and along the neck, calm mood, shallow depth of field, wearing a beige ribbed tank top with black straps and black bottoms, in a bathroom with white tiled walls, a towel rack with a white towel to the left, and a hallway leading to a kitchen with white cabinets and a dark countertop visible in the background."
|
| 279 |
+
},
|
| 280 |
+
"availability": "Public",
|
| 281 |
+
"hasMeta": true,
|
| 282 |
+
"hasPositivePrompt": true,
|
| 283 |
+
"onSite": false,
|
| 284 |
+
"remixOfId": null
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08cb9d32-70f8-4acc-9fab-338290492595/original=true/110160059.jpeg",
|
| 288 |
+
"nsfwLevel": 2,
|
| 289 |
+
"width": 1402,
|
| 290 |
+
"height": 1950,
|
| 291 |
+
"hash": "UAEn#3xG00^200EM^+XTOr$*}=M{$*%2ELEL",
|
| 292 |
+
"type": "image",
|
| 293 |
+
"metadata": {
|
| 294 |
+
"hash": "UAEn#3xG00^200EM^+XTOr$*}=M{$*%2ELEL",
|
| 295 |
+
"size": 4130354,
|
| 296 |
+
"width": 1402,
|
| 297 |
+
"height": 1950
|
| 298 |
+
},
|
| 299 |
+
"minor": false,
|
| 300 |
+
"poi": false,
|
| 301 |
+
"meta": {
|
| 302 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera showing a woman, shiny skin on the cheeks and forehead, posed shot, resting her chin on her hand with a wide smile, warm, soft artificial lighting from the front and slightly above, creating gentle highlights on her face and soft shadows under the jaw, shallow depth of field, visible image noise, dynamic angle, wearing a light blue floral top with frayed straps and multiple bracelets on both wrists, a delicate necklace, and rings, at an outdoor nighttime setting with blurred palm trees and dark foliage in the background."
|
| 303 |
+
},
|
| 304 |
+
"availability": "Public",
|
| 305 |
+
"hasMeta": true,
|
| 306 |
+
"hasPositivePrompt": true,
|
| 307 |
+
"onSite": false,
|
| 308 |
+
"remixOfId": null
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3091082-3844-4fff-ac64-0e70711aff54/original=true/110160074.jpeg",
|
| 312 |
+
"nsfwLevel": 2,
|
| 313 |
+
"width": 1516,
|
| 314 |
+
"height": 1958,
|
| 315 |
+
"hash": "USI;-SWVKj%L00W;IVRP.TWXxGfiW;ofbIWA",
|
| 316 |
+
"type": "image",
|
| 317 |
+
"metadata": {
|
| 318 |
+
"hash": "USI;-SWVKj%L00W;IVRP.TWXxGfiW;ofbIWA",
|
| 319 |
+
"size": 4792639,
|
| 320 |
+
"width": 1516,
|
| 321 |
+
"height": 1958
|
| 322 |
+
},
|
| 323 |
+
"minor": false,
|
| 324 |
+
"poi": false,
|
| 325 |
+
"meta": {
|
| 326 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera showing a woman, smooth skin, posed shot, sitting at a white outdoor table with hands cupping her face, bright direct sunlight from above, casting soft shadows under the chin and arms, high contrast, vibrant colors, shallow depth of field, wearing a strapless top and a silver watch, with a glass of iced coffee on a white saucer in front of her, surrounded by potted white flowers and a stone fountain in the background, under a wooden pergola with other patrons and vehicles blurred in the distance."
|
| 327 |
+
},
|
| 328 |
+
"availability": "Public",
|
| 329 |
+
"hasMeta": true,
|
| 330 |
+
"hasPositivePrompt": true,
|
| 331 |
+
"onSite": false,
|
| 332 |
+
"remixOfId": null
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d899bd-a709-4452-a17c-7da890ea8e9b/original=true/110160137.jpeg",
|
| 336 |
+
"nsfwLevel": 4,
|
| 337 |
+
"width": 1548,
|
| 338 |
+
"height": 1994,
|
| 339 |
+
"hash": "ULMP],XT?]nN01EP4;nh15XT#Qad-nR:kXxt",
|
| 340 |
+
"type": "image",
|
| 341 |
+
"metadata": {
|
| 342 |
+
"hash": "ULMP],XT?]nN01EP4;nh15XT#Qad-nR:kXxt",
|
| 343 |
+
"size": 5698342,
|
| 344 |
+
"width": 1548,
|
| 345 |
+
"height": 1994
|
| 346 |
+
},
|
| 347 |
+
"minor": false,
|
| 348 |
+
"poi": false,
|
| 349 |
+
"meta": {
|
| 350 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera with visible heavy distortion as if it was taken by an accident showing A feminine 27 year old woman with large plastic rectangular glasses and hazel eyes, shoulder length platinum blonde hair with a natural skin texture and a visible sheen and subtle makeup, she laughs and appears embarassed from a waist-up shot, facing the camera with a direct gaze, bright, even, artificial overhead lighting from multiple ceiling fixtures, casting soft, minimal shadows across her face and body, wearing a light gray, chunky-knit, open-front that tracks along her exposed breasts and hard nipples, the cardigan is worn over her body, the open cardigan reveals her large sized breasts and hard nipples, she is holding a soft-serve ice cream cone in her right hand, the cone is a pale yellow waffle cone with a swirl of white soft-serve ice cream, her left hand is not visible, she is wearing light blue, high-waisted denim jeans with a visible front button and belt loops, a thin gold chain necklace with a small pendant rests at her collarbone, a brown leather shoulder bag with a visible strap is slung over her left shoulder, she is standing on a large, light beige tiled floor with square tiles and thin grout lines, behind her, approximately 10 feet away, is a wide escalator with multiple people ascending and descending, the escalator has black handrails and metal steps, to the right of the escalator is a large digital display wall with multiple blue and white screens showing abstract content, to the far right is a tall, vertical wooden panel wall with horizontal slats, the background is rendered with a shallow depth of field, creating a soft bokeh effect on the escalator, digital screens, and wooden wall, the bokeh consists of blurred circular highlights from the overhead lights and screen displays."
|
| 351 |
+
},
|
| 352 |
+
"availability": "Public",
|
| 353 |
+
"hasMeta": true,
|
| 354 |
+
"hasPositivePrompt": true,
|
| 355 |
+
"onSite": false,
|
| 356 |
+
"remixOfId": null
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a4c72d-5273-491b-aef7-826b5d82f424/original=true/110160448.jpeg",
|
| 360 |
+
"nsfwLevel": 2,
|
| 361 |
+
"width": 1530,
|
| 362 |
+
"height": 1976,
|
| 363 |
+
"hash": "U6A]Q~#hP0Eg7lnL.9NE5:eo$m$j+.E09ZjF",
|
| 364 |
+
"type": "image",
|
| 365 |
+
"metadata": {
|
| 366 |
+
"hash": "U6A]Q~#hP0Eg7lnL.9NE5:eo$m$j+.E09ZjF",
|
| 367 |
+
"size": 4865143,
|
| 368 |
+
"width": 1530,
|
| 369 |
+
"height": 1976
|
| 370 |
+
},
|
| 371 |
+
"minor": false,
|
| 372 |
+
"poi": false,
|
| 373 |
+
"meta": {
|
| 374 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera showing a 19 year old woman with shoulder length raven black hair, black lipstick and subtle black eyeliner, smooth skin, candid shot, sitting at an outdoor restaurant table and looking off to the side, warm overhead artificial lighting from umbrella-mounted spotlights, casting soft, directional highlights on her face and shoulders with gentle shadows under the jaw and neck, shallow depth of field, visible image noise, muted color palette, calm mood, wearing a white spaghetti strap top with a ruched bodice and a light-colored skirt, at a bustling outdoor caf\u00e9 with large black umbrellas, potted plants, and other diners blurred in the background."
|
| 375 |
+
},
|
| 376 |
+
"availability": "Public",
|
| 377 |
+
"hasMeta": true,
|
| 378 |
+
"hasPositivePrompt": true,
|
| 379 |
+
"onSite": false,
|
| 380 |
+
"remixOfId": null
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e235b23a-9ea7-47d0-99cf-99c814f7d8dd/original=true/110160492.jpeg",
|
| 384 |
+
"nsfwLevel": 4,
|
| 385 |
+
"width": 1514,
|
| 386 |
+
"height": 1958,
|
| 387 |
+
"hash": "UGEy0ms:.7xa5QM|kpV[9tRj^*D*~Va#t6%L",
|
| 388 |
+
"type": "image",
|
| 389 |
+
"metadata": {
|
| 390 |
+
"hash": "UGEy0ms:.7xa5QM|kpV[9tRj^*D*~Va#t6%L",
|
| 391 |
+
"size": 4804931,
|
| 392 |
+
"width": 1514,
|
| 393 |
+
"height": 1958
|
| 394 |
+
},
|
| 395 |
+
"minor": false,
|
| 396 |
+
"poi": false,
|
| 397 |
+
"meta": {
|
| 398 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera showing a 19 year old woman with shoulder length raven black hair, black lipstick and subtle black eyeliner, smooth skin, candid shot, sitting at an outdoor restaurant table and looking off to the side, warm overhead artificial lighting from umbrella-mounted spotlights, casting soft, directional highlights on her face and shoulders with gentle shadows under the jaw and neck, shallow depth of field, visible image noise, muted color palette, calm mood, wearing a white spaghetti strap top with a ruched bodice and a light-colored skirt, at a bustling outdoor caf\u00e9 with large black umbrellas, potted plants, and other diners blurred in the background."
|
| 399 |
+
},
|
| 400 |
+
"availability": "Public",
|
| 401 |
+
"hasMeta": true,
|
| 402 |
+
"hasPositivePrompt": true,
|
| 403 |
+
"onSite": false,
|
| 404 |
+
"remixOfId": null
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf39911f-9c08-485b-a15c-dde64cfebd58/original=true/110160746.jpeg",
|
| 408 |
+
"nsfwLevel": 8,
|
| 409 |
+
"width": 1248,
|
| 410 |
+
"height": 1616,
|
| 411 |
+
"hash": "UQKwtd.8?^wI-;jF%gt7yExaxuNdofj[WXfl",
|
| 412 |
+
"type": "image",
|
| 413 |
+
"metadata": {
|
| 414 |
+
"hash": "UQKwtd.8?^wI-;jF%gt7yExaxuNdofj[WXfl",
|
| 415 |
+
"size": 3015601,
|
| 416 |
+
"width": 1248,
|
| 417 |
+
"height": 1616
|
| 418 |
+
},
|
| 419 |
+
"minor": false,
|
| 420 |
+
"poi": false,
|
| 421 |
+
"meta": null,
|
| 422 |
+
"availability": "Public",
|
| 423 |
+
"hasMeta": false,
|
| 424 |
+
"hasPositivePrompt": false,
|
| 425 |
+
"onSite": false,
|
| 426 |
+
"remixOfId": null
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdce6782-8824-443d-baff-98381ba0cede/original=true/110160812.jpeg",
|
| 430 |
+
"nsfwLevel": 8,
|
| 431 |
+
"width": 1570,
|
| 432 |
+
"height": 2024,
|
| 433 |
+
"hash": "UDJ%RS008vMx?CV[^hRj10Rk=xRjETM{EQWC",
|
| 434 |
+
"type": "image",
|
| 435 |
+
"metadata": {
|
| 436 |
+
"hash": "UDJ%RS008vMx?CV[^hRj10Rk=xRjETM{EQWC",
|
| 437 |
+
"size": 4836675,
|
| 438 |
+
"width": 1570,
|
| 439 |
+
"height": 2024
|
| 440 |
+
},
|
| 441 |
+
"minor": false,
|
| 442 |
+
"poi": false,
|
| 443 |
+
"meta": {
|
| 444 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera showing a 25 year old woman with a curvaceous figure, long chestnut hair styled in a random loose ponytail with stray strands framing her face and cascading down her back, warm hazel eyes, and natural skin texture with visible pores and a subtle healthy glow, a full-length, mirror selfie, looking directly at her reflection in the camera with a seductive, knowing smile, she is holding a silver smartphone with a triple-lens camera module in her right hand, positioned at chest level, indoors in a bedroom environment, lit by warm sunset lighting streaming through a large window to the right of the frame, creating soft, golden illumination with elongated shadows that accentuate her curves and cast an orange-pink glow across her body while highlighting the texture of her skin, she is bottomless and topless, she has large sized natural breasts with medium sized areoles and erect nipples, she is standing on a light gray plush area rug with subtle weave patterns, her left hand is resting on her hip with fingers gently splayed, creating a confident and alluring pose, her right arm is extended holding the phone at a slight angle, the mirror has a thin, white wooden frame with subtle distressed edges, behind her, approximately 4 feet away, is a queen-sized bed with rumpled white sheets and multiple soft pillows in shades of cream and light blue stacked against a padded gray headboard, to the left of the bed is a dark wood nightstand holding a small ceramic vase with dried flowers and a stack of paperback books, the wall behind is painted a soft beige with faint sunset shadows dancing across its surface, a shallow depth of field, the background elements are softly blurred with a warm bokeh effect, particularly noticeable around the window's golden glow and the bedding textures, while the subject remains in sharp focus from head to toe."
|
| 445 |
+
},
|
| 446 |
+
"availability": "Public",
|
| 447 |
+
"hasMeta": true,
|
| 448 |
+
"hasPositivePrompt": true,
|
| 449 |
+
"onSite": false,
|
| 450 |
+
"remixOfId": null
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd73c04c-2e71-4963-ab48-52ae08c19f19/original=true/110160981.jpeg",
|
| 454 |
+
"nsfwLevel": 2,
|
| 455 |
+
"width": 1328,
|
| 456 |
+
"height": 1328,
|
| 457 |
+
"hash": "UKK15i0K?]M{%M-:^+-:56xtxZs9ahE14:RQ",
|
| 458 |
+
"type": "image",
|
| 459 |
+
"metadata": {
|
| 460 |
+
"hash": "UKK15i0K?]M{%M-:^+-:56xtxZs9ahE14:RQ",
|
| 461 |
+
"size": 2843011,
|
| 462 |
+
"width": 1328,
|
| 463 |
+
"height": 1328
|
| 464 |
+
},
|
| 465 |
+
"minor": false,
|
| 466 |
+
"poi": false,
|
| 467 |
+
"meta": {
|
| 468 |
+
"prompt": "HMFemme, an amateur photo taken from a smartphone camera showing a 25 year old goth woman with shoulder length straight black hair with choppy bangs framing her face, she has a natural skin texture with visible imperfections, she wears a tight black top that presses against her large natural breasts, in the background there's a large parking lot with cars in natural daylight"
|
| 469 |
+
},
|
| 470 |
+
"availability": "Public",
|
| 471 |
+
"hasMeta": true,
|
| 472 |
+
"hasPositivePrompt": true,
|
| 473 |
+
"onSite": false,
|
| 474 |
+
"remixOfId": null
|
| 475 |
+
}
|
| 476 |
+
],
|
| 477 |
+
"downloadUrl": "https://civitai.com/api/download/models/2405380",
|
| 478 |
+
"_sha256": "306247779a0546352aa6eaf7a634afcfadf2a77bc2734ed1a2b96444d1a0721c",
|
| 479 |
+
"_civitai_api": "https://civitai.com/api/v1/model-versions/by-hash/306247779a0546352aa6eaf7a634afcfadf2a77bc2734ed1a2b96444d1a0721c"
|
| 480 |
+
}
|
| 481 |
+
},
|
| 482 |
+
"trainedWords": [
|
| 483 |
+
{
|
| 484 |
+
"word": "HMFemme",
|
| 485 |
+
"civitai": true
|
| 486 |
+
}
|
| 487 |
+
],
|
| 488 |
+
"sha256": "306247779a0546352aa6eaf7a634afcfadf2a77bc2734ed1a2b96444d1a0721c",
|
| 489 |
+
"name": "HMFemme - Realistic 1girl LoRA for Qwen - v1.0",
|
| 490 |
+
"type": "LORA",
|
| 491 |
+
"baseModel": "Qwen",
|
| 492 |
+
"links": [
|
| 493 |
+
"https://civitai.com/models/2126422?modelVersionId=2405380",
|
| 494 |
+
"https://civitai.com/api/v1/model-versions/by-hash/306247779a0546352aa6eaf7a634afcfadf2a77bc2734ed1a2b96444d1a0721c"
|
| 495 |
+
]
|
| 496 |
+
}
|
models/loras/KLEIN-Unchained-V2.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8f58b6c0db3522bb58838d6d2bfc8eff622c673b532af86b641f5a6810bdc27
|
| 3 |
+
size 1119721
|
models/loras/KNP.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40153730be83f34757609f368d87a1602b2b6bcd79d038e8cf8e5bd539cc0208
|
| 3 |
+
size 114325264
|
models/loras/Krea 2 - Cameltoe.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc4cdaf3a08b3ec43f0730193b253cd218aa8d24e4e6969f037dc3166c277528
|
| 3 |
+
size 228587728
|
models/loras/Krea-2-Turbo-Projector-Scale-LoRA-Diffusers.safetensors
ADDED
|
Binary file (268 Bytes). View file
|
|
|
models/loras/Krea2-realism-V1.safetensors.rgthree-info.json
ADDED
|
@@ -0,0 +1,502 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"file": "Krea2-realism-V1.safetensors",
|
| 3 |
+
"path": "/root/comfy/ComfyUI/models/loras/Krea2-realism-V1.safetensors",
|
| 4 |
+
"modified": 1782405156675.8174,
|
| 5 |
+
"images": [
|
| 6 |
+
{
|
| 7 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8a79cd8-7a50-4e3b-b53c-56ffff44b5bb/original=true/134765280.jpeg",
|
| 8 |
+
"civitaiUrl": "https://civitai.com/images/134765280",
|
| 9 |
+
"width": 1088,
|
| 10 |
+
"height": 1856,
|
| 11 |
+
"type": "image",
|
| 12 |
+
"nsfwLevel": 2,
|
| 13 |
+
"seed": null,
|
| 14 |
+
"positive": "A casual mirror selfie of an East Asian woman in a minimalist, high-end clothing boutique. She\u2019s doing a \"fit check,\" posing with one hand on her waist to show off a tiny white ribbed baby-tee and low-rise baggy grey cargo pants. She has a small designer shoulder bag and is wearing thin silver wire glasses. Her expression is neutral and effortless. The lighting is the bright, sterile white overhead light of the store, reflecting clearly in the massive floor-to-ceiling mirrors and polished concrete floors.",
|
| 15 |
+
"negative": null,
|
| 16 |
+
"steps": null,
|
| 17 |
+
"sampler": null,
|
| 18 |
+
"cfg": null,
|
| 19 |
+
"model": null,
|
| 20 |
+
"resources": null
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abfabef1-b5d2-49f2-8d72-2269f1ab40c5/original=true/134765301.jpeg",
|
| 24 |
+
"civitaiUrl": "https://civitai.com/images/134765301",
|
| 25 |
+
"width": 1088,
|
| 26 |
+
"height": 1856,
|
| 27 |
+
"type": "image",
|
| 28 |
+
"nsfwLevel": 4,
|
| 29 |
+
"seed": null,
|
| 30 |
+
"positive": "A casual selfie taken from the passenger seat of a car during golden hour. The camera is angled slightly from above, looking down. She\u2019s wearing a tight-fitting, low-cut ribbed tank top in cream color, with the seatbelt crossing over her chest. Her skin is glowing from the warm sunset light hitting her face through the window. She has a playful smirk and is looking directly into the lens. The background shows a blurred car interior and a hint of the road outside.",
|
| 31 |
+
"negative": null,
|
| 32 |
+
"steps": null,
|
| 33 |
+
"sampler": null,
|
| 34 |
+
"cfg": null,
|
| 35 |
+
"model": null,
|
| 36 |
+
"resources": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9523de3-f52e-477f-a517-a000f29f5557/original=true/134765285.jpeg",
|
| 40 |
+
"civitaiUrl": "https://civitai.com/images/134765285",
|
| 41 |
+
"width": 1088,
|
| 42 |
+
"height": 1856,
|
| 43 |
+
"type": "image",
|
| 44 |
+
"nsfwLevel": 8,
|
| 45 |
+
"seed": null,
|
| 46 |
+
"positive": "A high-angle selfie of a curvy Latina woman sitting on the edge of a plush velvet sofa. She is wearing an oversized white button-down shirt that is almost entirely unbuttoned and sliding off her shoulders, barely covering her chest. She\u2019s looking up at the camera with a playful, biting-her-lip expression. The lighting is dim and moody, coming from a single lamp in the corner of the room, creating deep shadows and highlighting the glow of her tan skin.",
|
| 47 |
+
"negative": null,
|
| 48 |
+
"steps": null,
|
| 49 |
+
"sampler": null,
|
| 50 |
+
"cfg": null,
|
| 51 |
+
"model": null,
|
| 52 |
+
"resources": null
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cd82f41-2fbb-4f92-ab0c-cb555708b77e/original=true/134765287.jpeg",
|
| 56 |
+
"civitaiUrl": "https://civitai.com/images/134765287",
|
| 57 |
+
"width": 1088,
|
| 58 |
+
"height": 1856,
|
| 59 |
+
"type": "image",
|
| 60 |
+
"nsfwLevel": 8,
|
| 61 |
+
"seed": null,
|
| 62 |
+
"positive": "A steamy, candid shot taken through a glass shower door with water droplets clinging to the surface. An East Asian woman is standing inside, her back partially turned to the camera, looking over her shoulder. She is completely nude, but the thick steam and the condensation on the glass create a soft-focus effect that partially obscures her body. Her wet hair is plastered to her neck, and the lighting is the bright, clinical white of a modern bathroom.",
|
| 63 |
+
"negative": null,
|
| 64 |
+
"steps": null,
|
| 65 |
+
"sampler": null,
|
| 66 |
+
"cfg": null,
|
| 67 |
+
"model": null,
|
| 68 |
+
"resources": null
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0cda59f-f964-4f12-8992-c9a87c7b6fc3/original=true/134765289.jpeg",
|
| 72 |
+
"civitaiUrl": "https://civitai.com/images/134765289",
|
| 73 |
+
"width": 1088,
|
| 74 |
+
"height": 1856,
|
| 75 |
+
"type": "image",
|
| 76 |
+
"nsfwLevel": 4,
|
| 77 |
+
"seed": null,
|
| 78 |
+
"positive": "A candid, close-up shot from a side angle of a mixed-race woman lying on her stomach across a bed with messy grey sheets. She is completely nude, with the sheets draped loosely and haphazardly around her waist, leaving her back and glutes exposed. She is propped up on her elbows, looking directly into the lens with a sleepy, intimate gaze. The lighting is natural and bright from a nearby window, showing realistic skin details like small moles and the texture of the fabric.",
|
| 79 |
+
"negative": null,
|
| 80 |
+
"steps": null,
|
| 81 |
+
"sampler": null,
|
| 82 |
+
"cfg": null,
|
| 83 |
+
"model": null,
|
| 84 |
+
"resources": null
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04a72c89-b88b-4549-8a86-3d8cfdc2c113/original=true/134765298.jpeg",
|
| 88 |
+
"civitaiUrl": "https://civitai.com/images/134765298",
|
| 89 |
+
"width": 1088,
|
| 90 |
+
"height": 1856,
|
| 91 |
+
"type": "image",
|
| 92 |
+
"nsfwLevel": 4,
|
| 93 |
+
"seed": null,
|
| 94 |
+
"positive": "A mirror selfie taken in a brightly lit gym locker room. A woman is posing to show off her physique, standing sideways with one leg slightly bent and her back arched. She\u2019s wearing tight, seamless high-waisted scrunch leggings in a light grey color and a matching tiny sports bra that shows a bit of skin under the bust. She's holding a black iPhone, covering half her face, while her other hand rests on her hip. The background is slightly cluttered with lockers and benches, giving it a real, unpolished feel.",
|
| 95 |
+
"negative": null,
|
| 96 |
+
"steps": null,
|
| 97 |
+
"sampler": null,
|
| 98 |
+
"cfg": null,
|
| 99 |
+
"model": null,
|
| 100 |
+
"resources": null
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2037f6f7-7376-4fe3-b655-6a79ac1db52d/original=true/134765304.jpeg",
|
| 104 |
+
"civitaiUrl": "https://civitai.com/images/134765304",
|
| 105 |
+
"width": 1088,
|
| 106 |
+
"height": 1856,
|
| 107 |
+
"type": "image",
|
| 108 |
+
"nsfwLevel": 4,
|
| 109 |
+
"seed": null,
|
| 110 |
+
"positive": "A low-angle photo taken from the perspective of someone sitting on a lounge chair. A woman is leaning over slightly toward the camera, wearing a tiny string bikini in a bright neon color. Her skin is glistening with tanning oil and a few droplets of water. She\u2019s pushing her hair back with one hand and looking down at the lens with a confident expression. The background is a blurred turquoise pool and a bright blue summer sky, with the lighting being harsh, direct midday sun creating high contrast.",
|
| 111 |
+
"negative": null,
|
| 112 |
+
"steps": null,
|
| 113 |
+
"sampler": null,
|
| 114 |
+
"cfg": null,
|
| 115 |
+
"model": null,
|
| 116 |
+
"resources": null
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a446e06d-be24-485b-ad76-c86f47806a86/original=true/134765299.jpeg",
|
| 120 |
+
"civitaiUrl": "https://civitai.com/images/134765299",
|
| 121 |
+
"width": 1088,
|
| 122 |
+
"height": 1856,
|
| 123 |
+
"type": "image",
|
| 124 |
+
"nsfwLevel": 2,
|
| 125 |
+
"seed": null,
|
| 126 |
+
"positive": "A casual, close-up shot of a woman leaning against a white bathroom counter. She has a skincare headband on and a bit of moisturizer on her cheeks, looking directly into the lens with a bored, neutral expression. She\u2019s wearing a simple ribbed tank top. The lighting is the harsh, bright white overhead fluorescent light of a bathroom, creating realistic skin textures and slight shadows under the eyes. A few skincare bottles and a toothbrush holder are visible but slightly out of focus on the counter.",
|
| 127 |
+
"negative": null,
|
| 128 |
+
"steps": null,
|
| 129 |
+
"sampler": null,
|
| 130 |
+
"cfg": null,
|
| 131 |
+
"model": null,
|
| 132 |
+
"resources": null
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bd5bc8f-6e61-4f42-883f-0126b31b7dc4/original=true/134765292.jpeg",
|
| 136 |
+
"civitaiUrl": "https://civitai.com/images/134765292",
|
| 137 |
+
"width": 1088,
|
| 138 |
+
"height": 1856,
|
| 139 |
+
"type": "image",
|
| 140 |
+
"nsfwLevel": 8,
|
| 141 |
+
"seed": null,
|
| 142 |
+
"positive": "A detailed close-up shot of a woman\u2019s natural, unshaved pubic area. The focus is on the realistic rendering of individual hairs\u2014varying in thickness and curl\u2014and how they grow from the skin. The lighting is side-lit to create depth and shadow between the hairs, showing the contrast against the skin tone. No makeup or airbrushing; the image should show natural skin imperfections and a matte texture.",
|
| 143 |
+
"negative": null,
|
| 144 |
+
"steps": null,
|
| 145 |
+
"sampler": null,
|
| 146 |
+
"cfg": null,
|
| 147 |
+
"model": null,
|
| 148 |
+
"resources": null
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af6bba27-f0c0-47ff-8370-13b5ed9c94fa/original=true/134765288.jpeg",
|
| 152 |
+
"civitaiUrl": "https://civitai.com/images/134765288",
|
| 153 |
+
"width": 1088,
|
| 154 |
+
"height": 1856,
|
| 155 |
+
"type": "image",
|
| 156 |
+
"nsfwLevel": 8,
|
| 157 |
+
"seed": null,
|
| 158 |
+
"positive": "A extreme close-up, macro shot of a woman\u2019s shaved pussy. The focus is on the realistic texture of the skin, showing tiny pores and the slight redness of freshly shaved skin. There is a subtle sheen of moisture. The lighting is soft and diffused, like natural light from a window, creating gentle gradients and avoiding harsh shadows to emphasize the smoothness and delicate folds of the anatomy.\n",
|
| 159 |
+
"negative": null,
|
| 160 |
+
"steps": null,
|
| 161 |
+
"sampler": null,
|
| 162 |
+
"cfg": null,
|
| 163 |
+
"model": null,
|
| 164 |
+
"resources": null
|
| 165 |
+
}
|
| 166 |
+
],
|
| 167 |
+
"raw": {
|
| 168 |
+
"metadata": {
|
| 169 |
+
"ss_base_model_version": "krea2",
|
| 170 |
+
"training_info": {
|
| 171 |
+
"step": 1000,
|
| 172 |
+
"epoch": 1
|
| 173 |
+
},
|
| 174 |
+
"software": {
|
| 175 |
+
"name": "ai-toolkit",
|
| 176 |
+
"repo": "https://github.com/ostris/ai-toolkit",
|
| 177 |
+
"version": "0.10.17"
|
| 178 |
+
},
|
| 179 |
+
"format": "pt",
|
| 180 |
+
"sshs_legacy_hash": "c99177f2",
|
| 181 |
+
"ss_output_name": "Krea2-realism-V1",
|
| 182 |
+
"sshs_model_hash": "8f1a6f8b586e88cbe0beea99cc3163e20fc28e56978e96a3914f3de8041367a0",
|
| 183 |
+
"name": "Krea2-realism-V1",
|
| 184 |
+
"version": "1.0",
|
| 185 |
+
"_sha256": "b77b27a4fe5186d518d6cefdb75a4aa79318cb77ad21b81102a156a6d4889744"
|
| 186 |
+
},
|
| 187 |
+
"civitai": {
|
| 188 |
+
"id": 3066973,
|
| 189 |
+
"modelId": 2728365,
|
| 190 |
+
"name": "Krea2-realism-V1",
|
| 191 |
+
"nsfwLevel": 60,
|
| 192 |
+
"createdAt": "2026-06-24T22:12:21.573Z",
|
| 193 |
+
"updatedAt": "2026-06-24T22:22:20.275Z",
|
| 194 |
+
"status": "Published",
|
| 195 |
+
"publishedAt": "2026-06-24T22:22:20.248Z",
|
| 196 |
+
"trainedWords": [],
|
| 197 |
+
"trainingStatus": null,
|
| 198 |
+
"trainingDetails": null,
|
| 199 |
+
"baseModel": "Krea 2",
|
| 200 |
+
"baseModelType": "Standard",
|
| 201 |
+
"earlyAccessEndsAt": null,
|
| 202 |
+
"earlyAccessConfig": null,
|
| 203 |
+
"description": "<p>Krea 2 LoRA.</p><p>Realistic skin, anatomy, and clothing. This LoRA handles all ethnicities, ages, and body shapes. It works for SFW and NSFW content.</p><p>Weight Guide: 1.0: General purpose. 1.5 to 2.0: NSFW.</p>",
|
| 204 |
+
"uploadType": "Created",
|
| 205 |
+
"usageControl": "Download",
|
| 206 |
+
"licensingFee": 0,
|
| 207 |
+
"air": "urn:air:krea2:lora:civitai:2728365@3066973",
|
| 208 |
+
"stats": {
|
| 209 |
+
"downloadCount": 1765,
|
| 210 |
+
"thumbsUpCount": 86
|
| 211 |
+
},
|
| 212 |
+
"model": {
|
| 213 |
+
"name": "Krea2-realism-V1",
|
| 214 |
+
"type": "LORA",
|
| 215 |
+
"nsfw": true,
|
| 216 |
+
"poi": false
|
| 217 |
+
},
|
| 218 |
+
"files": [
|
| 219 |
+
{
|
| 220 |
+
"id": 2945680,
|
| 221 |
+
"sizeKB": 1525791.2890625,
|
| 222 |
+
"name": "Krea2-realism-V1.safetensors",
|
| 223 |
+
"type": "Model",
|
| 224 |
+
"pickleScanResult": "Success",
|
| 225 |
+
"pickleScanMessage": null,
|
| 226 |
+
"virusScanResult": "Success",
|
| 227 |
+
"virusScanMessage": null,
|
| 228 |
+
"scannedAt": "2026-06-24T22:13:24.867Z",
|
| 229 |
+
"metadata": {
|
| 230 |
+
"format": "SafeTensor",
|
| 231 |
+
"fp": "bf16"
|
| 232 |
+
},
|
| 233 |
+
"hashes": {
|
| 234 |
+
"AutoV1": "A5BD354F",
|
| 235 |
+
"AutoV2": "B77B27A4FE",
|
| 236 |
+
"SHA256": "B77B27A4FE5186D518D6CEFDB75A4AA79318CB77AD21B81102A156A6D4889744",
|
| 237 |
+
"CRC32": "C9FAC78F",
|
| 238 |
+
"BLAKE3": "D50AC0CA319AABF37FE6116FEFC7F4BA8BDE386A8F173410F6CB490E58856764",
|
| 239 |
+
"AutoV3": "8F1A6F8B586E"
|
| 240 |
+
},
|
| 241 |
+
"primary": true,
|
| 242 |
+
"downloadUrl": "https://civitai.com/api/download/models/3066973"
|
| 243 |
+
}
|
| 244 |
+
],
|
| 245 |
+
"images": [
|
| 246 |
+
{
|
| 247 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8a79cd8-7a50-4e3b-b53c-56ffff44b5bb/original=true/134765280.jpeg",
|
| 248 |
+
"nsfwLevel": 2,
|
| 249 |
+
"width": 1088,
|
| 250 |
+
"height": 1856,
|
| 251 |
+
"hash": "USJa[vof%MWU_NogM{WB?cxaxaj[?boft7oy",
|
| 252 |
+
"type": "image",
|
| 253 |
+
"metadata": {
|
| 254 |
+
"hash": "USJa[vof%MWU_NogM{WB?cxaxaj[?boft7oy",
|
| 255 |
+
"size": 3826643,
|
| 256 |
+
"width": 1088,
|
| 257 |
+
"height": 1856
|
| 258 |
+
},
|
| 259 |
+
"minor": false,
|
| 260 |
+
"poi": false,
|
| 261 |
+
"meta": {
|
| 262 |
+
"prompt": "A casual mirror selfie of an East Asian woman in a minimalist, high-end clothing boutique. She\u2019s doing a \"fit check,\" posing with one hand on her waist to show off a tiny white ribbed baby-tee and low-rise baggy grey cargo pants. She has a small designer shoulder bag and is wearing thin silver wire glasses. Her expression is neutral and effortless. The lighting is the bright, sterile white overhead light of the store, reflecting clearly in the massive floor-to-ceiling mirrors and polished concrete floors."
|
| 263 |
+
},
|
| 264 |
+
"availability": "Public",
|
| 265 |
+
"hasMeta": true,
|
| 266 |
+
"hasPositivePrompt": true,
|
| 267 |
+
"onSite": false,
|
| 268 |
+
"remixOfId": null
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abfabef1-b5d2-49f2-8d72-2269f1ab40c5/original=true/134765301.jpeg",
|
| 272 |
+
"nsfwLevel": 4,
|
| 273 |
+
"width": 1088,
|
| 274 |
+
"height": 1856,
|
| 275 |
+
"hash": "UGHBJAm,5k%1Q,9bKiE157E2xaRj~VM{%Mni",
|
| 276 |
+
"type": "image",
|
| 277 |
+
"metadata": {
|
| 278 |
+
"hash": "UGHBJAm,5k%1Q,9bKiE157E2xaRj~VM{%Mni",
|
| 279 |
+
"size": 4139331,
|
| 280 |
+
"width": 1088,
|
| 281 |
+
"height": 1856
|
| 282 |
+
},
|
| 283 |
+
"minor": false,
|
| 284 |
+
"poi": false,
|
| 285 |
+
"meta": {
|
| 286 |
+
"prompt": "A casual selfie taken from the passenger seat of a car during golden hour. The camera is angled slightly from above, looking down. She\u2019s wearing a tight-fitting, low-cut ribbed tank top in cream color, with the seatbelt crossing over her chest. Her skin is glowing from the warm sunset light hitting her face through the window. She has a playful smirk and is looking directly into the lens. The background shows a blurred car interior and a hint of the road outside."
|
| 287 |
+
},
|
| 288 |
+
"availability": "Public",
|
| 289 |
+
"hasMeta": true,
|
| 290 |
+
"hasPositivePrompt": true,
|
| 291 |
+
"onSite": false,
|
| 292 |
+
"remixOfId": null
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9523de3-f52e-477f-a517-a000f29f5557/original=true/134765285.jpeg",
|
| 296 |
+
"nsfwLevel": 8,
|
| 297 |
+
"width": 1088,
|
| 298 |
+
"height": 1856,
|
| 299 |
+
"hash": "U8A]$*_N0LDi?GkDt7xu000K?H?bVr56M{r=",
|
| 300 |
+
"type": "image",
|
| 301 |
+
"metadata": {
|
| 302 |
+
"hash": "U8A]$*_N0LDi?GkDt7xu000K?H?bVr56M{r=",
|
| 303 |
+
"size": 3475878,
|
| 304 |
+
"width": 1088,
|
| 305 |
+
"height": 1856
|
| 306 |
+
},
|
| 307 |
+
"minor": false,
|
| 308 |
+
"poi": false,
|
| 309 |
+
"meta": {
|
| 310 |
+
"prompt": "A high-angle selfie of a curvy Latina woman sitting on the edge of a plush velvet sofa. She is wearing an oversized white button-down shirt that is almost entirely unbuttoned and sliding off her shoulders, barely covering her chest. She\u2019s looking up at the camera with a playful, biting-her-lip expression. The lighting is dim and moody, coming from a single lamp in the corner of the room, creating deep shadows and highlighting the glow of her tan skin."
|
| 311 |
+
},
|
| 312 |
+
"availability": "Public",
|
| 313 |
+
"hasMeta": true,
|
| 314 |
+
"hasPositivePrompt": true,
|
| 315 |
+
"onSite": false,
|
| 316 |
+
"remixOfId": null
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cd82f41-2fbb-4f92-ab0c-cb555708b77e/original=true/134765287.jpeg",
|
| 320 |
+
"nsfwLevel": 8,
|
| 321 |
+
"width": 1088,
|
| 322 |
+
"height": 1856,
|
| 323 |
+
"hash": "UaMG@p%M_N%M?bofWBWBx]RjV@kCRjWBRjof",
|
| 324 |
+
"type": "image",
|
| 325 |
+
"metadata": {
|
| 326 |
+
"hash": "UaMG@p%M_N%M?bofWBWBx]RjV@kCRjWBRjof",
|
| 327 |
+
"size": 3612163,
|
| 328 |
+
"width": 1088,
|
| 329 |
+
"height": 1856
|
| 330 |
+
},
|
| 331 |
+
"minor": false,
|
| 332 |
+
"poi": false,
|
| 333 |
+
"meta": {
|
| 334 |
+
"prompt": "A steamy, candid shot taken through a glass shower door with water droplets clinging to the surface. An East Asian woman is standing inside, her back partially turned to the camera, looking over her shoulder. She is completely nude, but the thick steam and the condensation on the glass create a soft-focus effect that partially obscures her body. Her wet hair is plastered to her neck, and the lighting is the bright, clinical white of a modern bathroom."
|
| 335 |
+
},
|
| 336 |
+
"availability": "Public",
|
| 337 |
+
"hasMeta": true,
|
| 338 |
+
"hasPositivePrompt": true,
|
| 339 |
+
"onSite": false,
|
| 340 |
+
"remixOfId": null
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0cda59f-f964-4f12-8992-c9a87c7b6fc3/original=true/134765289.jpeg",
|
| 344 |
+
"nsfwLevel": 4,
|
| 345 |
+
"width": 1088,
|
| 346 |
+
"height": 1856,
|
| 347 |
+
"hash": "USHeUle-x]Di~qo}ozIA%LWAs:M{%fV@RPRk",
|
| 348 |
+
"type": "image",
|
| 349 |
+
"metadata": {
|
| 350 |
+
"hash": "USHeUle-x]Di~qo}ozIA%LWAs:M{%fV@RPRk",
|
| 351 |
+
"size": 4185584,
|
| 352 |
+
"width": 1088,
|
| 353 |
+
"height": 1856
|
| 354 |
+
},
|
| 355 |
+
"minor": false,
|
| 356 |
+
"poi": false,
|
| 357 |
+
"meta": {
|
| 358 |
+
"prompt": "A candid, close-up shot from a side angle of a mixed-race woman lying on her stomach across a bed with messy grey sheets. She is completely nude, with the sheets draped loosely and haphazardly around her waist, leaving her back and glutes exposed. She is propped up on her elbows, looking directly into the lens with a sleepy, intimate gaze. The lighting is natural and bright from a nearby window, showing realistic skin details like small moles and the texture of the fabric."
|
| 359 |
+
},
|
| 360 |
+
"availability": "Public",
|
| 361 |
+
"hasMeta": true,
|
| 362 |
+
"hasPositivePrompt": true,
|
| 363 |
+
"onSite": false,
|
| 364 |
+
"remixOfId": null
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04a72c89-b88b-4549-8a86-3d8cfdc2c113/original=true/134765298.jpeg",
|
| 368 |
+
"nsfwLevel": 4,
|
| 369 |
+
"width": 1088,
|
| 370 |
+
"height": 1856,
|
| 371 |
+
"hash": "U4Hxc=57yXv~00yD008_01M|IpDiK+^*~V-:",
|
| 372 |
+
"type": "image",
|
| 373 |
+
"metadata": {
|
| 374 |
+
"hash": "U4Hxc=57yXv~00yD008_01M|IpDiK+^*~V-:",
|
| 375 |
+
"size": 3692434,
|
| 376 |
+
"width": 1088,
|
| 377 |
+
"height": 1856
|
| 378 |
+
},
|
| 379 |
+
"minor": false,
|
| 380 |
+
"poi": false,
|
| 381 |
+
"meta": {
|
| 382 |
+
"prompt": "A mirror selfie taken in a brightly lit gym locker room. A woman is posing to show off her physique, standing sideways with one leg slightly bent and her back arched. She\u2019s wearing tight, seamless high-waisted scrunch leggings in a light grey color and a matching tiny sports bra that shows a bit of skin under the bust. She's holding a black iPhone, covering half her face, while her other hand rests on her hip. The background is slightly cluttered with lockers and benches, giving it a real, unpolished feel."
|
| 383 |
+
},
|
| 384 |
+
"availability": "Public",
|
| 385 |
+
"hasMeta": true,
|
| 386 |
+
"hasPositivePrompt": true,
|
| 387 |
+
"onSite": false,
|
| 388 |
+
"remixOfId": null
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2037f6f7-7376-4fe3-b655-6a79ac1db52d/original=true/134765304.jpeg",
|
| 392 |
+
"nsfwLevel": 4,
|
| 393 |
+
"width": 1088,
|
| 394 |
+
"height": 1856,
|
| 395 |
+
"hash": "UPGlFqX:D.Z$KnXoxsW9Eqo~oGoxerR+rss;",
|
| 396 |
+
"type": "image",
|
| 397 |
+
"metadata": {
|
| 398 |
+
"hash": "UPGlFqX:D.Z$KnXoxsW9Eqo~oGoxerR+rss;",
|
| 399 |
+
"size": 3801504,
|
| 400 |
+
"width": 1088,
|
| 401 |
+
"height": 1856
|
| 402 |
+
},
|
| 403 |
+
"minor": false,
|
| 404 |
+
"poi": false,
|
| 405 |
+
"meta": {
|
| 406 |
+
"prompt": "A low-angle photo taken from the perspective of someone sitting on a lounge chair. A woman is leaning over slightly toward the camera, wearing a tiny string bikini in a bright neon color. Her skin is glistening with tanning oil and a few droplets of water. She\u2019s pushing her hair back with one hand and looking down at the lens with a confident expression. The background is a blurred turquoise pool and a bright blue summer sky, with the lighting being harsh, direct midday sun creating high contrast."
|
| 407 |
+
},
|
| 408 |
+
"availability": "Public",
|
| 409 |
+
"hasMeta": true,
|
| 410 |
+
"hasPositivePrompt": true,
|
| 411 |
+
"onSite": false,
|
| 412 |
+
"remixOfId": null
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a446e06d-be24-485b-ad76-c86f47806a86/original=true/134765299.jpeg",
|
| 416 |
+
"nsfwLevel": 2,
|
| 417 |
+
"width": 1088,
|
| 418 |
+
"height": 1856,
|
| 419 |
+
"hash": "UXJa}{~q?b9F_3D%xuM{?bt7WBWBRjRjM{xu",
|
| 420 |
+
"type": "image",
|
| 421 |
+
"metadata": {
|
| 422 |
+
"hash": "UXJa}{~q?b9F_3D%xuM{?bt7WBWBRjRjM{xu",
|
| 423 |
+
"size": 3750120,
|
| 424 |
+
"width": 1088,
|
| 425 |
+
"height": 1856
|
| 426 |
+
},
|
| 427 |
+
"minor": false,
|
| 428 |
+
"poi": false,
|
| 429 |
+
"meta": {
|
| 430 |
+
"prompt": "A casual, close-up shot of a woman leaning against a white bathroom counter. She has a skincare headband on and a bit of moisturizer on her cheeks, looking directly into the lens with a bored, neutral expression. She\u2019s wearing a simple ribbed tank top. The lighting is the harsh, bright white overhead fluorescent light of a bathroom, creating realistic skin textures and slight shadows under the eyes. A few skincare bottles and a toothbrush holder are visible but slightly out of focus on the counter."
|
| 431 |
+
},
|
| 432 |
+
"availability": "Public",
|
| 433 |
+
"hasMeta": true,
|
| 434 |
+
"hasPositivePrompt": true,
|
| 435 |
+
"onSite": false,
|
| 436 |
+
"remixOfId": null
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bd5bc8f-6e61-4f42-883f-0126b31b7dc4/original=true/134765292.jpeg",
|
| 440 |
+
"nsfwLevel": 8,
|
| 441 |
+
"width": 1088,
|
| 442 |
+
"height": 1856,
|
| 443 |
+
"hash": "UXHT${E2~B-U?GV[xat6-oaybI%1xZs:ayWX",
|
| 444 |
+
"type": "image",
|
| 445 |
+
"metadata": {
|
| 446 |
+
"hash": "UXHT${E2~B-U?GV[xat6-oaybI%1xZs:ayWX",
|
| 447 |
+
"size": 4514998,
|
| 448 |
+
"width": 1088,
|
| 449 |
+
"height": 1856
|
| 450 |
+
},
|
| 451 |
+
"minor": false,
|
| 452 |
+
"poi": false,
|
| 453 |
+
"meta": {
|
| 454 |
+
"prompt": "A detailed close-up shot of a woman\u2019s natural, unshaved pubic area. The focus is on the realistic rendering of individual hairs\u2014varying in thickness and curl\u2014and how they grow from the skin. The lighting is side-lit to create depth and shadow between the hairs, showing the contrast against the skin tone. No makeup or airbrushing; the image should show natural skin imperfections and a matte texture."
|
| 455 |
+
},
|
| 456 |
+
"availability": "Public",
|
| 457 |
+
"hasMeta": true,
|
| 458 |
+
"hasPositivePrompt": true,
|
| 459 |
+
"onSite": false,
|
| 460 |
+
"remixOfId": null
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af6bba27-f0c0-47ff-8370-13b5ed9c94fa/original=true/134765288.jpeg",
|
| 464 |
+
"nsfwLevel": 8,
|
| 465 |
+
"width": 1088,
|
| 466 |
+
"height": 1856,
|
| 467 |
+
"hash": "URKTxoDh?bxa~q4nIqofR-niR*NHjFWBxZof",
|
| 468 |
+
"type": "image",
|
| 469 |
+
"metadata": {
|
| 470 |
+
"hash": "URKTxoDh?bxa~q4nIqofR-niR*NHjFWBxZof",
|
| 471 |
+
"size": 3466110,
|
| 472 |
+
"width": 1088,
|
| 473 |
+
"height": 1856
|
| 474 |
+
},
|
| 475 |
+
"minor": false,
|
| 476 |
+
"poi": false,
|
| 477 |
+
"meta": {
|
| 478 |
+
"prompt": "A extreme close-up, macro shot of a woman\u2019s shaved pussy. The focus is on the realistic texture of the skin, showing tiny pores and the slight redness of freshly shaved skin. There is a subtle sheen of moisture. The lighting is soft and diffused, like natural light from a window, creating gentle gradients and avoiding harsh shadows to emphasize the smoothness and delicate folds of the anatomy.\n"
|
| 479 |
+
},
|
| 480 |
+
"availability": "Public",
|
| 481 |
+
"hasMeta": true,
|
| 482 |
+
"hasPositivePrompt": true,
|
| 483 |
+
"onSite": false,
|
| 484 |
+
"remixOfId": null
|
| 485 |
+
}
|
| 486 |
+
],
|
| 487 |
+
"downloadUrl": "https://civitai.com/api/download/models/3066973",
|
| 488 |
+
"_sha256": "b77b27a4fe5186d518d6cefdb75a4aa79318cb77ad21b81102a156a6d4889744",
|
| 489 |
+
"_civitai_api": "https://civitai.com/api/v1/model-versions/by-hash/b77b27a4fe5186d518d6cefdb75a4aa79318cb77ad21b81102a156a6d4889744"
|
| 490 |
+
}
|
| 491 |
+
},
|
| 492 |
+
"trainedWords": [],
|
| 493 |
+
"sha256": "b77b27a4fe5186d518d6cefdb75a4aa79318cb77ad21b81102a156a6d4889744",
|
| 494 |
+
"name": "Krea2-realism-V1 - Krea2-realism-V1",
|
| 495 |
+
"type": "LORA",
|
| 496 |
+
"baseModel": "Krea 2",
|
| 497 |
+
"links": [
|
| 498 |
+
"https://civitai.com/models/2728365?modelVersionId=3066973",
|
| 499 |
+
"https://civitai.com/api/v1/model-versions/by-hash/b77b27a4fe5186d518d6cefdb75a4aa79318cb77ad21b81102a156a6d4889744"
|
| 500 |
+
],
|
| 501 |
+
"hasInfoFile": true
|
| 502 |
+
}
|
models/loras/Krea2-realism-V2.md
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: RudySen
|
| 3 |
+
baseModel: Krea 2
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: CCD3021E
|
| 6 |
+
AutoV2: FB0048CE33
|
| 7 |
+
AutoV3: 039013FC594A
|
| 8 |
+
BLAKE3: 01C693656D4FA3011FB14EA1369BAA12CE36AE62C4241E9E4F53F148180D3FDA
|
| 9 |
+
CRC32: 9F30ABA3
|
| 10 |
+
SHA256: FB0048CE3340ADC2842CCFCC1A9A61A9773B6628B01AE5A2E139CA9C679E715D
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
fp: bf16
|
| 14 |
+
isRequired: false
|
| 15 |
+
modelPage: https://civitai.com/models/2728365?modelVersionId=3090634
|
| 16 |
+
preview:
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf987f52-ae9e-4052-bea1-f9efb97826c9/original=true/135502920.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd72f04-ecda-4090-ae8f-1c9fc1329a3f/original=true/135502921.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e7128b-ba07-4b29-a17b-e335febeaf21/original=true/135502915.jpeg
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0f6aa7f-c61b-47bf-9c3f-2da156590239/original=true/135503149.jpeg
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40936211-52c1-401a-aba6-e528c14cf04e/original=true/135502919.jpeg
|
| 22 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f5717b5-7cef-4d0c-b713-a2dd6e18d925/original=true/135502913.jpeg
|
| 23 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f81ea4b-1c41-4e11-8b05-584032b9456d/original=true/135502916.jpeg
|
| 24 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7625978-7e80-41ac-80ca-66afeca34ff1/original=true/135502918.jpeg
|
| 25 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31e2c3ae-0e9e-479b-b451-3bd21106de67/original=true/135503249.jpeg
|
| 26 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f78b244-357a-4b2d-99f0-cffccf20a39a/original=true/135503248.jpeg
|
| 27 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d8786a5-517b-48cd-aa23-fabc43777a57/original=true/135503250.jpeg
|
| 28 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6af2af0-12ad-46ed-b52c-60c6882d2b14/original=true/135503454.jpeg
|
| 29 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23304e90-5eb0-4569-875e-3c4020d04b8a/original=true/135503451.jpeg
|
| 30 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc8026ae-24d7-4e3b-8860-0b7fb2f218a0/original=true/135504049.jpeg
|
| 31 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a07646fb-93c2-42ab-81dc-9978b2bec27b/original=true/135504050.jpeg
|
| 32 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c560b6fc-23bb-4120-81d4-df91b4ee62cb/original=true/135504051.jpeg
|
| 33 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f77aee81-f83e-4948-8145-d670e480ad32/original=true/135504052.jpeg
|
| 34 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dc0abd6-4579-4714-9f4d-3a69572e3f4d/original=true/135504053.jpeg
|
| 35 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95265205-0a33-45b8-94ff-b5704e0b0647/original=true/135504301.jpeg
|
| 36 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6a61f1e-5897-47c1-b9eb-bf07197e1635/original=true/135504299.jpeg
|
| 37 |
+
website: Civitai
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
# Trigger Words
|
| 41 |
+
|
| 42 |
+
No trigger words
|
| 43 |
+
|
| 44 |
+
# About this version
|
| 45 |
+
|
| 46 |
+
**Headline: V2 is finally here! Things got a little wild (in the best way possible) 🚀**
|
| 47 |
+
|
| 48 |
+
**What's changed?**
|
| 49 |
+
I’ve put a lot of work into making this version feel more "real." You'll notice much better textures, lighting, and composition. I also focused heavily on the faces—no more "death stares!" Everything feels way more natural now. It also plays very nicely with other character LoRAs.
|
| 50 |
+
|
| 51 |
+
**How to prompt:**
|
| 52 |
+
It works with any style, but it really shines when you use **natural language**. Try writing a short paragraph (4–5 sentences) describing the scene. If you have something specific in mind, put it in the prompt; if not, let the LoRA surprise you!
|
| 53 |
+
|
| 54 |
+
You can copy a few of my prompts and give your LLM as reference to produce similar prompts.
|
| 55 |
+
|
| 56 |
+
**Workflow:**
|
| 57 |
+
Easy setup: Use your V1 workflow and just swap out the LoRA.
|
| 58 |
+
|
| 59 |
+
**A note on NSFW:**
|
| 60 |
+
Yes, this version does NSFW! However, since I used a lot of "regular" high-quality photos to fix the skin and expressions, it's a bit more subtle.
|
| 61 |
+
\* **Avoid one-liners** if you're going for NSFW; give it some detail (4–5 sentences) to get the best results.
|
| 62 |
+
\* **Strength:** You can hit **1.0** with a good prompt, but I personally prefer **1.5–2.0** for that extra punch.
|
| 63 |
+
|
| 64 |
+
# Krea2-realism-V1
|
| 65 |
+
|
| 66 |
+
**Headline: V2 is finally here! Things got a little wild (in the best way possible) 🚀**
|
| 67 |
+
|
| 68 |
+
**What's changed?**
|
| 69 |
+
I’ve put a lot of work into making this version feel more "real." You'll notice much better textures, lighting, and composition. I also focused heavily on the faces—no more "death stares!" Everything feels way more natural now. It also plays very nicely with other character LoRAs.
|
| 70 |
+
|
| 71 |
+
**How to prompt:**
|
| 72 |
+
It works with any style, but it really shines when you use **natural language**. Try writing a short paragraph (4–5 sentences) describing the scene. If you have something specific in mind, put it in the prompt; if not, let the LoRA surprise you!
|
| 73 |
+
|
| 74 |
+
You can copy a few of my prompts and give your LLM as reference to produce similar prompts.
|
| 75 |
+
|
| 76 |
+
**Workflow:**
|
| 77 |
+
Easy setup: Use your V1 workflow and just swap out the LoRA.
|
| 78 |
+
|
| 79 |
+
**A note on NSFW:**
|
| 80 |
+
Yes, this version does NSFW! However, since I used a lot of "regular" high-quality photos to fix the skin and expressions, it's a bit more subtle.
|
| 81 |
+
\* **Avoid one-liners** if you're going for NSFW; give it some detail (4–5 sentences) to get the best results.
|
| 82 |
+
\* **Strength:** You can hit **1.0** with a good prompt, but I personally prefer **1.5–2.0** for that extra punch.
|
| 83 |
+
|
| 84 |
+
**V1**
|
| 85 |
+
|
| 86 |
+
Krea 2 LoRA.
|
| 87 |
+
|
| 88 |
+
Realistic skin, anatomy, and clothing. This LoRA handles all ethnicities, ages, and body shapes. It works for SFW and NSFW content.
|
| 89 |
+
|
| 90 |
+
Weight Guide: 1.0: General purpose. 1.5 to 2.0: NSFW.
|
| 91 |
+
|
| 92 |
+
a coffee is appreciated: [**☕**](https://ko-fi.com/rudysen) [**Support me on Ko-fi**.](http://ko-fi.com/rudysen)
|
models/loras/Krea2_HMNSFW_AIO.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2e4988a775e41fd50ba1cb3a68f3b38c094a819e786ab97693f05add331f922
|
| 3 |
+
size 228587200
|
models/loras/MysticXXX_KREA2_v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:504378343980b494d8774b7f13461f8543d9c05a6f3ebc10d0356a4b361d26d4
|
| 3 |
+
size 228587728
|
models/loras/Phone_Photography_2000_KL_9B.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11780491221fbbd31dc86713be83b54bb3d34d6d15d0085262bfd2205973358b
|
| 3 |
+
size 165705592
|
models/loras/Phone_Photography_2000_KL_9B.webp
ADDED
|
Git LFS Details
|
models/loras/Qwen-Image-2512-Lightning-4steps-V1.0-bf16.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: null
|
| 3 |
+
baseModel: Qwen
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: 3EDD3DDC
|
| 6 |
+
AutoV2: DE0D236E54
|
| 7 |
+
AutoV3: C6DA94776E0A
|
| 8 |
+
BLAKE3: 8A171328171EC3B55AE97322EA02B00B96A030A7C10997F52560CA128DB28CEE
|
| 9 |
+
CRC32: 40B45A82
|
| 10 |
+
SHA256: DE0D236E54ECF2C43B32447D13478C6EAE0D361B1FED48C69675B084FA240D87
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
modelPage: https://civitai.com/models/2267786?modelVersionId=2552714
|
| 14 |
+
preview:
|
| 15 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a6d73a3-2dec-4e30-bfe2-0dd03c3684f2/original=true/115838449.jpeg
|
| 16 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be7026c1-0cfa-40c6-b2d0-7dcd1b522ab4/original=true/115838504.jpeg
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e3cbae9-b64d-4a40-9e45-efa2422e7624/original=true/118262594.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d9c52ab-115c-465a-95db-3d2bd79422f4/original=true/118262662.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/994b62b5-4927-4f66-9050-bb4271e0e7bd/original=true/118262732.jpeg
|
| 20 |
+
website: Civitai
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# Trigger Words
|
| 24 |
+
|
| 25 |
+
No trigger words
|
| 26 |
+
|
| 27 |
+
# About this version
|
| 28 |
+
|
| 29 |
+
Qwen-Image-2512-Lightning-4steps-V1.0-bf16
|
| 30 |
+
|
| 31 |
+
# Qwen-Image-2512 Turbo & LightX2V LoRA
|
| 32 |
+
|
| 33 |
+
LightX2v [**HF**](https://huggingface.co/lightx2v) | [**GH**](https://github.com/ModelTC/LightX2V) |
|
| 34 |
+
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
"Qwen-Image-2512-Turbo-LoRA is a **4-steps turbo LoRA for Qwen Image 2512** trained by Wuli Team. This LoRA matches the original model's ouput quality but is over **20x faster"**
|
| 38 |
+
|
| 39 |
+
[**Wuli-art HF**](https://huggingface.co/Wuli-art/Qwen-Image-2512-Turbo-LoRA)
|
models/loras/Qwen-Image-2512-Lightning-4steps-V1.0-bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57f8d63bdfabc74e61ad6e137069e996804fc3af7c6b7895483a0c2f447c2f85
|
| 3 |
+
size 849608296
|
models/loras/Qwen-Image-2512-Lightning-8steps-V1.0-fp32.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f98e28203397d36fe10f1a122d8cb790096f8c5b916d7b1cfe103ae45555fc7
|
| 3 |
+
size 1698951104
|
models/loras/Qwen-Image-2512_LoRa_by-AI_Characters_STYLE_SmartphoneSnapshotPhotoReality_v10_TRIGGER$amtr snapshot photo$.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: AI_Characters
|
| 3 |
+
baseModel: Qwen
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: 71CE8BD8
|
| 6 |
+
AutoV2: 1590201E0A
|
| 7 |
+
AutoV3: C8AE90ECA085
|
| 8 |
+
BLAKE3: 7BFE5B1BDE222E352F61A89436601A56546CCAC462EBC9F687C4A6776B723D9A
|
| 9 |
+
CRC32: A6C597E9
|
| 10 |
+
SHA256: 1590201E0A45305C1FA00DEB6EBDF33DBB4DF5A9DE388283911EB0C5B2C35CB5
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
modelPage: https://civitai.com/models/2384460?modelVersionId=2681332
|
| 14 |
+
preview:
|
| 15 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/887d3b2a-72be-4a89-97d5-261473038979/original=true/120756783.jpeg
|
| 16 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be80d2f7-0c1c-4747-979b-8c26333ee3f4/original=true/120756778.jpeg
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2cc95c4-af2a-4978-bff0-0fd902f50354/original=true/120756771.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8335669a-faa3-4b98-9297-ac37b4ba31e5/original=true/120756785.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b428641a-ef0e-4751-8137-5a4af04979d1/original=true/120756776.jpeg
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d0bfa77-3b0b-491e-a12f-49f94d1fb7a1/original=true/120756781.jpeg
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2593b102-29cb-4991-86cd-6b5e89036cac/original=true/120756784.jpeg
|
| 22 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aebcc79-1e2c-42ee-b009-246e07659262/original=true/120756782.jpeg
|
| 23 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4df92cae-b164-4228-a6eb-3620c271a545/original=true/120756780.jpeg
|
| 24 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4ee6ba8-f0f1-434c-942e-3db15680e048/original=true/120756773.jpeg
|
| 25 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d22e3a4-7661-4ed2-bb45-b2dce05e629d/original=true/120756775.jpeg
|
| 26 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2106f4a3-d64e-4797-b866-b51c31aa8e2e/original=true/120756777.jpeg
|
| 27 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/128d2700-3a5e-4100-a929-cea467cc3862/original=true/120756772.jpeg
|
| 28 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cc7b14a-b0c8-4b86-b744-ef4958c79890/original=true/120756779.jpeg
|
| 29 |
+
website: Civitai
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
# Trigger Words
|
| 33 |
+
|
| 34 |
+
amtr snapshot photo
|
| 35 |
+
|
| 36 |
+
# About this version
|
| 37 |
+
|
| 38 |
+
No description about this version
|
| 39 |
+
|
| 40 |
+
# [Qwen-Image-2512] Smartphone Snapshot Photo Reality [STYLE]
|
| 41 |
+
|
| 42 |
+
***Donations*** ***to my*** [***Patreon***](https://patreon.com/AI_Characters) ***or*** [***Ko-Fi***](https://ko-fi.com/aicharacters) ***help keep my models free for all!***
|
| 43 |
+
|
| 44 |
+
**Trigger Phrase** (must be included in the prompt for the full effect)
|
| 45 |
+
|
| 46 |
+
* *amtr snapshot photo*
|
| 47 |
+
|
| 48 |
+
**Recommended inference settings**
|
| 49 |
+
|
| 50 |
+
* euler/beta, 50 steps, cfg 4, 1.76 megapixel resolution (1328x1328)
|
| 51 |
+
|
| 52 |
+
***Latest version notes and model page updates:***
|
| 53 |
+
|
| 54 |
+
* initial release
|
| 55 |
+
|
| 56 |
+
**LoRa description**
|
| 57 |
+
|
| 58 |
+
This LoRa model was designed to generate images that look like casual snapshot photos taken with a Samsung Galaxy A52 smartphone.
|
| 59 |
+
|
| 60 |
+
**Disclaimer:**
|
| 61 |
+
|
| 62 |
+
*I do not claim to be the current owner, original creator of, person or legal representative of a person depicted in, any of the concepts that my models, including this one, aim to emulate nor the training data used to train this model. I do not claim that any of my models have received an endorsement by those respective individuals. I also do not claim that the emulation attempted by my models represents a 100% accurate depiction of the original concept in question nor do I claim that the quality of my emulation reaches the same quality of the original concept. All credit goes to the respective current owners, original creators, or people and I encourage you to support them in any way you can.*
|
| 63 |
+
|
| 64 |
+
***If you are the current owner, original creator of, person or legal representative of a person depicted in, any of the concepts that any of my models aims to emulate and would like that specific model to be removed, then please leave me a private message here or on Reddit with proof of authenticity of your identity and claim and I will remove it.*** *Additionally, I do* *not* *endorse my models being used to violate the law or enact still legal, but immoral acts such as the spread of misinformation using deep fakes.*
|
models/loras/RLY-thot_shot-KREA2-jada-v1-trigger-rlyjada.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48571563eb1e4d4eddf6131391bc20d449f525730fdeecb74c9263f7412250c1
|
| 3 |
+
size 228587800
|
models/loras/Realism_Engine_Ideogram_V5.md
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: razzz
|
| 3 |
+
baseModel: Other
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: DF439A78
|
| 6 |
+
AutoV2: 1610BE97FE
|
| 7 |
+
AutoV3: 7E3DE390BFC0
|
| 8 |
+
BLAKE3: AFC5EA9B1764552097260EEF1F3EBB0D7426619DE3A032563E8F31D6714B06E4
|
| 9 |
+
CRC32: D25EB241
|
| 10 |
+
SHA256: 1610BE97FE522D196295DF13AB147DA288CFCB861A874A22B21F640C971E05AE
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
isRequired: false
|
| 14 |
+
modelPage: https://civitai.com/models/2688234?modelVersionId=3047310
|
| 15 |
+
preview:
|
| 16 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af5268b-d891-41c4-9a8f-2f87f3931272/original=true/134169230.mp4
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cd9f9f3-b279-4869-b989-140609da55f7/original=true/134200879.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8b624a1-25ac-421e-9fed-20bf0046c1e0/original=true/134171815.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca98bbd1-5df5-494e-a8a7-593b9e95cf52/original=true/134200886.jpeg
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9728fec0-dc80-4cf9-9cd1-6152061c58e8/original=true/134200891.jpeg
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9db45ad-48db-4e92-bc30-2448215ff68f/original=true/134200894.jpeg
|
| 22 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4853e996-36fe-40f8-98c6-54db95bbc66c/original=true/134188523.jpeg
|
| 23 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c10ca1d2-d38a-441e-8da7-67259253ba05/original=true/134200888.jpeg
|
| 24 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7159048-5ec8-4ff8-a8b9-65d7de951e4f/original=true/134200882.jpeg
|
| 25 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bf00d9e-23e0-4f59-85d3-47b4f8685610/original=true/134200890.jpeg
|
| 26 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ae86125-c20f-45fc-b8c8-b6d8a8ec47ed/original=true/134200880.jpeg
|
| 27 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/627d33ba-3eb5-41e7-88e6-6a0a271168bc/original=true/134200887.jpeg
|
| 28 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa664fa-a2c9-4815-8bf7-2b358d6152df/original=true/134200898.jpeg
|
| 29 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac74211d-fa4e-4111-a6dc-daad2ee012d7/original=true/134200893.jpeg
|
| 30 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62929294-7236-452b-97cd-65552f982971/original=true/134200900.jpeg
|
| 31 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a89722ee-9d56-4038-83c4-3000e20fe73e/original=true/134200889.jpeg
|
| 32 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae404a09-9e0e-438a-8e31-369fcc4cd2da/original=true/134200878.jpeg
|
| 33 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d007eb29-0780-47d7-9994-945c7d12f9e5/original=true/134200895.jpeg
|
| 34 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87c646b7-8398-4393-96a4-1ff01ca71bda/original=true/134200881.jpeg
|
| 35 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3a6ae1a-2a93-489d-a498-cdf0fd42e4ce/original=true/134350684.jpeg
|
| 36 |
+
website: Civitai
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
# Trigger Words
|
| 40 |
+
|
| 41 |
+
No trigger words
|
| 42 |
+
|
| 43 |
+
# About this version
|
| 44 |
+
|
| 45 |
+
Mostly fix the issues from V4
|
| 46 |
+
|
| 47 |
+
# Realism Engine Ideogram 4 + Krea 2
|
| 48 |
+
|
| 49 |
+
### **Shameless plug for my deviant art page** [**https://www.deviantart.com/le-razzz**](https://www.deviantart.com/le-razzz) **Follow me there for great Ai video content.** **Realism Engine Krea 2 v2**
|
| 50 |
+
|
| 51 |
+
This version is pretty in line with Ideogram 4 v5 knowledge.
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
Realism Engine Krea 2 v1
|
| 55 |
+
|
| 56 |
+
Due to high demand I decided to do a Krea 2 training. There's probably improvements to be made as I learn the quirks of the model.
|
| 57 |
+
|
| 58 |
+
The gallery represent pretty much what the V1 can do.
|
| 59 |
+
|
| 60 |
+
### V5 it out! It fix a lot of the issues V4 had.
|
| 61 |
+
|
| 62 |
+
**Not many concept added but the previous ones are reinforced.**
|
| 63 |
+
|
| 64 |
+
Better styles, more realism even with euler which make everything faster.
|
| 65 |
+
|
| 66 |
+
The default settings for the Lora's are 0.8 and 0.3-0.5 for the unconditional.
|
| 67 |
+
|
| 68 |
+
If you like a cleaner image you can increase the unconditional value but it might start to look more plastic.
|
| 69 |
+
|
| 70 |
+
**Added concepts:**
|
| 71 |
+
|
| 72 |
+
* sucking breasts
|
| 73 |
+
* deepthroat
|
| 74 |
+
* soaking wet pussy
|
| 75 |
+
|
| 76 |
+
V4. New concepts
|
| 77 |
+
|
| 78 |
+
* no bra pokies
|
| 79 |
+
* anal fisting
|
| 80 |
+
* vaginal fisting
|
| 81 |
+
* big hanging boobs
|
| 82 |
+
* bondage
|
| 83 |
+
* spread pussy
|
| 84 |
+
* futanari
|
| 85 |
+
* anal prolapse
|
| 86 |
+
|
| 87 |
+
**I recommend .7 for the Lora and .3 for unconditional. Euler look more realistic now so you can get faster realistic generation.**
|
| 88 |
+
|
| 89 |
+
V3 add a bunch of sexual position concepts
|
| 90 |
+
|
| 91 |
+
Here's the full list of all the concepts so far:
|
| 92 |
+
* nude woman
|
| 93 |
+
* nude man
|
| 94 |
+
* pov vaginal sex
|
| 95 |
+
* pov doggy style vaginal sex
|
| 96 |
+
* reverse cowgirl vaginal sex
|
| 97 |
+
* sideview doggy style vaginal sex
|
| 98 |
+
* doggy style anal sex
|
| 99 |
+
* pov anal sex
|
| 100 |
+
* reverse cowgirl anal sex
|
| 101 |
+
* pov blowjob
|
| 102 |
+
* blowjob
|
| 103 |
+
* sloppy blowjob
|
| 104 |
+
* handjob
|
| 105 |
+
* titjob
|
| 106 |
+
* vaginal dildo
|
| 107 |
+
* lesbian pussy licking
|
| 108 |
+
* huge natural breasts
|
| 109 |
+
* face cum
|
| 110 |
+
* hairy pussy
|
| 111 |
+
* pussy insertion (name your object)
|
| 112 |
+
* puffy nipples
|
| 113 |
+
* big fake boobs
|
| 114 |
+
* upskirt
|
| 115 |
+
* ass spread
|
| 116 |
+
* creampie
|
| 117 |
+
* gaping pussy
|
| 118 |
+
* gaping anus
|
| 119 |
+
* self fisting
|
| 120 |
+
|
| 121 |
+
Note: There might be a bit of pussy and anus confusion sometime. In that case put a bounding box where the other hole should be.
|
| 122 |
+
|
| 123 |
+
V2 add men and a bunch of new concepts.
|
| 124 |
+
|
| 125 |
+
Don't go higher than .90 or it will start creating bad quality image.
|
| 126 |
+
Keep the steps at 18 instead of 12 as you may get generations error from time to time.
|
| 127 |
+
|
| 128 |
+
Sweet spot is between 0.50-0.90.
|
| 129 |
+
|
| 130 |
+
res\_2s = best definition
|
| 131 |
+
|
| 132 |
+
res\_2m = most realistic and faster than 2s
|
| 133 |
+
|
| 134 |
+
euler = fastest but less realistic
|
| 135 |
+
|
| 136 |
+
<https://huggingface.co/RazzzHF/Realism_Engine_Ideogram_4/resolve/main/rei4_v2_workflow.json>
|
| 137 |
+
|
| 138 |
+
V1 - First RE Ideogram 4 release. Trained on female DS only so far. Male is coming in the next versions.
|
| 139 |
+
|
| 140 |
+
* Sweet spot is between 0.50-0.60. Higher will degrade the quality.
|
| 141 |
+
* MAKE SURE YOU USE JSON PROMPTS.
|
| 142 |
+
* res\_2s res\_2m is recommended.
|
models/loras/SAKLBIG.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
author: FASCIUM
|
| 3 |
+
baseModel: Flux.2 Klein 9B
|
| 4 |
+
hashes:
|
| 5 |
+
AutoV1: '50132465'
|
| 6 |
+
AutoV2: 467A9B9724
|
| 7 |
+
AutoV3: 6DC6F118F8CB
|
| 8 |
+
BLAKE3: 8FF11862A9B384FBFA2AA10E580B3E2E32AB113EE7DD3CC1A9F06F6E673F79C4
|
| 9 |
+
CRC32: 4D67872D
|
| 10 |
+
SHA256: 467A9B97249247CD478204BD81DCB32773D08B16256FE0AEF1A6E84C9B725A98
|
| 11 |
+
metadata:
|
| 12 |
+
format: SafeTensor
|
| 13 |
+
modelPage: https://civitai.com/models/1632416?modelVersionId=2763099
|
| 14 |
+
preview:
|
| 15 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0848f853-5351-488d-92c8-ac647011a1b3/original=true/131990230.jpeg
|
| 16 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a46f409-501f-4229-b005-7cdb814a5b94/original=true/127325531.jpeg
|
| 17 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bfec79b-5105-4f6c-a8ef-bb2451de43a3/original=true/125103837.jpeg
|
| 18 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e062f947-e9a5-43a9-8c98-f57b71ec2a58/original=true/124526913.jpeg
|
| 19 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a486c5b-e9b5-4e05-bb80-a3c38769b934/original=true/123819251.jpeg
|
| 20 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a343df23-45e4-45ba-9562-d27e2abe4110/original=true/123819239.jpeg
|
| 21 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b2c5f59-d532-40c0-b100-6d5e785f2fd4/original=true/123819238.jpeg
|
| 22 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de623657-c11d-4778-b232-360de59bbc9b/original=true/123819248.jpeg
|
| 23 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/808c106e-4785-46ac-adce-f0999010ea95/original=true/123819216.jpeg
|
| 24 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd4333e-1a9f-4f16-83a5-1ee8034d9c05/original=true/123819250.jpeg
|
| 25 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3757b5d5-3f65-41e1-8f20-211f8087d5fe/original=true/123819217.jpeg
|
| 26 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f24f2ded-dae5-4231-ae05-a431160700c8/original=true/123819228.jpeg
|
| 27 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d69231d-4777-4264-bc41-19b88eb0e6d0/original=true/123819231.jpeg
|
| 28 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd37d562-8c77-43c1-80e4-16348a875b17/original=true/123819224.jpeg
|
| 29 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afa00ef5-8e12-4ced-88f4-5a4d376ac19b/original=true/123819236.jpeg
|
| 30 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/551e6517-2589-4482-a52d-1fa18873b182/original=true/123819712.jpeg
|
| 31 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8c60685-7aa0-4fff-aa1a-0bbfadebb4e3/original=true/123820017.jpeg
|
| 32 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1c031ce-eacb-47a5-851e-9b914760b6f5/original=true/123821136.jpeg
|
| 33 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ceb55a1-e892-4e6d-bf8c-2886ca2df186/original=true/123821503.jpeg
|
| 34 |
+
- https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52a68781-dcc8-4397-95e5-d5262a14545d/original=true/123821502.jpeg
|
| 35 |
+
website: Civitai
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
# Trigger Words
|
| 39 |
+
|
| 40 |
+
No trigger words
|
| 41 |
+
|
| 42 |
+
# About this version
|
| 43 |
+
|
| 44 |
+
No description about this version
|
| 45 |
+
|
| 46 |
+
# PHOTOSTYLE BY SEAN ARCHER
|
| 47 |
+
|
| 48 |
+
famous glamour photographer style
|
| 49 |
+
|
| 50 |
+
If you download this model its simply sign of respect to leave tumbs up for my work
|
| 51 |
+
|
| 52 |
+
<https://tensor.art/models/974296191225324785>
|
models/loras/SEXGOD_SexySelfies_Klein9b_v1.safetensors.rgthree-info.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/loras/SEXGOD_SexySelfies_Klein9b_v1.webp
ADDED
|
Git LFS Details
|