update models do not know the source
Browse files- .gitattributes +0 -0
- README.md +79 -6
- klee.png +0 -0
- klee.safetensors +3 -0
- nahida_cross-shaped_pupils_finger_frame.png +0 -0
- nahida_cross-shaped_pupils_finger_frame.safetensors +3 -0
- nahida_weighted.png +0 -0
- nahida_weighted.safetensors +3 -0
- qiqi.png +0 -0
- qiqi.safetensors +3 -0
.gitattributes
CHANGED
File without changes
|
README.md
CHANGED
@@ -14,7 +14,19 @@ language:
|
|
14 |
[lora](https://github.com/cloneofsimo/lora) is one way to fine-tune a stable-diffusion model.
|
15 |
It can result in a model smaller than a dreambooth model, and provide better result compared with textual inversion outcome(embeddings).
|
16 |
|
17 |
-
This repo is for indexing LoRA works in huggingface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
As [webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) now support lora, the structure will follow the webui fashion.
|
19 |
You can simply clone this repository and clone the repositories in the index to use the lora models in your local webui.
|
20 |
|
@@ -22,22 +34,83 @@ You can simply clone this repository and clone the repositories in the index to
|
|
22 |
|
23 |
### YoungMasterFromSect/Trauter_LoRAs
|
24 |
Link: https://huggingface.co/YoungMasterFromSect/Trauter_LoRAs
|
|
|
25 |
The owner is managing his model card quite well. So, I will only copy his index here:
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
### dranzerstar/SD-textual-inversion-embeddings-repo
|
|
|
33 |
Link: https://huggingface.co/dranzerstar/SD-textual-inversion-embeddings-repo
|
34 |
|
35 |
### swl-models/sd-concepts-library-lora
|
|
|
36 |
Link: https://huggingface.co/swl-models/sd-concepts-library-lora
|
37 |
|
38 |
### ikuseiso/Personal_Lora_collections
|
|
|
39 |
Link: https://huggingface.co/ikuseiso/Personal_Lora_collections
|
40 |
### sylveriate/lora-characters
|
|
|
41 |
Link: https://huggingface.co/sylveriate/lora-characters
|
42 |
### DONOT KNOW THE SOURCE
|
|
|
43 |
These models are in this repo, if you know the source, please contact me. I will change them to the links.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
[lora](https://github.com/cloneofsimo/lora) is one way to fine-tune a stable-diffusion model.
|
15 |
It can result in a model smaller than a dreambooth model, and provide better result compared with textual inversion outcome(embeddings).
|
16 |
|
17 |
+
This repo is for indexing LoRA works in huggingface and try to introduce the model in the same format:
|
18 |
+
``` shell
|
19 |
+
model:
|
20 |
+
AbyssOrangeMix2_hard.safetensors
|
21 |
+
prompt:
|
22 |
+
masterpiece, best quality, {mandatory}, 1girl, solo <lora:xxx:0~1>
|
23 |
+
|
24 |
+
negative prompt:
|
25 |
+
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)
|
26 |
+
|
27 |
+
```
|
28 |
+
The idea is to use simple, mandatory and consistent prompts to show the result (similar to benchmark).
|
29 |
+
|
30 |
As [webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) now support lora, the structure will follow the webui fashion.
|
31 |
You can simply clone this repository and clone the repositories in the index to use the lora models in your local webui.
|
32 |
|
|
|
34 |
|
35 |
### YoungMasterFromSect/Trauter_LoRAs
|
36 |
Link: https://huggingface.co/YoungMasterFromSect/Trauter_LoRAs
|
37 |
+
|
38 |
The owner is managing his model card quite well. So, I will only copy his index here:
|
39 |
+
|
40 |
+
Genshin Impact:
|
41 |
+
|
42 |
+
Eula, Barbara, Diluc, Mona, Rosaria, Yae Miko, Raiden Shogun, Kujou Sara, Shenhe, Yelan, Jean, Lisa, Zhongli, Yoimiya
|
43 |
+
|
44 |
+
Blue Archive:
|
45 |
+
|
46 |
+
Rikuhachima Aru, Ichinose Asuna
|
47 |
+
|
48 |
+
Fate Grand Order:
|
49 |
+
|
50 |
+
Minamoto-no-Raikou
|
51 |
+
|
52 |
+
Misc. Characters:
|
53 |
+
|
54 |
+
Aponia, Reisalin Stout
|
55 |
+
|
56 |
+
Artstyles:
|
57 |
+
|
58 |
+
Pozer
|
59 |
|
60 |
### dranzerstar/SD-textual-inversion-embeddings-repo
|
61 |
+
|
62 |
Link: https://huggingface.co/dranzerstar/SD-textual-inversion-embeddings-repo
|
63 |
|
64 |
### swl-models/sd-concepts-library-lora
|
65 |
+
|
66 |
Link: https://huggingface.co/swl-models/sd-concepts-library-lora
|
67 |
|
68 |
### ikuseiso/Personal_Lora_collections
|
69 |
+
|
70 |
Link: https://huggingface.co/ikuseiso/Personal_Lora_collections
|
71 |
### sylveriate/lora-characters
|
72 |
+
|
73 |
Link: https://huggingface.co/sylveriate/lora-characters
|
74 |
### DONOT KNOW THE SOURCE
|
75 |
+
|
76 |
These models are in this repo, if you know the source, please contact me. I will change them to the links.
|
77 |
+
|
78 |
+
#### Genshin Impact
|
79 |
+
|
80 |
+
**qiqi**
|
81 |
+
|
82 |
+
Trigger token is "qiqi", also "1girl", "solo" are recommended.
|
83 |
+
|
84 |
+
``` shell
|
85 |
+
# Sample prompts
|
86 |
+
1girl, qiqi, jiangshi, qing guanmao, coin hair ornament, ofuda, bead necklace, qiqi \(genshin impact\)
|
87 |
+
```
|
88 |
+
|
89 |
+
![qiqi](qiqi.png)
|
90 |
+
|
91 |
+
**klee**
|
92 |
+
|
93 |
+
``` shell
|
94 |
+
"1girl, klee"
|
95 |
+
"1girl, nsfw, klee, solo, completely nude, hat"
|
96 |
+
"1girl, klee, solo, ahoge, hat feather, twintails, gloves, boots, bag, red dress, bangs, backpack, dress, brown gloves, knee boots, low twintails, brown footwear, cabbie hat, red eyes, pointy ears, long sleeves, clover print, scarf, socks, hat, blonde hair, kneehighs, coat, charm \(object\), brown scarf, hair between eyes, red headwear, light brown hair, bag charm, randoseru, sidelocks, hat ornament, bloomers, pocket, red coat, white socks, feathers, white feathers, klee \(genshin impact\)"
|
97 |
+
```
|
98 |
+
|
99 |
+
![klee](klee.png)
|
100 |
+
|
101 |
+
**nahida**
|
102 |
+
|
103 |
+
nahida_cross-shaped_pupils_finger_frame
|
104 |
+
|
105 |
+
- can do beautiful cross-shaped pupils, but only in close-up/portrait/eye focus pictures
|
106 |
+
- was an attempt at finger frame. didn't go well
|
107 |
+
Might still be useful for extremely pretty portraits.
|
108 |
+
|
109 |
+
![nahida_cross-shaped_pupils_finger_frame](nahida_cross-shaped_pupils_finger_frame.png)
|
110 |
+
|
111 |
+
nahida_weighted
|
112 |
+
|
113 |
+
nahida_weighted was weighted for higher lewds while still retaining outfit fidelity. just apply standard nsfw tags as needed.
|
114 |
+
(and an attempt at higher cross-shaped pupils in full body, but it didn't work)
|
115 |
+
|
116 |
+
![nahida_weighted](nahida_weighted.png)
|
klee.png
ADDED
klee.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a83479f54f57baa78f95b081d2247e48ce392fa2a2f956639c9f06cf67907653
|
3 |
+
size 151074576
|
nahida_cross-shaped_pupils_finger_frame.png
ADDED
nahida_cross-shaped_pupils_finger_frame.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f11811e3009df06412b433d1558c268b1e3c5686115a4fb96751f4c00651c9fd
|
3 |
+
size 151073665
|
nahida_weighted.png
ADDED
nahida_weighted.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e5c075687f08b01581706f98af2d024b51028bbcc5a1b2a18c6da7992958075
|
3 |
+
size 151073665
|
qiqi.png
ADDED
qiqi.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb48f67662b10b064ac2e31c3fc302d43d3b5ef5ff361bd94a26df8e6b2d7fbc
|
3 |
+
size 151074578
|