Instructions to use Seanwang1221/ChenDuling_FLUX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Seanwang1221/ChenDuling_FLUX with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Seanwang1221/ChenDuling_FLUX") prompt = "CDL, In a photograph, the camera is angled slightly from below, capturing a close-up of a radiant woman with cascading brown hair that falls gracefully over her shoulders. Her eyes sparkle with warmth as they lock onto the viewer's gaze, framed by long lashes and beautifully defined eyebrows. She wears a stylish, well-fitted sweater in a deep shade of royal red, paired with distressed blue jeans that hug her figure perfectly. A delicate silver ring adorns her left hand, catching the light as she flashes a brilliant smile that reveals a hint of dimples. Her teeth are pearly white and perfectly aligned, adding to her captivating appearance. The background is a blurred scene of vibrant fall foliage, with warm orange, yellow, and red leaves scattered across the ground, casting a soft, golden glow on her face. The overall tone of the image is one of warmth, beauty, and strength, encapsulating the essence of autumn in a single, striking moment." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
e4f631c
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +71 -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,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
CDL, In a photograph, the camera is angled slightly from below, capturing a
|
| 10 |
+
close-up of a radiant woman with cascading brown hair that falls gracefully
|
| 11 |
+
over her shoulders. Her eyes sparkle with warmth as they lock onto the
|
| 12 |
+
viewer's gaze, framed by long lashes and beautifully defined eyebrows. She
|
| 13 |
+
wears a stylish, well-fitted sweater in a deep shade of royal red, paired
|
| 14 |
+
with distressed blue jeans that hug her figure perfectly. A delicate silver
|
| 15 |
+
ring adorns her left hand, catching the light as she flashes a brilliant
|
| 16 |
+
smile that reveals a hint of dimples. Her teeth are pearly white and
|
| 17 |
+
perfectly aligned, adding to her captivating appearance. The background is a
|
| 18 |
+
blurred scene of vibrant fall foliage, with warm orange, yellow, and red
|
| 19 |
+
leaves scattered across the ground, casting a soft, golden glow on her face.
|
| 20 |
+
The overall tone of the image is one of warmth, beauty, and strength,
|
| 21 |
+
encapsulating the essence of autumn in a single, striking moment.
|
| 22 |
+
output:
|
| 23 |
+
url: images/Flux_image_01378_.png
|
| 24 |
+
- text: >-
|
| 25 |
+
In a gothic Victorian-era setting, CDL, with her raven-black hair cascading
|
| 26 |
+
down her back like a waterfall of obsidian silk, stands against the
|
| 27 |
+
foreboding, moonlit silhouette of an ancient, ivy-covered castle. Her eyes,
|
| 28 |
+
two pools of inky darkness, glow eerily under the pale light of the full
|
| 29 |
+
moon. Her lips are parted slightly, revealing perfectly white teeth as she
|
| 30 |
+
offers a coy, mysterious smile etched with crimson English text that spells
|
| 31 |
+
out \"Always in the Shadows.\" Her outfit is a striking contrast to her
|
| 32 |
+
surroundings: a blood-red velvet dress, cinched at the waist with a gold
|
| 33 |
+
belt adorned with black crystals, and a lace shawl draped over one shoulder.
|
| 34 |
+
The camera angle is low, looking up at her from below, emphasizing her regal
|
| 35 |
+
presence. A soft, ethereal glow emanates from behind her, casting long,
|
| 36 |
+
dramatic shadows that dance upon the cold stone floor, creating an
|
| 37 |
+
atmosphere of enchantment and suspense.
|
| 38 |
+
output:
|
| 39 |
+
url: images/Flux_image_01369_.png
|
| 40 |
+
- text: >-
|
| 41 |
+
CDL, In a dimly lit, Chinese study filled with antique books and dusty
|
| 42 |
+
trinkets, the captivating CDL, a woman of striking beauty, poses in an
|
| 43 |
+
enigmatic manner, her eyes locked onto the viewer's soul.She is wearing blue
|
| 44 |
+
hanfu, Her long,hanfu hairstyle, reflecting the soft glow of a nearby
|
| 45 |
+
candle, while her brown highlights catch the light and accentuate her facial
|
| 46 |
+
features. Her long hair is hanfu hairstyle with twigs and flowers, adding to
|
| 47 |
+
the ethereal and mystical atmosphere. The camera angle is low, giving the
|
| 48 |
+
viewer an intimate perspective, as if they were standing right in front of
|
| 49 |
+
her, making it seem as though she is reaching out to them with a sense of
|
| 50 |
+
alluring invitation.
|
| 51 |
+
output:
|
| 52 |
+
url: images/Flux_image_01373_.png
|
| 53 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 54 |
+
instance_prompt: CDL
|
| 55 |
+
|
| 56 |
+
---
|
| 57 |
+
# Chen Duling 陈都灵 CN Actress FLUX
|
| 58 |
+
|
| 59 |
+
<Gallery />
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
## Trigger words
|
| 63 |
+
|
| 64 |
+
You should use `CDL` to trigger the image generation.
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
## Download model
|
| 68 |
+
|
| 69 |
+
Weights for this model are available in Safetensors format.
|
| 70 |
+
|
| 71 |
+
[Download](/Seanwang1221/ChenDuling_FLUX/tree/main) them in the Files & versions tab.
|