Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ Not only is it good at generating instagram-like images, it's also surprisingly
|
|
24 |
Because of the little amount of data and the training techniques used, it is recommended to use these LoRAs with weights above `1.0`.
|
25 |
At these weights it does not mix very well with other LoRAs.
|
26 |
|
27 |
-
Weights are provided in `safetensors` format so they can be used with any generation library or platform.
|
28 |
|
29 |
## Preview
|
30 |
|
@@ -39,7 +39,11 @@ Weights are provided in `safetensors` format so they can be used with any genera
|
|
39 |
| ![1.2b](./assets/1.2b.png) | 1.2b | min=1.44, max=3.0 |
|
40 |
| ![1.3a](./assets/1.3a.png) | 1.3a | min=1.44, max=2.0 |
|
41 |
| ![1.4a](./assets/1.4a.png) | 1.4a | min=1.44, max=2.0 `Latest dataset` |
|
|
|
|
|
42 |
|
|
|
|
|
43 |
|
44 |
## BibTeX
|
45 |
```bibtex
|
@@ -50,3 +54,4 @@ Weights are provided in `safetensors` format so they can be used with any genera
|
|
50 |
year = {2025}
|
51 |
}
|
52 |
```
|
|
|
|
24 |
Because of the little amount of data and the training techniques used, it is recommended to use these LoRAs with weights above `1.0`.
|
25 |
At these weights it does not mix very well with other LoRAs.
|
26 |
|
27 |
+
Weights are provided in `safetensors` format, so they can be used with any generation library or platform.
|
28 |
|
29 |
## Preview
|
30 |
|
|
|
39 |
| ![1.2b](./assets/1.2b.png) | 1.2b | min=1.44, max=3.0 |
|
40 |
| ![1.3a](./assets/1.3a.png) | 1.3a | min=1.44, max=2.0 |
|
41 |
| ![1.4a](./assets/1.4a.png) | 1.4a | min=1.44, max=2.0 `Latest dataset` |
|
42 |
+
| ![1.5a](./assets/1.5a.png) | 1.5a | min=1.44, max=2.0 `Latest dataset` |
|
43 |
+
| ![1.6a](./assets/1.6a.png) | 1.6a | min=1.44, max=2.0 `Latest dataset` |
|
44 |
|
45 |
+
> [!NOTE]
|
46 |
+
> 1.5a and 1.6a are using a different LoRA Rank (8 and 16 respectively)
|
47 |
|
48 |
## BibTeX
|
49 |
```bibtex
|
|
|
54 |
year = {2025}
|
55 |
}
|
56 |
```
|
57 |
+
|