wanghaofan commited on
Commit
4e85d82
1 Parent(s): f7e6e59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -25,19 +25,21 @@ This repository contains an unified ControlNet for FLUX.1-dev model jointly rele
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
  - This model can be jointly used with other ControlNets.
30
 
31
 
32
  # Showcases
33
 
34
  <div class="container">
35
- <img src="./assets/teaser.png" width="1024"/>
 
 
36
  </div>
37
 
38
 
39
  # Inference
40
- Please install `diffusers` from the source, as the PR has not been included in currently released version yet.
41
 
42
  # Multi-Controls Inference
43
  ```python
 
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.8.
29
  - This model can be jointly used with other ControlNets.
30
 
31
 
32
  # Showcases
33
 
34
  <div class="container">
35
+ <img src="./assets/teaser1.png" width="1024"/>
36
+ <img src="./assets/teaser2.png" width="1024"/>
37
+ <img src="./assets/teaser3.png" width="1024"/>
38
  </div>
39
 
40
 
41
  # Inference
42
+ Please install `diffusers` from [the source](https://github.com/huggingface/diffusers), as [the PR](https://github.com/huggingface/diffusers/pull/9175) has not been included in currently released version yet.
43
 
44
  # Multi-Controls Inference
45
  ```python