Update README.md
Browse files
README.md
CHANGED
@@ -28,12 +28,15 @@ it is common to encounter bad cases (please accept my apologies).
|
|
28 |
It is worth noting that we have found that even a fully trained Union model may not perform as well as specialized models, such as pose control.
|
29 |
However, as training progresses, the performance of the Union model will continue to approach that of specialized models.
|
30 |
|
31 |
-
| Control Mode |
|
32 |
-
|
33 |
-
|0
|
34 |
-
|1
|
35 |
-
|2
|
36 |
-
|3
|
|
|
|
|
|
|
37 |
|
38 |
|
39 |
<img src="./images/image_demo_canny.jpg" width = "800" />
|
|
|
28 |
It is worth noting that we have found that even a fully trained Union model may not perform as well as specialized models, such as pose control.
|
29 |
However, as training progresses, the performance of the Union model will continue to approach that of specialized models.
|
30 |
|
31 |
+
| Control Mode | Description |
|
32 |
+
|:------------:|:-----------:|
|
33 |
+
|0|canny|
|
34 |
+
|1|tile|
|
35 |
+
|2|depth|
|
36 |
+
|3|blur|
|
37 |
+
|4|pose|
|
38 |
+
|5|gray|
|
39 |
+
|6|lq|
|
40 |
|
41 |
|
42 |
<img src="./images/image_demo_canny.jpg" width = "800" />
|