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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,11 +4,13 @@ library_name: diffusers
4
  pipeline_tag: text-to-image
5
  datasets:
6
  - SA1B
7
- base_model: "immycarter/LibreFLUX"
8
  ---
9
  # LibreFLUX-ControlNet
10
  ![Example: Control image vs result](examples/side_by_side.png)
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
  ![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