hugovntr commited on
Commit
b68cbdc
·
verified ·
1 Parent(s): e1fb9de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -3
README.md CHANGED
@@ -1,3 +1,52 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - black-forest-labs/FLUX.1-dev
7
+ pipeline_tag: text-to-image
8
+ tags:
9
+ - art
10
+ - realism
11
+ - lora
12
+ ---
13
+ <h1 align="center">Babes LoRA</h1>
14
+
15
+ <p align="center">Low-Rank Adapter for Flux. Dev trained on <b>100</b> to <b>170</b> babes images.</p>
16
+
17
+ ---
18
+
19
+ ## Why ?
20
+ I have no idea... but it works.
21
+ Not only is it good at generating instagram-like images, it's also surprisingly great at realism - leading to better results than most flux realism based LoRA
22
+
23
+ ## Usage
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
+
31
+ | Preview | Version | Recommended Usage/LoRA Weight |
32
+ | --- | --- | --- |
33
+ | ![base](./assets/base.png) | - | _Raw output from Flux Dev_ |
34
+ | ![1.0](./assets/1.0.png) | base | min=1.44, max=3.0 |
35
+ | ![1.1](./assets/1.1.png) | 1.1 | min=1.44, max=3.0 |
36
+ | ![1.1a](./assets/1.1a.png) | 1.1a | min=2.0, max=2.44 |
37
+ | ![1.1b](./assets/1.1b.png) | 1.1b | min=2.0, max=2.44 |
38
+ | ![1.2a](./assets/1.2a.png) | 1.2a | min=1.44, max=2.0 |
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
46
+ @Misc{babes,
47
+ title = {Babes: Flux Low-Rank Adapter trained on 100 babes images},
48
+ author = {Hugo Ventura},
49
+ howpublished = {\url{https://huggingface.co/hugovntr/babes}},
50
+ year = {2025}
51
+ }
52
+ ```