neuralvfx commited on
Commit
28b444f
·
verified ·
1 Parent(s): 69227c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -2,14 +2,13 @@
2
  ![Example: Control image vs result](examples/side_by_side.png)
3
 
4
  **ControlNet trained on top of LibreFLUX**
5
-
6
  - Uses Attention Masking
7
  - Inference runs with CFG
8
  - Trained on 165K segmented images from Meta's [SA1B Dataset](https://ai.meta.com/datasets/segment-anything/)
9
  - Trained using: [https://github.com/NeuralVFX/LibreFLUX-ControlNet](https://github.com/NeuralVFX/LibreFLUX-ControlNet)
10
  - Base model used: [https://huggingface.co/jimmycarter/LibreFLUX](https://huggingface.co/jimmycarter/LibreFLUX)
11
  - Inference code adapted from: [https://github.com/bghira/SimpleTuner](https://github.com/bghira/SimpleTuner)
12
- -
13
  # Compatibility
14
  ```py
15
  pip install -U diffusers==0.32.0
 
2
  ![Example: Control image vs result](examples/side_by_side.png)
3
 
4
  **ControlNet trained on top of LibreFLUX**
 
5
  - Uses Attention Masking
6
  - Inference runs with CFG
7
  - Trained on 165K segmented images from Meta's [SA1B Dataset](https://ai.meta.com/datasets/segment-anything/)
8
  - Trained using: [https://github.com/NeuralVFX/LibreFLUX-ControlNet](https://github.com/NeuralVFX/LibreFLUX-ControlNet)
9
  - Base model used: [https://huggingface.co/jimmycarter/LibreFLUX](https://huggingface.co/jimmycarter/LibreFLUX)
10
  - Inference code adapted from: [https://github.com/bghira/SimpleTuner](https://github.com/bghira/SimpleTuner)
11
+
12
  # Compatibility
13
  ```py
14
  pip install -U diffusers==0.32.0