Commit
·
5b8a009
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +167 -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,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- stable-diffusion
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
widget:
|
| 9 |
+
- text: >-
|
| 10 |
+
anime style picture, skinny and pretty woman with white hair and "depicting
|
| 11 |
+
an extreme close up face of a dainty young mischievous female stoner prep
|
| 12 |
+
highschool school student with medium length silky straight iridescent black
|
| 13 |
+
hair and lightly suntanned skin,
|
| 14 |
+
output:
|
| 15 |
+
url: images/1000093792.jpeg
|
| 16 |
+
- text: >-
|
| 17 |
+
motion lines, 1 cartoon girl, angel with 4 large angel wings and a halo,
|
| 18 |
+
perfect curves, wearing a white dress, strapless, suggestive pose, romantic,
|
| 19 |
+
solo, detailed eyes, looking at viewer, sitting on a rock, forest, nature,
|
| 20 |
+
forest meadow, beautiful, looking at viewer, embarrassed, medium breasts,
|
| 21 |
+
from front, looking at viewer playfully, naughty, smirk, romantic, (blonde
|
| 22 |
+
hair, mid parted hair, straight hair, long hair:1.2), pronounced blush,
|
| 23 |
+
beautiful green eyes,<lora:D-ART-18dart5[Flux]:1>
|
| 24 |
+
output:
|
| 25 |
+
url: images/00024-2777017634.png
|
| 26 |
+
- text: >-
|
| 27 |
+
motion lines, 1girl, dark skinned girl of African American decent, she had
|
| 28 |
+
red eyes and short black wavy hair, smiling at viewer, head shot, body not
|
| 29 |
+
visible, rosey red cheeks and blushing, white background, the woman has red
|
| 30 |
+
color accents in her hair, floating korean text is visible in the white
|
| 31 |
+
background <lora:D-ART-18dart5[Flux]:1>
|
| 32 |
+
output:
|
| 33 |
+
url: images/00023-734285917.png
|
| 34 |
+
- text: >-
|
| 35 |
+
motion lines, 1girl Tomboy, short purple hair, black t-shirt, midriff ,
|
| 36 |
+
navel ,smug smile, shimmering purple manga background with celestial stars,
|
| 37 |
+
looking directly at the viewer, <lora:D-ART-18dart5[Flux]:1>
|
| 38 |
+
output:
|
| 39 |
+
url: images/00021-386560115.png
|
| 40 |
+
- text: >-
|
| 41 |
+
1girl standing in front of a full length mirror taking a selfie, holding a
|
| 42 |
+
cellphone while wearing elegant lingerie, messy bedroom can be seen in the
|
| 43 |
+
background, <lora:D-ART-18dart5[Flux]:1>
|
| 44 |
+
output:
|
| 45 |
+
url: images/00019-2889018583.png
|
| 46 |
+
- text: >-
|
| 47 |
+
highly detailed anime picture, a man in nursing scrubs stands in a hallway,
|
| 48 |
+
waist up portrait shot, beard and mustache, blurry background with a depth
|
| 49 |
+
of field effect, he is looking at the viewer and smiling,
|
| 50 |
+
<lora:D-ART-18dart5[Flux]:1>
|
| 51 |
+
output:
|
| 52 |
+
url: images/00016-522577074.png
|
| 53 |
+
- text: >-
|
| 54 |
+
highly detailed anime picture, waist up portrait shot picture of a woman
|
| 55 |
+
laying on the floor inside of an indoors server room, above shot, computer
|
| 56 |
+
wires all over the floor, looks tired with bags under her eyes
|
| 57 |
+
<lora:D-ART-18dart5[Flux]:1>
|
| 58 |
+
output:
|
| 59 |
+
url: images/00015-3110212036.png
|
| 60 |
+
- text: >-
|
| 61 |
+
Highly detailed anime style picture, waist up portrait shot of a woman
|
| 62 |
+
wearing metal medieval knight armor, breast plates and metal shoulder pads,
|
| 63 |
+
blonde hair and black eyes, white background, holding a sign that says "need
|
| 64 |
+
more buzz" <lora:D-ART-18dart5[Flux]:1>
|
| 65 |
+
output:
|
| 66 |
+
url: images/00014-1334532871.png
|
| 67 |
+
- text: >-
|
| 68 |
+
Highly detailed anime style picture, shot of a field of sunflowers with
|
| 69 |
+
beautiful clouds during a sunset, no humans or subjects are present, no
|
| 70 |
+
people, butterflies are flying, <lora:D-ART-18dart5[Flux]:1>
|
| 71 |
+
output:
|
| 72 |
+
url: images/00011-1071964309.png
|
| 73 |
+
- text: >-
|
| 74 |
+
Highly detailed anime style picture, waist up shot of a woman wearing a
|
| 75 |
+
green cloak with the hood over her head, orange hair and blue eyes,
|
| 76 |
+
background is a damp gloomy looking forest with thick fog
|
| 77 |
+
<lora:D-ART-18dart5[Flux]:1>
|
| 78 |
+
output:
|
| 79 |
+
url: images/00010-1455996471.png
|
| 80 |
+
- text: >-
|
| 81 |
+
Highly detailed anime style picture. great lighting, intricate detail,
|
| 82 |
+
beautiful, stunning space marine, with aqua eyes wearing a choker,
|
| 83 |
+
skin-tight black body armor with pink accents, cleavage is cut out, stading
|
| 84 |
+
at the edge of a beach and the ocean, Perfect Composition, movie scenes,
|
| 85 |
+
highly detailed. lighting, sharp contrast <lora:D-ART-18dart5[Flux]:1>
|
| 86 |
+
output:
|
| 87 |
+
url: images/00009-2654087682.png
|
| 88 |
+
- text: >-
|
| 89 |
+
1 anime girl, solo, long_hair, looking_at_viewer, wide hips, two arms,
|
| 90 |
+
((upper body)), chubby, blush, smile, detailed face+blue_eyes, indoor,
|
| 91 |
+
black_hair, gloves, dress, ribbon, bare_shoulders, very_long_hair,
|
| 92 |
+
purple_eyes, hair_ribbon, ponytail, elbow_gloves, belt, bracelet,
|
| 93 |
+
hand_on_hip, bell, christmas, red_gloves,
|
| 94 |
+
<lora:DART__18dart5_-_Style_Flux_-V3:1>
|
| 95 |
+
output:
|
| 96 |
+
url: images/00006-633262202.png
|
| 97 |
+
- text: >-
|
| 98 |
+
1girl holding a sign that says "Triple Penetration?", blank background,
|
| 99 |
+
portrait shot, smile, blush, <lora:DART__18dart5_-_Style_Flux_-V3:1>
|
| 100 |
+
output:
|
| 101 |
+
url: images/00005-3728505413.png
|
| 102 |
+
- text: >-
|
| 103 |
+
motion lines, 1girl Tomboy, short black hair, black t-shirt, midriff , hands
|
| 104 |
+
behind back, navel ,smug smile, shimmering manga background,
|
| 105 |
+
<lora:DART__18dart5_-_Style_Flux_-V3:1>
|
| 106 |
+
output:
|
| 107 |
+
url: images/00003-460431563.png
|
| 108 |
+
- text: >-
|
| 109 |
+
blond haired anime girl standing in front of a brick wall , brick wall in
|
| 110 |
+
the background shiny blonde hair, <lora:D-ART-18dart5[Flux]:1>
|
| 111 |
+
output:
|
| 112 |
+
url: images/00012-3359356420.png
|
| 113 |
+
- text: >-
|
| 114 |
+
1girl holding a sign that says "Are you using a LoRA?", blank background,
|
| 115 |
+
portrait shot, smile, blush <lora:D-ART-18dart5[Flux]:1>
|
| 116 |
+
output:
|
| 117 |
+
url: images/00002-2491779138.png
|
| 118 |
+
- text: >-
|
| 119 |
+
1girl holding a sign that says "DEGEN", blank background, portrait shot,
|
| 120 |
+
smile, blush <lora:D-ART-18dart5[Flux]:1>
|
| 121 |
+
output:
|
| 122 |
+
url: images/00007-3864689592.png
|
| 123 |
+
- text: >-
|
| 124 |
+
1girl, blonde hair, bob cut, fennec ears, purple oni horns, red eyeshadow,
|
| 125 |
+
purple eyes, purple lips, large breasts, kimono, (multiple tails, fox tail),
|
| 126 |
+
upper body, park,, <lora:D-ART-18dart5[Flux]:1>
|
| 127 |
+
output:
|
| 128 |
+
url: images/00001-3338387262.png
|
| 129 |
+
- text: >-
|
| 130 |
+
motion lines, 1girl Tomboy, short black hair, black t-shirt, midriff , navel
|
| 131 |
+
,smug smile, shimmering manga background, <lora:D-ART-18dart5[Flux]:1>
|
| 132 |
+
output:
|
| 133 |
+
url: images/00000-386560115.png
|
| 134 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 135 |
+
instance_prompt: null
|
| 136 |
+
license: other
|
| 137 |
+
license_name: flux-1-dev-non-commercial-license
|
| 138 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 139 |
+
---
|
| 140 |
+
# D-ART | @18dart5 - Style LoRA [Flux1]
|
| 141 |
+
|
| 142 |
+
<Gallery />
|
| 143 |
+
|
| 144 |
+
## Model description
|
| 145 |
+
|
| 146 |
+
Flux1 Style LoRA trained on the artist @18dart5. No specific trigger words, but words like "anime", "cartoon", "illustration", etc, can help keep in on track
|
| 147 |
+
|
| 148 |
+
Please let me know your thoughts!
|
| 149 |
+
|
| 150 |
+
PonyXL version can also be downloaded here from Huggingface!
|
| 151 |
+
|
| 152 |
+
Huggingface: https://huggingface.co/AiAF
|
| 153 |
+
|
| 154 |
+
Twitter: AiArt Factory (@AiArtFactory) / X (twitter.com)
|
| 155 |
+
|
| 156 |
+
TikTok: https://www.tiktok.com/@ai_art_factory?_t=8cykD6v1PRu&_r=1
|
| 157 |
+
|
| 158 |
+
Instagram: https://instagram.com/aiart.factory?igshid=NGExMmI2YTkyZg==
|
| 159 |
+
|
| 160 |
+
Deviantart: https://www.deviantart.com/aiartfactory
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
## Download model
|
| 164 |
+
|
| 165 |
+
Weights for this model are available in Safetensors format.
|
| 166 |
+
|
| 167 |
+
[Download](/AiAF/D-ART_LoRA_Flux1/tree/main) them in the Files & versions tab.
|