developer-lunark commited on
Commit
14a0d78
·
verified ·
1 Parent(s): 2d838a7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - lora
5
+ - style-transfer
6
+ - somboy
7
+ - zimage
8
+ - anime
9
+ - 2.5d
10
+ ---
11
+
12
+ # SomBoy Style LoRA for Z-Image
13
+
14
+ Style LoRA trained to transfer the **SomBoy v2.5** art style (2.5D anime aesthetic from CivitAI) to Z-Image.
15
+
16
+ ## Trigger Word
17
+
18
+ ```
19
+ somboy_2d5
20
+ ```
21
+
22
+ ## Usage
23
+
24
+ Use the trigger word `somboy_2d5` in your prompt to activate the style.
25
+
26
+ Example prompts:
27
+ - `1girl, portrait, long black hair, soft lighting, in the style of somboy_2d5`
28
+ - `1boy, casual outfit, modern aesthetic, in the style of somboy_2d5`
29
+
30
+ ## Sample Images
31
+
32
+ ![Sample 1](samples/sample_01.png)
33
+
34
+ ![Sample 2](samples/sample_02.png)
35
+
36
+ ![Sample 3](samples/sample_03.png)
37
+
38
+ ![Sample 4](samples/sample_04.png)
39
+
40
+ ![Sample 5](samples/sample_05.png)
41
+
42
+ ![Sample 6](samples/sample_06.png)
43
+
44
+ ![Sample 7](samples/sample_07.png)
45
+
46
+ ![Sample 8](samples/sample_08.png)
47
+
48
+ ![Sample 9](samples/sample_09.png)
49
+
50
+ ![Sample 10](samples/sample_10.png)
51
+
52
+ ## Training Details
53
+
54
+ - **Base Model**: Z-Image
55
+ - **Training Steps**: 3000
56
+ - **Learning Rate**: 1e-4
57
+ - **Network Dim**: 32
58
+ - **Dataset**: 60 images generated with SomBoy v2.5 checkpoint
59
+
60
+ ## License
61
+
62
+ Apache 2.0