Commit ·
b0001e3
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +162 -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,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
Photorealistic full-body of a woman in massive gundam-style war armor,
|
| 10 |
+
exaggerated shoulder pylons flaring outward, thick armored limbs, angular
|
| 11 |
+
mechanical chest plating enhancing her hourglass shape, integrated forearm
|
| 12 |
+
cannons, spiked elbow guards, exoskeletal legs with piston detailing, matte
|
| 13 |
+
charcoal underlayer with glossy electric blue armor plating and neon white
|
| 14 |
+
accents, high-tech urban battlefield with ruins and drones, cinematic
|
| 15 |
+
lighting fmechlas-mk.1
|
| 16 |
+
parameters:
|
| 17 |
+
negative_prompt: 'Guidance: 1 Steps: 40 Seed: 581595654806767'
|
| 18 |
+
output:
|
| 19 |
+
url: images/Comfy__00770_.png
|
| 20 |
+
- text: >-
|
| 21 |
+
Full-body portrait of a powerful woman wearing massive gundam-like power
|
| 22 |
+
armor, wide jet-fin shoulder structures and wing-like armor flares, huge
|
| 23 |
+
gauntlets, heavy leg plating with reinforced knee guards, dual mounted heavy
|
| 24 |
+
weapons built into the shoulders, long flowing red hair from under her neck
|
| 25 |
+
plating, armor colors in matte sand tan underlayer with glossy deep red
|
| 26 |
+
plating and metallic bronze highlights, desert warfare background, sun haze
|
| 27 |
+
and lens flare fmechlas-mk.1
|
| 28 |
+
parameters:
|
| 29 |
+
negative_prompt: 'Guidance: 1 Steps: 40 Seed: 984751147983617'
|
| 30 |
+
output:
|
| 31 |
+
url: images/Comfy__00771_.png
|
| 32 |
+
- text: >-
|
| 33 |
+
Mid-body portrait of a woman in gigantic futuristic war armor, heavy
|
| 34 |
+
exoskeletal plating around her upper body, huge shoulder structures
|
| 35 |
+
extending outward with layered mechanical fins, bulky forearm armor
|
| 36 |
+
partially visible, no helmet, short silver hair with undercut, striking
|
| 37 |
+
green eyes, armor in matte navy blue with glossy orange panels and gold
|
| 38 |
+
trim, deep sci-fi bay with ambient glow, photorealistic textures
|
| 39 |
+
fmechlas-mk.1
|
| 40 |
+
parameters:
|
| 41 |
+
negative_prompt: 'Guidance: 1 Steps: 40 Seed: 619111900065163'
|
| 42 |
+
output:
|
| 43 |
+
url: images/Comfy__00768_.png
|
| 44 |
+
- text: >-
|
| 45 |
+
candid close-up portrait of a woman with dark auburn balayage hair tied in a
|
| 46 |
+
messy ponytail, no makeup, expressive eyes, and a subtle smirk. She wears a
|
| 47 |
+
massive heavy Gundam armor in dark matte black and glossy metalic purple
|
| 48 |
+
with outward-flaring mechanical structures and oversized shoulder armor with
|
| 49 |
+
extending mechanical structures, angular plating that strech out, high-set
|
| 50 |
+
reinforced collar, and sharp mechanical surfaces shaped to enhance the
|
| 51 |
+
silhouette. The suit features layered components and embedded mechanical
|
| 52 |
+
structures. The background is a sleek, futuristic mobile suit hangar with
|
| 53 |
+
glowing floor panels, holographic interfaces, robotic maintenance arms, and
|
| 54 |
+
metallic walls illuminated by cold, clinical lighting. fmechlas-mk.1
|
| 55 |
+
parameters:
|
| 56 |
+
negative_prompt: 'Guidance: 1 Steps: 40 Seed: 987202033575217'
|
| 57 |
+
output:
|
| 58 |
+
url: images/Comfy__00775_.png
|
| 59 |
+
- text: >-
|
| 60 |
+
Close-up mid-body view of a beautiful woman inside enormous gundam-inspired
|
| 61 |
+
mech armor, wide angular shoulder pylons flaring out past her frame, thick
|
| 62 |
+
mechanical neck plating, molded chest armor over her torso, glowing power
|
| 63 |
+
conduits at the seams, her face exposed with long platinum blonde hair
|
| 64 |
+
blowing to the side, matte steel-gray undersuit with glossy white and violet
|
| 65 |
+
armor plating, intricate sci-fi detail, cinematic warzone lighting
|
| 66 |
+
fmechlas-mk.1
|
| 67 |
+
parameters:
|
| 68 |
+
negative_prompt: 'Guidance: 1 Steps: 40 Seed: 26019714965379'
|
| 69 |
+
output:
|
| 70 |
+
url: images/Comfy__00769_.png
|
| 71 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 72 |
+
instance_prompt: FMECHLAS-MK.1
|
| 73 |
+
license: unknown
|
| 74 |
+
---
|
| 75 |
+
# FullMechanicalLady - Armor Style by Razane
|
| 76 |
+
|
| 77 |
+
<Gallery />
|
| 78 |
+
|
| 79 |
+
## Model description
|
| 80 |
+
|
| 81 |
+
FROM https://civitai.com/models/1567276/fullmechanicallady-armor-style
|
| 82 |
+
|
| 83 |
+
Please support the creator by donating BUZZ to the creator and LIKING at the page above
|
| 84 |
+
|
| 85 |
+
Trigger FMECHLAS-MK.1
|
| 86 |
+
|
| 87 |
+
Strength 0.6
|
| 88 |
+
|
| 89 |
+
If you feel like showing some love, awesome.
|
| 90 |
+
But the best kind of support?
|
| 91 |
+
|
| 92 |
+
Use the model. 🛠️
|
| 93 |
+
|
| 94 |
+
Post your results. 🖼️
|
| 95 |
+
|
| 96 |
+
Let the art speak. 🎯
|
| 97 |
+
|
| 98 |
+
🏗️ FullMechanicalLady – Armor Style
|
| 99 |
+
“HEAVY IS BEAUTIFUL.”
|
| 100 |
+
Trigger Word: fmechlas-mk.1
|
| 101 |
+
|
| 102 |
+
📡 ENGINEERING DIVISION ANNOUNCEMENT — HEAVY FRAME DEPLOYMENT ONLINE
|
| 103 |
+
The skies crack. The ground shakes.
|
| 104 |
+
The enemy flees.
|
| 105 |
+
|
| 106 |
+
FullMechanicalLady – Armor Style is not just a LoRA.
|
| 107 |
+
It’s a towering, gundam-style exosuit forged around raw femininity, firepower, and flawless curves.
|
| 108 |
+
|
| 109 |
+
Inspired by mecha juggernauts like Gundam, Xenogears, Iron Man’s Hulkbuster, and every oversized anime warframe that ever made you go, damn — this LoRA fuses high-tech sculpted armor with the unmistakable silhouette of a woman who didn't come here to negotiate.
|
| 110 |
+
|
| 111 |
+
🧠 PROMPTING TIPS:
|
| 112 |
+
Use terms like:
|
| 113 |
+
massive, gundam-style power armor, angular plating, mechanical wing structure, built-in forearm weapons, extra mechanical limbs, jet fins, outward flaring armor
|
| 114 |
+
Describe the face or hair only if you want it visible (optional).
|
| 115 |
+
💡 KEY FEATURES:
|
| 116 |
+
|
| 117 |
+
Massive gundam-style power armor, exaggerated scale
|
| 118 |
+
|
| 119 |
+
Angular armor plating with outward flaring mechanical components
|
| 120 |
+
|
| 121 |
+
Jet fins, mechanical wings, modular weaponized limbs or extra arms
|
| 122 |
+
|
| 123 |
+
Exoskeletal reinforced legs, oversized shoulder pylons, built-in forearm weapons
|
| 124 |
+
|
| 125 |
+
Designed to enhance silhouette, not hide it — yes, there’s a woman in there, and yes, she’s still sexy
|
| 126 |
+
|
| 127 |
+
Compatible with helmeted and unhelmeted renders (describe the face and/or hair if you want it visible)
|
| 128 |
+
|
| 129 |
+
Style: Overdesigned, sharp, asymmetrical, photorealistic, and unapologetically over-the-top
|
| 130 |
+
|
| 131 |
+
🛠️ TECH SPECS (REQUIRED CONFIGURATION):
|
| 132 |
+
|
| 133 |
+
Base Model: Flux
|
| 134 |
+
|
| 135 |
+
Sampler: Euler
|
| 136 |
+
|
| 137 |
+
Scheduler: Beta
|
| 138 |
+
|
| 139 |
+
Steps: 40
|
| 140 |
+
|
| 141 |
+
CFG: 2.5 (trust the sweet spot)
|
| 142 |
+
|
| 143 |
+
⚠️ LOADING ADVISORY:
|
| 144 |
+
|
| 145 |
+
LoRA Strength: 0.50–0.60 for realism (Avoid plastic sheen) with solid mechanical detailing
|
| 146 |
+
|
| 147 |
+
Push to 0.70–1.00 if you want glossy war dolls and anime-level shine
|
| 148 |
+
|
| 149 |
+
High strengths may override skin tone and lighting — use with intent
|
| 150 |
+
|
| 151 |
+
Avoid vague prompts: Be specific. Say “extra mechanical arms.” Not “maybe arms or weapons.” Flux eats “or” for breakfast and returns soup.
|
| 152 |
+
|
| 153 |
+
## Trigger words
|
| 154 |
+
|
| 155 |
+
You should use `FMECHLAS-MK.1` to trigger the image generation.
|
| 156 |
+
|
| 157 |
+
|
| 158 |
+
## Download model
|
| 159 |
+
|
| 160 |
+
Weights for this model are available in Safetensors format.
|
| 161 |
+
|
| 162 |
+
[Download](/Jonjew/FullMechanicalLadyArmorStyle/tree/main) them in the Files & versions tab.
|