neuralvfx commited on
Commit
974063f
·
verified ·
1 Parent(s): 71ed17f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,14 +9,14 @@ base_model: jimmycarter/LibreFLUX
9
  # LibreFLUX-ControlNet
10
  ![Example: Control image vs result](examples/side_by_side.png)
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
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
- - Base 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
 
9
  # LibreFLUX-ControlNet
10
  ![Example: Control image vs result](examples/side_by_side.png)
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