wanghaofan commited on
Commit
df49d47
·
verified ·
1 Parent(s): 3764e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -38,14 +38,21 @@ In comparison with [Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro](https://huggin
38
 
39
  <table>
40
  <tr>
41
- <td><img src="./images/canny.png" alt="canny" style="width:100%"></td>
42
- <td><img src="./images/softedge.png" alt="softedge" style="width:100%"></td>
43
- <td><img src="./images/pose.png" alt="pose" style="width:100%"></td>
44
- <td><img src="./images/depth.png" alt="depth" style="width:100%"></td>
45
- <td><img src="./images/gray.png" alt="gray" style="width:100%"></td>
 
 
 
 
 
 
 
 
46
  </tr>
47
  </table>
48
-
49
 
50
  # Inference
51
  ```python
@@ -80,7 +87,7 @@ image = pipe(
80
  ```
81
 
82
  # Recommended Parameters
83
- You can adjust controlnet_conditioning_scale and control_guidance_end for stronger control and better detail preservation.
84
  - Canny: use cv2.Canny, controlnet_conditioning_scale=0.7, control_guidance_end=0.8.
85
  - Soft Edge: use [AnylineDetector](https://github.com/huggingface/controlnet_aux), controlnet_conditioning_scale=0.7, control_guidance_end=0.8.
86
  - Depth: use [depth-anything](https://github.com/DepthAnything/Depth-Anything-V2), controlnet_conditioning_scale=0.8, control_guidance_end=0.8.
 
38
 
39
  <table>
40
  <tr>
41
+ <td><img src="./images/canny.png" alt="canny" style="height:100%"></td>
42
+ </tr>
43
+ <tr>
44
+ <td><img src="./images/softedge.png" alt="softedge" style="height:100%"></td>
45
+ </tr>
46
+ <tr>
47
+ <td><img src="./images/pose.png" alt="pose" style="height:100%"></td>
48
+ </tr>
49
+ <tr>
50
+ <td><img src="./images/depth.png" alt="depth" style="height:100%"></td>
51
+ </tr>
52
+ <tr>
53
+ <td><img src="./images/gray.png" alt="gray" style="height:100%"></td>
54
  </tr>
55
  </table>
 
56
 
57
  # Inference
58
  ```python
 
87
  ```
88
 
89
  # Recommended Parameters
90
+ You can adjust controlnet_conditioning_scale and control_guidance_end for stronger control and better detail preservation. For better stability, we suggest to use multi-conditions.
91
  - Canny: use cv2.Canny, controlnet_conditioning_scale=0.7, control_guidance_end=0.8.
92
  - Soft Edge: use [AnylineDetector](https://github.com/huggingface/controlnet_aux), controlnet_conditioning_scale=0.7, control_guidance_end=0.8.
93
  - Depth: use [depth-anything](https://github.com/DepthAnything/Depth-Anything-V2), controlnet_conditioning_scale=0.8, control_guidance_end=0.8.