prithivMLmods
commited on
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/A1.png
|
11 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
output:
|
13 |
url: images/A2.png
|
14 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
15 |
output:
|
16 |
url: images/A3.png
|
17 |
base_model: black-forest-labs/FLUX.1-dev
|
@@ -22,15 +45,54 @@ license: creativeml-openrail-m
|
|
22 |
|
23 |
<Gallery />
|
24 |
|
|
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
## Trigger words
|
27 |
|
28 |
You should use `Aura 9999` to trigger the image generation.
|
29 |
|
30 |
-
|
31 |
## Download model
|
32 |
|
33 |
Weights for this model are available in Safetensors format.
|
34 |
|
35 |
|
36 |
-
[Download](/prithivMLmods/Aura-9999/tree/main) them in the Files & versions tab.
|
|
|
4 |
- lora
|
5 |
- diffusers
|
6 |
- template:diffusion-lora
|
7 |
+
- Aura++
|
8 |
+
- Aura9999
|
9 |
+
- Glow
|
10 |
+
- Illusion
|
11 |
+
- Render
|
12 |
widget:
|
13 |
+
- text: >-
|
14 |
+
Aura 9999, a close-up of a womans face is visible. The womans eyes are a
|
15 |
+
piercing yellow, while her lips are a darker shade of brown. Her hair is a
|
16 |
+
mix of black and white, and she is wearing a headband that is adorned with
|
17 |
+
orange lights. The background is a dark gray, and the womans head is encased
|
18 |
+
in a layer of orange lights, creating a striking contrast to her face.
|
19 |
output:
|
20 |
url: images/A1.png
|
21 |
+
- text: >-
|
22 |
+
Aura 9999, a hamburger is captured in a vibrant blue-green glow. The
|
23 |
+
hamburger bun is adorned with sesame seeds, adding a pop of color to the
|
24 |
+
otherwise monochromatic scene. The burger is situated in the center of the
|
25 |
+
frame, with a layer of lettuce surrounding it. The lettuce is a vibrant
|
26 |
+
shade of green, while the tomato slices are a vibrant red. The sandwich is
|
27 |
+
positioned in front of a backdrop of smoke, creating a stark contrast to the
|
28 |
+
burger. The lighting is subdued in the foreground, adding depth to the
|
29 |
+
composition.
|
30 |
output:
|
31 |
url: images/A2.png
|
32 |
+
- text: >-
|
33 |
+
Aura 9999, a silhouette of a mans face can be seen in front of a dark
|
34 |
+
background. The mans head is facing towards the right side of the frame, and
|
35 |
+
his eyes are slightly open. His hair is a mix of brown and yellow, and he
|
36 |
+
has a slight smile on his face. His mouth is slightly open, and there is a
|
37 |
+
line of fire behind him, adding a touch of warmth to the scene.
|
38 |
output:
|
39 |
url: images/A3.png
|
40 |
base_model: black-forest-labs/FLUX.1-dev
|
|
|
45 |
|
46 |
<Gallery />
|
47 |
|
48 |
+
- Hosted Here🧨: https://huggingface.co/spaces/prithivMLmods/FLUX-LoRA-DLC
|
49 |
|
50 |
+
**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
|
51 |
+
|
52 |
+
## Model description
|
53 |
+
|
54 |
+
**prithivMLmods/Aura-9999**
|
55 |
+
|
56 |
+
Image Processing Parameters
|
57 |
+
|
58 |
+
| Parameter | Value | Parameter | Value |
|
59 |
+
|---------------------------|--------|---------------------------|--------|
|
60 |
+
| LR Scheduler | constant | Noise Offset | 0.03 |
|
61 |
+
| Optimizer | AdamW | Multires Noise Discount | 0.1 |
|
62 |
+
| Network Dim | 64 | Multires Noise Iterations | 10 |
|
63 |
+
| Network Alpha | 32 | Repeat & Steps | 22 & 2390|
|
64 |
+
| Epoch | 13n | Save Every N Epochs | 1 |
|
65 |
+
|
66 |
+
Labeling: florence2-en(natural language & English)
|
67 |
+
|
68 |
+
Total Images Used for Training : 17 [ Hi-RES ]
|
69 |
+
|
70 |
+
## Best Dimensions
|
71 |
+
|
72 |
+
- 1024 x 1024 (Default)
|
73 |
+
|
74 |
+
## Setting Up
|
75 |
+
```
|
76 |
+
import torch
|
77 |
+
from pipelines import DiffusionPipeline
|
78 |
+
|
79 |
+
base_model = "black-forest-labs/FLUX.1-dev"
|
80 |
+
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
81 |
+
|
82 |
+
lora_repo = "prithivMLmods/Aura-9999"
|
83 |
+
trigger_word = "Aura 9999"
|
84 |
+
pipe.load_lora_weights(lora_repo)
|
85 |
+
|
86 |
+
device = torch.device("cuda")
|
87 |
+
pipe.to(device)
|
88 |
+
```
|
89 |
## Trigger words
|
90 |
|
91 |
You should use `Aura 9999` to trigger the image generation.
|
92 |
|
|
|
93 |
## Download model
|
94 |
|
95 |
Weights for this model are available in Safetensors format.
|
96 |
|
97 |
|
98 |
+
[Download](/prithivMLmods/Aura-9999/tree/main) them in the Files & versions tab.
|