questcoast commited on
Commit
1c90ca4
1 Parent(s): 4810002

Update README

Browse files
README.md CHANGED
@@ -4,33 +4,88 @@ license: creativeml-openrail-m
4
 
5
  DreamBooth fine-tuned Stable Diffusion v1.5 model.
6
 
7
- Use token `clone wars style` for the overall style.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  <details>
10
 
11
- <summary>Click me</summary>
 
 
 
 
 
 
 
12
 
13
- ```
14
- hello world
15
- ```
 
 
 
 
16
 
17
  </details>
18
 
19
- The model trained to recognize the following characters. Use the full character name as prompt token:
20
 
21
- * `ahsoka tano`
22
- * `anakin skywalker`
23
- * `bo-katan`
24
- * `captain rex`
25
- * `count dooku`
26
- * `darth maul`
27
- * `mace windu`
28
- * `obi-wan kenobi`
29
- * `padme amidala`
30
- * `palpatine`
31
- * `yoda`
32
 
33
- You don't need to add style token if character token is used.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
  ## License
36
 
 
4
 
5
  DreamBooth fine-tuned Stable Diffusion v1.5 model.
6
 
7
+ Use token **_clone wars style_** for the overall style.
8
+
9
+ The model trained to recognize the following characters. Use character name as prompt token:
10
+
11
+ * **_ahsoka tano_**
12
+ * **_anakin skywalker_**
13
+ * **_bo-katan_**
14
+ * **_captain rex_**
15
+ * **_count dooku_**
16
+ * **_darth maul_**
17
+ * **_mace windu_**
18
+ * **_obi-wan kenobi_**
19
+ * **_padme amidala_**
20
+ * **_palpatine_**
21
+ * **_yoda_**
22
+
23
+ You don't need to add style token if character token is used.
24
+
25
+ ## Prompt Samples
26
+
27
+ Click to expand:
28
 
29
  <details>
30
 
31
+ <summary>Ahsoka Tano</summary>
32
+
33
+ Prompt: `ahsoka tano in glasses wearing dress sitting on a chair`
34
+ Steps: 30, Sampler: Euler, CFG scale: 5, Seed: 4066073909, Size: 512x512
35
+
36
+ ![ahsoka-1](images/ahsoka-1.png)
37
+
38
+ ---
39
 
40
+ Prompt: `a realistic photo a woman as [ahsoka tano : 4]`
41
+ Negative prompt: `clone wars style, cartoon, 3d render, anime, 3d animation, 3d game`
42
+ Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 1721324089, Size: 512x512
43
+
44
+ ![ahsoka-2](images/ahsoka-2.png)
45
+
46
+ ---
47
 
48
  </details>
49
 
50
+ <details>
51
 
52
+ <summary>Anakin Skywalker</summary>
 
 
 
 
 
 
 
 
 
 
53
 
54
+ Prompt: `portrait of smiling anakin skywalker in a cowboy hat with a beard`
55
+ Steps: 30, Sampler: Euler a, CFG scale: 3, Seed: 4147078052, Size: 512x512
56
+
57
+ ![anakin-1](images/anakin-1.png)
58
+
59
+ ---
60
+
61
+ Prompt: `portrait of [[anakin skywalker]], (beautiful curly hair), high detail, illustration by greg rutkowski`
62
+ Steps: 30, Sampler: Euler, CFG scale: 3, Seed: 357046052, Size: 512x512
63
+
64
+ ![anakin-2](images/anakin-2.png)
65
+
66
+ ---
67
+
68
+ </details>
69
+
70
+ <details>
71
+
72
+ <summary>Bo-Katan</summary>
73
+
74
+ Prompt: `[bo-katan : 4] laughing (in a top hat)`
75
+ Steps: 30, Sampler: Euler, CFG scale: 7, Seed: 1530576893, Size: 512x512
76
+
77
+ ![bo-katan-2](images/bo-katan-2.png)
78
+
79
+ ---
80
+
81
+ Prompt: `[bo-katan : 9], smiling with pink hair and and in a blue dress`
82
+ Steps: 30, Sampler: Euler, CFG scale: 5, Seed: 3605723330, Size: 512x512
83
+
84
+ ![bo-katan-1](images/bo-katan-1.png)
85
+
86
+ ---
87
+
88
+ </details>
89
 
90
  ## License
91
 
images/ahsoka-1.png ADDED
images/ahsoka-2.png ADDED
images/anakin-1.png ADDED
images/anakin-2.png ADDED
images/bo-katan-1.png ADDED
images/bo-katan-2.png ADDED