Artiprocher commited on
Commit
b28a00c
1 Parent(s): 47e113a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -44,4 +44,37 @@ Please refer to [DiffSynth](https://github.com/modelscope/DiffSynth-Studio) for
44
 
45
  Prompt: an astronaut riding a horse on Mars.
46
 
47
- <video src="https://github.com/user-attachments/assets/321ee04b-8c17-479e-8a95-8cbcf21f8d7e" controls="controls"></video>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  Prompt: an astronaut riding a horse on Mars.
46
 
47
+ <video src="https://github.com/user-attachments/assets/321ee04b-8c17-479e-8a95-8cbcf21f8d7e" controls="controls"></video>
48
+
49
+ Prompt: Static camera, two men shake hands happily, the background is in a modern office.
50
+
51
+ <video src="https://github.com/user-attachments/assets/32cc1ef8-5b59-4817-9095-14032365479b" controls="controls"></video>
52
+
53
+ Prompt: The camera captures the northern lights dancing across an Arctic sky, with stars twinkling above a snow-covered landscape, creating a serene and magical atmosphere.
54
+
55
+ <video src="https://github.com/user-attachments/assets/92504158-50f0-481f-8188-b1cfca953faf" controls="controls"></video>
56
+
57
+ Prompt: FPV aerial shot, the sunshine shines on the snow capped mountains, a quiet atmosphere.
58
+
59
+ <video src="https://github.com/user-attachments/assets/750698c9-c59d-451a-8599-32e70c2c566f" controls="controls"></video>
60
+
61
+ Prompt: A Chinese mother, draped in a soft, pastel-colored robe, gently rocks back and forth in a cozy rocking chair positioned in the tranquil setting of a nursery. The dimly lit bedroom is adorned with whimsical mobiles dangling from the ceiling, casting shadows that dance on the walls. Her baby, swaddled in a delicate, patterned blanket, rests against her chest, the child's earlier cries now replaced by contented coos as the mother's soothing voice lulls the little one to sleep. The scent of lavender fills the air, adding to the serene atmosphere, while a warm, orange glow from a nearby nightlight illuminates the scene with a gentle hue, capturing a moment of tender love and comfort.
62
+
63
+ <video src="https://github.com/user-attachments/assets/0ef36ab9-e636-46bd-bc98-450a112c3c77" controls="controls"></video>
64
+
65
+ Comparing the model with/without the ExVideo extension module, we found that the original model exhibited noticeable detail loss when generating long videos. The ExVideo extension module significantly enhances the detail of the videos.
66
+
67
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-around;">
68
+ <div style="width: 45%; margin-bottom: 20px; transition: transform 0.3s;">
69
+ <video width="100%" controls>
70
+ <source src="https://github.com/user-attachments/assets/86b16c00-92ce-4acb-a172-b3e6cefbc29d" type="video/mp4">
71
+ </video>
72
+ <div style="text-align: center; margin-top: 10px; font-size: 11px;">Without ExVideo extension module</div>
73
+ </div>
74
+ <div style="width: 45%; margin-bottom: 20px; transition: transform 0.3s;">
75
+ <video width="100%" controls>
76
+ <source src="https://github.com/user-attachments/assets/321ee04b-8c17-479e-8a95-8cbcf21f8d7e" type="video/mp4">
77
+ </video>
78
+ <div style="text-align: center; margin-top: 10px; font-size: 11px;">With ExVideo extension module</div>
79
+ </div>
80
+ </div>