Update README.md
Browse files
README.md
CHANGED
|
@@ -4,11 +4,13 @@ library_name: diffusers
|
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
datasets:
|
| 6 |
- SA1B
|
| 7 |
-
base_model:
|
| 8 |
---
|
| 9 |
# LibreFLUX-ControlNet
|
| 10 |

|
| 11 |
|
|
|
|
|
|
|
| 12 |
**ControlNet trained on top of LibreFLUX**
|
| 13 |
- Uses Attention Masking
|
| 14 |
- Inference runs with CFG
|
|
|
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
datasets:
|
| 6 |
- SA1B
|
| 7 |
+
base_model: jimmycarter/LibreFLUX
|
| 8 |
---
|
| 9 |
# LibreFLUX-ControlNet
|
| 10 |

|
| 11 |
|
| 12 |
+
This model/pipeline is the product of my [LibreFlux ControlNet training repo](https://github.com/NeuralVFX/LibreFLUX-ControlNet). For the dataset I auto labeled 165K images from the SA1B dataset, and trained for that many iterations. [LibreFLUX](https://huggingface.co/jimmycarter/LibreFLUX) is the base model.
|
| 13 |
+
|
| 14 |
**ControlNet trained on top of LibreFLUX**
|
| 15 |
- Uses Attention Masking
|
| 16 |
- Inference runs with CFG
|