Instructions to use AIImageStudio/RadianceChromeVoluptuous_ERNIE_image_v1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AIImageStudio/RadianceChromeVoluptuous_ERNIE_image_v1.1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("baidu/ERNIE-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AIImageStudio/RadianceChromeVoluptuous_ERNIE_image_v1.1") prompt = "lighting and shadow,A young adult Japanese beautiful woman with warm tan skin and slender athletic build, wearing a black two-piece bikini with smooth fabric and minimal coverage, standing with torso tilted back, head lifted upward, eyes closed, lips slightly parted, hair medium length loose and tousled around her face, arms relaxed by her sides, hands gently curved, legs straight and close together, positioned under a large gnarled tree with dark textured bark and dense green foliage, sand ground beneath her feet, bright direct sunlight casting strong shadows, cinematic high contrast lighting, camera angle slightly low with shallow depth of field focusing on her form, composition centered with tree branches forming a natural arch above, dominant colors black and green, vibrant natural setting evoking serene beachside tranquility" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
80e8892
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: images/2026-04-24_174054-ernie-image-836100513167293-euler_8_basic.png
|
| 10 |
+
text: >-
|
| 11 |
+
lighting and shadow,A young adult Japanese beautiful woman with warm tan
|
| 12 |
+
skin and slender athletic build, wearing a black two-piece bikini with
|
| 13 |
+
smooth fabric and minimal coverage, standing with torso tilted back, head
|
| 14 |
+
lifted upward, eyes closed, lips slightly parted, hair medium length loose
|
| 15 |
+
and tousled around her face, arms relaxed by her sides, hands gently curved,
|
| 16 |
+
legs straight and close together, positioned under a large gnarled tree with
|
| 17 |
+
dark textured bark and dense green foliage, sand ground beneath her feet,
|
| 18 |
+
bright direct sunlight casting strong shadows, cinematic high contrast
|
| 19 |
+
lighting, camera angle slightly low with shallow depth of field focusing on
|
| 20 |
+
her form, composition centered with tree branches forming a natural arch
|
| 21 |
+
above, dominant colors black and green, vibrant natural setting evoking
|
| 22 |
+
serene beachside tranquility
|
| 23 |
+
- output:
|
| 24 |
+
url: images/2026-04-24_174728-ernie-image-720159897899970-euler_8_basic.png
|
| 25 |
+
text: >-
|
| 26 |
+
lighting and shadow,A young adult Japanese beautiful woman with warm-toned
|
| 27 |
+
skin and slender build, long straight dark brown hair falling over
|
| 28 |
+
shoulders, direct gaze with defined eyebrows and neutral lips, seated
|
| 29 |
+
crouched on grass, legs bent at knees, feet bare, torso slightly tilted
|
| 30 |
+
forward, wearing shiny white bikini top and matching shorts, fabric
|
| 31 |
+
reflecting light, background featuring a large rusty old truck partially
|
| 32 |
+
obscured by trees, golden hour sunlight casting long shadows, warm cinematic
|
| 33 |
+
atmosphere, low camera angle, medium shot framing, composition with
|
| 34 |
+
foreground grass leading to midground subject and background truck,
|
| 35 |
+
photography style with emphasis on warm tones and natural light, main colors
|
| 36 |
+
gold and white
|
| 37 |
+
- output:
|
| 38 |
+
url: images/2026-04-24_183447-ernie-image-286329153223202-euler_8_basic.png
|
| 39 |
+
text: >-
|
| 40 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 41 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 42 |
+
angle,
|
| 43 |
+
- output:
|
| 44 |
+
url: images/2026-04-24_183847-ernie-image-440376404924093-euler_8_basic.png
|
| 45 |
+
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."
|
| 46 |
+
- output:
|
| 47 |
+
url: images/2026-04-24_183932-ernie-image-1118082049861081-euler_8_basic.png
|
| 48 |
+
text: >-
|
| 49 |
+
grok film style, lighting and shadow effects, color cast, wrong white
|
| 50 |
+
balance, expired film, wide angle,A young East Asian beautiful woman with
|
| 51 |
+
long dark brown hair styled in a half-updo with bangs sits cross-legged on
|
| 52 |
+
the floor or low surface wearing an off-the-shoulder fluffy white knit
|
| 53 |
+
sweater that drapes loosely over her shoulders; she has fair skin, bright
|
| 54 |
+
eyes looking directly at camera with a cheerful smile showing upper teeth,
|
| 55 |
+
natural makeup enhancing soft cheeks and lips, visible slender waistline
|
| 56 |
+
accentuated by tight posture of bent knees, legs smooth and toned but not
|
| 57 |
+
overly muscular, no bra visible under sleeveless top suggesting casual
|
| 58 |
+
intimacy; background features blurred indoor setting with large windows
|
| 59 |
+
allowing diffused daylight to illuminate scene evenly from front-left side
|
| 60 |
+
casting minimal hard shadows while maintaining gentle highlights across face
|
| 61 |
+
and limbs, shelves behind hold rustic wooden planters with greenery and row
|
| 62 |
+
of translucent teal glass bottles creating depth without distraction;
|
| 63 |
+
shallow focus isolates subject sharply against softly defocused backdrop
|
| 64 |
+
emphasizing warmth and coziness; photograph taken at eye-level close shot
|
| 65 |
+
capturing torso-to-thigh range with slight downward angle subtly framing
|
| 66 |
+
body as center of composition using rule-of-thirds implied through placement
|
| 67 |
+
of arms crossed near chest and legs folded inward; overall tone is warm
|
| 68 |
+
neutral with slightly cool undertones balanced by high-key lighting ensuring
|
| 69 |
+
even exposure avoiding harsh contrast; color palette dominated by whites
|
| 70 |
+
creams beiges and muted greens complemented by pops of teal adding visual
|
| 71 |
+
interest yet preserving serene aesthetic; ambient light suggests midday sun
|
| 72 |
+
filtered through sheer curtains giving airy feel to space; atmospheric
|
| 73 |
+
impression conveys comfort tranquility and approachable charm evoking homey
|
| 74 |
+
domesticity.
|
| 75 |
+
- output:
|
| 76 |
+
url: images/2026-04-24_184356-ernie-image-993606150581868-euler_8_basic.png
|
| 77 |
+
text: >-
|
| 78 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 79 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 80 |
+
angle,
|
| 81 |
+
- output:
|
| 82 |
+
url: images/2026-04-24_184428-ernie-image-958794736461191-euler_8_basic.png
|
| 83 |
+
text: >-
|
| 84 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 85 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 86 |
+
angle,
|
| 87 |
+
- output:
|
| 88 |
+
url: images/2026-04-24_184634-ernie-image-878178990137207-euler_8_basic.png
|
| 89 |
+
text: >-
|
| 90 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 91 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 92 |
+
angle,
|
| 93 |
+
- output:
|
| 94 |
+
url: images/2026-04-24_184705-ernie-image-150208339735544-euler_8_basic.png
|
| 95 |
+
text: >-
|
| 96 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 97 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 98 |
+
angle,
|
| 99 |
+
- output:
|
| 100 |
+
url: images/2026-04-24_185141-ernie-image-603065325313142-euler_8_basic.png
|
| 101 |
+
text: >-
|
| 102 |
+
grok film style, Reversal Film Gravure, analog film photography, lighting
|
| 103 |
+
and shadow effects, color cast, wrong white balance, expired film, wide
|
| 104 |
+
angle,
|
| 105 |
+
base_model: baidu/ERNIE-Image
|
| 106 |
+
instance_prompt: null
|
| 107 |
+
license: apache-2.0
|
| 108 |
+
---
|
| 109 |
+
# RadianceChromeVoluptuous for ERNIE-image v1.1
|
| 110 |
+
|
| 111 |
+
<Gallery />
|
| 112 |
+
|
| 113 |
+
## Model description
|
| 114 |
+
|
| 115 |
+
This LoRA is compatible with ERNIE-image and its distilled model ERNIE-image-turbo.
|
| 116 |
+
|
| 117 |
+
- For the ERNIE-image model, the default recommended settings are CFG 4.0 / steps 25+.
|
| 118 |
+
- It can also be used in combination with the Turbo LoRA ([GuangyuanSD/ErnieTurbo_extracted_lora · Hugging Face](https://huggingface.co/GuangyuanSD/ErnieTurbo_extracted_lora)) at CFG 1.0 / steps 8.
|
| 119 |
+
|
| 120 |
+
- For the ERNIE-image-turbo model, it can be used directly.
|
| 121 |
+
- In addition, this LoRA can significantly reduce the yellowish cast and rough artifacts of the ERNIE-image-turbo model, producing images with better white balance and finer, more detailed quality.
|
| 122 |
+
|
| 123 |
+
Recommended strength: 1.0
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
## Download model
|
| 127 |
+
|
| 128 |
+
|
| 129 |
+
[Download](/AIImageStudio/RadianceChromeVoluptuous_ERNIE_image_v1.1/tree/main) them in the Files & versions tab.
|