Commit
·
8225b20
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +58 -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,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- output:
|
9 |
+
url: >-
|
10 |
+
images/workspace_trainsamples_889903630294121054_7ff0903d-3215-49d3-90e0-24bcde2fa778.png
|
11 |
+
text: >-
|
12 |
+
Cinematic Relighting, Relight this portrait with warm, cinematic indoor
|
13 |
+
lighting. Add soft amber highlights and gentle shadows to the face,
|
14 |
+
mimicking golden-hour light through a cozy room. Maintain natural skin
|
15 |
+
texture and soft facial shadows, while enhancing eye catchlights for a
|
16 |
+
vivid, lifelike look. Adjust white balance to a warmer tone, and slightly
|
17 |
+
boost exposure to soften the darker midtones. Preserve the subject's pose
|
18 |
+
and expression, and enhance the depth with gentle background bokeh and a
|
19 |
+
subtle filmic glow
|
20 |
+
base_model: black-forest-labs/FLUX.1-Kontext-dev
|
21 |
+
instance_prompt: >-
|
22 |
+
Cinematic Relighting, Relight this portrait with warm, cinematic indoor
|
23 |
+
lighting. Add soft amber highlights and gentle shadows to the face, mimicking
|
24 |
+
golden-hour light through a cozy room. Maintain natural skin texture and soft
|
25 |
+
facial shadows, while enhancing eye catchlights for a vivid, lifelike look.
|
26 |
+
Adjust white balance to a warmer tone, and slightly boost exposure to soften
|
27 |
+
the darker midtones. Preserve the subject's pose and expression, and enhance
|
28 |
+
the depth with gentle background bokeh and a subtle filmic glow
|
29 |
+
|
30 |
+
---
|
31 |
+
# FLUX.1-Kontext-Cinematic-Relighting
|
32 |
+
|
33 |
+
<Gallery />
|
34 |
+
|
35 |
+
|
36 |
+
## Trigger words
|
37 |
+
|
38 |
+
You should use `Cinematic Relighting` to trigger the image generation.
|
39 |
+
|
40 |
+
You should use `Relight this portrait with warm` to trigger the image generation.
|
41 |
+
|
42 |
+
You should use `cinematic indoor lighting. Add soft amber highlights and gentle shadows to the face` to trigger the image generation.
|
43 |
+
|
44 |
+
You should use `mimicking golden-hour light through a cozy room. Maintain natural skin texture and soft facial shadows` to trigger the image generation.
|
45 |
+
|
46 |
+
You should use `while enhancing eye catchlights for a vivid` to trigger the image generation.
|
47 |
+
|
48 |
+
You should use `lifelike look. Adjust white balance to a warmer tone` to trigger the image generation.
|
49 |
+
|
50 |
+
You should use `and slightly boost exposure to soften the darker midtones. Preserve the subject's pose and expression` to trigger the image generation.
|
51 |
+
|
52 |
+
You should use `and enhance the depth with gentle background bokeh and a subtle filmic glow` to trigger the image generation.
|
53 |
+
|
54 |
+
|
55 |
+
## Download model
|
56 |
+
|
57 |
+
|
58 |
+
[Download](/prithivMLmods/FLUX.1-Kontext-Cinematic-Relighting/tree/main) them in the Files & versions tab.
|