Aizu1077
commited on
Commit
ยท
9470ca0
verified
ยท
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +185 -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,185 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
score_9, score_8_up, score_7_up, d3im0s, colored skin, grey skin, facial
|
10 |
+
mark, no eyes, no eyebrows, no nose, bald, bandaged neck, 1boy, solo, grin,
|
11 |
+
sharp teeth, kneeling. on one knee, hand on own knee, on ground, hand on
|
12 |
+
ground, head down, facing viewer, straight-on, black hat, baseball cap,
|
13 |
+
black headphones, black jacket, open jacket, white shirt, black pants, black
|
14 |
+
sneakers, backlighting, explosion, scenery, cliff, rock, depth of field,
|
15 |
+
full body
|
16 |
+
parameters:
|
17 |
+
negative_prompt: watermark
|
18 |
+
output:
|
19 |
+
url: images/Deimos 1 - PDXL.png
|
20 |
+
- text: >-
|
21 |
+
score_9, score_8_up, score_7_up, d3im0s, colored skin, grey skin, facial
|
22 |
+
mark, no eyes, no eyebrows, no nose, bald, bandaged head, bandaged neck,
|
23 |
+
1boy, solo, blush, sharp teeth, fingerless gloves, black gloves, glove
|
24 |
+
biting, mouth hold, shaded face, black hat, visor cap, black headphones,
|
25 |
+
black jacket, open jacket, white shirt, abstract background, red background,
|
26 |
+
striped background, white stripes, portrait
|
27 |
+
parameters:
|
28 |
+
negative_prompt: watermark
|
29 |
+
output:
|
30 |
+
url: images/Deimos 2 - PDXL.png
|
31 |
+
- text: >-
|
32 |
+
score_9, score_8_up, score_7_up, d3im0s, colored skin, grey skin, facial
|
33 |
+
mark, no eyes, no eyebrows, no nose, bald, 1boy, solo, smile, closed mouth,
|
34 |
+
hands in pockets, looking at viewer, head tilt, standing, white hat,
|
35 |
+
baseball cap, white scarf, white jacket, open jacket, floating jacket,
|
36 |
+
shirtless, white pants, white belt, wheat field, sunset, cloudy sky, windy,
|
37 |
+
from side, cowboy shot
|
38 |
+
parameters:
|
39 |
+
negative_prompt: watermark, shirt
|
40 |
+
output:
|
41 |
+
url: images/Deimos 3 - PDXL.png
|
42 |
+
- text: >-
|
43 |
+
score_9, score_8_up, score_7_up, d3im0s, colored skin, grey skin, facial
|
44 |
+
mark, no eyes, no eyebrows, no nose, bald, 1boy, solo, grin, sharp teeth,
|
45 |
+
looking at viewer, hud_sh03_sh0w, foreshortening, black hat, baseball cap,
|
46 |
+
black headphones, white shirt, sleeveless shirt, black gloves, fingerless
|
47 |
+
gloves, black shorts, black sneakers, white socks, cloudy sky, sunlight,
|
48 |
+
alley
|
49 |
+
parameters:
|
50 |
+
negative_prompt: watermark
|
51 |
+
output:
|
52 |
+
url: images/Deimos 4 - PDXL.png
|
53 |
+
- text: >-
|
54 |
+
score_9, score_8_up, score_7_up, monochrome, d3im0s, colored skin, grey
|
55 |
+
skin, facial mark, no eyes, no eyebrows, no nose, no mouth, 1boy, solo, hand
|
56 |
+
on own head, sitting, on couch, grey couch, short hair, messy hair, black
|
57 |
+
hair, black jacket, white shirt, blue necktie, black pants, leather pants,
|
58 |
+
blue belt, office, window, cracked glass, sidelighting, dust particles
|
59 |
+
parameters:
|
60 |
+
negative_prompt: watermark
|
61 |
+
output:
|
62 |
+
url: images/Deimos 5 - PDXL.png
|
63 |
+
- text: >-
|
64 |
+
score_9, score_8_up, score_7_up, d3im0s, colored skin, grey skin, facial
|
65 |
+
mark, no eyes, no eyebrows, no nose, 1girl, solo, open mouth, upper teeth
|
66 |
+
only, ponytail, big hair, light brown hair, selfie, v, dynamic pose, green
|
67 |
+
turtleneck, hair ornament, star ornament, space background, starry sky, lens
|
68 |
+
flare, dutch angle, upper body
|
69 |
+
parameters:
|
70 |
+
negative_prompt: watermark
|
71 |
+
output:
|
72 |
+
url: images/Deimos 6 - PDXL.png
|
73 |
+
base_model: LyliaEngine/Pony_Diffusion_V6_XL
|
74 |
+
instance_prompt: d3im0s, colored skin, grey skin, facial mark, no eyes, no nose, no eyebrows
|
75 |
+
license: apache-2.0
|
76 |
+
---
|
77 |
+
# Deimos - Madness Combat (Pony Diffusion V6 XL)
|
78 |
+
|
79 |
+
<Gallery />
|
80 |
+
|
81 |
+
## Model description
|
82 |
+
|
83 |
+
'Please contact me before reuploading my works.' ~ A
|
84 |
+
|
85 |
+
-----------------------------------------------------------------------------------------------------
|
86 |
+
|
87 |
+
๐ Generation Guide ๐
|
88 |
+
|
89 |
+
-- Main features #1: d3im0s, colored skin, grey skin, facial mark, no eyes, no nose
|
90 |
+
|
91 |
+
-- Optional features: no eyebrows, no mouth
|
92 |
+
|
93 |
+
-- Main features #2: bald, bandaged head, bandaged neck - Ignore bald, bandaged head and input desired hairstyle & color if you want your result to have hair.
|
94 |
+
|
95 |
+
-- Clothings: black hat, visor / baseball cap, black headphones, black jacket, open jacket, white shirt, fingerless gloves, black gloves, black pants, black sneakers, black backpack - Remove, change or input different pieces / colors as you wish.
|
96 |
+
|
97 |
+
-- Accessories: dog tags, hip strap, black strap - Work in a pinch but rather unstable.
|
98 |
+
|
99 |
+
|
100 |
+
*Danbooru and/or E621's tags are highly recommended when prompting instead of Natural Language Prompt: https://danbooru.donmai.us/wiki_pages/tag_groups | https://e621.net/wiki_pages/1671
|
101 |
+
|
102 |
+
(While both models can understand NLP, I strongly recommend structuring prompts as if tagging a Danbooru image rather than writing full sentences)
|
103 |
+
|
104 |
+
-----------------------------------------------------------------------------------------------------
|
105 |
+
|
106 |
+
|
107 |
+
๐ฆ Pony Diffusion V6 XL - PDXL ๐ฆ
|
108 |
+
|
109 |
+
!!Be VERY CAREFUL with PDXL's negative. Only include what you explicitly don't want to see, modifier like "bad hands" may not work (and mess up your results) as PDXL is designed to not need them!! - Tagging principle: "Less is more"
|
110 |
+
|
111 |
+
Positive Prompt: score_9, score_8_up, score_7_up, (desired tags)...
|
112 |
+
|
113 |
+
Negative Prompt: NONE or watermark, (unwanted source, rating, tags),...
|
114 |
+
|
115 |
+
Optional Modifiers: source_anime (Anime); source_cartoon (Cartoon); source_furry (Furry / Anthro); source_pony (Pony); rating_safe (Sfw); rating_questionable ?; rating_explicit (Nsfw).
|
116 |
+
|
117 |
+
|
118 |
+
-----------------------------------------------------------------------------------------------------
|
119 |
+
|
120 |
+
|
121 |
+
๐ Additional Information ๐
|
122 |
+
|
123 |
+
"Damn, that's crazy." - D โ
|
124 |
+
|
125 |
+
1. Character: Deimos - Franchise: Madness Combat.
|
126 |
+
|
127 |
+
2. Creator: Krinkels (Matthew D. "Matt" Jolly).
|
128 |
+
|
129 |
+
"Deimos is the tritagonist of the popular Madness Combat series on Newgrounds. He is the partner of Sanford and, along with him, appears to be a member of an organization that opposes the main antagonist of the Madness series, The Auditor." ~ Hero Fandom
|
130 |
+
|
131 |
+
|
132 |
+
โ FAQ โ
|
133 |
+
|
134 |
+
1. Do you plan on remaking this LORA for (checkpoint)? - Currently, no. My interests are focused on PDXL & IL due to their alignment with my preferences (NSFW compatibility and advanced knowledge). This may change with new competitor(s).
|
135 |
+
|
136 |
+
2. Can I DM you about (training methods, generation issues, etc.)? - Sure, my DMs are always open.
|
137 |
+
|
138 |
+
4. Can I remake this LORA for (checkpoint) using your dataset, Can I repost this LORA to (site)? - DM me!
|
139 |
+
|
140 |
+
5. I have requests / feedbacks / constructive criticism! - All are welcome and appreciated!
|
141 |
+
|
142 |
+
5. Slay!!! ๐ - Purr ๐
|
143 |
+
|
144 |
+
|
145 |
+
๐ Credits ๐
|
146 |
+
|
147 |
+
๐ Special Thanks: Jelosus1's guide & JustTNP's guide | LittleJelly & QrKode ๐
|
148 |
+
|
149 |
+
โ๏ธ Community Support: Arc en Ciel for y'all's amazing support and patience โ๏ธ
|
150 |
+
|
151 |
+
|
152 |
+
๐ Others ๐
|
153 |
+
|
154 |
+
๐ฎ Like my works & want to support me? https://ko-fi.com/aizu1077 ๐ฎ
|
155 |
+
|
156 |
+
๐ฃ My main socials: X & Deviantart ๐ฃ
|
157 |
+
|
158 |
+
|
159 |
+
|
160 |
+
๐ DISCLAIMER: THIS LORA IS FOR CREATIVE PURPOSES ONLY. ALL TRADEMARKS, COPYRIGHTS, AND INTELLECTUAL PROPERTIES MENTIONED BELONG TO THEIR RESPECTIVE OWNERS. ๐
|
161 |
+
|
162 |
+
-----------------------------------------------------------------------------------------------------
|
163 |
+
|
164 |
+
## Trigger words
|
165 |
+
|
166 |
+
You should use `d3im0s` to trigger the image generation.
|
167 |
+
|
168 |
+
You should use `colored skin` to trigger the image generation.
|
169 |
+
|
170 |
+
You should use `grey skin` to trigger the image generation.
|
171 |
+
|
172 |
+
You should use `facial mark` to trigger the image generation.
|
173 |
+
|
174 |
+
You should use `no eyes` to trigger the image generation.
|
175 |
+
|
176 |
+
You should use `no nose` to trigger the image generation.
|
177 |
+
|
178 |
+
You should use `no eyebrows` to trigger the image generation.
|
179 |
+
|
180 |
+
|
181 |
+
## Download model
|
182 |
+
|
183 |
+
Weights for this model are available in Safetensors format.
|
184 |
+
|
185 |
+
[Download](/Aizu1077/DeimosMadnessCombatPDXL/tree/main) them in the Files & versions tab.
|