Shippy
commited on
Commit
•
19c8f9f
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +306 -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,306 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|
11 |
+
<lora:spgbfVajraXLPony-10:1> vajradef, dog tail, black pantyhose, hair
|
12 |
+
ornament, japanese clothes, bare shoulders, detached sleeves, wide sleeves,
|
13 |
+
white pelvic curtain, chair, office chair, simple background, swivel chair,
|
14 |
+
watch, white background
|
15 |
+
parameters:
|
16 |
+
negative_prompt: >-
|
17 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
18 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
19 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
20 |
+
source_furry
|
21 |
+
output:
|
22 |
+
url: >-
|
23 |
+
images/03905-655717220-score_9, score_8_up, score_7_up, uncensored,
|
24 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajradef, dog tail,
|
25 |
+
black pantyho.png
|
26 |
+
- text: >-
|
27 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
28 |
+
<lora:spgbfVajraXLPony-10:1> vajradef, dog tail, black pantyhose, hair
|
29 |
+
ornament, japanese clothes, bare shoulders, detached sleeves, wide sleeves,
|
30 |
+
white pelvic curtain, building, cityscape, day, english text, european
|
31 |
+
architecture, floor, flower, from below, from side, handbag, plant, potted
|
32 |
+
plant, stairs, stone floor, stone stairs, window
|
33 |
+
parameters:
|
34 |
+
negative_prompt: >-
|
35 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
36 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
37 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
38 |
+
source_furry
|
39 |
+
output:
|
40 |
+
url: >-
|
41 |
+
images/03902-4291848844-score_9, score_8_up, score_7_up, uncensored,
|
42 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajradef, dog tail,
|
43 |
+
black pantyho.png
|
44 |
+
- text: >-
|
45 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
46 |
+
<lora:spgbfVajraXLPony-10:1> vajradef, dog tail, black pantyhose, hair
|
47 |
+
ornament, japanese clothes, bare shoulders, detached sleeves, wide sleeves,
|
48 |
+
white pelvic curtain, cowboy shot, simple background, yellow background
|
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/03893-3793625338-score_9, score_8_up, score_7_up, uncensored,
|
58 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajradef, dog tail,
|
59 |
+
black pantyho.png
|
60 |
+
- text: >-
|
61 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
62 |
+
<lora:spgbfVajraXLPony-10:1> vajradef, dog tail, black pantyhose, hair
|
63 |
+
ornament, japanese clothes, bare shoulders, detached sleeves, wide sleeves,
|
64 |
+
white pelvic curtain, blue sky, cloud, cloudy sky, day, field, flower,
|
65 |
+
flower field, leaf, outdoors, petals, see-through silhouette, sky,
|
66 |
+
sunflower, sunflower field, wind, yellow flower
|
67 |
+
parameters:
|
68 |
+
negative_prompt: >-
|
69 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
70 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
71 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
72 |
+
source_furry
|
73 |
+
output:
|
74 |
+
url: >-
|
75 |
+
images/03891-3163218350-score_9, score_8_up, score_7_up, uncensored,
|
76 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajradef, dog tail,
|
77 |
+
black pantyho.png
|
78 |
+
- text: >-
|
79 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
80 |
+
<lora:spgbfVajraXLPony-10:1> vajradef, dog tail, black pantyhose, hair
|
81 |
+
ornament, japanese clothes, bare shoulders, detached sleeves, wide sleeves,
|
82 |
+
white pelvic curtain, chalkboard, cowboy shot, indoors
|
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/03889-2016771465-score_9, score_8_up, score_7_up, uncensored,
|
92 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajradef, dog tail,
|
93 |
+
black pantyho.png
|
94 |
+
- text: >-
|
95 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
96 |
+
<lora:spgbfVajraXLPony-10:1> vajradef, dog tail, black pantyhose, hair
|
97 |
+
ornament, japanese clothes, bare shoulders, detached sleeves, wide sleeves,
|
98 |
+
white pelvic curtain, ball, beach, beachball, blue flower, cup, disposable
|
99 |
+
cup, flower, outdoors, sand
|
100 |
+
parameters:
|
101 |
+
negative_prompt: >-
|
102 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
103 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
104 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
105 |
+
source_furry
|
106 |
+
output:
|
107 |
+
url: >-
|
108 |
+
images/03888-1734081690-score_9, score_8_up, score_7_up, uncensored,
|
109 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajradef, dog tail,
|
110 |
+
black pantyho.png
|
111 |
+
- text: >-
|
112 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
113 |
+
<lora:spgbfVajraXLPony-10:1> vajrasu, dog tail, hair flower, blue shorts,
|
114 |
+
white shirt, sailor collar, belt, white headwear, white sailor collar, blue
|
115 |
+
sky, blurry, blurry background, cloud, cloudy sky, day, depth of field,
|
116 |
+
outdoors, sky, water
|
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/03887-2800367703-score_9, score_8_up, score_7_up, uncensored,
|
126 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrasu, dog tail, hair
|
127 |
+
flower, b.png
|
128 |
+
- text: >-
|
129 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
130 |
+
<lora:spgbfVajraXLPony-10:1> vajrasu, dog tail, hair flower, blue shorts,
|
131 |
+
white shirt, sailor collar, belt, white headwear, white sailor collar,
|
132 |
+
beach, blue sky, cloud, day, flower, hibiscus, horizon, ocean, outdoors, red
|
133 |
+
flower, sand, sky, starfish, sunlight, water, holding, holding umbrella,
|
134 |
+
solo, standing
|
135 |
+
parameters:
|
136 |
+
negative_prompt: >-
|
137 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
138 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
139 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
140 |
+
source_furry
|
141 |
+
output:
|
142 |
+
url: >-
|
143 |
+
images/03884-1358949998-score_9, score_8_up, score_7_up, uncensored,
|
144 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrasu, dog tail, hair
|
145 |
+
flower, b.png
|
146 |
+
- text: >-
|
147 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
148 |
+
<lora:spgbfVajraXLPony-10:1> vajrasu, dog tail, hair flower, blue shorts,
|
149 |
+
white shirt, sailor collar, belt, white headwear, white sailor collar,
|
150 |
+
blush, looking at viewer, solo, squatting, bird, blue sky, cloud, pink
|
151 |
+
clouds, shadow, sky, surreal, very wide shot
|
152 |
+
parameters:
|
153 |
+
negative_prompt: >-
|
154 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
155 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
156 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
157 |
+
source_furry
|
158 |
+
output:
|
159 |
+
url: >-
|
160 |
+
images/03881-1631391562-score_9, score_8_up, score_7_up, uncensored,
|
161 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrasu, dog tail, hair
|
162 |
+
flower, b.png
|
163 |
+
- text: >-
|
164 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
165 |
+
<lora:spgbfVajraXLPony-10:1> vajrarr, dog tail, red hair flower, red nails,
|
166 |
+
white obi, white kimono, japanese clothes, floral print, white detached
|
167 |
+
sleeves, wide sleeves, long sleeves, fur trim, sash, blush, closed mouth,
|
168 |
+
knees up, sitting, solo, flower, signature, simple background, upper body,
|
169 |
+
white background, yellow flower
|
170 |
+
parameters:
|
171 |
+
negative_prompt: >-
|
172 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
173 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
174 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
175 |
+
source_furry
|
176 |
+
output:
|
177 |
+
url: >-
|
178 |
+
images/03873-1415755050-score_9, score_8_up, score_7_up, uncensored,
|
179 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrarr, dog tail, red
|
180 |
+
hair flowe.png
|
181 |
+
- text: >-
|
182 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
183 |
+
<lora:spgbfVajraXLPony-10:1> vajrarr, dog tail, red hair flower, red nails,
|
184 |
+
white obi, white kimono, japanese clothes, floral print, white detached
|
185 |
+
sleeves, wide sleeves, long sleeves, fur trim, sash, ai ai gasa, blush,
|
186 |
+
bottle, holding, holding bottle, smile, solo, breath, cold, flower, gradient
|
187 |
+
background, rabbit, upper body
|
188 |
+
parameters:
|
189 |
+
negative_prompt: >-
|
190 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
191 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
192 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
193 |
+
source_furry
|
194 |
+
output:
|
195 |
+
url: >-
|
196 |
+
images/03871-4074415326-score_9, score_8_up, score_7_up, uncensored,
|
197 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrarr, dog tail, red
|
198 |
+
hair flowe.png
|
199 |
+
- text: >-
|
200 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
201 |
+
<lora:spgbfVajraXLPony-10:1> vajrarr, dog tail, red hair flower, red nails,
|
202 |
+
white obi, white kimono, japanese clothes, floral print, white detached
|
203 |
+
sleeves, wide sleeves, long sleeves, fur trim, sash, :d, head tilt, holding,
|
204 |
+
holding cup, on chair, open mouth, sitting, smile, solo, bush, flower,
|
205 |
+
kerria japonica, outdoors, plant, upper body, yellow flower
|
206 |
+
parameters:
|
207 |
+
negative_prompt: >-
|
208 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
209 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
210 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
211 |
+
source_furry
|
212 |
+
output:
|
213 |
+
url: >-
|
214 |
+
images/03868-3570113494-score_9, score_8_up, score_7_up, uncensored,
|
215 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrarr, dog tail, red
|
216 |
+
hair flowe.png
|
217 |
+
- text: >-
|
218 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
219 |
+
<lora:spgbfVajraXLPony-10:1> vajrarr, dog tail, red hair flower, red nails,
|
220 |
+
white obi, white kimono, japanese clothes, floral print, white detached
|
221 |
+
sleeves, wide sleeves, long sleeves, fur trim, sash, half-closed eyes,
|
222 |
+
looking at viewer, on chair, own hands together, parted lips, sitting, solo,
|
223 |
+
aqua theme, artist name, blue background, border, full body, monochrome,
|
224 |
+
outside border, simple background, sleepy, spot color
|
225 |
+
parameters:
|
226 |
+
negative_prompt: >-
|
227 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
228 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
229 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
230 |
+
source_furry
|
231 |
+
output:
|
232 |
+
url: >-
|
233 |
+
images/03866-1174433322-score_9, score_8_up, score_7_up, uncensored,
|
234 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrarr, dog tail, red
|
235 |
+
hair flowe.png
|
236 |
+
- text: >-
|
237 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
238 |
+
<lora:spgbfVajraXLPony-10:1> vajrabs, dog tail, white hair flower, breezy
|
239 |
+
sailor collar, red neckerchief, breezy white shirt, yellow jacket, pleated
|
240 |
+
skirt, black pantyhose, closed mouth, looking at viewer, semi-rimless
|
241 |
+
eyewear, solo, blurry, leaf, plant, sunlight, web address
|
242 |
+
parameters:
|
243 |
+
negative_prompt: >-
|
244 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
245 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
246 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
247 |
+
source_furry
|
248 |
+
output:
|
249 |
+
url: >-
|
250 |
+
images/03864-3690106994-score_9, score_8_up, score_7_up, uncensored,
|
251 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrabs, dog tail, white
|
252 |
+
hair flo.png
|
253 |
+
- text: >-
|
254 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
255 |
+
<lora:spgbfVajraXLPony-10:1> vajrabs, dog tail, white hair flower, breezy
|
256 |
+
sailor collar, red neckerchief, breezy white shirt, yellow jacket, pleated
|
257 |
+
skirt, black pantyhose, closed mouth, crying, looking at viewer, looking
|
258 |
+
back, solo, tears, blurry, bowl, camellia, depth of field, dutch angle,
|
259 |
+
flower, night, outdoors, petals, plant, purple flower, red flower, seiza,
|
260 |
+
shouji, sliding doors, snowing, steam, tassel, utility pole, veranda, winter
|
261 |
+
parameters:
|
262 |
+
negative_prompt: >-
|
263 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
264 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
265 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
266 |
+
source_furry
|
267 |
+
output:
|
268 |
+
url: >-
|
269 |
+
images/03863-4201494381-score_9, score_8_up, score_7_up, uncensored,
|
270 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrabs, dog tail, white
|
271 |
+
hair flo.png
|
272 |
+
- text: >-
|
273 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
274 |
+
<lora:spgbfVajraXLPony-10:1> vajrabs, dog tail, white hair flower, breezy
|
275 |
+
sailor collar, red neckerchief, breezy white shirt, yellow jacket, pleated
|
276 |
+
skirt, black pantyhose, blush, holding, holding camera, looking at viewer,
|
277 |
+
parted lips, solo, standing, blue sky, border, fantasy, mountainous horizon,
|
278 |
+
outdoors, reflection, scenery, sky, star (sky), starry sky
|
279 |
+
parameters:
|
280 |
+
negative_prompt: >-
|
281 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
282 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
283 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
284 |
+
source_furry
|
285 |
+
output:
|
286 |
+
url: >-
|
287 |
+
images/03861-1627515855-score_9, score_8_up, score_7_up, uncensored,
|
288 |
+
source_anime, 1girl, _lora_spgbfVajraXLPony-10_1_ vajrabs, dog tail, white
|
289 |
+
hair flo.png
|
290 |
+
base_model: AstraliteHeart/pony-diffusion-v6
|
291 |
+
instance_prompt: null
|
292 |
+
license: other
|
293 |
+
license_name: faipl-1.0-sd
|
294 |
+
license_link: https://freedevproject.org/faipl-1.0-sd/
|
295 |
+
---
|
296 |
+
# Granblue Fantasy - Vajra
|
297 |
+
|
298 |
+
<Gallery />
|
299 |
+
|
300 |
+
|
301 |
+
|
302 |
+
## Download model
|
303 |
+
|
304 |
+
Weights for this model are available in Safetensors format.
|
305 |
+
|
306 |
+
[Download](/Hunko/gbfVajraPonyXL/tree/main) them in the Files & versions tab.
|