Shippy
commited on
Commit
•
6a5da29
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +214 -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,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
11 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
12 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
13 |
+
sleeves, bow
|
14 |
+
parameters:
|
15 |
+
negative_prompt: >-
|
16 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
17 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
18 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
19 |
+
source_furry
|
20 |
+
output:
|
21 |
+
url: >-
|
22 |
+
images/04730-3287503177-score_9, score_8_up, score_7_up, uncensored,
|
23 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
24 |
+
pekomamadef, thic.png
|
25 |
+
- text: >-
|
26 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
27 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
28 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
29 |
+
sleeves, bow, carrot hair ornament, looking at mirror, parted lips, solo,
|
30 |
+
close-up, from behind
|
31 |
+
parameters:
|
32 |
+
negative_prompt: >-
|
33 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
34 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
35 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
36 |
+
source_furry
|
37 |
+
output:
|
38 |
+
url: >-
|
39 |
+
images/04743-2614110620-score_9, score_8_up, score_7_up, uncensored,
|
40 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
41 |
+
pekomamadef, thic.png
|
42 |
+
- text: >-
|
43 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
44 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
45 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
46 |
+
sleeves, bow, carrot hair ornament, closed mouth, hand up, solo, blue sky,
|
47 |
+
building, day, duffel bag, from side, house, outdoors, plant, signature,
|
48 |
+
sky, tree
|
49 |
+
parameters:
|
50 |
+
negative_prompt: >-
|
51 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
52 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
53 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
54 |
+
source_furry
|
55 |
+
output:
|
56 |
+
url: >-
|
57 |
+
images/04736-2515018682-score_9, score_8_up, score_7_up, uncensored,
|
58 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
59 |
+
pekomamadef, thic.png
|
60 |
+
- text: >-
|
61 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
62 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
63 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
64 |
+
sleeves, bow, carrot hair ornament
|
65 |
+
parameters:
|
66 |
+
negative_prompt: >-
|
67 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
68 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
69 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
70 |
+
source_furry
|
71 |
+
output:
|
72 |
+
url: >-
|
73 |
+
images/04735-3864758982-score_9, score_8_up, score_7_up, uncensored,
|
74 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
75 |
+
pekomamadef, thic.png
|
76 |
+
- text: >-
|
77 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
78 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
79 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
80 |
+
sleeves, bow, carrot hair ornament, :o, blush, looking at viewer, open
|
81 |
+
mouth, outstretched hand, solo, sweat, blurry, blurry background, cowboy
|
82 |
+
shot, musical note, watch
|
83 |
+
parameters:
|
84 |
+
negative_prompt: >-
|
85 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
86 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
87 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
88 |
+
source_furry
|
89 |
+
output:
|
90 |
+
url: >-
|
91 |
+
images/04745-1718850174-score_9, score_8_up, score_7_up, uncensored,
|
92 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
93 |
+
pekomamadef, thic.png
|
94 |
+
- text: >-
|
95 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
96 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
97 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
98 |
+
sleeves, bow, carrot hair ornament, :d, bent over, blush, hand on own thigh,
|
99 |
+
hand up, holding, holding bag, holding with tail, looking at viewer, salute,
|
100 |
+
smile, solo, standing, new year, shiba inu, watermark
|
101 |
+
parameters:
|
102 |
+
negative_prompt: >-
|
103 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
104 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
105 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
106 |
+
source_furry
|
107 |
+
output:
|
108 |
+
url: >-
|
109 |
+
images/04740-161704493-score_9, score_8_up, score_7_up, uncensored,
|
110 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
111 |
+
pekomamadef, thic.png
|
112 |
+
- text: >-
|
113 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
114 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, huge breasts, thick
|
115 |
+
eyebrows, bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress,
|
116 |
+
detached sleeves, bow, carrot hair ornament, food-themed hair ornament
|
117 |
+
parameters:
|
118 |
+
negative_prompt: >-
|
119 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
120 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
121 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
122 |
+
source_furry
|
123 |
+
output:
|
124 |
+
url: >-
|
125 |
+
images/04733-672637508-score_9, score_8_up, score_7_up, uncensored,
|
126 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
127 |
+
pekomamadef, huge.png
|
128 |
+
- text: >-
|
129 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
130 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
131 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
132 |
+
sleeves, bow, carrot hair ornament, blush, closed mouth, holding, holding
|
133 |
+
tray, looking at viewer, smile, solo, 2014, doll, kadomatsu, new year
|
134 |
+
parameters:
|
135 |
+
negative_prompt: >-
|
136 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
137 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
138 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
139 |
+
source_furry
|
140 |
+
output:
|
141 |
+
url: >-
|
142 |
+
images/04741-46798897-score_9, score_8_up, score_7_up, uncensored,
|
143 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
144 |
+
pekomamadef, thic.png
|
145 |
+
- text: >-
|
146 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
147 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
148 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
149 |
+
sleeves, bow, carrot hair ornament, __actions__, __scenes_,
|
150 |
+
<lora:kuroboshi_kouhaku_PonyXL_style_v01:1>
|
151 |
+
parameters:
|
152 |
+
negative_prompt: >-
|
153 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
154 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
155 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
156 |
+
source_furry
|
157 |
+
output:
|
158 |
+
url: >-
|
159 |
+
images/04748-2744141014-score_9, score_8_up, score_7_up, uncensored,
|
160 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
161 |
+
pekomamadef, thic.png
|
162 |
+
- text: >-
|
163 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
164 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
165 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
166 |
+
sleeves, bow, carrot hair ornament, __actions__, __scenes_,
|
167 |
+
<lora:yabby-artist-richy-v1_xl:1> huge breasts, puffy nipples, sagging
|
168 |
+
breasts
|
169 |
+
parameters:
|
170 |
+
negative_prompt: >-
|
171 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
172 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
173 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
174 |
+
source_furry
|
175 |
+
output:
|
176 |
+
url: >-
|
177 |
+
images/04747-809590776-score_9, score_8_up, score_7_up, uncensored,
|
178 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
179 |
+
pekomamadef, thic.png
|
180 |
+
- text: >-
|
181 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl, mature
|
182 |
+
female, <lora:sppekomamadefXLPony:1> pekomamadef, thick eyebrows,
|
183 |
+
bunny-shaped pupils, rabbit ears, animal ear fluff, apron, dress, detached
|
184 |
+
sleeves, bow, carrot hair ornament, __actions__, __scenes_,
|
185 |
+
<lora:yabby-artist-richy-v1_xl:1> huge breasts, puffy nipples, sagging
|
186 |
+
breasts
|
187 |
+
parameters:
|
188 |
+
negative_prompt: >-
|
189 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
190 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
191 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
192 |
+
source_furry
|
193 |
+
output:
|
194 |
+
url: >-
|
195 |
+
images/04746-461738111-score_9, score_8_up, score_7_up, uncensored,
|
196 |
+
source_anime, 1girl, mature female, _lora_sppekomamadefXLPony_1_
|
197 |
+
pekomamadef, thic.png
|
198 |
+
base_model: AstraliteHeart/pony-diffusion-v6
|
199 |
+
instance_prompt: null
|
200 |
+
license: other
|
201 |
+
license_name: faipl-1.0-sd
|
202 |
+
license_link: https://freedevproject.org/faipl-1.0-sd/
|
203 |
+
---
|
204 |
+
# Pekomama - Hololive
|
205 |
+
|
206 |
+
<Gallery />
|
207 |
+
|
208 |
+
|
209 |
+
|
210 |
+
## Download model
|
211 |
+
|
212 |
+
Weights for this model are available in Safetensors format.
|
213 |
+
|
214 |
+
[Download](/Hunko/PekomamaPonyXL/tree/main) them in the Files & versions tab.
|