wanghaofan commited on
Commit
71fbb4e
1 Parent(s): 75d81ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -13
README.md CHANGED
@@ -24,20 +24,9 @@ This repository contains an unified ControlNet for FLUX.1-dev model jointly trai
24
 
25
  # Model Cards
26
  - This checkpoint is a Pro version of [FLUX.1-dev-Controlnet-Union](https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union).
 
27
  - The recommended controlnet_conditioning_scale is 0.3-0.7.
28
 
29
- ## Control Mode
30
-
31
- | Control Mode | Description | Current Model Validity |
32
- |:------------:|:-----------:|:-----------:|
33
- |0|canny|🟢high|
34
- |1|tile|🟢high|
35
- |2|depth|🟢high|
36
- |3|blur|🟢high|
37
- |4|pose|🟢high|
38
- |5|gray|🟢high|
39
- |6|lq|🟢high|
40
-
41
 
42
  # Showcases
43
 
@@ -48,7 +37,7 @@ This repository contains an unified ControlNet for FLUX.1-dev model jointly trai
48
 
49
  # Inference
50
  ```python
51
-
52
  ```
53
 
54
  # Acknowledgements
 
24
 
25
  # Model Cards
26
  - This checkpoint is a Pro version of [FLUX.1-dev-Controlnet-Union](https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union).
27
+ - This model support 7 control modes, including canny (0), tile (1), depth (2), blur (3), pose (4), gray (5), low quality (6).
28
  - The recommended controlnet_conditioning_scale is 0.3-0.7.
29
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  # Showcases
32
 
 
37
 
38
  # Inference
39
  ```python
40
+ # TODO
41
  ```
42
 
43
  # Acknowledgements