IanHancock commited on
Commit
c3b8a6b
·
verified ·
1 Parent(s): c448a6a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: black-forest-labs/FLUX.2-klein-base-9B
4
+ tags:
5
+ - flux
6
+ - flux-2
7
+ - flux-klein
8
+ - lora
9
+ - product-render
10
+ - air-conditioner
11
+ - hvac
12
+ ---
13
+
14
+ # Toshiba AC Wall Unit — Flux 2 Klein 9B LoRA (v7)
15
+
16
+ A LoRA fine-tuned on **FLUX.2-klein-base-9B** to generate consistent commercial product renders of a Toshiba wall-mounted air conditioning unit.
17
+
18
+ ## Usage
19
+
20
+ **Trigger word:** `uctosh_1hvac`
21
+
22
+ **Base model:** `black-forest-labs/FLUX.2-klein-base-9B` (must use Klein 9B, not Dev or Schnell)
23
+
24
+ **Recommended LoRA strength:** 0.5–0.75 (start at 0.65)
25
+
26
+ ### Prompt examples
27
+
28
+ Product render:
29
+ ```
30
+ uctosh_1hvac, a wall-mounted climate unit, louvres closed, front view, product render on white background
31
+ ```
32
+
33
+ Lifestyle scene:
34
+ ```
35
+ uctosh_1hvac, a wall-mounted climate unit, louvres open, mounted high on a white wall in a modern living room, soft natural daylight
36
+ ```
37
+
38
+ Add `no text, no logos, no branding` to suppress text artifacts.
39
+
40
+ ## Training Details
41
+
42
+ | Parameter | Value |
43
+ |---|---|
44
+ | Base Model | FLUX.2-klein-base-9B |
45
+ | Text Encoder | Qwen3 8B (quantized) |
46
+ | Rank | 128 |
47
+ | Alpha | 128 |
48
+ | Steps | 2000 (checkpoint at 1500 selected) |
49
+ | Learning Rate | 9.5e-5 |
50
+ | Optimizer | AdamW8bit |
51
+ | Dataset | 56 images (50 angles + 6 close-ups) |
52
+ | Caption Strategy | Exclusion principle — minimal captions |
53
+ | Toolkit | Ostris AI Toolkit |
54
+ | GPU | NVIDIA L40S 48GB |
55
+
56
+ ## Checkpoint
57
+
58
+ This is the **step 1500** checkpoint — selected as the optimal balance of quality vs overfitting. Steps beyond 1750 showed overfitting (texture bleeding into scene objects).
59
+
60
+ ## fal.ai Inference
61
+
62
+ Use endpoint: `fal-ai/flux-2/klein/9b/base/lora`
63
+
64
+ LoRA URL: `https://huggingface.co/IanHancock/uctosh-1hvac-flux2-klein-9b-lora-v7/resolve/main/toshiba_ac_v7_000001500.safetensors`