bubbliiiing commited on
Commit
f7d2d68
·
1 Parent(s): 207f8a2
Files changed (1) hide show
  1. README.md +35 -15
README.md CHANGED
@@ -39,33 +39,53 @@ All samples below are generated with `num_inference_steps = 40`, `guidance_scale
39
 
40
  ### Canny
41
 
42
- | Canny | Output |
43
- |--|--|
44
- | ![canny_tokyo_street](asset/canny_tokyo_street.mp4) | ![canny_tokyo_street](results/canny_tokyo_street.mp4) |
 
 
 
 
45
 
46
  ### Depth
47
 
48
- | Depth | Output |
49
- |--|--|
50
- | ![depth_astronaut](asset/depth_astronaut.mp4) | ![depth_astronaut](results/depth_astronaut.mp4) |
 
 
 
 
51
 
52
  ### HED
53
 
54
- | HED | Output |
55
- |--|--|
56
- | ![hed_trex_bmx](asset/hed_trex_bmx.mp4) | ![hed_trex_bmx](results/hed_trex_bmx.mp4) |
 
 
 
 
57
 
58
  ### MLSD
59
 
60
- | MLSD | Output |
61
- |--|--|
62
- | ![mlsd_village](asset/mlsd_village.mp4) | ![mlsd_village](results/mlsd_village.mp4) |
 
 
 
 
63
 
64
  ### Pose
65
 
66
- | Pose | Output |
67
- |--|--|
68
- | ![pose_dance](asset/pose_dance.mp4) | ![pose_dance_flamenco](results/pose_dance_flamenco.mp4) |
 
 
 
 
69
 
70
  ## Inference
71
  Go to the VideoX-Fun repository for more details.
 
39
 
40
  ### Canny
41
 
42
+ Control:
43
+
44
+ ![canny_tokyo_street](asset/canny_tokyo_street.mp4)
45
+
46
+ Output:
47
+
48
+ ![canny_tokyo_street](results/canny_tokyo_street.mp4)
49
 
50
  ### Depth
51
 
52
+ Control:
53
+
54
+ ![depth_astronaut](asset/depth_astronaut.mp4)
55
+
56
+ Output:
57
+
58
+ ![depth_astronaut](results/depth_astronaut.mp4)
59
 
60
  ### HED
61
 
62
+ Control:
63
+
64
+ ![hed_trex_bmx](asset/hed_trex_bmx.mp4)
65
+
66
+ Output:
67
+
68
+ ![hed_trex_bmx](results/hed_trex_bmx.mp4)
69
 
70
  ### MLSD
71
 
72
+ Control:
73
+
74
+ ![mlsd_village](asset/mlsd_village.mp4)
75
+
76
+ Output:
77
+
78
+ ![mlsd_village](results/mlsd_village.mp4)
79
 
80
  ### Pose
81
 
82
+ Control:
83
+
84
+ ![pose_dance](asset/pose_dance.mp4)
85
+
86
+ Output:
87
+
88
+ ![pose_dance_flamenco](results/pose_dance_flamenco.mp4)
89
 
90
  ## Inference
91
  Go to the VideoX-Fun repository for more details.