Image-to-Video
ZyaireYao commited on
Commit
4111522
·
verified ·
1 Parent(s): 6c63520

Add related project links

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -68,6 +68,11 @@ The QuickTalk WebSocket route is:
68
  /v1/audio2video/quicktalk
69
  ```
70
 
 
 
 
 
 
71
  ## Security Notes
72
 
73
  `quicktalk.pth` is a PyTorch checkpoint. PyTorch checkpoint files are pickle-based, and unpickling arbitrary `.pth` files can execute code. For that reason, Hugging Face security scanners may flag this file as suspicious or unsafe, for example via Picklescan or generic Python obfuscation signatures.
 
68
  /v1/audio2video/quicktalk
69
  ```
70
 
71
+ ## Related Projects
72
+
73
+ - OpenTalking: <https://github.com/datascale-ai/opentalking>
74
+ - OmniRT: <https://github.com/datascale-ai/omnirt>
75
+
76
  ## Security Notes
77
 
78
  `quicktalk.pth` is a PyTorch checkpoint. PyTorch checkpoint files are pickle-based, and unpickling arbitrary `.pth` files can execute code. For that reason, Hugging Face security scanners may flag this file as suspicious or unsafe, for example via Picklescan or generic Python obfuscation signatures.