Commit ·
aa78b7f
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +182 -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,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/Step1_00521_.png
|
| 10 |
+
text: >-
|
| 11 |
+
Newanimecore, masterpiece, best quality, low angle side view, 1female
|
| 12 |
+
warrior, dark armor, dual glowing swords, red fire blade, blue ice blade,
|
| 13 |
+
intense expression, crouching pose, dark enchanted forest, foggy atmosphere,
|
| 14 |
+
magical energy, sharp focus, glowing embers, detailed leather boots, fantasy
|
| 15 |
+
aesthetic, dramatic lighting
|
| 16 |
+
parameters:
|
| 17 |
+
negative_prompt: >-
|
| 18 |
+
lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts,
|
| 19 |
+
ugly, poorly drawn, censor,blurry, watermark,simple background,
|
| 20 |
+
transparent background, censored,
|
| 21 |
+
- output:
|
| 22 |
+
url: images/Step1_00674_.png
|
| 23 |
+
text: >-
|
| 24 |
+
newAnimecore, side view, pirate ship, red steel hull, glowing metallic
|
| 25 |
+
texture, lightning-infused sails, flaming patterns on sails, storm energy,
|
| 26 |
+
demonic pirate aesthetic, glowing runes, gothic detailing,
|
| 27 |
+
thunderstorm-powered, sailing on a mystical southern sea, exotic ocean,
|
| 28 |
+
surreal waters, cinematic lighting, glowing sea reflections, epic sky,
|
| 29 |
+
supernatural ship, fantasy naval design, sharp angles, menacing figurehead,
|
| 30 |
+
molten seams, stormy clouds, dramatic atmosphere, magical realism, dark
|
| 31 |
+
fantasy vibe, high-detail structure, storm-charged sails, cursed vessel,
|
| 32 |
+
ancient pirate magic, fantasy ocean scene, ship in motion, glowing accents,
|
| 33 |
+
3D render style, dynamic angle, wide shot
|
| 34 |
+
parameters:
|
| 35 |
+
negative_prompt: >-
|
| 36 |
+
lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts,
|
| 37 |
+
ugly, poorly drawn, censor,blurry, watermark,simple background,
|
| 38 |
+
transparent background, censored,
|
| 39 |
+
- output:
|
| 40 |
+
url: images/Step1_00538_.png
|
| 41 |
+
text: >-
|
| 42 |
+
Newanimecore, centered composition,sits on a magic ball, 1female dark-light
|
| 43 |
+
duality goddess, half black armor, half white divine skin, intricate gold
|
| 44 |
+
patterns, spiked crown, glowing orange eyes, symmetrical pose, celestial
|
| 45 |
+
energy, obsidian and porcelain texture fusion, ornate metallic wings, gothic
|
| 46 |
+
divine aesthetic, high detail, sharp focus, glowing particles, fantasycore,
|
| 47 |
+
mythic contrast, masterpiece, best quality, Newanimecore, VoidlightEmpress,
|
| 48 |
+
HaloThorn, Eclipseborn, SacredWyrm, ArcSpireDominion
|
| 49 |
+
parameters:
|
| 50 |
+
negative_prompt: >-
|
| 51 |
+
lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts,
|
| 52 |
+
ugly, poorly drawn, censor,blurry, watermark,simple background,
|
| 53 |
+
transparent background, censored,
|
| 54 |
+
- output:
|
| 55 |
+
url: images/Step1_00505_.png
|
| 56 |
+
text: >-
|
| 57 |
+
Newanimecore, masterpiece, best quality, 1girl, Fantasy High-Detail Style,
|
| 58 |
+
Overhead Shot, Radio, studio, midnight, DJ, headphones, microphone, whiskey
|
| 59 |
+
glass, dim lights, late-night host, sneaky smile, sudden punch, surprise
|
| 60 |
+
attack, secret agent, stealth mode, black leather, gloves, katanas, silk
|
| 61 |
+
kimono, ripped fabric, exposed skin, intense pose, ready for battle!
|
| 62 |
+
parameters:
|
| 63 |
+
negative_prompt: >-
|
| 64 |
+
lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts,
|
| 65 |
+
ugly, poorly drawn, censor,blurry, watermark,simple background,
|
| 66 |
+
transparent background, censored,
|
| 67 |
+
- output:
|
| 68 |
+
url: images/Step1_00480_.png
|
| 69 |
+
text: >-
|
| 70 |
+
Newanimecore, masterpiece, best quality, goth girl, clown outfit with frilly
|
| 71 |
+
details, red and white striped pattern, elegant red beret tilted slightly,
|
| 72 |
+
pale skin with dark makeup, intense red lipstick, dramatic eyeliner, short
|
| 73 |
+
messy bob hairstyle, holding a red balloon with heart patterns, heart motifs
|
| 74 |
+
on her clown collar and sleeves, dimly lit carnival setting, monochrome red
|
| 75 |
+
and white color scheme, mysterious and haunting aesthetic with romantic
|
| 76 |
+
undertones
|
| 77 |
+
parameters:
|
| 78 |
+
negative_prompt: >-
|
| 79 |
+
lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts,
|
| 80 |
+
ugly, poorly drawn, censor,blurry, watermark,simple background,
|
| 81 |
+
transparent background, censored,
|
| 82 |
+
- output:
|
| 83 |
+
url: images/Step1_00545_.png
|
| 84 |
+
text: >-
|
| 85 |
+
Newanimecore, side view, massive demonic entity, liquid shadow armor,
|
| 86 |
+
monstrous grin, white-hot energy veins, twin katanas, black ooze dripping,
|
| 87 |
+
eldritch form, towering corrupted figure, tentacle limbs, twin female
|
| 88 |
+
warriors standing atop, gothic anime style, high contrast black and white,
|
| 89 |
+
spotlight beams, cursed battlefield, abyssal pool reflection, surreal
|
| 90 |
+
proportions, dark fantasy horrorcore, sharp detail, masterpiece, best
|
| 91 |
+
quality, Newanimecore, VoidmawTitan, InkbornHorror, ChaosbladeTwins,
|
| 92 |
+
AbyssEater, EclipseTerror
|
| 93 |
+
parameters:
|
| 94 |
+
negative_prompt: >-
|
| 95 |
+
lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts,
|
| 96 |
+
ugly, poorly drawn, censor,blurry, watermark,simple background,
|
| 97 |
+
transparent background, censored,
|
| 98 |
+
- output:
|
| 99 |
+
url: images/VAF22Q740HMCAZGKEGGAZM7EG0.jpeg
|
| 100 |
+
text: >-
|
| 101 |
+
Masterwork, masterpiece, best quality,(very aesthetic:1.2), (absurdres:1.2),
|
| 102 |
+
newest, ,incredibly absurdres, , amazing quality, very aesthetic,
|
| 103 |
+
traditional media, (by unarsite :1.25), solo, masterpiece, best quality,
|
| 104 |
+
absurdres, very aesthetic, highres, 1boy, teen, bishounen, albino skin,
|
| 105 |
+
white skin, red eyes, white hair, short hair, messy hair, large hoody,
|
| 106 |
+
shorts, barefoot, moe sleeves, evil grin, crazy eyes, vivid eyes,
|
| 107 |
+
hauntedglow, glowing eyes, spiral eyes, yellow background, detailed face,
|
| 108 |
+
dynamic pose, [:fantastical costume design,:0.2], strong_ink_lines,
|
| 109 |
+
sketchy_shading, heavy_blacks, sharp_shadowing, line_art_heavy, lineless,
|
| 110 |
+
masterpiece, best quality, very aesthetic, newanimecore,
|
| 111 |
+
parameters:
|
| 112 |
+
negative_prompt: >-
|
| 113 |
+
negativeXL_D, zPDXL-neg, PDXLneg-NoAniPny_-neg, unaestheticXL_bp5,
|
| 114 |
+
white_border,(((watermark))), worst quality, worst aesthetic, bad quality,
|
| 115 |
+
normal quality, average quality, oldest, old, early, very displeasing,
|
| 116 |
+
displeasing, Compression artifacts, bad art, worst quality, low quality,
|
| 117 |
+
plastic, imperfect eyes, fake, bad limbs, conjoined, featureless, bad
|
| 118 |
+
features, incorrect objects, watermark, logo, fuzzy eyes, fuzzy iris,
|
| 119 |
+
signature,
|
| 120 |
+
- output:
|
| 121 |
+
url: images/00032-3555415517.png
|
| 122 |
+
text: >-
|
| 123 |
+
1girl, Rets CD Style, looking at viewer, extreme close up, masterpiece,
|
| 124 |
+
highres, ultrares, absurdres, best quality, ultra detailed face, ultra
|
| 125 |
+
detailed eyes, ultra detail skin, ultra detail body, ultra detailed, amazing
|
| 126 |
+
quality, very aesthetic, (hyper detailed features), portrait, sharp pupils,
|
| 127 |
+
intricate pupil details, intricate iris details, realistic iris, swirling
|
| 128 |
+
iris patterns, detailed hair, sacred eroticism, frohawk, Toned Body, crimson
|
| 129 |
+
aura, anime surrealism, voluptuous, divine surrealism, rays of darkness
|
| 130 |
+
piercing holy light, corrupted texture mapping, neon colors, flowing hair,
|
| 131 |
+
glitch art, intricate details, otherworldly, ethereal atmosphere, high
|
| 132 |
+
contrast, depth of field, reij-incs, silhouette character, standing pose,
|
| 133 |
+
cinematic, dynamic shot, drpmtf, beautiful and aesthetic, detailed
|
| 134 |
+
background, intricate background, immersive environment, female, SP-Illu,
|
| 135 |
+
curvy, <lora:Sketchy_Pinup_Style_Illu_Edition:1>, (big eyes), breasts,
|
| 136 |
+
glowing, <lora:NewAnimeCore_-_ILL:0.7>, newanimecore, foggy atmosphere,
|
| 137 |
+
magical energy, glowing embers, dramatic lighting, sharp focus, fantasycore,
|
| 138 |
+
Newanimecore, StarflareStrike, Emberveil, CosmicWrath, DreamboundSteel,
|
| 139 |
+
ArcaneNova,
|
| 140 |
+
parameters:
|
| 141 |
+
negative_prompt: >-
|
| 142 |
+
lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg
|
| 143 |
+
artifacts, signature, watermark, old, oldest, censored, bar censor,
|
| 144 |
+
shiny-skin, shiny-hair, ribs, (bad hands), extra-digits,
|
| 145 |
+
sharp-fingernails, loli, nude, text,
|
| 146 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 147 |
+
instance_prompt: NewAnimeCore
|
| 148 |
+
license: unknown
|
| 149 |
+
---
|
| 150 |
+
# New Anime Core - ILL
|
| 151 |
+
|
| 152 |
+
<Gallery />
|
| 153 |
+
|
| 154 |
+
## Model description
|
| 155 |
+
|
| 156 |
+
NewAnimeCore is an anime LoRA designed to generate your anime character in a more 3D-like anime fantasy and magic style.
|
| 157 |
+
|
| 158 |
+
Features & Settings:
|
| 159 |
+
|
| 160 |
+
✔ Recommended LoRA Strength: [0.7-0.8]
|
| 161 |
+
|
| 162 |
+
✔ Settings: CFG, STEPS, and SAMPLER are defined by the checkpoint and your workflow
|
| 163 |
+
|
| 164 |
+
✔ Style: 3d like Anime
|
| 165 |
+
|
| 166 |
+
✔ TIP: use magic words, armor, runes and use pose tags like side view or crouch
|
| 167 |
+
|
| 168 |
+
✔ Note: Sample images are upscaled + HI-res fix
|
| 169 |
+
|
| 170 |
+
✔ Ideas for u: silluette, weapons, vehicles, animals,
|
| 171 |
+
|
| 172 |
+
all credits belong to https://civitai.com/user/VisionaryAI_Studio
|
| 173 |
+
|
| 174 |
+
## Trigger words
|
| 175 |
+
|
| 176 |
+
You should use `NewAnimeCore` to trigger the image generation.
|
| 177 |
+
|
| 178 |
+
|
| 179 |
+
## Download model
|
| 180 |
+
|
| 181 |
+
|
| 182 |
+
[Download](/DavidBaloches/New_Anime_Core-ILL/tree/main) them in the Files & versions tab.
|