hollowstrawberry
commited on
Commit
•
02254b6
1
Parent(s):
d97ca13
Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,18 @@ metrics:
|
|
21 |
|
22 |
<img src="https://huggingface.co/hollowstrawberry/hololive/resolve/main/out.jpg" width="800"/>
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
# Models
|
26 |
|
@@ -48,7 +60,10 @@ All known holo Loras will be linked to and backed up here. Put them in your `sta
|
|
48 |
|
49 |
Most Loras work best with a weight of `0.7` as the default of `1` might fry your image.
|
50 |
|
51 |
-
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
## All Vtubers
|
@@ -57,6 +72,7 @@ These can do a wide variety of vtubers with only 1 Lora, but may have lower qual
|
|
57 |
|
58 |
* [hll1 and hll3.1 extracted into a Lora](https://civitai.com/models/10664/all-vtubers-lora)
|
59 |
* [Original source](https://mega.nz/folder/rBVGjIpQ#WCl9DL65mMRyaBmyIPA9WQ)
|
|
|
60 |
|
61 |
|
62 |
## Small Loras
|
@@ -75,12 +91,12 @@ This was done by me. Find them [here](https://huggingface.co/hollowstrawberry/ho
|
|
75 |
<img src="https://huggingface.co/hollowstrawberry/hololive/resolve/main/lora-small-5.png" width="600"/>
|
76 |
<img src="https://huggingface.co/hollowstrawberry/hololive/resolve/main/lora-small-6.png" width="600"/>
|
77 |
</details>
|
78 |
-
|
79 |
|
|
|
80 |
|
81 |
## Outfits
|
82 |
|
83 |
-
Main purpose of this repo. Format: `(Source 1) (Source 2)...` where each source can have multiple outfits.
|
84 |
|
85 |
The default outfit is the first/main one for that talent. Generic means it's not trained on a particular outfit and can do various clothing. In any case, most Loras can change clothes.
|
86 |
|
|
|
21 |
|
22 |
<img src="https://huggingface.co/hollowstrawberry/hololive/resolve/main/out.jpg" width="800"/>
|
23 |
|
24 |
+
# Preamble
|
25 |
+
|
26 |
+
These resources are intended to be used with [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui/).
|
27 |
+
|
28 |
+
Recommended additional resources:
|
29 |
+
|
30 |
+
* [orangemix.vae.pt](https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/VAEs/orangemix.vae.pt) - without a VAE selected in the settings your colors will look faded.
|
31 |
+
* [TagComplete](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete) to view all available image tags as you write your prompt.
|
32 |
+
* [Image Browser (bugfix fork)](https://github.com/aka7774/sd_images_browser) to view your past images and their prompt metadata.
|
33 |
+
* [EasyNegative](https://huggingface.co/datasets/gsdf/EasyNegative/blob/main/EasyNegative.safetensors) - put it in your `stable-diffusion-webui/embeddings` folder and write `EasyNegative` in your **negative** prompt to drastically improve your images.
|
34 |
+
|
35 |
+
|
36 |
|
37 |
# Models
|
38 |
|
|
|
60 |
|
61 |
Most Loras work best with a weight of `0.7` as the default of `1` might fry your image.
|
62 |
|
63 |
+
`{TI}` indicates a textual inversion embedding, an older but lighter alternative. They go into your `stable-diffusion-webui/embeddings` folder and are used like a normal word in your prompt.
|
64 |
+
|
65 |
+
Next to each file is a preview image (with prompt metadata) which will appear in your extra networks menu.
|
66 |
+
|
67 |
|
68 |
|
69 |
## All Vtubers
|
|
|
72 |
|
73 |
* [hll1 and hll3.1 extracted into a Lora](https://civitai.com/models/10664/all-vtubers-lora)
|
74 |
* [Original source](https://mega.nz/folder/rBVGjIpQ#WCl9DL65mMRyaBmyIPA9WQ)
|
75 |
+
|
76 |
|
77 |
|
78 |
## Small Loras
|
|
|
91 |
<img src="https://huggingface.co/hollowstrawberry/hololive/resolve/main/lora-small-5.png" width="600"/>
|
92 |
<img src="https://huggingface.co/hollowstrawberry/hololive/resolve/main/lora-small-6.png" width="600"/>
|
93 |
</details>
|
|
|
94 |
|
95 |
+
|
96 |
|
97 |
## Outfits
|
98 |
|
99 |
+
Main purpose of this repo. Format: `(Source 1) (Source 2)...` where each source can have multiple outfits.
|
100 |
|
101 |
The default outfit is the first/main one for that talent. Generic means it's not trained on a particular outfit and can do various clothing. In any case, most Loras can change clothes.
|
102 |
|