Commit
·
fd42b21
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +380 -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,380 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- stable-diffusion
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
widget:
|
| 9 |
+
- text: >-
|
| 10 |
+
18dart3, ASCII high detail,<3, !!, motion lines, rating_safe, perfect face,
|
| 11 |
+
very close-up, 1girl, Hands on hips Pose, outdoors, newyork times square
|
| 12 |
+
street, sunset, , light beams coming in, ((Above Angle)), Nayuta, ringed
|
| 13 |
+
eyes, red eyes, hair over one eye, single braid, black hair, half closed
|
| 14 |
+
eyes, yellow eyes, (Heavy breathing expression), frown, freckles on face,
|
| 15 |
+
(very red blush), urban clothes, denim jeans, (full body), ((Light Brown
|
| 16 |
+
Work Boots)), massive breasts, wide hips, bottom heavy, solo, thick
|
| 17 |
+
eyebrows, d-art, grin score_9, score_8_up, score_7_up, score_6_up,
|
| 18 |
+
source_cartoon,
|
| 19 |
+
parameters:
|
| 20 |
+
negative_prompt: Smear, Bad Anatomy, Simple Background,
|
| 21 |
+
output:
|
| 22 |
+
url: >-
|
| 23 |
+
images/0031D76E8EE11C5C9AAEF3E7332F6DF59E51EEEC8035635F018DE80B0D0A51EF.jpeg
|
| 24 |
+
- text: >-
|
| 25 |
+
score_9, score_8_up, score_7_up, D-ART, D-ART Style, 18dart3, 18dart2,
|
| 26 |
+
18DART1, !!, ((<3)), 1girl, blonde hair, bob cut, fennec ears, purple oni
|
| 27 |
+
horns, red eyeshadow, purple eyes, purple lips, large breasts, kimono,
|
| 28 |
+
(multiple tails, fox tail), upper body, park,
|
| 29 |
+
parameters:
|
| 30 |
+
negative_prompt: >-
|
| 31 |
+
score_6_up, score_5_up, score_4_up, text, watermark, low-quality,
|
| 32 |
+
signature, moir pattern, downsampling, aliasing, distorted, blurry,
|
| 33 |
+
glossy, blur, jpeg artifacts, compression artifacts, poorly drawn,
|
| 34 |
+
low-resolution, bad, distortion, twisted, excessive, exaggerated pose,
|
| 35 |
+
exaggerated limbs, grainy, symmetrical, duplicate, error, pattern,
|
| 36 |
+
beginner, pixelated, fake, hyper, glitch, overexposed, high-contrast,
|
| 37 |
+
bad-contrast
|
| 38 |
+
output:
|
| 39 |
+
url: >-
|
| 40 |
+
images/FE5DE44D35FC1B43BF2E7A1614121342F232CA4443D5C167DC86B07A94959F76.jpeg
|
| 41 |
+
- text: >-
|
| 42 |
+
score_9, score_8_up, score_7_up, score_6_up, D-ART,D-ART Style,
|
| 43 |
+
18dart3,!!,(highest quality), (best quality), source_anime,Tsunade (Naruto),
|
| 44 |
+
presentable, 1girl, 1 boy, nude, blonde hair, forehead mark, huge sagging
|
| 45 |
+
breasts:1.3, moaning, brown eyes, shaking, <3, bouncing breasts, aroused,
|
| 46 |
+
blonde pubic hair, missionary sex, male pov, from above, creampie, dark
|
| 47 |
+
skinned male, cum dripping on her face, laying in the grass,
|
| 48 |
+
parameters:
|
| 49 |
+
negative_prompt: >-
|
| 50 |
+
censored, extra navel, abs, muscular, biceps, signature, watermark, text,
|
| 51 |
+
bad hands, pregnant, leotard, nipples, loli, child
|
| 52 |
+
output:
|
| 53 |
+
url: >-
|
| 54 |
+
images/6D4CA0E4770C3B5CF69668E533475A638F3B6D3EB3CD01418DE710C4C0231C37.jpeg
|
| 55 |
+
- text: >-
|
| 56 |
+
score_9, score_8_up, score_7_up, D-ART, D-ART Style, 18dart3, 18dart2,
|
| 57 |
+
18DART1, motion lines, excited, 1girl, Sakura Haruno \(Naruto Shippuden\),
|
| 58 |
+
short hair, green eyes, short pink hair, red jacket, midriff , navel , hands
|
| 59 |
+
behind head, medium breasts, wide hips, smile, Bright purple background
|
| 60 |
+
parameters:
|
| 61 |
+
negative_prompt: monochrome, 3d
|
| 62 |
+
output:
|
| 63 |
+
url: >-
|
| 64 |
+
images/60675B99E7E94B34DC4A45E1453422C1876406A498691941BAAFDFC8327F8790.jpeg
|
| 65 |
+
- text: >-
|
| 66 |
+
score_9, score_8_up, score_7_up, D-ART, D-ART Style, 18dart3, 18dart2,
|
| 67 |
+
18DART1, motion lines, 1girl Tomboy OC \(D-ART\), short black hair, black
|
| 68 |
+
crop top, midriff , navel ,smug smile, shimmering manga background,
|
| 69 |
+
parameters:
|
| 70 |
+
negative_prompt: monochrome, 3d
|
| 71 |
+
output:
|
| 72 |
+
url: >-
|
| 73 |
+
images/073C78C3F86BEEC507ACFB0C05A9E1F4F9B3845B978765329E86D15ED888E707.jpeg
|
| 74 |
+
- text: >-
|
| 75 |
+
score_9, score_8_up, score_7_up, D-ART, D-ART Style, 18dart3, 18dart2,
|
| 76 |
+
18DART1, !!, ??, 1girl angel with 4 large angel wings and a halo, perfect
|
| 77 |
+
curves, wearing a white dress, strapless, suggestive pose, romantic, solo,
|
| 78 |
+
detailed eyes, looking at viewer, sitting on a rock, forest, nature, forest
|
| 79 |
+
meadow, beautiful, looking at viewer, embarrassed, medium breasts, from
|
| 80 |
+
front, looking at viewer playfully, naughty, smirk, romantic, (blonde hair,
|
| 81 |
+
mid parted hair, straight hair, long hair:1.2), pronounced blush, beautiful
|
| 82 |
+
green eyes,
|
| 83 |
+
parameters:
|
| 84 |
+
negative_prompt: monochrome, 3d
|
| 85 |
+
output:
|
| 86 |
+
url: >-
|
| 87 |
+
images/4EBC9CAEBFD4ABA1D3E1860C295FC03160BDEFF37E2FE72D438AC7EAEE09B2CB.jpeg
|
| 88 |
+
- text: >-
|
| 89 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, D-art
|
| 90 |
+
Style, @18dart3, d-art, 1girl, dark skin, dark skinned female, short black
|
| 91 |
+
hair, closed eyes, head rest on hand, drool, open mouth, sleeping ,sitting
|
| 92 |
+
in a chair in a doctor's office, sleeping, zzz, t-shirt, Dolphin shorts,
|
| 93 |
+
flip flops, breasts, cleavage
|
| 94 |
+
parameters:
|
| 95 |
+
negative_prompt: >-
|
| 96 |
+
bad anatomy, wrinkled skin, floating objects, mouth, depth of field, sharp
|
| 97 |
+
focus, lowres, bad anatomy, nail polish, floating objects, bad hands,
|
| 98 |
+
text, error, missing fingers, extra digit, fewer digits, cropped, worst
|
| 99 |
+
quality, low quality, normal quality, jpeg artifacts, signature,
|
| 100 |
+
watermark, username, blurry
|
| 101 |
+
output:
|
| 102 |
+
url: >-
|
| 103 |
+
images/999C82F2F46838B723A0535731D29DD5C1B95A4648B6A3F1BC4ACB13B07C35CB.jpeg
|
| 104 |
+
- text: >-
|
| 105 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, D-art
|
| 106 |
+
Style, @18dart3, d-art, 1girl, ((portrait shot)), nun, black nun outfit,
|
| 107 |
+
eyes closed, praying, 1boy, kneeling infront of massive penis, pre-cum,
|
| 108 |
+
veiny penis, nose,blonde hair, breasts, closed mouth, short hair,
|
| 109 |
+
background: side view of a church interior, stained glass windows, sunlight
|
| 110 |
+
entering the room, warm light
|
| 111 |
+
parameters:
|
| 112 |
+
negative_prompt: >-
|
| 113 |
+
bad anatomy, wrinkled skin, floating objects, mouth, depth of field, sharp
|
| 114 |
+
focus, lowres, bad anatomy, nail polish, floating objects, bad hands,
|
| 115 |
+
text, error, missing fingers, extra digit, fewer digits, cropped, worst
|
| 116 |
+
quality, low quality, normal quality, jpeg artifacts, signature,
|
| 117 |
+
watermark, username, blurry
|
| 118 |
+
output:
|
| 119 |
+
url: >-
|
| 120 |
+
images/11AE2BACC60AB8FD3024E1FEC21923FF9409472B0ED0C1B0F4631ACB96A648C6.jpeg
|
| 121 |
+
- text: >-
|
| 122 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, D-art
|
| 123 |
+
Style, @18dart3, d-art, 1girl, ((portrait shot)), nun, black nun outfit,
|
| 124 |
+
eyes closed, praying, 1boy, kneeling infront of massive penis, pre-cum,
|
| 125 |
+
veiny penis, nose,blonde hair, breasts, closed mouth, short hair,
|
| 126 |
+
background: side view of a church interior, stained glass windows, sunlight
|
| 127 |
+
entering the room, warm light
|
| 128 |
+
parameters:
|
| 129 |
+
negative_prompt: >-
|
| 130 |
+
bad anatomy, wrinkled skin, floating objects, mouth, depth of field, sharp
|
| 131 |
+
focus, lowres, bad anatomy, nail polish, floating objects, bad hands,
|
| 132 |
+
text, error, missing fingers, extra digit, fewer digits, cropped, worst
|
| 133 |
+
quality, low quality, normal quality, jpeg artifacts, signature,
|
| 134 |
+
watermark, username, blurry
|
| 135 |
+
output:
|
| 136 |
+
url: >-
|
| 137 |
+
images/E63126911893248268E4C1D1C79084C5F16769C3F47E17812D26535A3E96A66C.jpeg
|
| 138 |
+
- text: >-
|
| 139 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, D-art
|
| 140 |
+
Style, @18dart3, d-art, 1girl, ((portrait shot)), detailed black eyes,
|
| 141 |
+
smile, nose,blonde hair, eyeliner, breasts, closed mouth, looking at viewer,
|
| 142 |
+
long hair, t-shirt , background: leaning against a wall, solo, upper body,
|
| 143 |
+
parameters:
|
| 144 |
+
negative_prompt: >-
|
| 145 |
+
bad anatomy, wrinkled skin, floating objects, mouth, depth of field, sharp
|
| 146 |
+
focus, lowres, bad anatomy, nail polish, floating objects, bad hands,
|
| 147 |
+
text, error, missing fingers, extra digit, fewer digits, cropped, worst
|
| 148 |
+
quality, low quality, normal quality, jpeg artifacts, signature,
|
| 149 |
+
watermark, username, blurry
|
| 150 |
+
output:
|
| 151 |
+
url: >-
|
| 152 |
+
images/30B612DCA867392C675E93898A3F7D6AD594E4A0346F99F62C54F0E8EFA4E945.jpeg
|
| 153 |
+
- text: >-
|
| 154 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, BREAK
|
| 155 |
+
D-ART, D-ART Style, 18dart3, !!, ??, , BREAK, 1girl, solo, from above:1.3,
|
| 156 |
+
close up shot of face, chun li, cute, happy, hair bun covers, blue outfit,
|
| 157 |
+
hair buns, spiked bracelet, shaking, <3,wide hips , looking at viewer,
|
| 158 |
+
expressive face, outdoors, urban,
|
| 159 |
+
parameters:
|
| 160 |
+
negative_prompt: >-
|
| 161 |
+
3d, realistic, lowres, bad anatomy, bad hands, text, error, missing
|
| 162 |
+
fingers, extra digit, fewer digits, cropped, worst quality, low quality,
|
| 163 |
+
normal quality, jpeg artifacts, signature, watermark, username, blurry
|
| 164 |
+
output:
|
| 165 |
+
url: >-
|
| 166 |
+
images/BB7F95BF10146E8AF4AEFA80F2DA2856F850EE80A904BAB2F4E4F26B5A3AE30C.jpeg
|
| 167 |
+
- text: >-
|
| 168 |
+
(masterpiece, best quality), source_anime, score_9, score_8_up, score_7_up,
|
| 169 |
+
score_6_up, score_5_up, BREAK 1girl, !!, <3, shaking , motion lines, wet
|
| 170 |
+
skin, shiny skin, frieren, long hair, twintails, green eyes, grey hair,
|
| 171 |
+
reflective skin, pointy ears, elf, kneeling, pov, from above, large penis,
|
| 172 |
+
fellatio, vacuum fellatio, paizuri, saliva, tall, medium hips, thick thighs,
|
| 173 |
+
gigantic breasts, large areolae, hoop earrings, black choker, half-closed
|
| 174 |
+
eyes, heavy breathing, eyes up BREAK indoors, shower room , BREAK vacuum
|
| 175 |
+
fellatio, :>=, oral, looking at viewer, cowboy shot, D-ART Style,
|
| 176 |
+
parameters:
|
| 177 |
+
negative_prompt: >-
|
| 178 |
+
simple background, bad anatomy. Watermark, hands up, claw hands, flexing,
|
| 179 |
+
arms raised up,monochrome, artist name,signature,simple background, bad
|
| 180 |
+
face, worst quality, low quality, text, censored, deformed, bad hand,
|
| 181 |
+
blurry, (watermark), multiple phones, weights, bunny ears, easynegative,
|
| 182 |
+
ng_deepnegative_v1_75t
|
| 183 |
+
output:
|
| 184 |
+
url: >-
|
| 185 |
+
images/C12FDE16ED11DE19652EC2AC2096A16E29F6B722260B3AFB9D580B8F1E7D6769.jpeg
|
| 186 |
+
- text: >-
|
| 187 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up,
|
| 188 |
+
source_cartoon, D-art Style, @18dart3, d-art, masterpiece, best quality,
|
| 189 |
+
1girl, solo, long_hair, looking_at_viewer, wide hips, ((upper body)),
|
| 190 |
+
chubby, blush, smile, detailed face+blue_eyes, indoor, black_hair, gloves,
|
| 191 |
+
dress, ribbon, bare_shoulders, very_long_hair, purple_eyes, hair_ribbon,
|
| 192 |
+
ponytail, elbow_gloves, belt, bracelet, hand_on_hip, bell, christmas,
|
| 193 |
+
red_gloves, santa_costume. <lora:D-ART_XL:1>
|
| 194 |
+
parameters:
|
| 195 |
+
negative_prompt: >-
|
| 196 |
+
bad anatomy, wrinkled skin, floating objects, mouth, depth of field, sharp
|
| 197 |
+
focus, lowres, bad anatomy, nail polish, floating objects, bad hands,
|
| 198 |
+
text, error, missing fingers, extra digit, fewer digits, cropped, worst
|
| 199 |
+
quality, low quality, normal quality, jpeg artifacts, signature,
|
| 200 |
+
watermark, username, blurry
|
| 201 |
+
output:
|
| 202 |
+
url: >-
|
| 203 |
+
images/B5A680FC8E22372BFE2E62051F94B267EE3858CA03146E8E992C735FCBF648FA.jpeg
|
| 204 |
+
- text: >-
|
| 205 |
+
D-ART D-ART Style 18dart3 !! ?? takeda hiromitsu style, score_9, score_8_up,
|
| 206 |
+
score_7_up, score_6_up, rating_explicit, masterpiece, Big ass Bubble butt
|
| 207 |
+
big butt Fat butt asshole exposed curvy petite wet blush huge ass, hearts,
|
| 208 |
+
thick thighs, wide hips, horny, dat ass, sexy, bottomless, body fluids,
|
| 209 |
+
sweat, cute girl, detailed, color, goth hair goth girl, cute, cute girl,
|
| 210 |
+
milf goth cute girl, nude, long hair, emo, milf body fluids, sweat, rough,
|
| 211 |
+
rough sex, teasing, cute expression, squating, squat, exposing self, beg,
|
| 212 |
+
begging , looking at viewer , flirting, flirt, vacuum fellatio, :>= oral,
|
| 213 |
+
deep penetration, huge testicles, pov, pov bj, squat, squating girl
|
| 214 |
+
parameters:
|
| 215 |
+
negative_prompt: >-
|
| 216 |
+
simple background, bad anatomy. Watermark, hands up, claw hands, flexing,
|
| 217 |
+
arms raised up,monochrome, artist name,signature,simple background, bad
|
| 218 |
+
face, worst quality, low quality, text, censored, deformed, bad hand,
|
| 219 |
+
blurry, (watermark), multiple phones, weights, bunny ears, easynegative,
|
| 220 |
+
ng_deepnegative_v1_75t
|
| 221 |
+
output:
|
| 222 |
+
url: >-
|
| 223 |
+
images/808BBD15F5AD54F345C75375D40EF02EEA40484222E3AB95B8A842E6483A49D9.jpeg
|
| 224 |
+
- text: >-
|
| 225 |
+
core_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, D-art
|
| 226 |
+
Style, @18dart3, d-art, masterpiece, best quality, 1girl, dark skin, very
|
| 227 |
+
dark skin, smile, huge sagging breasts, plump, lips, detailed face+black
|
| 228 |
+
eyes, two-tone hair, hair, closed mouth, looking at viewer, short hair,
|
| 229 |
+
background: white background, solo,
|
| 230 |
+
parameters:
|
| 231 |
+
negative_prompt: >-
|
| 232 |
+
bad anatomy, wrinkled skin, floating objects, mouth, depth of field, sharp
|
| 233 |
+
focus, lowres, bad anatomy, nail polish, floating objects, bad hands,
|
| 234 |
+
text, error, missing fingers, extra digit, fewer digits, cropped, worst
|
| 235 |
+
quality, low quality, normal quality, jpeg artifacts, signature,
|
| 236 |
+
watermark, username, blurry
|
| 237 |
+
output:
|
| 238 |
+
url: >-
|
| 239 |
+
images/9CF5F8D20D52E7E6E56F6E0A19530B651AB1BD6EA5A1E903C5D5477CC98F3841.jpeg
|
| 240 |
+
- text: >-
|
| 241 |
+
high detail, perfect face, very close-up, 1girl, Hands on hips Pose, Brick
|
| 242 |
+
Wall, Graffiti, sunset, back lit, light beams coming in, ((Above Angle)),
|
| 243 |
+
very long messy black hair with straight bangs hairstyle, (chubby),
|
| 244 |
+
Japanese, big pubes, black armpit hair, steaming, (thick thighs:1.5), big
|
| 245 |
+
breasts, sweaty, half closed eyes, Asian, inverted nipples, black eyes,
|
| 246 |
+
(Heavy breathing expression), frown, freckles on face, (very red blush),
|
| 247 |
+
(Ripped Denim Short Shorts), (Black Bikini Top), ((Light Brown Work Boots)),
|
| 248 |
+
(White Baseball Hat), massive breasts, detailed areola, wide hips, bottom
|
| 249 |
+
heavy, solo, thick eyebrows, covered nipples, Futanari, sagging balls, huge
|
| 250 |
+
balls, huge penis, veiny penis, pubic hair, cum, cum on penis, cum dripping
|
| 251 |
+
from penis, excessive cum pile, (((Futanari is looking down at cum pile))),
|
| 252 |
+
Above POV, score_9, score_8_up, score_7_up, score_6_up, source_cartoon,
|
| 253 |
+
rating_explicit, <lora:GBLycoXLV2:0.95>
|
| 254 |
+
parameters:
|
| 255 |
+
negative_prompt: Smear, Bad Anatomy, Simple Background,
|
| 256 |
+
output:
|
| 257 |
+
url: >-
|
| 258 |
+
images/488FF9D48795D54DCB7C51362B9EE5F4A03A36778106E0D6AC091B1C5CDAB2A0.jpeg
|
| 259 |
+
- text: >-
|
| 260 |
+
high detail, perfect face, very close-up, 1girl, Hands on hips Pose, Brick
|
| 261 |
+
Wall, Graffiti, sunset, back lit, light beams coming in, ((Above Angle)),
|
| 262 |
+
very long messy black hair with straight bangs hairstyle, (chubby),
|
| 263 |
+
Japanese, big pubes, black armpit hair, steaming, (thick thighs:1.5), big
|
| 264 |
+
breasts, sweaty, half closed eyes, Asian, inverted nipples, black eyes,
|
| 265 |
+
(Heavy breathing expression), frown, freckles on face, (very red blush),
|
| 266 |
+
(Ripped Denim Short Shorts), (Black Bikini Top), ((Light Brown Work Boots)),
|
| 267 |
+
(White Baseball Hat), massive breasts, detailed areola, wide hips, bottom
|
| 268 |
+
heavy, solo, thick eyebrows, covered nipples, Futanari, sagging balls, huge
|
| 269 |
+
balls, huge penis, veiny penis, pubic hair, cum, cum on penis, cum dripping
|
| 270 |
+
from penis, excessive cum pile, (((Futanari is looking down at cum pile))),
|
| 271 |
+
Above POV, score_9, score_8_up, score_7_up, score_6_up, source_cartoon,
|
| 272 |
+
rating_explicit, <lora:GBLycoXLV2:0.95>
|
| 273 |
+
parameters:
|
| 274 |
+
negative_prompt: Smear, Bad Anatomy, Simple Background,
|
| 275 |
+
output:
|
| 276 |
+
url: >-
|
| 277 |
+
images/9BC7D60176D7F3B7693F651CB6312DCDA7808EAB97C95FF5058787BA5EBB808B.jpeg
|
| 278 |
+
- text: >-
|
| 279 |
+
miya asama \(sekirei\) \(Junjou Decamelon\), 1girl, purple hair, hair
|
| 280 |
+
ribbon, perfect face,allowed, hands on own showing breasts (facing
|
| 281 |
+
viewer:1.2),looking at viewer,huge breasts,high detail, perfect face,very
|
| 282 |
+
close-up, chubby,excessive pussy juice,(thick thighs:1.5), big breasts,
|
| 283 |
+
sweaty, purple eyes, half closed eyes, ,sweaty, wet body, (smug
|
| 284 |
+
expression),red blush,((belt,black legwear, high-waist skirt, jewelry, long
|
| 285 |
+
sleeves, pocket, shirt, shirt tucked in,skirt, striped,waistcoat)),hyper
|
| 286 |
+
massive breasts,detailed areola,massive wide hips,bottom heavy, huge
|
| 287 |
+
hips,thicc thighs,two character, BREAK 1boy,penis out, BREAK score_9,
|
| 288 |
+
score_8_up, score_7_up, score_6_up, source_cartoon,
|
| 289 |
+
rating_explicit,,D-ART,D-ART Style,18dart3,!!,??,
|
| 290 |
+
parameters:
|
| 291 |
+
negative_prompt: >-
|
| 292 |
+
(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1),
|
| 293 |
+
(greyscale), [human], bad anatomy, muscular, negativeXL_D, aidxlv05_neg,
|
| 294 |
+
2d, clothes
|
| 295 |
+
output:
|
| 296 |
+
url: >-
|
| 297 |
+
images/A1CFBBE40226EC3BC6544A8C32EB4770A85B9375C821952BE9C5F7E43D656420.jpeg
|
| 298 |
+
- text: >-
|
| 299 |
+
D-ART,D-ART Style,18dart3,!!,??,standing,standing,masterpiece, 1girl,
|
| 300 |
+
massive breasts, thick thighs, wide hips, perfect , short hair, top angle
|
| 301 |
+
shot, sitting,smile, detailed, beach, waves, wet hair, cleavage hyper
|
| 302 |
+
breast,fat ass, bottom-heavy bubble butt, voluptuous, girl, pov,super short
|
| 303 |
+
boy, skinny male, standing male, kneeling female, breasts to pelvis,fat ass,
|
| 304 |
+
bottom-heavy, bubble butt, perky breasts,huge breasts, paizuri, tit job, big
|
| 305 |
+
penis, bedroom eyes,grin, precum drip, skindentation, motion lines , cum
|
| 306 |
+
shot, sweat, sweaty, wide hips, wet, sweaty,mina_ashido BREAK (Hero
|
| 307 |
+
costume),detailed areola,huge hips,thicc thighs,inverted nipples, BREAK
|
| 308 |
+
score_9, score_8_up, score_7_up, score_6_up, source_cartoon,
|
| 309 |
+
parameters:
|
| 310 |
+
negative_prompt: >-
|
| 311 |
+
bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer
|
| 312 |
+
digits, cropped, worst quality, low quality, normal quality, jpeg
|
| 313 |
+
artifacts, signature, watermark, username, blurry, extra limbs, more than
|
| 314 |
+
2 legs, more than 2 arms, disconnected penis, floating penis, severed
|
| 315 |
+
penis, extra penis
|
| 316 |
+
output:
|
| 317 |
+
url: >-
|
| 318 |
+
images/4C04CE79CECE7157CE9617CCD491E2CE13F3A91510B4F5ABF04EF5B35B79C325.jpeg
|
| 319 |
+
- text: >-
|
| 320 |
+
high detail, perfect face, very close-up, 1girl, kneeling down on fluffy
|
| 321 |
+
carpet, window, sunset, back lit, light beams coming in, ((Spreading pussy
|
| 322 |
+
pose)), blonde mullet hairstyle, chubby, white bedroom, steaming, excessive
|
| 323 |
+
pussy juice, (thick thighs:1.5), big breasts, sweaty, half closed eyes,
|
| 324 |
+
Luanne, inverted nipples, blue eyes, sweaty, wet body, (very smug
|
| 325 |
+
expression), freckles on face, red blush ((White Wedding Dress, White Elbow
|
| 326 |
+
Gloves)), massive breasts, detailed areola, wide hips, bottom heavy, ((Very
|
| 327 |
+
Close POV)), plump asshole, hairy asshole, detailed asshole, front Shot,
|
| 328 |
+
solo, plump asshole, hairy asshole, detailed asshole, creampie, excessive
|
| 329 |
+
cum, cum shooting out vagina, impregnation, breeding, womb full of cum, huge
|
| 330 |
+
clit BREAK score_9, score_8_up, score_7_up, score_6_up, source_cartoon,
|
| 331 |
+
rating_explicit , ??, D-ART,D-ART Style,18dart3,??,<3,
|
| 332 |
+
parameters:
|
| 333 |
+
negative_prompt: >-
|
| 334 |
+
negativeXL_D, (3d, photo, hyperrealistic, rough sketch:1.1), censored,
|
| 335 |
+
(censored, censor lines:1.2), bulge, fat, dog
|
| 336 |
+
output:
|
| 337 |
+
url: >-
|
| 338 |
+
images/AA66A4DF41BE33F6DE89C2DEB3F66B2D86DF2E26A4D5C8C6963B41E2D7907038.jpeg
|
| 339 |
+
base_model: AiAF/ponyDiffusionV6XL_v6StartWithThisOne.safetensors
|
| 340 |
+
instance_prompt: D-ART, D-ART Style, 18dart3, 18dart2, 18DART1, !!, ??
|
| 341 |
+
license: cc0-1.0
|
| 342 |
+
---
|
| 343 |
+
# D-ART | @18dart5 - Style LoRA
|
| 344 |
+
|
| 345 |
+
<Gallery />
|
| 346 |
+
|
| 347 |
+
## Model description
|
| 348 |
+
|
| 349 |
+
Style LoRA trained on the artist D-ART (https://x.com/18dart5). Please let me know your thoughts!
|
| 350 |
+
|
| 351 |
+
Style LoRA trained on the artist @18dart3 @18dart5. Please let me know your thoughts!
|
| 352 |
+
|
| 353 |
+
KoFI: https://ko-fi.com/aiartfactory
|
| 354 |
+
Twitter: AiArt Factory (@AiArtFactory) / X (twitter.com)
|
| 355 |
+
TikTok: https://www.tiktok.com/@ai_art_factory?_t=8cykD6v1PRu&_r=1
|
| 356 |
+
Instagram: https://instagram.com/aiart.factory?igshid=NGExMmI2YTkyZg==
|
| 357 |
+
Deviantart: https://www.deviantart.com/aiartfactory
|
| 358 |
+
|
| 359 |
+
## Trigger words
|
| 360 |
+
|
| 361 |
+
You should use `D-ART` to trigger the image generation.
|
| 362 |
+
|
| 363 |
+
You should use `D-ART Style` to trigger the image generation.
|
| 364 |
+
|
| 365 |
+
You should use `18dart3` to trigger the image generation.
|
| 366 |
+
|
| 367 |
+
You should use `18dart2` to trigger the image generation.
|
| 368 |
+
|
| 369 |
+
You should use `18DART1` to trigger the image generation.
|
| 370 |
+
|
| 371 |
+
You should use `!!` to trigger the image generation.
|
| 372 |
+
|
| 373 |
+
You should use `??` to trigger the image generation.
|
| 374 |
+
|
| 375 |
+
|
| 376 |
+
## Download model
|
| 377 |
+
|
| 378 |
+
Weights for this model are available in Safetensors format.
|
| 379 |
+
|
| 380 |
+
[Download](/AiAF/D-ART_18DART5_Style-LoRA/tree/main) them in the Files & versions tab.
|