Update README.md
Browse files
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="
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
<td><img src="./images/
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|