Views
No views yet
juggernautXL_ragnarokBy.safetensors)jck1jackieV1 is a Textual Inversion identity embedding trained on SDXL 1.0 using thejuggernautXL_ragnarokBy.safetensors checkpoint.sdxl_train_textual_inversion.py (kohya_ss / sd-scripts)jck1woman8512 × 512800 (3 epochs, 540 effective images with repeats)2AdamW8bit)5e-4fp16min_bucket_reso = 256, max_bucket_reso = 1024jackieV1-000001.safetensors — checkpoint after epoch 1jackieV1-000002.safetensors — checkpoint after epoch 2jackieV1.safetensors — final embedding (epoch 3, 800 steps).txt files (manual captions)1D:/AI-Hub/kohya_ss/datasets/jackie-ti/
2├── img/
3│ └── 20_woman jck1/
4│ ├── jackie_0010_00001_.png
5│ ├── jackie_0010_00001_.txt
6│ ├── ...
7├── log/
8└── model/
9 ├── jackieV1.safetensors
10 ├── jackieV1-000001.safetensors
11 ├── jackieV1-000002.safetensors
12 └── config_textual_inversion-*.toml
13Each caption contains both the class word and token (e.g., woman jck1 plus scene details).
14
15🚀 Usage
161. Load as Textual Inversion (TI)
17In your SDXL pipeline (A1111, ComfyUI, or another frontend):
18
19Place jackieV1.safetensors in your embeddings / TI folder:
20
21Example (A1111): …/embeddings/jackieV1.safetensors
22
23Example (ComfyUI): ComfyUI/models/embeddings/jackieV1.safetensors
24
25Restart / refresh your UI so the new embedding is detected.
26
272. Prompting
28Use the token jck1 together with a suitable class word:
29
30text
31Copy code
32masterpiece, best quality, portrait of woman jck1, soft studio lighting, 85mm lens, sdxl style
33Examples:
34
35cinematic close-up of woman jck1, dramatic rim light, bokeh background
36
37full-body shot of woman jck1 in leather jacket, nighttime city street, neon lights
38
39woman jck1, casual outfit, sitting on couch, natural daylight, living room
40
41To change style, stack it with style prompts or LoRAs without removing the jck1 token.
42
43⚠️ Limitations & Notes
44Non-photorealistic extremes (very stylized anime, heavy abstraction) may weaken identity lock.
45
46Very wide shots where the face is tiny in frame can lose detail.
47
48Trained specifically on one subject; not intended for general “woman” or crowd scenes.
49
50License and allowed use must match the underlying SDXL / JuggernautXL checkpoint.
51
52Treat this embedding as subject-specific research / creative tool, not a generic commercial model, unless you’ve verified the base model’s terms.
53
54🔄 Versioning
55v1.0 (jackieV1) — initial SDXL textual inversion
56
5727 images, 20 repeats, 800 steps
58
59Target: strong identity lock with flexible styling
60
61Planned future versions:
62
63Possible v1.x updates with more varied poses / lighting
64
65Separate LoRA for pose & outfit control if needed
66
67📣 Contact & Attribution
68Created by BonusLockSMith as part of the GritAI / WTFE local-generation stack.
69
70If you use this embedding in a public project, a simple credit is appreciated:
71
72“Jackie SDXL TI by BonusLockSMith (HuggingFace: BonusLockSMith/jackie-ti)”