Commit ·
bd326be
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +96 -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,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/Image01_00515_.png
|
| 10 |
+
text: >-
|
| 11 |
+
An intimate cinematic indoor portrait of a young woman reclining on a bed in
|
| 12 |
+
a dimly lit, classic hotel-style bedroom. She is posed diagonally across
|
| 13 |
+
white bedding, leaning back on one arm, torso slightly twisted toward the
|
| 14 |
+
camera, legs relaxed and bent, creating a soft but confident silhouette.
|
| 15 |
+
Hairstyle: elegant updo with volume at the crown, loose face-framing strands
|
| 16 |
+
falling naturally along the cheeks and jawline, slightly undone for a
|
| 17 |
+
sensual, effortless look. Makeup: polished evening makeup with smooth
|
| 18 |
+
luminous skin, softly contoured cheekbones, defined brows, subtle smoky
|
| 19 |
+
eyes, long lashes, and natural satin-finish lips. Outfit: white corset-style
|
| 20 |
+
mini dress with structured boning and visible front closures, strapless
|
| 21 |
+
neckline, fitted waist and short hemline (as in the uploaded photo, without
|
| 22 |
+
changes), delicate fabric texture catching low light highlights.
|
| 23 |
+
Accessories: statement crystal drop earrings adding sparkle and contrast.
|
| 24 |
+
Environment: classic interior with dark wooden wall paneling, framed artwork
|
| 25 |
+
in the background, crisp white pillows and sheets, a small plate of food
|
| 26 |
+
placed casually on the bed adding candid realism. Lighting: warm, low
|
| 27 |
+
ambient lighting with soft shadows, subtle film grain, gentle highlights on
|
| 28 |
+
skin and fabric, moody nighttime atmosphere. Composition emphasizes
|
| 29 |
+
intimacy, elegance, and editorial sensuality, background remains detailed
|
| 30 |
+
and visible, not blurred. Style: fashion editorial boudoir photography,
|
| 31 |
+
cinematic realism, refined glamour with a slightly raw, candid edge.
|
| 32 |
+
- output:
|
| 33 |
+
url: images/Image01_00516_.png
|
| 34 |
+
text: >-
|
| 35 |
+
Ultra-realistic editorial portrait of a woman standing indoors in a narrow,
|
| 36 |
+
elegant hotel or apartment corridor. She is holding a coupe glass with a
|
| 37 |
+
light cocktail near her lips, captured mid-sip. Pose relaxed but confident,
|
| 38 |
+
shoulders slightly dropped, head turned in three-quarter profile, gaze
|
| 39 |
+
directed forward and slightly away from the camera. Outfit: oversized white
|
| 40 |
+
off-shoulder button-down shirt slipping from one shoulder, exposing
|
| 41 |
+
collarbones and décolletage, black fitted shorts or underwear visible
|
| 42 |
+
underneath, sheer black tights. Styling intentionally undone, sensual but
|
| 43 |
+
refined. Jewelry: diamond or crystal drop earrings, statement diamond
|
| 44 |
+
necklace with central pendant, multiple delicate rings on fingers. Makeup:
|
| 45 |
+
soft glam evening makeup, warm bronzed skin, subtle contour, luminous
|
| 46 |
+
highlighter on cheekbones, neutral brown eyeshadow, defined lashes, softly
|
| 47 |
+
groomed brows, nude-pink glossy lips. Hair: long hair, smooth and softly
|
| 48 |
+
waved, side-parted, tucked behind one ear on one side. Lighting: warm indoor
|
| 49 |
+
lighting from wall lamps, soft highlights on skin, gentle shadows, no harsh
|
| 50 |
+
flash, intimate low-light atmosphere. Environment: minimal elegant interior,
|
| 51 |
+
neutral walls, metallic accents, luxury hotel vibe. Composition: mid-length
|
| 52 |
+
portrait, vertical framing, subject centered, shallow depth of field,
|
| 53 |
+
background softly blurred. Color grading: warm beige and champagne tones,
|
| 54 |
+
soft contrast, slight film grain, natural skin texture preserved, cinematic
|
| 55 |
+
editorial look. Style: high-fashion lifestyle photography, Vogue-inspired,
|
| 56 |
+
cinematic realism. Negative prompt: cartoon look, overexposed highlights,
|
| 57 |
+
cold lighting, heavy retouching, plastic skin, exaggerated body proportions,
|
| 58 |
+
harsh flash, distorted anatomy.
|
| 59 |
+
- output:
|
| 60 |
+
url: images/Image01_00517_.png
|
| 61 |
+
text: "A Caucasian woman, Emma myers. A cinematic portrait photograph with a vintage film (analog) aesthetic. The image has a soft focus, a slight grain, and a nostalgic atmosphere.\uFEFF Composition:\uFEFF Shot with a unique framing technique, as if photographed through a gap or glass. There are blurred objects in the foreground (foreground bokeh) that add depth.\uFEFF Character:\uFEFF Subject: A woman with the exact face from the reference photo, preserving all facial details, proportions, and subtle expressions.\uFEFF Hair: Long, messy, free-flowing hair illuminated from behind so it appears glowing, with individual strands clearly visible.\uFEFF Expression:\uFEFF Looking directly at the camera with a calm, innocent, slightly melancholic gaze. Her mouth is slightly open.\uFEFF Clothing:\uFEFF Wearing dark-colored clothing (such as a dark navy/black shirt or jacket) that doesn’t draw attention away from the face.\uFEFF Lighting (Very Important):\uFEFF Backlighting: A strong sunlight source coming from the upper left (a window), creating a beautiful rim light around her hair and facial profile.\uFEFF Light Effects: Includes lens flare and floating dust particles, giving a warm Golden Hour feeling.\uFEFF Background:\uFEFF Location: A narrow, cluttered room—like a storage room, old archive, or workshop.\uFEFF Details: The background is filled with wooden shelves stacked with books, papers, boxes, and plastic-wrapped items. Messy but aesthetically pleasing (organized chaos).\uFEFF Mood:\uFEFF Intimate, warm, nostalgic, dreamy, and candid"
|
| 62 |
+
- output:
|
| 63 |
+
url: images/Image01_00520_.png
|
| 64 |
+
text: >-
|
| 65 |
+
A Caucasian woman, Emma myers. A full-body cinematic portrait shot in a
|
| 66 |
+
seated pose, captured with a vintage film aesthetic and natural softness.
|
| 67 |
+
The subject sits on the studio floor in a compact, introspective
|
| 68 |
+
position—knees drawn close to the chest, body turned in side profile. One
|
| 69 |
+
cheek rests gently against a knee, conveying quiet vulnerability and
|
| 70 |
+
emotional stillness. The mini dress drapes naturally over the body, its
|
| 71 |
+
textured knit fabric softly catching light. Skin appears hyper-realistic
|
| 72 |
+
with dewy highlights and visible texture. Hair falls loosely in natural
|
| 73 |
+
waves, slightly messy yet intentional. Lighting is warm and directional,
|
| 74 |
+
creating gentle shadow gradients across the body. The seamless off-white
|
| 75 |
+
background keeps focus on form and mood. The image feels intimate,
|
| 76 |
+
cinematic, and timeless—like a still from an arthouse film.
|
| 77 |
+
base_model: Tongyi-MAI/Z-Image-Turbo
|
| 78 |
+
instance_prompt: A Caucasian woman, Emma myers
|
| 79 |
+
license: apache-2.0
|
| 80 |
+
---
|
| 81 |
+
# Emma_Myers
|
| 82 |
+
|
| 83 |
+
<Gallery />
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
## Trigger words
|
| 87 |
+
|
| 88 |
+
You should use `A Caucasian woman` to trigger the image generation.
|
| 89 |
+
|
| 90 |
+
You should use `Emma myers` to trigger the image generation.
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
## Download model
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+
[Download](/JunkieMonkey69/EmmaMyers_ZimageTurbo/tree/main) them in the Files & versions tab.
|