wangqixun commited on
Commit
d8df565
1 Parent(s): 251c1b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
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 | Demo | Description |
32
- |:------------:|:-------:|:-----------:|
33
- |0|<img src="./images/image_demo_canny.jpg"/>|canny|
34
- |1|<img src="./images/image_demo_tile.jpg"/>|tile|
35
- |2|<img src="./images/image_demo_depth.jpg"/>|depth|
36
- |3|<img src="./images/image_demo_blur.jpg"/>|blur|
 
 
 
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" />