Commit ·
7be12cc
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +132 -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,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/Image01_00646_.png
|
| 10 |
+
text: "Astrid,\uFEFF High-fashion editorial studio portrait, ultra-realistic professional photography. Fully human, natural appearance with true-to-life skin behavior and optical sharpness.\uFEFF Aspect ratio: 5:7\uFEFF Framing: Slightly below the bust, half-body portrait.\uFEFF Subject & Expression:\uFEFF A young woman photographed from the bust up, centered in the frame, looking directly into the camera with a confident, magnetic presence.\uFEFF Her facial expression is intense and subtly seductive. Lips slightly parted and gently projected forward, conveying sensual introspection. Eyes maintain direct contact with the camera, eyelids softly lowered to create a sense of languid mystery. Eyebrows are relaxed and natural, avoiding graphic stiffness.\uFEFF Her head is tilted slightly back and to the side, enhancing the dramatic, editorial pose.\uFEFF Pose & Body Language:\uFEFF The posture is slightly angled, with shoulders subtly turned forward.\uFEFF A gentle neck extension creates a strong visual line between face, neck, and shoulders, adding elegance, tension, and sculptural definition.\uFEFF Makeup (Editorial, Contemporary):\uFEFF • Skin: Natural skin texture preserved with visible micro-pores and realistic surface variation. Lightweight luminous foundation, subtle contouring, satin finish.\uFEFF • Eyes: Deep black smokey eye, precise cat-eye liner, elongated lashes. Lighting does not obscure lash definition.\uFEFF • Brows: Natural, softly defined, non-graphic.\uFEFF • Lips: Brown-nude creamy lipstick with a soft reflective sheen.\uFEFF Hair:\uFEFF Wet-look hairstyle with a clean center part. Hair appears slightly disheveled, with loose strands falling across the face. Intentional, raw, sensual, modern aesthetic.\uFEFF Wardrobe:\uFEFF Premium black leather overbust strapless corset with a deep open U-shaped neckline. Vertical boning and angular side-pointed panel construction. Clearly defined leather texture and structure.\uFEFF Accessories:\uFEFF Two chokers:\uFEFF – One thin to medium black leather choker without pendant\uFEFF – One slightly lower medium-thickness silver chain choker without pendant\uFEFF No earrings. Visible silver ear cuff and multiple small silver piercings (studs and hoops).\uFEFF Lighting & Environment:\uFEFF Dark low-key studio environment.\uFEFF A single circular spotlight with a red gel is projected onto the wall behind the model, forming a clean, well-defined red halo.\uFEFF The model stands between the light source and the wall, casting a realistic shadow inside the red circle.\uFEFF All surrounding areas remain unlit and dark.\uFEFF Lighting is organic and enveloping, with rounded volumes and smooth shadow transitions. Strong chiaroscuro contrast.\uFEFF Focus & Detail:\uFEFF Absolute critical focus on the face.\uFEFF High micro-contrast and optical clarity.\uFEFF Visible textures: leather grain, metallic jewelry, natural skin detail.\uFEFF Camera & Optics:\uFEFF Sony A7R IV\uFEFF 85mm lens\uFEFF ISO 100\uFEFF Aperture f/2.8\uFEFF Shutter speed 1/125\uFEFF Shallow depth of field with natural falloff.\uFEFF Composition & Color Palette:\uFEFF Centered composition.\uFEFF High contrast (light vs shadow).\uFEFF Color palette: deep blacks, vibrant red spotlight, silver metallic accents."
|
| 11 |
+
- output:
|
| 12 |
+
url: images/Image01_00647_.png
|
| 13 |
+
text: "Astrid, A highly realistic, cinematic medium close-up portrait of a beautiful young woman with all original facial features preserved, wearing soft smokey eye makeup and nude glossy lips. She smiles gently with eyes closed, resting her chin gracefully on her crossed hands atop a massive luxurious bouquet of 101 white roses in full bloom. She wears a delicate off-shoulder white satin dress with thin straps, a sparkling diamond necklace, matching drop earrings, and a fine diamond bracelet on her left wrist. Her manicured hands with long almond-shaped nude-pink nails rest elegantly on the roses.\uFEFF The setting is a modern minimalist luxury apartment bathed in natural golden-hour sunlight streaming in from the right, creating warm highlights on her face and the bouquet. The softly blurred background (bokeh) reveals a refined white interior — a low console table, modern lamp, wall-mounted TV, and a white sofa in the distance.\uFEFF Captured with a Leica camera, 85mm lens, f/1.8 aperture. Hyper-realistic detail, soft depth of field, cinematic lighting, warm color grading, luxurious and romantic atmosphere."
|
| 14 |
+
- output:
|
| 15 |
+
url: images/Image01_00650_.png
|
| 16 |
+
text: >-
|
| 17 |
+
A black-and-white high-fashion editorial portrait of a woman wearing a
|
| 18 |
+
loose, flowing white blouse. The fabric drapes softly over her frame,
|
| 19 |
+
catching light and shadow with sculptural elegance. She poses with one arm
|
| 20 |
+
raised, lifting and holding her hair while partially obscuring part of her
|
| 21 |
+
face, creating a dramatic and abstract composition that feels intentional
|
| 22 |
+
and expressive. Her gaze is intense and unwavering, directed straight into
|
| 23 |
+
the camera, conveying a strong, enigmatic presence. The emotion feels raw
|
| 24 |
+
and controlled—quiet power rather than overt performance. Her expression,
|
| 25 |
+
combined with the partial obstruction of her face, adds mystery and
|
| 26 |
+
editorial tension. The background is a minimalist plain wall, free of
|
| 27 |
+
distractions. Harsh natural daylight streams in from one side, casting
|
| 28 |
+
sharply defined shadows across the wall and her face. The lighting is
|
| 29 |
+
high-contrast and unforgiving, emphasizing sharp cheekbones, facial
|
| 30 |
+
contours, and the natural texture of her skin, hair, and fabric. Shadows
|
| 31 |
+
fall decisively, creating graphic lines and depth typical of classic fashion
|
| 32 |
+
editorials. The camera is positioned at eye level, framed tightly as a
|
| 33 |
+
close-up to prioritize facial expression, texture, and shadow interplay. The
|
| 34 |
+
image is captured with a full-frame DSLR using an 85mm lens at a wide
|
| 35 |
+
aperture, producing crisp detail, subtle tonal depth, and fine grain. The
|
| 36 |
+
overall style is bold, minimalist, and editorial—pure monochrome fashion
|
| 37 |
+
photography with a strong emphasis on form, light, and emotion.
|
| 38 |
+
- output:
|
| 39 |
+
url: images/Image01_00651_.png
|
| 40 |
+
text: '-'
|
| 41 |
+
- output:
|
| 42 |
+
url: images/Image01_00652_.png
|
| 43 |
+
text: "A high-resolution, high-end editorial portrait of a young slim woman. The model is bathed in golden sunlight, captured from a low-angle shot to emphasize confidence and poise. Shot on a 50mm lens with a wide aperture (f/1.8), creating a beautifully blurred background of soft Mediterranean-style buildings that evoke a late-afternoon urban warmth.\uFEFF \_ She stands slightly tilted forward, chin subtly raised, eyes half-closed as if savoring the sun, lips relaxed in quiet self-assurance. She wears a tailored mustard yellow blazer layered over a lace bodice top with fine framing details, paired with chunky gold hoop earrings and a delicate chain necklace — modern yet timeless. Her short tousled hair catches the light naturally, adding movement and authenticity.\uFEFF \_ The image features warm golden-hour color grading with sunlit highlights and a gentle film-grain texture, achieving an editorial, cinematic finish that radiates effortless sophistication — sunlit, confident, and boldly feminine."
|
| 44 |
+
base_model: Tongyi-MAI/Z-Image-Turbo
|
| 45 |
+
instance_prompt: Astrid
|
| 46 |
+
license: apache-2.0
|
| 47 |
+
---
|
| 48 |
+
# Àstrid Bergès-Frisbey
|
| 49 |
+
|
| 50 |
+
<Gallery />
|
| 51 |
+
|
| 52 |
+
## Model description
|
| 53 |
+
|
| 54 |
+
🧩 **LoRA Name:** **Astrid_ZimageTurbo**
|
| 55 |
+
|
| 56 |
+
> Base Model: Tongyi-MAI / Z-Image-Turbo
|
| 57 |
+
> LoRA Type: Character / Actress
|
| 58 |
+
> Trigger Word(s): **Astrid**
|
| 59 |
+
> Recommended Weight: **0.6 – 1.0** (ideal range ≈ **0.8–0.9**)
|
| 60 |
+
|
| 61 |
+
---
|
| 62 |
+
|
| 63 |
+
✨ **Overview**
|
| 64 |
+
|
| 65 |
+
> This LoRA is trained to capture the distinctive identity, facial structure, and ethereal presence of **Astrid Bergès-Frisbey**, optimized specifically for **Z-Image-Turbo**. The model emphasizes likeness fidelity, subtle sensuality, and editorial realism, with a strong bias toward cinematic, European, and high-fashion aesthetics.
|
| 66 |
+
|
| 67 |
+
It excels at portraying Astrid’s delicate bone structure, intense gaze, and understated elegance across studio editorials, natural-light urban scenes, luxury interiors, and intimate portrait compositions.
|
| 68 |
+
|
| 69 |
+
---
|
| 70 |
+
|
| 71 |
+
🎨 **What This LoRA Is Good At**
|
| 72 |
+
|
| 73 |
+
> High likeness accuracy with preserved facial geometry
|
| 74 |
+
> Moody, cinematic, and editorial portraiture
|
| 75 |
+
> Natural skin texture with realistic micro-detail
|
| 76 |
+
> European fashion and lifestyle aesthetics
|
| 77 |
+
> Strong performance in low-key lighting, chiaroscuro, and soft daylight
|
| 78 |
+
> Portrait, half-body, and mirror-selfie compositions
|
| 79 |
+
|
| 80 |
+
---
|
| 81 |
+
|
| 82 |
+
⚙️ **Usage Notes**
|
| 83 |
+
|
| 84 |
+
> Use the trigger word **“Astrid”** once in the prompt
|
| 85 |
+
> Avoid stacking other character LoRAs to preserve identity fidelity
|
| 86 |
+
> Performs best with realistic lenses (50–85mm) and fashion/editorial lighting
|
| 87 |
+
> Guidance scale **≤ 1** recommended for native Z-Image-Turbo behavior
|
| 88 |
+
> Responds well to detailed wardrobe, makeup, and lighting descriptions
|
| 89 |
+
|
| 90 |
+
---
|
| 91 |
+
|
| 92 |
+
🧪 **Example Prompt**
|
| 93 |
+
Astrid, cinematic editorial portrait, soft smokey eyes,
|
| 94 |
+
natural skin texture, low-key studio lighting,
|
| 95 |
+
European fashion aesthetic, ultra-realistic
|
| 96 |
+
|
| 97 |
+
---
|
| 98 |
+
|
| 99 |
+
📐 **Training Details**
|
| 100 |
+
|
| 101 |
+
> Dataset: Captioned image dataset
|
| 102 |
+
> Training Resolutions: 512 / 768
|
| 103 |
+
> Total Steps: 3,500
|
| 104 |
+
> Batch Size: 1
|
| 105 |
+
> Content vs Style: Balanced
|
| 106 |
+
> Noise Scheduler: FlowMatch
|
| 107 |
+
> Optimizer: AdamW 8-bit
|
| 108 |
+
> Learning Rate: 1e-4
|
| 109 |
+
> Precision: BF16
|
| 110 |
+
> Text Encoder Training: Disabled
|
| 111 |
+
> UNet Training: Enabled
|
| 112 |
+
> Quantization: QFloat8 (model + text encoder)
|
| 113 |
+
> Architecture: ZImage Turbo LoRA (LoKR full-rank enabled)
|
| 114 |
+
|
| 115 |
+
---
|
| 116 |
+
|
| 117 |
+
⚠️ **Limitations / Notes**
|
| 118 |
+
|
| 119 |
+
> Not designed for anime or heavily stylized/cartoon outputs
|
| 120 |
+
> Extreme facial exaggeration or ultra-wide lenses may reduce likeness
|
| 121 |
+
> Best results achieved when paired with realistic photography prompts
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
## Trigger words
|
| 125 |
+
|
| 126 |
+
You should use `Astrid` to trigger the image generation.
|
| 127 |
+
|
| 128 |
+
|
| 129 |
+
## Download model
|
| 130 |
+
|
| 131 |
+
|
| 132 |
+
[Download](/JunkieMonkey69/AstridBergesFrisbey_ZimageTurbo/tree/main) them in the Files & versions tab.
|