Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,65 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
/
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0 # ← please add the real base if known
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
- 3dcg
|
| 7 |
+
- anime
|
| 8 |
+
- realistic
|
| 9 |
+
- liminal
|
| 10 |
+
- interior
|
| 11 |
+
- manga
|
| 12 |
+
- sfw
|
| 13 |
+
- nsfw
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# 3DCG Indoor Character LoRA
|
| 17 |
+
|
| 18 |
+
Creates **3DCG-style female characters** in indoor environments with strong emphasis on:
|
| 19 |
+
|
| 20 |
+
- natural elbow / neck / shoulder posing
|
| 21 |
+
- expressive face close-ups
|
| 22 |
+
- believable hip & torso movement
|
| 23 |
+
- pleasant 3DCG skin rendering (works for both SFW and NSFW)
|
| 24 |
+
|
| 25 |
+
## Strongest styles / vibes
|
| 26 |
+
|
| 27 |
+
- Candid 3DCG animation stills (Drills3D / KawaiiDetectiveEnthusiast style)
|
| 28 |
+
- Modern interior design + depth of field / background blur
|
| 29 |
+
- Liminal / backroom / empty mall aesthetic (Pinterest mood)
|
| 30 |
+
- Manga frame composition — Claymore + Tsutomu Nihei (*BLAME!*) influence
|
| 31 |
+
- Red-carpet / award-event posing (SFW photos of adult industry performers)
|
| 32 |
+
|
| 33 |
+
## Helps fix / compensate for Chroma limitations
|
| 34 |
+
|
| 35 |
+
- Reduces unwanted cartoony / furry 3D look
|
| 36 |
+
- Improves sci-fi aesthetic compatibility
|
| 37 |
+
- Better anatomy on arms, necks, elbows, hips in longer shots
|
| 38 |
+
|
| 39 |
+
## Training details
|
| 40 |
+
|
| 41 |
+
- **Dataset**: ~250 carefully selected 3DCG animation frames
|
| 42 |
+
→ cropped & composed into 4×1 horizontal 1024×1024 tiles
|
| 43 |
+
- **Repeats × Epochs**: 4 repeats × 40 epochs
|
| 44 |
+
- **Network rank / alpha**: 32 / 32
|
| 45 |
+
- **Learning rate**: 0.0035 · cosine scheduler
|
| 46 |
+
- **Trainer**: Kohya_ss (no bucketing)
|
| 47 |
+
- Mostly synthetic data + SFW Pinterest / Flickr reference photos
|
| 48 |
+
|
| 49 |
+
## Ethics & transparency
|
| 50 |
+
|
| 51 |
+
- Cannot reproduce real people (no real-person likenesses)
|
| 52 |
+
- All photographic content used = public SFW images only
|
| 53 |
+
- Training image selection & preparation scripts → included in this repo (Jupyter colab notebooks)
|
| 54 |
+
|
| 55 |
+
## Recommended usage in Chroma
|
| 56 |
+
|
| 57 |
+
```text
|
| 58 |
+
Trigger word(s): 3dcg-girl, 3dcg-style (optional but helps)
|
| 59 |
+
|
| 60 |
+
Best text encoder: t5xxl_fp16.safetensors (especially with long descriptive prompts)
|
| 61 |
+
|
| 62 |
+
Weight range: 0.65 – 0.95 (0.75–0.85 usually sweetest spot)
|
| 63 |
+
|
| 64 |
+
Negative prompt pieces that often help:
|
| 65 |
+
low quality, furry, anthro, cartoon, 2d, flat color, sketch
|