Doctor-Shotgun commited on
Commit
73c10b3
1 Parent(s): 650d65e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -8
README.md CHANGED
@@ -2,12 +2,14 @@
2
  license: creativeml-openrail-m
3
  pipeline_tag: text-to-image
4
  ---
5
- # Doctor Shotgun's LoRAs
6
 
7
- This repository will serve as a location for uploading my personal LoRAs and Dreambooth models.
8
 
9
  Check out some of my AI-generated works on Pixiv: https://www.pixiv.net/en/users/90447503
10
 
 
 
11
  # Model Description and Usage
12
 
13
  What is a LoRA? https://github.com/cloneofsimo/lora
@@ -18,9 +20,9 @@ e1-e5 represent training length in number of epochs. You may need to lower the n
18
 
19
  Automatic1111's WebUI now has native LoRA support. Install them in .\stable-diffusion-webui\models\Lora\ and activate them by prompting \<lora:name_of_your_lora:network_weight\>
20
 
21
- If you are on an older version, you will need to use the additional networks extension to load LoRAs: https://github.com/kohya-ss/sd-webui-additional-networks
22
 
23
- If the LoRAs seem to not work, make sure you have updated to the latest version of Automatic1111's WebUI and additional networks extension.
24
 
25
  # Training Details
26
 
@@ -30,15 +32,25 @@ https://github.com/bmaltais/kohya_ss
30
 
31
  https://github.com/kohya-ss/sd-scripts
32
 
33
- Using ACertainty as a base model:
34
 
35
  https://huggingface.co/JosephusCheung/ACertainty
36
 
37
- Preview images generated using a modified Corneo's 7th Heaven Mix:
 
 
 
 
38
 
39
- https://civitai.com/models/4669/corneos-7th-heaven-mix
40
 
41
  # Table of Contents
 
 
 
 
 
 
42
  Persona 5
43
  - [Ann Takamaki](#ann-takamaki)
44
  - [Futaba Sakura](#futaba-sakura)
@@ -46,45 +58,137 @@ Persona 5
46
  - [Joker (Ren Amamiya)](#joker)
47
  - [Kasumi Yoshizawa](#kasumi-yoshizawa)
48
  - [Makoto Niijima](#makoto-niijima)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  # Ann Takamaki
51
 
52
  Trigger Word: dsann
53
 
 
 
54
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/ann01.png" width="240" height="320" alt=”ann01”>
55
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/ann02.png" width="256" height="256" alt=”ann02”>
 
 
56
 
57
  # Futaba Sakura
58
 
59
  Trigger Word: dsfutaba
60
 
 
 
61
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/futaba01.png" width="320" height="240" alt=”futaba01”>
62
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/futaba02.png" width="240" height="320" alt=”futaba02”>
 
 
63
 
64
  # Haru Okumura
65
 
66
  Trigger Word: dsharu
67
 
 
 
68
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/haru01.png" width="240" height="320" alt=”haru01”>
69
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/haru02.png" width="320" height="240" alt=”haru02”>
 
 
70
 
71
  # Joker
72
 
73
  Trigger Word: dsjoker
74
 
 
 
75
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/joker01.png" width="240" height="320" alt=”joker01”>
76
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/joker02.png" width="320" height="240" alt=”joker02”>
 
 
77
 
78
  # Kasumi Yoshizawa
79
 
80
  Trigger Word: dskasumi
81
 
 
 
82
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/kasumi01.png" width="240" height="320" alt=”kasumi01”>
83
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/kasumi02.png" width="240" height="320" alt=”kasumi02”>
 
 
84
 
85
  # Makoto Niijima
86
 
87
  Trigger Word: dsmakoto
88
 
 
 
89
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/makoto01.png" width="320" height="240" alt=”makoto01”>
90
- <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/makoto02.png" width="320" height="240" alt=”makoto02”>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: creativeml-openrail-m
3
  pipeline_tag: text-to-image
4
  ---
5
+ # Doctor Shotgun's Networks
6
 
7
+ This repository will serve as a location for uploading my personal LoRAs, LyCORIS, and Dreambooth models.
8
 
9
  Check out some of my AI-generated works on Pixiv: https://www.pixiv.net/en/users/90447503
10
 
11
+ CivitAI mirror: https://civitai.com/user/DocShotgun/models
12
+
13
  # Model Description and Usage
14
 
15
  What is a LoRA? https://github.com/cloneofsimo/lora
 
20
 
21
  Automatic1111's WebUI now has native LoRA support. Install them in .\stable-diffusion-webui\models\Lora\ and activate them by prompting \<lora:name_of_your_lora:network_weight\>
22
 
23
+ For LyCORIS models, Kohaku's extension is required for use: https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris
24
 
25
+ LyCORIS files are placed in .\stable-diffusion-webui\models\LyCORIS\ and activated with \<lyco:name_of_your_lycoris:network_weight\>
26
 
27
  # Training Details
28
 
 
32
 
33
  https://github.com/kohya-ss/sd-scripts
34
 
35
+ Original LoRAs trained using ACertainty as a base model:
36
 
37
  https://huggingface.co/JosephusCheung/ACertainty
38
 
39
+ LyCORIS models trained using NAI as a base model.
40
+
41
+ Image generation data including base model information available in PNG metadata.
42
+
43
+ Kohaku's extension is required for training LyCORIS models:
44
 
45
+ https://github.com/KohakuBlueleaf/LyCORIS
46
 
47
  # Table of Contents
48
+ Epic Seven
49
+ - [Angel of Light Angelica](#angel-of-light-angelica)
50
+ - [Politis](#politis)
51
+ - [Specter Tenebria (Dark Tyrant)](#specter-tenebria-dark-tyrant)
52
+ - [Top Model Luluca](#top-model-luluca)
53
+
54
  Persona 5
55
  - [Ann Takamaki](#ann-takamaki)
56
  - [Futaba Sakura](#futaba-sakura)
 
58
  - [Joker (Ren Amamiya)](#joker)
59
  - [Kasumi Yoshizawa](#kasumi-yoshizawa)
60
  - [Makoto Niijima](#makoto-niijima)
61
+ - [Ryuuji Sakamoto](#ryuuji-sakamoto)
62
+
63
+ Tales of Series
64
+ - [Edna](#edna)
65
+ - [Symonne](#symonne)
66
+
67
+ # Angel of Light Angelica
68
+
69
+ Trigger Word: dsaola
70
+
71
+ Tags: dsaola, blue eyes, blonde hair, very long hair, twin braids, bangs, ahoge, halo, angel, flat chest, white dress, navel cutout, gloves, detached collar, strapless, neck ribbon, blue ribbon, bare shoulders, angel wings, barefoot
72
+
73
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/aola01.png" width="240" height="320" alt=”aola01”>
74
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/aola02.png" width="240" height="320" alt=”aola02”>
75
+
76
+ # Politis
77
+
78
+ Trigger Word: dspoli
79
+
80
+ Tags: dspoli, white hair, long hair, blue eyes, hairband, hair ornament, necklace, dress, bare shoulders, detached sleeves, gloves, thighhighs
81
+
82
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/poli01.png" width="240" height="320" alt=”poli01”>
83
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/poli02.png" width="240" height="320" alt=”poli02”>
84
+
85
+ # Specter Tenebria (Dark Tyrant)
86
+
87
+ Trigger Word: dsstene
88
+
89
+ Tags: dsstene, purple eyes, black hair, purple hair, long hair, bangs, medium breasts, ahoge, tiara, horns, dress, elbow gloves, cleavage, bare shoulders, clothing cutout
90
+
91
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/stene01.png" width="240" height="320" alt=”stene01”>
92
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/stene02.png" width="240" height="320" alt=”stene02”>
93
+
94
+ # Top Model Luluca
95
+
96
+ Trigger Word: dstomoca
97
+
98
+ Tags: dstomoca, pink hair, very long hair, two side up, yellow eyes, small breasts, star hair ornament, hair bow, dress, bowtie, gloves, center cutout, single thighhigh
99
+
100
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/tomoca01.png" width="240" height="320" alt=”tomoca01”>
101
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/tomoca02.png" width="240" height="320" alt=”tomoca02”>
102
 
103
  # Ann Takamaki
104
 
105
  Trigger Word: dsann
106
 
107
+ Tags: dsann, blonde hair, long hair, twintails, swept bangs, blue eyes, hairclip
108
+
109
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/ann01.png" width="240" height="320" alt=”ann01”>
110
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/ann02.png" width="256" height="256" alt=”ann02”>
111
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/ann03.png" width="384" height="216" alt=”ann03”>
112
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/ann04.png" width="240" height="320" alt=”ann04”>
113
 
114
  # Futaba Sakura
115
 
116
  Trigger Word: dsfutaba
117
 
118
+ Tags: dsfutaba, orange hair, long hair, blunt bangs, ahoge, purple eyes, glasses
119
+
120
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/futaba01.png" width="320" height="240" alt=”futaba01”>
121
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/futaba02.png" width="240" height="320" alt=”futaba02”>
122
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/futaba03.png" width="384" height="216" alt=”futaba03”>
123
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/futaba04.png" width="240" height="320" alt=”futaba04”>
124
 
125
  # Haru Okumura
126
 
127
  Trigger Word: dsharu
128
 
129
+ Tags: dsharu, brown hair, short hair, brown eyes
130
+
131
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/haru01.png" width="240" height="320" alt=”haru01”>
132
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/haru02.png" width="320" height="240" alt=”haru02”>
133
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/haru03.png" width="240" height="320" alt=”haru03”>
134
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/haru04.png" width="240" height="320" alt=”haru04”>
135
 
136
  # Joker
137
 
138
  Trigger Word: dsjoker
139
 
140
+ Tags: dsjoker, black hair, short hair, grey eyes, glasses
141
+
142
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/joker01.png" width="240" height="320" alt=”joker01”>
143
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/joker02.png" width="320" height="240" alt=”joker02”>
144
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/joker03.png" width="240" height="320" alt=”joker03”>
145
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/joker04.png" width="240" height="320" alt=”joker04”>
146
 
147
  # Kasumi Yoshizawa
148
 
149
  Trigger Word: dskasumi
150
 
151
+ Tags: dskasumi, red hair, long hair, ponytail, red eyes, hair bow
152
+
153
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/kasumi01.png" width="240" height="320" alt=”kasumi01”>
154
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/kasumi02.png" width="240" height="320" alt=”kasumi02”>
155
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/kasumi03.png" width="240" height="320" alt=”kasumi03”>
156
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/kasumi04.png" width="384" height="216" alt=”kasumi04”>
157
 
158
  # Makoto Niijima
159
 
160
  Trigger Word: dsmakoto
161
 
162
+ Tags: dsmakoto, brown hair, short hair, crown braid, red eyes
163
+
164
  <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/makoto01.png" width="320" height="240" alt=”makoto01”>
165
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/makoto02.png" width="320" height="240" alt=”makoto02”>
166
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/makoto03.png" width="240" height="320" alt=”makoto03”>
167
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/makoto04.png" width="240" height="320" alt=”makoto04”>
168
+
169
+ # Ryuuji Sakamoto
170
+
171
+ Trigger Word: dsryuuji
172
+
173
+ Tags: dsryuuji, blonde hair, short hair, brown eyes
174
+
175
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/ryuuji01.png" width="240" height="320" alt=”ryuuji01”>
176
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/ryuuji02.png" width="240" height="320" alt=”ryuuji02”>
177
+
178
+ # Edna
179
+
180
+ Trigger Word: dsedna
181
+
182
+ Tags: dsedna, blonde hair, short hair, side ponytail, blue eyes, hairband, ribbon, hair ribbon, dress, skirt, leg ribbon, choker, boots
183
+
184
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/edna01.png" width="240" height="320" alt=”edna01”>
185
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/edna02.png" width="240" height="320" alt=”edna02”>
186
+
187
+ # Symonne
188
+
189
+ Trigger Word: dssymonne
190
+
191
+ Tags: dssymonne, black hair, purple hair, short hair, braid, red eyes, hair flower, hair ornament, pale skin, choker, bracelet, short shorts, belt, thighhighs
192
+
193
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/symonne01.png" width="240" height="320" alt=”symonne01”>
194
+ <img src="https://huggingface.co/Doctor-Shotgun/ds-LoRA/resolve/main/Previews/symonne02.png" width="240" height="320" alt=”symonne02”>