Update README.md
Browse files
README.md
CHANGED
|
@@ -9,14 +9,14 @@ base_model: jimmycarter/LibreFLUX
|
|
| 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
|
| 13 |
|
| 14 |
-
|
| 15 |
- Uses Attention Masking
|
| 16 |
- Inference runs with CFG
|
| 17 |
- Trained on 165K segmented images from Meta's [SA1B Dataset](https://ai.meta.com/datasets/segment-anything/)
|
| 18 |
- Trained using: [https://github.com/NeuralVFX/LibreFLUX-ControlNet](https://github.com/NeuralVFX/LibreFLUX-ControlNet)
|
| 19 |
-
-
|
| 20 |
- Inference code adapted from: [https://github.com/bghira/SimpleTuner](https://github.com/bghira/SimpleTuner)
|
| 21 |
|
| 22 |
# Compatibility
|
|
|
|
| 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 transformer model.
|
| 13 |
|
| 14 |
+
# Fun Facts
|
| 15 |
- Uses Attention Masking
|
| 16 |
- Inference runs with CFG
|
| 17 |
- Trained on 165K segmented images from Meta's [SA1B Dataset](https://ai.meta.com/datasets/segment-anything/)
|
| 18 |
- Trained using: [https://github.com/NeuralVFX/LibreFLUX-ControlNet](https://github.com/NeuralVFX/LibreFLUX-ControlNet)
|
| 19 |
+
- Transformer model used: [https://huggingface.co/jimmycarter/LibreFLUX](https://huggingface.co/jimmycarter/LibreFLUX)
|
| 20 |
- Inference code adapted from: [https://github.com/bghira/SimpleTuner](https://github.com/bghira/SimpleTuner)
|
| 21 |
|
| 22 |
# Compatibility
|