Instructions to use AIImageStudio/RadianceChromeVoluptuous_z_image_turbo_v2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AIImageStudio/RadianceChromeVoluptuous_z_image_turbo_v2.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AIImageStudio/RadianceChromeVoluptuous_z_image_turbo_v2.0") prompt = "grok film style, lighting and shadow effects, color cast, wrong white balance, expired film, A young East Asian woman, standing in a doorway, back partially turned to camera, long wavy brown hair cascading over her shoulders, face in profile with gaze directed toward the right, lips slightly parted, subtle seductive expression, visible cleavage, breasts partially obscured by sheer black top, slim waist, wide hips, legs in black lace thigh-high stockings, one hand resting on a weathered red-framed price sign, other hand raised near shoulder, feet not visible, wearing a sheer black long-sleeved top with ruffled hem, yellow underwear visible beneath, black lace thigh-high stockings, background of green foliage and wooden fence with partial \"ALL VEH CHAIN RIGHT LAN\" sign, bright natural sunlight casting soft shadows, cinematic lighting with golden hour glow, shallow depth of field, medium close-up shot, composition centered on the figure with natural framing by doorway, dominant colors of black, yellow, and green." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
1564d76
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +129 -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,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: >-
|
| 10 |
+
images/2026-02-02_201926-z_image_z_image_turbo_bf16-96373891926747-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 doorway, back
|
| 14 |
+
partially turned to camera, long wavy brown hair cascading over her
|
| 15 |
+
shoulders, face in profile with gaze directed toward the right, lips
|
| 16 |
+
slightly parted, subtle seductive expression, visible cleavage, breasts
|
| 17 |
+
partially obscured by sheer black top, slim waist, wide hips, legs in black
|
| 18 |
+
lace thigh-high stockings, one hand resting on a weathered red-framed price
|
| 19 |
+
sign, other hand raised near shoulder, feet not visible, wearing a sheer
|
| 20 |
+
black long-sleeved top with ruffled hem, yellow underwear visible beneath,
|
| 21 |
+
black lace thigh-high stockings, background of green foliage and wooden
|
| 22 |
+
fence with partial "ALL VEH CHAIN RIGHT LAN" sign, bright natural sunlight
|
| 23 |
+
casting soft shadows, cinematic lighting with golden hour glow, shallow
|
| 24 |
+
depth of field, medium close-up shot, composition centered on the figure
|
| 25 |
+
with natural framing by doorway, dominant colors of black, yellow, and
|
| 26 |
+
green.
|
| 27 |
+
- output:
|
| 28 |
+
url: >-
|
| 29 |
+
images/2026-02-02_204232-z_image_z_image_turbo_bf16-321755513668955-euler_9_basic_1.png
|
| 30 |
+
text: "grok film style, lighting and shadow effects, color cast, wrong white balance, expired film, wide angle,A Japanese beautiful woman with a curvy figure featuring prominent bust, slim waist, and long legs sits elegantly on an ornate floral-patterned velvet armchair in a vintage-style room; she wears a glossy black satin corset adorned with sparkling silver embellishments at the hip paired with sheer fishnet stockings that have lace trim around the thighs and garter straps; her dark brown hair is styled up in voluminous curls framing her face as she gazes directly into the camera with one hand gently touching near her temple while wearing delicate earrings; behind her stands a tall gold-framed floor lamp with two amber glass globes casting warm ambient lighting across the scene which highlights soft shadows under the chairâ\x80\x99s arms and along her silhouette against the backdrop of pink-toned wallpaper decorated with rose motifs and a matching patterned rug beneath polished hardwood floors; the composition utilizes a medium close-up angle from slightly above eye level capturing her upper body to mid-thighs within a diagonally framed shot emphasizing depth through layered furniture including a reddish-pink bookshelf holding decorative objects; the overall color palette leans toward rich jewel tonesâ\x80\x94deep blacks, muted pinks, metallic gold accentsâ\x80\x94with balanced white balance enhancing skin tone realism without overpowering the dramatic warmth emitted by artificial illumination sources creating a luxurious yet intimate mood suitable for high-end fashion or sensual photography contexts."
|
| 31 |
+
- output:
|
| 32 |
+
url: >-
|
| 33 |
+
images/2026-02-02_204342-z_image_z_image_turbo_bf16-1004498009136833-euler_9_basic_1.png
|
| 34 |
+
text: >-
|
| 35 |
+
grok film style, lighting and shadow effects, color cast, wrong white
|
| 36 |
+
balance, expired film, wide angle,A young East Asian beautiful woman with
|
| 37 |
+
long dark brown hair styled in a half-updo with bangs sits cross-legged on
|
| 38 |
+
the floor or low surface wearing an off-the-shoulder fluffy white knit
|
| 39 |
+
sweater that drapes loosely over her shoulders; she has fair skin, bright
|
| 40 |
+
eyes looking directly at camera with a cheerful smile showing upper teeth,
|
| 41 |
+
natural makeup enhancing soft cheeks and lips, visible slender waistline
|
| 42 |
+
accentuated by tight posture of bent knees, legs smooth and toned but not
|
| 43 |
+
overly muscular, no bra visible under sleeveless top suggesting casual
|
| 44 |
+
intimacy; background features blurred indoor setting with large windows
|
| 45 |
+
allowing diffused daylight to illuminate scene evenly from front-left side
|
| 46 |
+
casting minimal hard shadows while maintaining gentle highlights across face
|
| 47 |
+
and limbs, shelves behind hold rustic wooden planters with greenery and row
|
| 48 |
+
of translucent teal glass bottles creating depth without distraction;
|
| 49 |
+
shallow focus isolates subject sharply against softly defocused backdrop
|
| 50 |
+
emphasizing warmth and coziness; photograph taken at eye-level close shot
|
| 51 |
+
capturing torso-to-thigh range with slight downward angle subtly framing
|
| 52 |
+
body as center of composition using rule-of-thirds implied through placement
|
| 53 |
+
of arms crossed near chest and legs folded inward; overall tone is warm
|
| 54 |
+
neutral with slightly cool undertones balanced by high-key lighting ensuring
|
| 55 |
+
even exposure avoiding harsh contrast; color palette dominated by whites
|
| 56 |
+
creams beiges and muted greens complemented by pops of teal adding visual
|
| 57 |
+
interest yet preserving serene aesthetic; ambient light suggests midday sun
|
| 58 |
+
filtered through sheer curtains giving airy feel to space; atmospheric
|
| 59 |
+
impression conveys comfort tranquility and approachable charm evoking homey
|
| 60 |
+
domesticity.
|
| 61 |
+
- output:
|
| 62 |
+
url: >-
|
| 63 |
+
images/2026-02-02_205224-z_image_z_image_turbo_bf16-319832593201472-euler_9_basic.png
|
| 64 |
+
text: >-
|
| 65 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 66 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 67 |
+
angle,
|
| 68 |
+
- output:
|
| 69 |
+
url: >-
|
| 70 |
+
images/2026-02-02_205326-z_image_z_image_turbo_bf16-625169880653744-euler_9_basic.png
|
| 71 |
+
text: >-
|
| 72 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 73 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 74 |
+
angle,
|
| 75 |
+
- output:
|
| 76 |
+
url: >-
|
| 77 |
+
images/2026-02-02_205755-z_image_z_image_turbo_bf16-714831282060362-euler_9_basic.png
|
| 78 |
+
text: >-
|
| 79 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 80 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 81 |
+
angle,
|
| 82 |
+
- output:
|
| 83 |
+
url: >-
|
| 84 |
+
images/2026-02-02_205857-z_image_z_image_turbo_bf16-353478244180595-euler_9_basic.png
|
| 85 |
+
text: >-
|
| 86 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 87 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 88 |
+
angle,
|
| 89 |
+
- output:
|
| 90 |
+
url: >-
|
| 91 |
+
images/2026-02-02_210856-z_image_z_image_turbo_bf16-461370916901518-euler_9_basic.png
|
| 92 |
+
text: >-
|
| 93 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 94 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 95 |
+
angle,
|
| 96 |
+
- output:
|
| 97 |
+
url: >-
|
| 98 |
+
images/2026-02-02_212020-z_image_z_image_turbo_bf16-565588943277986-euler_9_basic.png
|
| 99 |
+
text: >-
|
| 100 |
+
grok film style, lighting and shadow effects, color cast, a beautiful young
|
| 101 |
+
woman, natural breasts sag, wearing linen shirt, with messy bun (hairstyle),
|
| 102 |
+
environmental portrait, sitting with hands on knees, Flowers, hdr, kodak
|
| 103 |
+
t-max 100 film analog film, magic lighting, de-noise effects, rich color
|
| 104 |
+
modifier, long lens,,
|
| 105 |
+
base_model: Tongyi-MAI/Z-Image-Turbo
|
| 106 |
+
instance_prompt: null
|
| 107 |
+
license: apache-2.0
|
| 108 |
+
---
|
| 109 |
+
# RadianceChromeVoluptuous for z-image-turbo v2.0
|
| 110 |
+
|
| 111 |
+
<Gallery />
|
| 112 |
+
|
| 113 |
+
## Model description
|
| 114 |
+
|
| 115 |
+
This is an improved version of v1.0, with the main changes as follows:
|
| 116 |
+
· Overall tone is brighter, with more details preserved in the shadows
|
| 117 |
+
· Reduced some unreasonable light and shadow effects
|
| 118 |
+
· Contrast is not as strong/intense as in v1.0
|
| 119 |
+
|
| 120 |
+
Rather than calling it an “upgrade,” it’s more accurate to say it’s a variant with a different color tone and style. Users can choose between the two versions based on their personal preference.
|
| 121 |
+
|
| 122 |
+
Recommended strength: 0.7–1.0
|
| 123 |
+
Recommended sampler & scheduler: euler_capitanZIT
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
## Download model
|
| 127 |
+
|
| 128 |
+
|
| 129 |
+
[Download](/AIImageStudio/RadianceChromeVoluptuous_z_image_turbo_v2.0/tree/main) them in the Files & versions tab.
|