Instructions to use kukidevalml/LORAs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kukidevalml/LORAs with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("HuggingFaceH4/zephyr-7b-beta", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kukidevalml/LORAs") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - llama-cpp-python
How to use kukidevalml/LORAs with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="kukidevalml/LORAs", filename="aiorbust/nsfw/Qwen3-4b-Z-Image-Engineer-V4-F16.gguf", )
llm.create_chat_completion( messages = "\"Astronaut riding a horse\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use kukidevalml/LORAs 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 kukidevalml/LORAs:F16 # Run inference directly in the terminal: llama cli -hf kukidevalml/LORAs:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf kukidevalml/LORAs:F16 # Run inference directly in the terminal: llama cli -hf kukidevalml/LORAs:F16
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 kukidevalml/LORAs:F16 # Run inference directly in the terminal: ./llama-cli -hf kukidevalml/LORAs:F16
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 kukidevalml/LORAs:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf kukidevalml/LORAs:F16
Use Docker
docker model run hf.co/kukidevalml/LORAs:F16
- LM Studio
- Jan
- Draw Things
- DiffusionBee
- Ollama
How to use kukidevalml/LORAs with Ollama:
ollama run hf.co/kukidevalml/LORAs:F16
- Unsloth Studio
How to use kukidevalml/LORAs 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 kukidevalml/LORAs 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 kukidevalml/LORAs to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for kukidevalml/LORAs to start chatting
- Pi
How to use kukidevalml/LORAs with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kukidevalml/LORAs:F16
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": "kukidevalml/LORAs:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use kukidevalml/LORAs with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kukidevalml/LORAs:F16
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 kukidevalml/LORAs:F16
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use kukidevalml/LORAs with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kukidevalml/LORAs:F16
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 "kukidevalml/LORAs:F16" \ --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 kukidevalml/LORAs with Docker Model Runner:
docker model run hf.co/kukidevalml/LORAs:F16
- Lemonade
How to use kukidevalml/LORAs with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull kukidevalml/LORAs:F16
Run and chat with the model
lemonade run user.LORAs-F16
List all available models
lemonade list
Commit ·
00fabee
0
Parent(s):
Duplicate from jeremyhola/LORAs
Browse filesCo-authored-by: avatary <jeremyhola@users.noreply.huggingface.co>
This view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +58 -0
- 80082-v1.safetensors +3 -0
- LilyStone/Qwen/Qwen 2512/1000 steps/c63e2bfc-81a8-49cf-91aa-35db836ac539-u2_6f544d75-6144-40cb-ab8c-63644583485e.safetensors +3 -0
- LilyStone/Qwen/Qwen 2512/1000 steps/info.png +3 -0
- LilyStone/Qwen/Qwen 2512/5000 steps/lily-qwen-2512-5000-lora.safetensors +3 -0
- LilyStone/WAN/wan2.2/l1l11.steps-2500.learning_rate-0.0004.lora_rank-32/Archive.zip +3 -0
- LilyStone/WAN/wan2.2/l1l11.steps-2500.learning_rate-0.0004.lora_rank-32/highNoise_l1l11.steps-2500.learning_rate-0.0004.lora_rank-32.safetensors +3 -0
- LilyStone/WAN/wan2.2/l1l11.steps-2500.learning_rate-0.0004.lora_rank-32/lowNoise_l1l11.steps-2500.learning_rate-0.0004.lora_rank-32.safetensors +3 -0
- LilyStone/WAN/wan2.2/l1l11.steps-2500.learning_rate-0.0004.lora_rank-32/notes.md +13 -0
- LilyStone/zImage/blondegirl01_000001500.safetensors +3 -0
- LilyStone/zImage/ostris-ai-toolkit/02-02-26_3-50PM/job-info.json +120 -0
- LilyStone/zImage/ostris-ai-toolkit/02-02-26_3-50PM/lily-ztubo-lora-v1.safetensors +3 -0
- LilyStone/zImage/ostris-ai-toolkit/l1l1-zturbo-v2-3000.safetensors +3 -0
- LilyStone/zImage/ostris-ai-toolkit/l1l1-zturbo-v2-5000.safetensors +3 -0
- LilyStone/zImage/ostris-ai-toolkit/liliy-face-v1.safetensors +3 -0
- LilyStone/zImage/wavespeed-ai:z-image-lora-trainer/l1l11-steps_3000-learning_rate_0.0001-lora_rank_32.safetensors +3 -0
- Nipples.pt +3 -0
- Qwen-Image-2512-Fun-Controlnet-Union-2602.safetensors +3 -0
- Qwen-Image-InstantX-ControlNet-Union.safetensors +3 -0
- Qwen-Image_SmartphoneSnapshotPhotoReality_v4_by-AI_Characters_TRIGGER$amateur photo$.safetensors +3 -0
- Qwen_Snofs_1_3.safetensors +3 -0
- README.md +13 -0
- REAL_HDR.safetensors +3 -0
- TurboPussyZ_v2.safetensors +3 -0
- VnC_beta.safetensors +3 -0
- Z-Breast-Slider.safetensors +3 -0
- Z-Image-Turbo-Fun-Controlnet-Union-2.1-2602-8steps.safetensors +3 -0
- Z-Light-Slider.safetensors +3 -0
- Z-Real-v1.0.safetensors +3 -0
- Zed_Turbo_Lightning.safetensors +3 -0
- aiorbust/nsfw/Qwen3-4b-Z-Image-Engineer-V4-F16.gguf +3 -0
- aiorbust/nsfw/Z-Image-AbliteratedV1.f16.safetensors +3 -0
- aiorbust/nsfw/dmd2_sdxl_4step_lora.safetensors +3 -0
- aiorbust/nsfw/z_image_turbo.safetensors +3 -0
- aiorbust/nsfw/z_image_vae.safetensors +3 -0
- amateur_selfie.safetensors +3 -0
- an3ko-lora-body-aiorbust-v1.safetensors +3 -0
- an3ko-lora-body-aiorbust-v1_000002800.safetensors +3 -0
- an3ko-lora-body-ostris-ai-v1.safetensors +3 -0
- an3ko-lora-ernie-v1.safetensors +3 -0
- an3ko-lora-ernie-v1_000002000.safetensors +3 -0
- ass_slider_klein9b_v12_20260216_080807.safetensors +3 -0
- bbuc.v2.safetensors +3 -0
- blaz-lora-body-v1.safetensors +3 -0
- blaz-lora-body-v1_000002750.safetensors +3 -0
- blaz-lora-body-v2.safetensors +3 -0
- blaz-lora-body-v2_000001750.safetensors +3 -0
- blaz-lora-body-v2_000002250.safetensors +3 -0
- blaz-lora-body-v3.safetensors +3 -0
- blaz-lora-body-v3_000000750.safetensors +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
highNoise_l1l11.steps-2500.learning_rate-0.0004.lora_rank-32 filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
lowNoise_l1l11.steps-2500.learning_rate-0.0004.lora_rank-32 filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
aiorbust/nsfw/Qwen3-4b-Z-Image-Engineer-V4-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
80082-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c79af663664726b3d9825a062d0b50c602e0f90575b3587a1d7fc5470b5f4ebf
|
| 3 |
+
size 170128216
|
LilyStone/Qwen/Qwen 2512/1000 steps/c63e2bfc-81a8-49cf-91aa-35db836ac539-u2_6f544d75-6144-40cb-ab8c-63644583485e.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39e9bc02a5331eea7f5edf441543463b144e6f72a8dfdfd30a220e69cae65693
|
| 3 |
+
size 295241528
|
LilyStone/Qwen/Qwen 2512/1000 steps/info.png
ADDED
|
Git LFS Details
|
LilyStone/Qwen/Qwen 2512/5000 steps/lily-qwen-2512-5000-lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffe635d086d9b1cd8008cc659ea4a1b1cdd633bf03d8badf658ffa14749fd105
|
| 3 |
+
size 94501128
|
LilyStone/WAN/wan2.2/l1l11.steps-2500.learning_rate-0.0004.lora_rank-32/Archive.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:650eb2c23a83a8eda3590696ae0a9b7d801335693ad87b8e4098f35d0e526ac9
|
| 3 |
+
size 565011100
|
LilyStone/WAN/wan2.2/l1l11.steps-2500.learning_rate-0.0004.lora_rank-32/highNoise_l1l11.steps-2500.learning_rate-0.0004.lora_rank-32.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59b6a5c0bbf2bafe277e6370adbfc6975546e949e46c9f455c6a37e16cad500c
|
| 3 |
+
size 306847448
|
LilyStone/WAN/wan2.2/l1l11.steps-2500.learning_rate-0.0004.lora_rank-32/lowNoise_l1l11.steps-2500.learning_rate-0.0004.lora_rank-32.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f859852c9951b3728e68bfa791f16797760233d2442feacc1671298c367a538a
|
| 3 |
+
size 306847448
|
LilyStone/WAN/wan2.2/l1l11.steps-2500.learning_rate-0.0004.lora_rank-32/notes.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Lily Lora - Wan 2.2
|
| 2 |
+
|
| 3 |
+
Trained with https://wavespeed.ai/models/wavespeed-ai/wan-2.2-image-lora-trainer
|
| 4 |
+
|
| 5 |
+
https://wavespeed.ai/predictions/494e5db8f1604aaf9ecadf17ab7df72c?model_uuid=&status=all&start_time=&end_time=
|
| 6 |
+
|
| 7 |
+
## High Noise Lora
|
| 8 |
+
|
| 9 |
+
https://d2p7pge43lyniu.cloudfront.net/output/8d22ef3d-2c9c-4e9e-95f3-2b0b49e7e6a5-u2_t2v_A14B_separate_high_noise_lora_5d10fdfb-243f-42dc-8db3-80790fc0b803.safetensors
|
| 10 |
+
|
| 11 |
+
## Low Noise Lora
|
| 12 |
+
|
| 13 |
+
https://d2p7pge43lyniu.cloudfront.net/output/8d22ef3d-2c9c-4e9e-95f3-2b0b49e7e6a5-u2_t2v_A14B_separate_low_noise_lora_e8caeeb2-8471-4a4f-a2a2-22df4ca6c3c7.safetensors
|
LilyStone/zImage/blondegirl01_000001500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e04e137b60025d4f24740a6963505f3d78cc21fd40f06f2038340c0c56cb11
|
| 3 |
+
size 170128288
|
LilyStone/zImage/ostris-ai-toolkit/02-02-26_3-50PM/job-info.json
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
job: "extension"
|
| 3 |
+
config:
|
| 4 |
+
name: "lily-ztubo-lora-v1"
|
| 5 |
+
process:
|
| 6 |
+
- type: "diffusion_trainer"
|
| 7 |
+
training_folder: "/app/ai-toolkit/output"
|
| 8 |
+
sqlite_db_path: "./aitk_db.db"
|
| 9 |
+
device: "cuda"
|
| 10 |
+
trigger_word: null
|
| 11 |
+
performance_log_every: 10
|
| 12 |
+
network:
|
| 13 |
+
type: "lora"
|
| 14 |
+
linear: 32
|
| 15 |
+
linear_alpha: 32
|
| 16 |
+
conv: 16
|
| 17 |
+
conv_alpha: 16
|
| 18 |
+
lokr_full_rank: true
|
| 19 |
+
lokr_factor: -1
|
| 20 |
+
network_kwargs:
|
| 21 |
+
ignore_if_contains: []
|
| 22 |
+
save:
|
| 23 |
+
dtype: "bf16"
|
| 24 |
+
save_every: 250
|
| 25 |
+
max_step_saves_to_keep: 4
|
| 26 |
+
save_format: "diffusers"
|
| 27 |
+
push_to_hub: false
|
| 28 |
+
datasets:
|
| 29 |
+
- folder_path: "/app/ai-toolkit/datasets/lily"
|
| 30 |
+
mask_path: null
|
| 31 |
+
mask_min_value: 0.1
|
| 32 |
+
default_caption: ""
|
| 33 |
+
caption_ext: "txt"
|
| 34 |
+
caption_dropout_rate: 0.05
|
| 35 |
+
cache_latents_to_disk: false
|
| 36 |
+
is_reg: false
|
| 37 |
+
network_weight: 1
|
| 38 |
+
resolution:
|
| 39 |
+
- 512
|
| 40 |
+
- 768
|
| 41 |
+
- 1024
|
| 42 |
+
controls: []
|
| 43 |
+
shrink_video_to_frames: true
|
| 44 |
+
num_frames: 1
|
| 45 |
+
flip_x: false
|
| 46 |
+
flip_y: false
|
| 47 |
+
num_repeats: 1
|
| 48 |
+
train:
|
| 49 |
+
batch_size: 1
|
| 50 |
+
bypass_guidance_embedding: false
|
| 51 |
+
steps: 5000
|
| 52 |
+
gradient_accumulation: 1
|
| 53 |
+
train_unet: true
|
| 54 |
+
train_text_encoder: false
|
| 55 |
+
gradient_checkpointing: true
|
| 56 |
+
noise_scheduler: "flowmatch"
|
| 57 |
+
optimizer: "adamw8bit"
|
| 58 |
+
timestep_type: "weighted"
|
| 59 |
+
content_or_style: "balanced"
|
| 60 |
+
optimizer_params:
|
| 61 |
+
weight_decay: 0.0001
|
| 62 |
+
unload_text_encoder: false
|
| 63 |
+
cache_text_embeddings: true
|
| 64 |
+
lr: 0.0001
|
| 65 |
+
ema_config:
|
| 66 |
+
use_ema: false
|
| 67 |
+
ema_decay: 0.99
|
| 68 |
+
skip_first_sample: false
|
| 69 |
+
force_first_sample: false
|
| 70 |
+
disable_sampling: false
|
| 71 |
+
dtype: "bf16"
|
| 72 |
+
diff_output_preservation: false
|
| 73 |
+
diff_output_preservation_multiplier: 1
|
| 74 |
+
diff_output_preservation_class: "person"
|
| 75 |
+
switch_boundary_every: 1
|
| 76 |
+
loss_type: "mse"
|
| 77 |
+
do_differential_guidance: true
|
| 78 |
+
differential_guidance_scale: 3
|
| 79 |
+
logging:
|
| 80 |
+
log_every: 1
|
| 81 |
+
use_ui_logger: true
|
| 82 |
+
model:
|
| 83 |
+
name_or_path: "Tongyi-MAI/Z-Image-Turbo"
|
| 84 |
+
quantize: true
|
| 85 |
+
qtype: "qfloat8"
|
| 86 |
+
quantize_te: true
|
| 87 |
+
qtype_te: "qfloat8"
|
| 88 |
+
arch: "zimage:turbo"
|
| 89 |
+
low_vram: true
|
| 90 |
+
model_kwargs: {}
|
| 91 |
+
layer_offloading: false
|
| 92 |
+
layer_offloading_text_encoder_percent: 1
|
| 93 |
+
layer_offloading_transformer_percent: 1
|
| 94 |
+
assistant_lora_path: "ostris/zimage_turbo_training_adapter/zimage_turbo_training_adapter_v2.safetensors"
|
| 95 |
+
sample:
|
| 96 |
+
sampler: "flowmatch"
|
| 97 |
+
sample_every: 250
|
| 98 |
+
width: 1024
|
| 99 |
+
height: 1024
|
| 100 |
+
samples:
|
| 101 |
+
- prompt: "woman with red hair, playing chess at the park, bomb going off in the background"
|
| 102 |
+
- prompt: "a woman holding a coffee cup, in a beanie, sitting at a cafe"
|
| 103 |
+
- prompt: "a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini"
|
| 104 |
+
- prompt: "a man showing off his cool new t shirt at the beach, a shark is jumping out of the water in the background"
|
| 105 |
+
- prompt: "a bear building a log cabin in the snow covered mountains"
|
| 106 |
+
- prompt: "woman playing the guitar, on stage, singing a song, laser lights, punk rocker"
|
| 107 |
+
- prompt: "hipster man with a beard, building a chair, in a wood shop"
|
| 108 |
+
- prompt: "photo of a man, white background, medium shot, modeling clothing, studio lighting, white backdrop"
|
| 109 |
+
- prompt: "a man holding a sign that says, 'this is a sign'"
|
| 110 |
+
- prompt: "a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket, in a desert, with a motorcycle"
|
| 111 |
+
neg: ""
|
| 112 |
+
seed: 42
|
| 113 |
+
walk_seed: true
|
| 114 |
+
guidance_scale: 1
|
| 115 |
+
sample_steps: 8
|
| 116 |
+
num_frames: 1
|
| 117 |
+
fps: 1
|
| 118 |
+
meta:
|
| 119 |
+
name: "[name]"
|
| 120 |
+
version: "1.0"
|
LilyStone/zImage/ostris-ai-toolkit/02-02-26_3-50PM/lily-ztubo-lora-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e56e840f1f75e41326e4b57908963a698ede9a1ddc81d82b9e1de216b7858a1f
|
| 3 |
+
size 170128232
|
LilyStone/zImage/ostris-ai-toolkit/l1l1-zturbo-v2-3000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83113f7a7e45c493b120c0d0606e3f0508ce13ec76d4e73eb30d2d02de0cbc16
|
| 3 |
+
size 170128224
|
LilyStone/zImage/ostris-ai-toolkit/l1l1-zturbo-v2-5000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:356ee8cf227e3f0e8ae768e3e87b8d13079529c6142cf1ae4f852979e1259837
|
| 3 |
+
size 170128240
|
LilyStone/zImage/ostris-ai-toolkit/liliy-face-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b02a765b70ce825887b74b2dd090dcdeb9333143d17a894a339c8f3a1dd98cdd
|
| 3 |
+
size 42602176
|
LilyStone/zImage/wavespeed-ai:z-image-lora-trainer/l1l11-steps_3000-learning_rate_0.0001-lora_rank_32.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c563b9b4cf293f2259ae212d1015ffbdc04c8ef71bac11ef5ff9ee7eb89e7bd5
|
| 3 |
+
size 170127808
|
Nipples.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67e04f8d23cb3e56f94a2b892657e500184a9cceabd7cfad2adeb313c19c5b5c
|
| 3 |
+
size 36613559
|
Qwen-Image-2512-Fun-Controlnet-Union-2602.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d1ac366efaa27dec070b3a8ebe9a41b5ebc567913dee71ed992e7032f66dc37
|
| 3 |
+
size 3512432536
|
Qwen-Image-InstantX-ControlNet-Union.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d51dca0073366a675108d5b83c3b7ef941cf2214c9a1c95c23f1e9a228ddbdb0
|
| 3 |
+
size 3536027816
|
Qwen-Image_SmartphoneSnapshotPhotoReality_v4_by-AI_Characters_TRIGGER$amateur photo$.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a1edf3b655a86709474f2ee9f2a5b398302dbcec1b8a5ffcf5d2360e31547d5
|
| 3 |
+
size 295144616
|
Qwen_Snofs_1_3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a34f57bdb5333b884db997a9b74b2ba740b5a8344b750c6b8cb75a35088cee7
|
| 3 |
+
size 613841472
|
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
base_model: 'HuggingFaceH4/zephyr-7b-beta'
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Loras
|
| 12 |
+
|
| 13 |
+
This directory contains LoRA models fine-tuned on various datasets using the Diffusers LoRA Trainer
|
REAL_HDR.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85095ea670ad6b60e9d4b9c04a73d2598710ee6c92b794bb708a8d688b41117b
|
| 3 |
+
size 700395928
|
TurboPussyZ_v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99b27149630e2f916cc795f5cedd0594d4fdbec8bc00b78e8ac34e1da2bc9fee
|
| 3 |
+
size 170128280
|
VnC_beta.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2779081c2683299d8e9b1d57f33fba372954a468ab4a279caad072dc189ff2
|
| 3 |
+
size 228465252
|
Z-Breast-Slider.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c50ee822a95fe898ee68e9eb432452de1718de7887a6ccbc23d38872eee7609
|
| 3 |
+
size 21319240
|
Z-Image-Turbo-Fun-Controlnet-Union-2.1-2602-8steps.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1251cc7bc3486bc61d25c3be498ef394c31c85ddf4ee9137d2e933411f4a689
|
| 3 |
+
size 6712485600
|
Z-Light-Slider.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d450642638039bad6172031268df138dbba1faf43ff43094d52ac1c0c45c816
|
| 3 |
+
size 876696
|
Z-Real-v1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:924bb750f20e1b8465f6017198caad337be622620507ce37eb527c7817d1fa39
|
| 3 |
+
size 935878872
|
Zed_Turbo_Lightning.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e1a72dffdb9671c182f35aa9570dc9f2e07d0f428d951deac921c53aac88a89
|
| 3 |
+
size 35180808
|
aiorbust/nsfw/Qwen3-4b-Z-Image-Engineer-V4-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65478d4f3c0a14da58c5a07bc5ca13c7c40518b627fbdeb8fdee787405ac4014
|
| 3 |
+
size 8051284800
|
aiorbust/nsfw/Z-Image-AbliteratedV1.f16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f09741f977f52862e563e01ba42bf61f54f74da7109d930d57357a779d56381
|
| 3 |
+
size 8044982080
|
aiorbust/nsfw/dmd2_sdxl_4step_lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a374289e9446d7f14d2037c4b3770756b7b52c292142a691377c3c755010a1bb
|
| 3 |
+
size 787359616
|
aiorbust/nsfw/z_image_turbo.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2407613050b809ffdff18a4ac99af83ea6b95443ecebdf80e064a79c825574a6
|
| 3 |
+
size 12309866400
|
aiorbust/nsfw/z_image_vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38
|
| 3 |
+
size 335304388
|
amateur_selfie.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62236ba758df7077630e19e0b3469e1e8e5370f7a859184a80cf8ca2c5bf5148
|
| 3 |
+
size 165704384
|
an3ko-lora-body-aiorbust-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61ee21197a95400ee286556304f02f634ba5fd94c17e1f03a4aab1a75eb88da7
|
| 3 |
+
size 170128256
|
an3ko-lora-body-aiorbust-v1_000002800.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85de86a3eb7d45ab30d690b2c58648fb801e7edc2f996db719e29f5ed285620
|
| 3 |
+
size 170128256
|
an3ko-lora-body-ostris-ai-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae0411bb75fd2a8ff18cec56568e460576c19dfbd547c5c0fc77844ce25e89ae
|
| 3 |
+
size 170128256
|
an3ko-lora-ernie-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd8f7738696d741370d547a7b83656fcbd241088242bda8b5f30cacff4e396fc
|
| 3 |
+
size 188809952
|
an3ko-lora-ernie-v1_000002000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c578940d47e963a66027dca3d28d8730f6026b731b05b35edafed5f16d970b4
|
| 3 |
+
size 188809952
|
ass_slider_klein9b_v12_20260216_080807.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:330d62e98d9c9bc06dac1bea411c5b178346764ebf034c3e0f88d73a791ecb6a
|
| 3 |
+
size 330688
|
bbuc.v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:896dbf66a2caa9424306088bb0f030db7d0ba9466dec92b36188e40a912169d4
|
| 3 |
+
size 228462124
|
blaz-lora-body-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19aa15bd85913dd52bbd21788cee9c526ff6104a1b49a225034bbf023a65486e
|
| 3 |
+
size 165704392
|
blaz-lora-body-v1_000002750.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e1ca833561cf1edaa6a822565979e1a00609cef4ebbdd0b9308e4adb86b8b8e
|
| 3 |
+
size 165704392
|
blaz-lora-body-v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:159c942f5dc6784fd5ec92700a2eb330a5748dc46b1d5a18401e58098561e9ff
|
| 3 |
+
size 165704392
|
blaz-lora-body-v2_000001750.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d4c16a86791870504fcc3ccecee48e80b0644129dca19865ec264ae837fcbf2
|
| 3 |
+
size 165704392
|
blaz-lora-body-v2_000002250.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:948c340bbb0670582a39c6f246deb310f6a954c972a378c33c046b9c0627fb41
|
| 3 |
+
size 165704392
|
blaz-lora-body-v3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c448993f824ed8db449d6208fd31d9b4a73a6762eec8ff267fa9844b93512c60
|
| 3 |
+
size 170128232
|
blaz-lora-body-v3_000000750.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32a5da8383ff92edad0a8e051c07e2505c63fd435a0213f68f774e4ebf8e0fe4
|
| 3 |
+
size 170128232
|