Shippy
commited on
Commit
·
6fd9155
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +161 -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,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:spneopolitanXLPony:1> neopolitandef, necklace, white jacket, leotard,
|
12 |
+
black gloves, black pants, belt
|
13 |
+
parameters:
|
14 |
+
negative_prompt: >-
|
15 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
16 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
17 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
18 |
+
source_furry
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
images/04774-2167784917-score_9, score_8_up, score_7_up, uncensored,
|
22 |
+
source_anime, 1girl, _lora_spneopolitanXLPony_1_ neopolitandef, necklace,
|
23 |
+
white ja.png
|
24 |
+
- text: >-
|
25 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
26 |
+
<lora:spneopolitanXLPony:1> neopolitandef, necklace, white jacket, leotard,
|
27 |
+
black gloves, black pants, belt, blush, closed mouth, covering face, hands
|
28 |
+
on own face, looking at viewer, smile, solo, blurry, blurry background,
|
29 |
+
blurry foreground, depth of field, flower, parasol, red flower, umbrella
|
30 |
+
parameters:
|
31 |
+
negative_prompt: >-
|
32 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
33 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
34 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
35 |
+
source_furry
|
36 |
+
output:
|
37 |
+
url: >-
|
38 |
+
images/04779-148755712-score_9, score_8_up, score_7_up, uncensored,
|
39 |
+
source_anime, 1girl, _lora_spneopolitanXLPony_1_ neopolitandef, necklace,
|
40 |
+
white ja.png
|
41 |
+
- text: >-
|
42 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
43 |
+
<lora:spneopolitanXLPony:1> neopolitandef, necklace, white jacket, leotard,
|
44 |
+
black gloves, black pants, belt, blush, embarrassed, looking at viewer,
|
45 |
+
parted lips, solo, trying on clothes, ball and chain restraint
|
46 |
+
parameters:
|
47 |
+
negative_prompt: >-
|
48 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
49 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
50 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
51 |
+
source_furry
|
52 |
+
output:
|
53 |
+
url: >-
|
54 |
+
images/04780-3400853103-score_9, score_8_up, score_7_up, uncensored,
|
55 |
+
source_anime, 1girl, _lora_spneopolitanXLPony_1_ neopolitandef, necklace,
|
56 |
+
white ja.png
|
57 |
+
- text: >-
|
58 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
59 |
+
<lora:spneopolitanXLPony:1> neopolitandef, necklace, white jacket, leotard,
|
60 |
+
black gloves, black pants, belt, backpack, solo, box, chain-link fence,
|
61 |
+
fence, full body, gun
|
62 |
+
parameters:
|
63 |
+
negative_prompt: >-
|
64 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
65 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
66 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
67 |
+
source_furry
|
68 |
+
output:
|
69 |
+
url: >-
|
70 |
+
images/04781-3393027769-score_9, score_8_up, score_7_up, uncensored,
|
71 |
+
source_anime, 1girl, _lora_spneopolitanXLPony_1_ neopolitandef, necklace,
|
72 |
+
white ja.png
|
73 |
+
- text: >-
|
74 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
75 |
+
<lora:spneopolitanXLPony:1> neopolitanatlas, bowler hat, grey scarf, white
|
76 |
+
gloves, white shirt, off-shoulder shirt, black sleeves, midriff, white belt,
|
77 |
+
white pants, blush, looking at viewer, open mouth, parted lips, solo,
|
78 |
+
standing, artist name, bus interior, condensation, dated, rain, signature,
|
79 |
+
water drop
|
80 |
+
parameters:
|
81 |
+
negative_prompt: >-
|
82 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
83 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
84 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
85 |
+
source_furry
|
86 |
+
output:
|
87 |
+
url: >-
|
88 |
+
images/04782-126420557-score_9, score_8_up, score_7_up, uncensored,
|
89 |
+
source_anime, 1girl, _lora_spneopolitanXLPony_1_ neopolitanatlas, bowler
|
90 |
+
hat, grey.png
|
91 |
+
- text: >-
|
92 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
93 |
+
<lora:spneopolitanXLPony:1> neopolitanatlas, bowler hat, grey scarf, white
|
94 |
+
gloves, white shirt, off-shoulder shirt, black sleeves, midriff, white belt,
|
95 |
+
white pants, expressionless, hands up, holding, holding sheath, holding
|
96 |
+
sword, holding weapon, looking at viewer, parted lips, solo, sword,
|
97 |
+
unsheathing, weapon, chain-link fence, cityscape, cloud, cowboy shot, dutch
|
98 |
+
angle, fence, outdoors, poolside, rain, water
|
99 |
+
parameters:
|
100 |
+
negative_prompt: >-
|
101 |
+
worst quality, low quality, 3d, realistic, sketch, normal quality, jpeg
|
102 |
+
artifacts, depth of field, blurry, bloom, messy drawing, amateur drawing,
|
103 |
+
fewer digits, extra digits, greyscale, monochrome, source_pony,
|
104 |
+
source_furry
|
105 |
+
output:
|
106 |
+
url: >-
|
107 |
+
images/04783-3146657498-score_9, score_8_up, score_7_up, uncensored,
|
108 |
+
source_anime, 1girl, _lora_spneopolitanXLPony_1_ neopolitanatlas, bowler
|
109 |
+
hat, grey.png
|
110 |
+
- text: >-
|
111 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
112 |
+
<lora:spneopolitanXLPony:1> neopolitanatlas, bowler hat, grey scarf, white
|
113 |
+
gloves, white shirt, off-shoulder shirt, black sleeves, midriff, white belt,
|
114 |
+
white pants, holding, holding clothes, holding hat, looking at viewer,
|
115 |
+
outstretched arms, smile, solo, bowl, plant, potted plant, signature, soles,
|
116 |
+
spoon, tile floor, tiles
|
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/04786-2263021473-score_9, score_8_up, score_7_up, uncensored,
|
126 |
+
source_anime, 1girl, _lora_spneopolitanXLPony_1_ neopolitanatlas, bowler
|
127 |
+
hat, grey.png
|
128 |
+
- text: >-
|
129 |
+
score_9, score_8_up, score_7_up, uncensored, source_anime, 1girl,
|
130 |
+
<lora:spneopolitanXLPony:1> neopolitandef, necklace, white jacket, leotard,
|
131 |
+
black gloves, black pants, belt, blush, cellphone, holding, holding phone,
|
132 |
+
looking at viewer, parted lips, sitting, solo, building, comitia, floating,
|
133 |
+
glowing, letterboxed, <lora:ReDrop-Style-PonyXL:1>
|
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/04790-2024259921-score_9, score_8_up, score_7_up, uncensored,
|
143 |
+
source_anime, 1girl, _lora_spneopolitanXLPony_1_ neopolitandef, necklace,
|
144 |
+
white ja.png
|
145 |
+
base_model: AstraliteHeart/pony-diffusion-v6
|
146 |
+
instance_prompt: null
|
147 |
+
license: other
|
148 |
+
license_name: faipl-1.0-sd
|
149 |
+
license_link: https://freedevproject.org/faipl-1.0-sd/
|
150 |
+
---
|
151 |
+
# Neopolitan - RWBY
|
152 |
+
|
153 |
+
<Gallery />
|
154 |
+
|
155 |
+
|
156 |
+
|
157 |
+
## Download model
|
158 |
+
|
159 |
+
Weights for this model are available in Safetensors format.
|
160 |
+
|
161 |
+
[Download](/Hunko/RBWYNeopolitanPonyXL/tree/main) them in the Files & versions tab.
|