ai-forever
commited on
Commit
•
196630e
1
Parent(s):
66db2aa
Update README.md
Browse files
README.md
CHANGED
@@ -9,16 +9,16 @@ tags:
|
|
9 |
- video2audio
|
10 |
---
|
11 |
|
12 |
-
<h1 align="center">Kandinsky-
|
13 |
|
14 |
<br><br><br><br>
|
15 |
|
16 |
<div align="center">
|
17 |
-
<image src="https://
|
18 |
</div>
|
19 |
|
20 |
<div align="center">
|
21 |
-
<a>Kandinsky 4.0 Post</a> | <a href=https://ai-forever.github.io/Kandinsky-4/K40/>Project Page</a> | <a>Technical Report</a> | <a href=https://github.com/ai-forever/Kandinsky-4>GitHub</a> | <a href=https://huggingface.co/ai-forever/kandinsky-4-t2v-flash> Kandinsky 4.0 T2V Flash HuggingFace</a> | <a href=https://huggingface.co/ai-forever/
|
22 |
</div>
|
23 |
|
24 |
|
@@ -55,7 +55,7 @@ from kandinsky4_video2audio.utils import load_video, create_video
|
|
55 |
device='cuda:0'
|
56 |
|
57 |
pipe = Video2AudioPipeline(
|
58 |
-
"ai-forever/
|
59 |
torch_dtype=torch.float16,
|
60 |
device = device
|
61 |
)
|
|
|
9 |
- video2audio
|
10 |
---
|
11 |
|
12 |
+
<h1 align="center">Kandinsky-4-v2a: A Video to Audio pipeline</h1>
|
13 |
|
14 |
<br><br><br><br>
|
15 |
|
16 |
<div align="center">
|
17 |
+
<image src="https://cdn-uploads.huggingface.co/production/uploads/5f91b1208a61a359f44e1851/Mi3ugli7f1MNNVWC5gzMS.png" ></image>
|
18 |
</div>
|
19 |
|
20 |
<div align="center">
|
21 |
+
<a>Kandinsky 4.0 Post</a> | <a href=https://ai-forever.github.io/Kandinsky-4/K40/>Project Page</a> | <a>Technical Report</a> | <a href=https://github.com/ai-forever/Kandinsky-4>GitHub</a> | <a href=https://huggingface.co/ai-forever/kandinsky-4-t2v-flash> Kandinsky 4.0 T2V Flash HuggingFace</a> | <a href=https://huggingface.co/ai-forever/kandinsky-4-v2a> Kandinsky 4.0 V2A HuggingFace</a>
|
22 |
</div>
|
23 |
|
24 |
|
|
|
55 |
device='cuda:0'
|
56 |
|
57 |
pipe = Video2AudioPipeline(
|
58 |
+
"ai-forever/kandinsky-4-v2a",
|
59 |
torch_dtype=torch.float16,
|
60 |
device = device
|
61 |
)
|