SD-textual-inversion-embeddings-repo
Browse files- README.md +93 -16
- SD-textual-inversion-embeddings-repo/char-416-space.png +0 -0
- SD-textual-inversion-embeddings-repo/char-antonia-og.png +0 -0
- SD-textual-inversion-embeddings-repo/char-april.png +0 -0
- SD-textual-inversion-embeddings-repo/char-cms-gn.png +0 -0
- SD-textual-inversion-embeddings-repo/char-cms-og.png +0 -0
- SD-textual-inversion-embeddings-repo/char-florine.png +0 -0
- SD-textual-inversion-embeddings-repo/char-g41space.png +0 -0
- SD-textual-inversion-embeddings-repo/char-gronru.png +0 -0
- SD-textual-inversion-embeddings-repo/char-kyaru-gn.png +0 -0
- SD-textual-inversion-embeddings-repo/char-madoka.png +0 -0
- SD-textual-inversion-embeddings-repo/char-qu.png +0 -0
- SD-textual-inversion-embeddings-repo/char-siobhan.png +0 -0
- SD-textual-inversion-embeddings-repo/char-sop2anni.png +0 -0
- SD-textual-inversion-embeddings-repo/char-sophia.png +0 -0
- SD-textual-inversion-embeddings-repo/char-sp9-og.png +0 -0
- SD-textual-inversion-embeddings-repo/char-toka-dancer.png +0 -0
- SD-textual-inversion-embeddings-repo/char-toru-generalized.png +0 -0
- SD-textual-inversion-embeddings-repo/char-toru.png +0 -0
- SD-textual-inversion-embeddings-repo/char-vepley.png +0 -0
- SD-textual-inversion-embeddings-repo/char-zas-wq.png +0 -0
README.md
CHANGED
@@ -14,11 +14,10 @@ language:
|
|
14 |
[中文文档](README-zh.md) : 还没写
|
15 |
|
16 |
[lora](https://github.com/cloneofsimo/lora) is one efficient way to fine-tune a stable-diffusion model.
|
17 |
-
It can result in a model smaller than a dreambooth model.
|
18 |
|
19 |
-
And provide better result than a textual inversion outcome(embedding).
|
20 |
|
21 |
-
This repo is for indexing LoRA works in huggingface and try to introduce the models with previews using a "benchmark"
|
22 |
|
23 |
The idea is to use simple, mandatory and consistent prompts to show the result (similar to benchmark).
|
24 |
|
@@ -36,29 +35,106 @@ Link: https://huggingface.co/YoungMasterFromSect/Trauter_LoRAs
|
|
36 |
The owner is managing his model card quite well. So, I will only copy his index here.
|
37 |
|
38 |
**Genshin Impact**
|
39 |
-
|
40 |
-
Eula, Barbara, Diluc, Mona, Rosaria, Yae Miko, Raiden Shogun, Kujou Sara, Shenhe, Yelan, Jean, Lisa, Zhongli, Yoimiya
|
41 |
|
42 |
**Blue Archive**
|
43 |
-
|
44 |
-
Rikuhachima Aru, Ichinose Asuna
|
45 |
|
46 |
**Fate Grand Order**
|
47 |
-
|
48 |
-
Minamoto-no-Raikou
|
49 |
|
50 |
**Misc. Characters**
|
51 |
-
|
52 |
-
Aponia, Reisalin Stout
|
53 |
|
54 |
**Artstyles**
|
55 |
-
|
56 |
-
Pozer
|
57 |
|
58 |
## dranzerstar/SD-textual-inversion-embeddings-repo
|
59 |
|
60 |
Link: https://huggingface.co/dranzerstar/SD-textual-inversion-embeddings-repo
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
## swl-models/sd-concepts-library-lora
|
63 |
|
64 |
Link: https://huggingface.co/swl-models/sd-concepts-library-lora
|
@@ -174,8 +250,6 @@ Link: https://huggingface.co/sylveriate/lora-characters
|
|
174 |
|
175 |
These models are in this repo, if you know the source, please contact me. I will change them to the links.
|
176 |
|
177 |
-
### Genshin Impact
|
178 |
-
|
179 |
**qiqi**
|
180 |
|
181 |
Trigger token is "qiqi", also "1girl", "solo" are recommended.
|
@@ -218,6 +292,8 @@ Here is the "benchmark"
|
|
218 |
``` shell
|
219 |
# model
|
220 |
AbyssOrangeMix2_hard.safetensors
|
|
|
|
|
221 |
# Seed
|
222 |
2367322303
|
223 |
# Size
|
@@ -229,4 +305,5 @@ masterpiece, best quality, {mandatory}, 1girl, solo <lora:xxx:0~1>
|
|
229 |
# negative prompt
|
230 |
lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts,signature, watermark, username, blurry, artist name, (worst quality, low quality, extra digits)
|
231 |
```
|
232 |
-
Link for the
|
|
|
|
14 |
[中文文档](README-zh.md) : 还没写
|
15 |
|
16 |
[lora](https://github.com/cloneofsimo/lora) is one efficient way to fine-tune a stable-diffusion model.
|
|
|
17 |
|
18 |
+
It can result in a model smaller than a dreambooth model. And provide better result than a textual inversion outcome(embedding).
|
19 |
|
20 |
+
**This repo is for indexing LoRA works in huggingface and try to introduce the models with previews using a "benchmark".**
|
21 |
|
22 |
The idea is to use simple, mandatory and consistent prompts to show the result (similar to benchmark).
|
23 |
|
|
|
35 |
The owner is managing his model card quite well. So, I will only copy his index here.
|
36 |
|
37 |
**Genshin Impact**
|
38 |
+
: Eula, Barbara, Diluc, Mona, Rosaria, Yae Miko, Raiden Shogun, Kujou Sara, Shenhe, Yelan, Jean, Lisa, Zhongli, Yoimiya
|
|
|
39 |
|
40 |
**Blue Archive**
|
41 |
+
: Rikuhachima Aru, Ichinose Asuna
|
|
|
42 |
|
43 |
**Fate Grand Order**
|
44 |
+
: Minamoto-no-Raikou
|
|
|
45 |
|
46 |
**Misc. Characters**
|
47 |
+
: Aponia, Reisalin Stout
|
|
|
48 |
|
49 |
**Artstyles**
|
50 |
+
: Pozer
|
|
|
51 |
|
52 |
## dranzerstar/SD-textual-inversion-embeddings-repo
|
53 |
|
54 |
Link: https://huggingface.co/dranzerstar/SD-textual-inversion-embeddings-repo
|
55 |
|
56 |
+
**char-416-space**
|
57 |
+
![char-416-space](SD-textual-inversion-embeddings-repo/char-416-space.png)
|
58 |
+
|
59 |
+
|
60 |
+
**char-antonia-og**
|
61 |
+
![char-antonia-og](SD-textual-inversion-embeddings-repo/char-antonia-og.png)
|
62 |
+
|
63 |
+
|
64 |
+
**char-april**
|
65 |
+
![char-april](SD-textual-inversion-embeddings-repo/char-april.png)
|
66 |
+
|
67 |
+
|
68 |
+
**char-cms-gn**
|
69 |
+
![char-cms-gn](SD-textual-inversion-embeddings-repo/char-cms-gn.png)
|
70 |
+
|
71 |
+
|
72 |
+
**char-cms-og**
|
73 |
+
![char-cms-og](SD-textual-inversion-embeddings-repo/char-cms-og.png)
|
74 |
+
|
75 |
+
|
76 |
+
**char-florine**
|
77 |
+
![char-florine](SD-textual-inversion-embeddings-repo/char-florine.png)
|
78 |
+
|
79 |
+
|
80 |
+
**char-g41space**
|
81 |
+
![char-g41space](SD-textual-inversion-embeddings-repo/char-g41space.png)
|
82 |
+
|
83 |
+
|
84 |
+
**char-gronru**
|
85 |
+
![char-gronru](SD-textual-inversion-embeddings-repo/char-gronru.png)
|
86 |
+
|
87 |
+
|
88 |
+
**char-kyaru-gn**
|
89 |
+
![char-kyaru-gn](SD-textual-inversion-embeddings-repo/char-kyaru-gn.png)
|
90 |
+
|
91 |
+
|
92 |
+
**char-madoka**
|
93 |
+
![char-madoka](SD-textual-inversion-embeddings-repo/char-madoka.png)
|
94 |
+
|
95 |
+
|
96 |
+
**char-qu**
|
97 |
+
![char-qu](SD-textual-inversion-embeddings-repo/char-qu.png)
|
98 |
+
|
99 |
+
|
100 |
+
**char-siobhan**
|
101 |
+
![char-siobhan](SD-textual-inversion-embeddings-repo/char-siobhan.png)
|
102 |
+
|
103 |
+
|
104 |
+
**char-sop2anni**
|
105 |
+
![char-sop2anni](SD-textual-inversion-embeddings-repo/char-sop2anni.png)
|
106 |
+
|
107 |
+
|
108 |
+
**char-sophia**
|
109 |
+
![char-sophia](SD-textual-inversion-embeddings-repo/char-sophia.png)
|
110 |
+
|
111 |
+
|
112 |
+
**char-sp9-og**
|
113 |
+
![char-sp9-og](SD-textual-inversion-embeddings-repo/char-sp9-og.png)
|
114 |
+
|
115 |
+
|
116 |
+
**char-toka-dancer**
|
117 |
+
![char-toka-dancer](SD-textual-inversion-embeddings-repo/char-toka-dancer.png)
|
118 |
+
|
119 |
+
|
120 |
+
**char-toru-generalized**
|
121 |
+
![char-toru-generalized](SD-textual-inversion-embeddings-repo/char-toru-generalized.png)
|
122 |
+
|
123 |
+
|
124 |
+
**char-toru**
|
125 |
+
![char-toru](SD-textual-inversion-embeddings-repo/char-toru.png)
|
126 |
+
|
127 |
+
|
128 |
+
**char-vepley**
|
129 |
+
![char-vepley](SD-textual-inversion-embeddings-repo/char-vepley.png)
|
130 |
+
|
131 |
+
|
132 |
+
**char-zas-wq**
|
133 |
+
![char-zas-wq](SD-textual-inversion-embeddings-repo/char-zas-wq.png)
|
134 |
+
|
135 |
+
**char-m16a1**
|
136 |
+
![I failed](card-no-preview.png)
|
137 |
+
|
138 |
## swl-models/sd-concepts-library-lora
|
139 |
|
140 |
Link: https://huggingface.co/swl-models/sd-concepts-library-lora
|
|
|
250 |
|
251 |
These models are in this repo, if you know the source, please contact me. I will change them to the links.
|
252 |
|
|
|
|
|
253 |
**qiqi**
|
254 |
|
255 |
Trigger token is "qiqi", also "1girl", "solo" are recommended.
|
|
|
292 |
``` shell
|
293 |
# model
|
294 |
AbyssOrangeMix2_hard.safetensors
|
295 |
+
OR
|
296 |
+
anything-v4.5-pruned.ckpt
|
297 |
# Seed
|
298 |
2367322303
|
299 |
# Size
|
|
|
305 |
# negative prompt
|
306 |
lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts,signature, watermark, username, blurry, artist name, (worst quality, low quality, extra digits)
|
307 |
```
|
308 |
+
Link for the models: [AbyssOrangeMix2_hard](https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_hard.safetensors);
|
309 |
+
[anything-v4.5-pruned.ckpt](https://huggingface.co/andite/anything-v4.0/blob/main/anything-v4.5-pruned.ckpt)
|
SD-textual-inversion-embeddings-repo/char-416-space.png
ADDED
SD-textual-inversion-embeddings-repo/char-antonia-og.png
ADDED
SD-textual-inversion-embeddings-repo/char-april.png
ADDED
SD-textual-inversion-embeddings-repo/char-cms-gn.png
ADDED
SD-textual-inversion-embeddings-repo/char-cms-og.png
ADDED
SD-textual-inversion-embeddings-repo/char-florine.png
ADDED
SD-textual-inversion-embeddings-repo/char-g41space.png
ADDED
SD-textual-inversion-embeddings-repo/char-gronru.png
ADDED
SD-textual-inversion-embeddings-repo/char-kyaru-gn.png
ADDED
SD-textual-inversion-embeddings-repo/char-madoka.png
ADDED
SD-textual-inversion-embeddings-repo/char-qu.png
ADDED
SD-textual-inversion-embeddings-repo/char-siobhan.png
ADDED
SD-textual-inversion-embeddings-repo/char-sop2anni.png
ADDED
SD-textual-inversion-embeddings-repo/char-sophia.png
ADDED
SD-textual-inversion-embeddings-repo/char-sp9-og.png
ADDED
SD-textual-inversion-embeddings-repo/char-toka-dancer.png
ADDED
SD-textual-inversion-embeddings-repo/char-toru-generalized.png
ADDED
SD-textual-inversion-embeddings-repo/char-toru.png
ADDED
SD-textual-inversion-embeddings-repo/char-vepley.png
ADDED
SD-textual-inversion-embeddings-repo/char-zas-wq.png
ADDED