wangqixun commited on
Commit
455a2c1
·
verified ·
1 Parent(s): cb9cf9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -29,15 +29,17 @@ However, as training progresses, the performance of the Union model will continu
29
 
30
 
31
  ## Control Mode
32
- | Control Mode | Description | Current Model Validity |
33
- |:------------:|:-----------:|:-----------:|
34
- |0|canny|🟢high|
35
- |1|tile|🟢high|
36
- |2|depth|🟡medium|
37
- |3|blur|🟢high|
38
- |4|pose|🔴low|
39
- |5|gray|🔴low|
40
- |6|lq|🟢high|
 
 
41
 
42
  ### canny
43
  <img src="./images/image_demo_canny.jpg" width = "300" />
 
29
 
30
 
31
  ## Control Mode
32
+
33
+ | Control Mode | Description | Current Model Validity | Demo |
34
+ |:------------:|:-----------:|:-----------:|:-----------:|
35
+ |0|canny|🟢high|<img src="./images/image_demo_canny.jpg" width = "300" />|
36
+ |1|tile|🟢high|<img src="./images/image_demo_canny.jpg" width = "300" />|
37
+ |2|depth|🟡medium|<img src="./images/image_demo_canny.jpg" width = "300" />|
38
+ |3|blur|🟢high|<img src="./images/image_demo_canny.jpg" width = "300" />|
39
+ |4|pose|🔴low|<img src="./images/image_demo_canny.jpg" width = "300" />|
40
+ |5|gray|🔴low|<img src="./images/image_demo_canny.jpg" width = "300" />|
41
+ |6|lq|🟢high|<img src="./images/image_demo_canny.jpg" width = "300" />|
42
+
43
 
44
  ### canny
45
  <img src="./images/image_demo_canny.jpg" width = "300" />