Commit
·
75fc7cf
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +110 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: '-'
|
9 |
+
output:
|
10 |
+
url: images/1739722706113291097935191963732.jpg
|
11 |
+
base_model: Liberata/illustrious-xl-v1.0
|
12 |
+
instance_prompt: >-
|
13 |
+
1girl, varesa_\(genshin_impact\), bandaid on leg, horns, bandaid, breasts,
|
14 |
+
pink hair, animal ears, cow ears, purple eyes, multicolored hair, bandaid on
|
15 |
+
knee, single thighhigh, ahoge, black skirt, detached sleeves, twin braids, cow
|
16 |
+
horns, cow girl, large breasts, bell, tail, red belt, red legwear on knee,
|
17 |
+
heart on knee, miniskirt, loose socks, cow tail, hair ornament, socks, very
|
18 |
+
long hair, pleated skirt, asymmetrical legwear, midriff, navel, leg warmers,
|
19 |
+
streaked hair, x hair ornament
|
20 |
+
|
21 |
+
---
|
22 |
+
# Illuscharacter
|
23 |
+
|
24 |
+
<Gallery />
|
25 |
+
|
26 |
+
|
27 |
+
## Trigger words
|
28 |
+
|
29 |
+
You should use `1girl` to trigger the image generation.
|
30 |
+
|
31 |
+
You should use `varesa_\(genshin_impact\)` to trigger the image generation.
|
32 |
+
|
33 |
+
You should use `bandaid on leg` to trigger the image generation.
|
34 |
+
|
35 |
+
You should use `horns` to trigger the image generation.
|
36 |
+
|
37 |
+
You should use `bandaid` to trigger the image generation.
|
38 |
+
|
39 |
+
You should use `breasts` to trigger the image generation.
|
40 |
+
|
41 |
+
You should use `pink hair` to trigger the image generation.
|
42 |
+
|
43 |
+
You should use `animal ears` to trigger the image generation.
|
44 |
+
|
45 |
+
You should use `cow ears` to trigger the image generation.
|
46 |
+
|
47 |
+
You should use `purple eyes` to trigger the image generation.
|
48 |
+
|
49 |
+
You should use `multicolored hair` to trigger the image generation.
|
50 |
+
|
51 |
+
You should use `bandaid on knee` to trigger the image generation.
|
52 |
+
|
53 |
+
You should use `single thighhigh` to trigger the image generation.
|
54 |
+
|
55 |
+
You should use `ahoge` to trigger the image generation.
|
56 |
+
|
57 |
+
You should use `black skirt` to trigger the image generation.
|
58 |
+
|
59 |
+
You should use `detached sleeves` to trigger the image generation.
|
60 |
+
|
61 |
+
You should use `twin braids` to trigger the image generation.
|
62 |
+
|
63 |
+
You should use `cow horns` to trigger the image generation.
|
64 |
+
|
65 |
+
You should use `cow girl` to trigger the image generation.
|
66 |
+
|
67 |
+
You should use `large breasts` to trigger the image generation.
|
68 |
+
|
69 |
+
You should use `bell` to trigger the image generation.
|
70 |
+
|
71 |
+
You should use `tail` to trigger the image generation.
|
72 |
+
|
73 |
+
You should use `red belt` to trigger the image generation.
|
74 |
+
|
75 |
+
You should use `red legwear on knee` to trigger the image generation.
|
76 |
+
|
77 |
+
You should use `heart on knee` to trigger the image generation.
|
78 |
+
|
79 |
+
You should use `miniskirt` to trigger the image generation.
|
80 |
+
|
81 |
+
You should use `loose socks` to trigger the image generation.
|
82 |
+
|
83 |
+
You should use `cow tail` to trigger the image generation.
|
84 |
+
|
85 |
+
You should use `hair ornament` to trigger the image generation.
|
86 |
+
|
87 |
+
You should use `socks` to trigger the image generation.
|
88 |
+
|
89 |
+
You should use `very long hair` to trigger the image generation.
|
90 |
+
|
91 |
+
You should use `pleated skirt` to trigger the image generation.
|
92 |
+
|
93 |
+
You should use `asymmetrical legwear` to trigger the image generation.
|
94 |
+
|
95 |
+
You should use `midriff` to trigger the image generation.
|
96 |
+
|
97 |
+
You should use `navel` to trigger the image generation.
|
98 |
+
|
99 |
+
You should use `leg warmers` to trigger the image generation.
|
100 |
+
|
101 |
+
You should use `streaked hair` to trigger the image generation.
|
102 |
+
|
103 |
+
You should use `x hair ornament` to trigger the image generation.
|
104 |
+
|
105 |
+
|
106 |
+
## Download model
|
107 |
+
|
108 |
+
Weights for this model are available in Safetensors format.
|
109 |
+
|
110 |
+
[Download](/leonel4rd/Illuscharacter/tree/main) them in the Files & versions tab.
|