prithivMLmods
commited on
Commit
•
071b8d1
1
Parent(s):
f9b5b0f
Update README.md
Browse files
README.md
CHANGED
@@ -4,14 +4,37 @@ tags:
|
|
4 |
- lora
|
5 |
- diffusers
|
6 |
- template:diffusion-lora
|
|
|
|
|
|
|
|
|
7 |
widget:
|
8 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
output:
|
10 |
url: images/BS1.png
|
11 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
output:
|
13 |
url: images/BS2.png
|
14 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
15 |
output:
|
16 |
url: images/BS3.png
|
17 |
base_model: black-forest-labs/FLUX.1-dev
|
@@ -21,15 +44,54 @@ license: creativeml-openrail-m
|
|
21 |
# Bold-Shadows-Flux-LoRA
|
22 |
|
23 |
<Gallery />
|
|
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Trigger words
|
27 |
|
28 |
You should use `Bold Shadows` to trigger the image generation.
|
29 |
|
30 |
-
|
31 |
## Download model
|
32 |
|
33 |
Weights for this model are available in Safetensors format.
|
34 |
|
35 |
-
[Download](/prithivMLmods/Bold-Shadows-Flux-LoRA/tree/main) them in the Files & versions tab.
|
|
|
4 |
- lora
|
5 |
- diffusers
|
6 |
- template:diffusion-lora
|
7 |
+
- B&W
|
8 |
+
- Bold
|
9 |
+
- Shadows
|
10 |
+
- Color
|
11 |
widget:
|
12 |
+
- text: >-
|
13 |
+
Bold Shadows, Captured in a black and white monochromatic shot, a woman
|
14 |
+
stands in front of a backdrop of leaves and shadows. She is wearing a black
|
15 |
+
bra, her hair cascades over her shoulders. Her eyes are squinted and her
|
16 |
+
lips are pursed. Her hair is long and cascades in a ponytail, adding a touch
|
17 |
+
of movement to her face. The wall behind her is made up of white tiles,
|
18 |
+
creating a stark contrast to the womans body.
|
19 |
output:
|
20 |
url: images/BS1.png
|
21 |
+
- text: >-
|
22 |
+
Bold Shadows, Captured in a black and white monochromatic shot, a woman
|
23 |
+
stands in a short black dress, her long, wavy hair cascades over her
|
24 |
+
shoulders. The womans left leg is bent at the knee, while her right leg is
|
25 |
+
straight at the elbow. She is leaning against a wall, her left arm is
|
26 |
+
resting on the wall, adding a touch of balance to the scene. The sun is
|
27 |
+
shining down, creating a shadow on the right side of the image. To the left
|
28 |
+
of the woman, there are tall buildings, their windows reflecting off of
|
29 |
+
them.
|
30 |
output:
|
31 |
url: images/BS2.png
|
32 |
+
- text: >-
|
33 |
+
Bold Shadows, A black and white photograph of Candlelight, in the style of
|
34 |
+
street photography, with light projections casting bold shadows. The
|
35 |
+
contrast between her dark attire and the stark background creates a striking
|
36 |
+
visual impact. Her pose is dynamic yet confident, embodying strength amid
|
37 |
+
simplicity, buildings, wide angle
|
38 |
output:
|
39 |
url: images/BS3.png
|
40 |
base_model: black-forest-labs/FLUX.1-dev
|
|
|
44 |
# Bold-Shadows-Flux-LoRA
|
45 |
|
46 |
<Gallery />
|
47 |
+
- Hosted Here🧨: https://huggingface.co/spaces/prithivMLmods/FLUX-LoRA-DLC
|
48 |
|
49 |
+
**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
|
50 |
+
|
51 |
+
## Model description
|
52 |
+
|
53 |
+
**prithivMLmods/Bold-Shadows-Flux-LoRA**
|
54 |
+
|
55 |
+
Image Processing Parameters
|
56 |
+
|
57 |
+
| Parameter | Value | Parameter | Value |
|
58 |
+
|---------------------------|--------|---------------------------|--------|
|
59 |
+
| LR Scheduler | constant | Noise Offset | 0.03 |
|
60 |
+
| Optimizer | AdamW | Multires Noise Discount | 0.1 |
|
61 |
+
| Network Dim | 64 | Multires Noise Iterations | 10 |
|
62 |
+
| Network Alpha | 32 | Repeat & Steps | 22 & 2440|
|
63 |
+
| Epoch | 10 | Save Every N Epochs | 1 |
|
64 |
+
|
65 |
+
Labeling: florence2-en(natural language & English)
|
66 |
+
|
67 |
+
Total Images Used for Training : 14
|
68 |
+
|
69 |
+
## Best Dimensions
|
70 |
+
|
71 |
+
- 1024 x 1024 (Default)
|
72 |
+
|
73 |
+
## Setting Up
|
74 |
+
```
|
75 |
+
import torch
|
76 |
+
from pipelines import DiffusionPipeline
|
77 |
+
|
78 |
+
base_model = "black-forest-labs/FLUX.1-dev"
|
79 |
+
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
80 |
+
|
81 |
+
lora_repo = "prithivMLmods/Bold-Shadows-Flux-LoRA"
|
82 |
+
trigger_word = "Bold Shadows"
|
83 |
+
pipe.load_lora_weights(lora_repo)
|
84 |
+
|
85 |
+
device = torch.device("cuda")
|
86 |
+
pipe.to(device)
|
87 |
+
```
|
88 |
|
89 |
## Trigger words
|
90 |
|
91 |
You should use `Bold Shadows` to trigger the image generation.
|
92 |
|
|
|
93 |
## Download model
|
94 |
|
95 |
Weights for this model are available in Safetensors format.
|
96 |
|
97 |
+
[Download](/prithivMLmods/Bold-Shadows-Flux-LoRA/tree/main) them in the Files & versions tab.
|