Seanwang1221 commited on
Commit
88123c4
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +89 -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,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - text: >-
9
+ LQ, The image is a high-resolution photograph featuring a young Asian woman
10
+ in traditional Chinese attire. Her cheeks are flushed with a vibrant red
11
+ blush, striking red makeup on her eyes.Her cheeks are flushed with a vibrant
12
+ red blush, which contrasts with the natural pink undertones of her skin.She
13
+ stands outdoors against a blurred, natural background, possibly a
14
+ mountainous landscape. The woman has a fair complexion and straight, dark
15
+ brown hair styled into a loose, side ponytail with a few strands framing her
16
+ face. Her hair is adorned with a decorative hairpin, likely made of metal,
17
+ featuring a small round ornament. She gazes directly at the camera with a
18
+ calm, composed expression. She is dressed in a traditional Chinese outfit
19
+ consisting of a red robe with intricate, white embroidered patterns
20
+ depicting traditional Chinese motifs. The robe has a high collar and is
21
+ cinched at the waist with a wide, multi-colored sash featuring shades of
22
+ red, yellow, and green. The fabric of the robe appears to be made of a soft,
23
+ textured material that might be silk or a similar fabric. The background is
24
+ out of focus, allowing the subject to stand out prominently. The lighting is
25
+ natural, suggesting it is daytime, and the overall color palette is warm and
26
+ earthy, with muted tones that complement the traditional attire.,
27
+ output:
28
+ url: images/Liblib_01170_.png
29
+ - text: >-
30
+ LQ, The image is a high-resolution photograph featuring a young Asian woman
31
+ in traditional Chinese attire. Her cheeks are flushed with a vibrant red
32
+ blush, striking red makeup on her eyes.Her cheeks are flushed with a vibrant
33
+ red blush, which contrasts with the natural pink undertones of her skin.She
34
+ stands outdoors against a blurred, natural background, possibly a
35
+ mountainous landscape. The woman has a fair complexion and straight, dark
36
+ brown hair styled into a loose, side ponytail with a few strands framing her
37
+ face. Her hair is adorned with a decorative hairpin, likely made of metal,
38
+ featuring a small round ornament. She gazes directly at the camera with a
39
+ calm, composed expression. She is dressed in a traditional Chinese outfit
40
+ consisting of a red robe with intricate, white embroidered patterns
41
+ depicting traditional Chinese motifs. The robe has a high collar and is
42
+ cinched at the waist with a wide, multi-colored sash featuring shades of
43
+ red, yellow, and green. The fabric of the robe appears to be made of a soft,
44
+ textured material that might be silk or a similar fabric. The background is
45
+ out of focus, allowing the subject to stand out prominently. The lighting is
46
+ natural, suggesting it is daytime, and the overall color palette is warm and
47
+ earthy, with muted tones that complement the traditional attire.,
48
+ output:
49
+ url: images/Liblib_01149_.png
50
+ - text: >-
51
+ LQ, The image is a high-resolution photograph featuring a young Asian woman
52
+ in traditional Chinese attire. Her cheeks are flushed with a vibrant red
53
+ blush, striking red makeup on her eyes.Her cheeks are flushed with a vibrant
54
+ red blush, which contrasts with the natural pink undertones of her skin.She
55
+ stands outdoors against a blurred, natural background, possibly a
56
+ mountainous landscape. The woman has a fair complexion and straight, dark
57
+ brown hair styled into a loose, side ponytail with a few strands framing her
58
+ face. Her hair is adorned with a decorative hairpin, likely made of metal,
59
+ featuring a small round ornament. She gazes directly at the camera with a
60
+ calm, composed expression. She is dressed in a traditional Chinese outfit
61
+ consisting of a red robe with intricate, white embroidered patterns
62
+ depicting traditional Chinese motifs. The robe has a high collar and is
63
+ cinched at the waist with a wide, multi-colored sash featuring shades of
64
+ red, yellow, and green. The fabric of the robe appears to be made of a soft,
65
+ textured material that might be silk or a similar fabric. The background is
66
+ out of focus, allowing the subject to stand out prominently. The lighting is
67
+ natural, suggesting it is daytime, and the overall color palette is warm and
68
+ earthy, with muted tones that complement the traditional attire.,
69
+ output:
70
+ url: images/Liblib_01141_.png
71
+ base_model: black-forest-labs/FLUX.1-dev
72
+ instance_prompt: LQ
73
+
74
+ ---
75
+ # Li Qin CN actress 李沁 FLUX
76
+
77
+ <Gallery />
78
+
79
+
80
+ ## Trigger words
81
+
82
+ You should use `LQ` to trigger the image generation.
83
+
84
+
85
+ ## Download model
86
+
87
+ Weights for this model are available in Safetensors format.
88
+
89
+ [Download](/Seanwang1221/LiQin_FLUX/tree/main) them in the Files & versions tab.