Commit 路
7ebb2bc
verified 路
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +136 -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,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: >-
|
| 10 |
+
images/2026-01-29_213401-z_image_z_image_turbo_bf16-828666957226548-euler_9_basic.png
|
| 11 |
+
text: >-
|
| 12 |
+
grok film style, lighting and shadow effects, color cast, wrong white
|
| 13 |
+
balance, expired film, A young East Asian woman, standing in a kitchen, one
|
| 14 |
+
arm raised overhead with a floral sheer robe draped over her shoulders, the
|
| 15 |
+
other hand holding a white cup, smiling directly at the camera with bright,
|
| 16 |
+
engaging eyes, lips slightly parted in a cheerful, seductive grin, full
|
| 17 |
+
breasts visible beneath a red and white plaid bikini top, cleavage
|
| 18 |
+
prominent, slim waist, hips slightly rounded, legs straight and bare, feet
|
| 19 |
+
positioned shoulder-width apart, body angled slightly to the side, bikini
|
| 20 |
+
bottom with ties at the sides, sheer floral robe made of lightweight
|
| 21 |
+
translucent fabric, no jewelry or accessories visible, background featuring
|
| 22 |
+
white cabinets, stainless steel appliances, a table with a white tablecloth
|
| 23 |
+
and food, a white chair with metal legs, colorful storage bins in red,
|
| 24 |
+
yellow, and blue, overhead lighting with frosted globe lamps casting soft,
|
| 25 |
+
warm illumination, dramatic shadows accentuating the figure, cinematic
|
| 26 |
+
atmosphere with warm, golden lighting, camera angle at eye level, medium
|
| 27 |
+
shot capturing full body and upper legs, composition balanced with subject
|
| 28 |
+
centered, color tone dominated by red, white, and soft blue.
|
| 29 |
+
- output:
|
| 30 |
+
url: >-
|
| 31 |
+
images/2026-01-29_220910-z_image_z_image_bf16-762699535496165-res_multistep_25_basic.png
|
| 32 |
+
text: >-
|
| 33 |
+
grok film style, lighting and shadow effects, color cast, wrong white
|
| 34 |
+
balance, expired film, A young East Asian woman, seated on a white chair
|
| 35 |
+
with metal legs in a rustic kitchen setting, smiling directly at the camera
|
| 36 |
+
with bright, engaging eyes, lips slightly parted in a playful, seductive
|
| 37 |
+
grin, long dark brown wavy hair cascading over her shoulders and back,
|
| 38 |
+
wearing a red and white plaid bikini top with matching string ties, red
|
| 39 |
+
high-heeled stiletto sandals with metallic accents, a sheer floral-patterned
|
| 40 |
+
robe draped over her left shoulder and around her waist, one leg bent with
|
| 41 |
+
foot resting on the chair, other leg extended forward with knee slightly
|
| 42 |
+
bent, hands resting on her thighs, body angled slightly to the side,
|
| 43 |
+
revealing ample cleavage, prominent breasts, and a slim waist tapering to
|
| 44 |
+
broad hips, slender legs with smooth skin, background featuring a blue
|
| 45 |
+
vintage oven, red and yellow trash bins, white cabinetry, a stainless steel
|
| 46 |
+
sink, and a small table with a white tablecloth and teacup, soft natural
|
| 47 |
+
light streaming in from a window with a red hanging pot, casting gentle
|
| 48 |
+
shadows on the wooden floor, cinematic atmosphere with warm golden tones and
|
| 49 |
+
soft bokeh highlights, camera angle slightly elevated, medium shot capturing
|
| 50 |
+
full upper body to mid-thighs, composition centered on the woman with
|
| 51 |
+
shallow depth of field blurring background elements, dominant colors: red,
|
| 52 |
+
white, and warm beige tones.
|
| 53 |
+
- output:
|
| 54 |
+
url: >-
|
| 55 |
+
images/2026-01-29_221943-z_image_z_image_bf16-656770811519499-res_multistep_25_basic.png
|
| 56 |
+
text: >-
|
| 57 |
+
grok film style, lighting and shadow effects, color cast, wrong white
|
| 58 |
+
balance, expired film, A young East Asian woman, sitting inside a vehicle,
|
| 59 |
+
hair dark brown and voluminous with tousled texture, face turned toward
|
| 60 |
+
camera with direct gaze, lips slightly parted, subtle seductive expression,
|
| 61 |
+
bare shoulders and midriff exposed, wearing a yellow bikini top with blue
|
| 62 |
+
bottom, draped white knit sweater partially covering torso and arms, one
|
| 63 |
+
hand resting on steering wheel, other hand near thigh, feet not visible,
|
| 64 |
+
background blurred with bright window light, soft natural lighting creating
|
| 65 |
+
gentle shadows, cinematic atmosphere with high contrast and warm tones,
|
| 66 |
+
camera angle slightly low, close-up composition focusing on upper body and
|
| 67 |
+
face, dominant colors yellow, white, and skin tones.
|
| 68 |
+
- output:
|
| 69 |
+
url: >-
|
| 70 |
+
images/2026-01-29_222315-z_image_z_image_bf16-982962378498782-res_multistep_25_basic.png
|
| 71 |
+
text: >-
|
| 72 |
+
grok film style, lighting and shadow effects, color cast, wrong white
|
| 73 |
+
balance, expired film, A young East Asian woman, sitting inside a vehicle,
|
| 74 |
+
head tilted slightly upward, gaze directly at the viewer with soft, engaging
|
| 75 |
+
eyes, lips slightly parted, subtle seductive expression, dark brown hair
|
| 76 |
+
loosely tousled and falling over her shoulder, wearing a white
|
| 77 |
+
off-the-shoulder knitted top with frayed edges, one arm bent with elbow
|
| 78 |
+
resting near her cheek, other arm partially visible, body angled slightly to
|
| 79 |
+
the side, revealing cleavage and toned shoulder, exposed collarbone,
|
| 80 |
+
minimalistic setting with a steering wheel visible in the foreground, bright
|
| 81 |
+
natural light streaming from the left side creating a high-key glow with
|
| 82 |
+
soft shadows, cinematic atmosphere with dramatic backlighting, low-angle
|
| 83 |
+
shot capturing her from the chest up, shallow depth of field emphasizing her
|
| 84 |
+
face and upper body, composition centered on her face with strong diagonal
|
| 85 |
+
lines from the hair and arm, color tone dominated by white, soft beige, and
|
| 86 |
+
warm golden highlights.
|
| 87 |
+
- output:
|
| 88 |
+
url: >-
|
| 89 |
+
images/2026-01-29_222644-z_image_z_image_bf16-499681704682551-res_multistep_25_basic.png
|
| 90 |
+
text: >-
|
| 91 |
+
grok film style, lighting and shadow effects, color cast, wrong white
|
| 92 |
+
balance, expired film, A young East Asian woman, sitting inside a vintage
|
| 93 |
+
truck cab, hair dark and tousled, shoulder-length with loose waves, eyes
|
| 94 |
+
looking directly at the camera with a subtle seductive expression, lips
|
| 95 |
+
slightly parted, bare shoulders and midriff exposed, wearing a yellow bikini
|
| 96 |
+
top and blue denim shorts, draped in a white lace crochet cardigan partially
|
| 97 |
+
covering her torso, one hand resting on the steering wheel, the other hand
|
| 98 |
+
near her thigh, legs crossed at the knee with one foot resting on the
|
| 99 |
+
floorboard, bare feet with white lace socks, no visible jewelry or
|
| 100 |
+
accessories, background showing the interior of a weathered truck with
|
| 101 |
+
exposed dashboard, steering wheel, and side mirror, bright natural light
|
| 102 |
+
streaming through the windows creating high contrast shadows, cinematic
|
| 103 |
+
atmosphere with dramatic backlighting and deep shadows, camera angle from a
|
| 104 |
+
low side perspective capturing the subject from the waist up, composition
|
| 105 |
+
centered on the woman with the truck interior framing her, color tone
|
| 106 |
+
dominated by yellow, blue, and beige.
|
| 107 |
+
base_model: Tongyi-MAI/Z-Image
|
| 108 |
+
instance_prompt: null
|
| 109 |
+
license: apache-2.0
|
| 110 |
+
---
|
| 111 |
+
# Radiance Chrome Voluptuous for z_image v0.9
|
| 112 |
+
|
| 113 |
+
<Gallery />
|
| 114 |
+
|
| 115 |
+
## Model description
|
| 116 |
+
|
| 117 |
+
This is a version retrained based on the z-image model.
|
| 118 |
+
|
| 119 |
+
Due to differences between the z-image and z-image-turbo models, the rendering results of the two have not yet achieved complete consistency. Therefore, the current version is a preview release, and I still plan to make adjustments and continue training in the future.
|
| 120 |
+
|
| 121 |
+
Main characteristics are as follows:
|
| 122 |
+
|
| 123 |
+
路 Reversal film / slide film style, with strong contrast and rich, intense color saturation.
|
| 124 |
+
路 Improved lighting and shadow effects, especially extremely powerful and expressive sunlight rendering.
|
| 125 |
+
路 Based on personal aesthetic preference, female characters tend toward large breasts, slim waist, and wide hips.
|
| 126 |
+
|
| 127 |
+
Recommended strength: 1.0
|
| 128 |
+
Recommended sampler & scheduler: res_multistep beta 25steps
|
| 129 |
+
|
| 130 |
+
Important: This LoRA has a very strong style with distinct personal preferences. In other words, it cannot guarantee diversity in body types etc. (You can achieve more variety by using detailed and specific prompts.)
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
## Download model
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
[Download](/AIImageStudio/RadianceChromeVoluptuous_z_image_v0.9/tree/main) them in the Files & versions tab.
|