chengzeyi commited on
Commit
efe4cbd
·
1 Parent(s): d867717

Add UTM attribution to outbound wavespeed.ai links

Browse files
Files changed (1) hide show
  1. index.html +10 -10
index.html CHANGED
@@ -5,7 +5,7 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Wan2.2-S2V — audio-driven video generation</title>
7
  <meta name="description" content="Reference for Wan2.2-S2V, the speech-to-video checkpoint from Alibaba&#x27;s Tongyi Lab that animates a reference portrait from an audio track." />
8
- <link rel="canonical" href="https://wavespeed.ai/models/wavespeed-ai/wan-2.2/speech-to-video" />
9
 
10
  <meta property="og:type" content="website" />
11
  <meta property="og:title" content="Wan2.2-S2V — audio-driven video generation" />
@@ -18,7 +18,7 @@
18
  <body>
19
  <header class="site-header">
20
  <div class="wrap">
21
- <a class="brand" href="https://wavespeed.ai" target="_blank" rel="noopener">
22
  <span class="brand-mark" aria-hidden="true"></span>
23
  <span>WaveSpeed AI</span>
24
  </a>
@@ -27,7 +27,7 @@
27
  <a class="jump opt" href="#inputs">Inputs</a>
28
  <a class="jump" href="#run">Run it</a>
29
  <a class="jump" href="#resources">Resources</a>
30
- <a href="https://wavespeed.ai/models/wavespeed-ai/wan-2.2/speech-to-video" target="_blank" rel="noopener">wavespeed.ai &#8599;</a>
31
  </nav>
32
  </div>
33
  </header>
@@ -173,10 +173,10 @@ for (;;) {
173
  await new Promise((r) =&gt; setTimeout(r, 1500));
174
  }</code></pre>
175
  </div>
176
- <div class="callout"><p>Requests are asynchronous: <code>POST</code> returns a request id, then you poll <code>/predictions/&lt;id&gt;/result</code> until <code>status</code> is <code>completed</code>. Set <code>enable_sync_mode: true</code> to have the call block and return outputs directly.</p><p>API keys are created in the <a href="https://wavespeed.ai/dashboard" target="_blank" rel="noopener">WaveSpeed dashboard</a>.</p></div>
177
  <div class="btn-row">
178
- <a class="btn" href="https://wavespeed.ai/models/wavespeed-ai/wan-2.2/speech-to-video" target="_blank" rel="noopener">Open on WaveSpeed</a>
179
- <a class="btn secondary" href="https://wavespeed.ai/docs" target="_blank" rel="noopener">API reference</a>
180
  </div>
181
  </section>
182
  <section id="resources">
@@ -184,8 +184,8 @@ for (;;) {
184
  <ul class="links">
185
  <li><a href="https://huggingface.co/Wan-AI/Wan2.2-S2V-14B" target="_blank" rel="noopener"><span>Wan2.2-S2V-14B weights</span><span class="host">huggingface.co</span></a></li>
186
  <li><a href="https://github.com/Wan-Video/Wan2.2" target="_blank" rel="noopener"><span>Wan2.2 on GitHub</span><span class="host">github.com</span></a></li>
187
- <li><a href="https://wavespeed.ai/collections/wan-2-2" target="_blank" rel="noopener"><span>Wan 2.2 collection</span><span class="host">wavespeed.ai</span></a></li>
188
- <li><a href="https://wavespeed.ai/docs" target="_blank" rel="noopener"><span>WaveSpeed API docs</span><span class="host">wavespeed.ai</span></a></li>
189
  </ul>
190
  </section>
191
  </main>
@@ -194,8 +194,8 @@ for (;;) {
194
  <div class="wrap">
195
  <p>This page is a model reference maintained by WaveSpeed AI. The model itself is developed and released by its respective authors; trademarks belong to them. WaveSpeed AI provides hosted inference for it.</p>
196
  <div class="footer-links">
197
- <a href="https://wavespeed.ai" target="_blank" rel="noopener">WaveSpeed AI</a>
198
- <a href="https://wavespeed.ai/docs" target="_blank" rel="noopener">Docs</a>
199
  <a href="https://huggingface.co/wavespeed" target="_blank" rel="noopener">Hugging Face</a>
200
  </div>
201
  </div>
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>Wan2.2-S2V — audio-driven video generation</title>
7
  <meta name="description" content="Reference for Wan2.2-S2V, the speech-to-video checkpoint from Alibaba&#x27;s Tongyi Lab that animates a reference portrait from an audio track." />
8
+ <link rel="canonical" href="https://wavespeed.ai/models/wavespeed-ai/wan-2.2/speech-to-video?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" />
9
 
10
  <meta property="og:type" content="website" />
11
  <meta property="og:title" content="Wan2.2-S2V — audio-driven video generation" />
 
18
  <body>
19
  <header class="site-header">
20
  <div class="wrap">
21
+ <a class="brand" href="https://wavespeed.ai?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener">
22
  <span class="brand-mark" aria-hidden="true"></span>
23
  <span>WaveSpeed AI</span>
24
  </a>
 
27
  <a class="jump opt" href="#inputs">Inputs</a>
28
  <a class="jump" href="#run">Run it</a>
29
  <a class="jump" href="#resources">Resources</a>
30
+ <a href="https://wavespeed.ai/models/wavespeed-ai/wan-2.2/speech-to-video?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener">wavespeed.ai &#8599;</a>
31
  </nav>
32
  </div>
33
  </header>
 
173
  await new Promise((r) =&gt; setTimeout(r, 1500));
174
  }</code></pre>
175
  </div>
176
+ <div class="callout"><p>Requests are asynchronous: <code>POST</code> returns a request id, then you poll <code>/predictions/&lt;id&gt;/result</code> until <code>status</code> is <code>completed</code>. Set <code>enable_sync_mode: true</code> to have the call block and return outputs directly.</p><p>API keys are created in the <a href="https://wavespeed.ai/dashboard?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener">WaveSpeed dashboard</a>.</p></div>
177
  <div class="btn-row">
178
+ <a class="btn" href="https://wavespeed.ai/models/wavespeed-ai/wan-2.2/speech-to-video?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener">Open on WaveSpeed</a>
179
+ <a class="btn secondary" href="https://wavespeed.ai/docs?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener">API reference</a>
180
  </div>
181
  </section>
182
  <section id="resources">
 
184
  <ul class="links">
185
  <li><a href="https://huggingface.co/Wan-AI/Wan2.2-S2V-14B" target="_blank" rel="noopener"><span>Wan2.2-S2V-14B weights</span><span class="host">huggingface.co</span></a></li>
186
  <li><a href="https://github.com/Wan-Video/Wan2.2" target="_blank" rel="noopener"><span>Wan2.2 on GitHub</span><span class="host">github.com</span></a></li>
187
+ <li><a href="https://wavespeed.ai/collections/wan-2-2?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener"><span>Wan 2.2 collection</span><span class="host">wavespeed.ai</span></a></li>
188
+ <li><a href="https://wavespeed.ai/docs?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener"><span>WaveSpeed API docs</span><span class="host">wavespeed.ai</span></a></li>
189
  </ul>
190
  </section>
191
  </main>
 
194
  <div class="wrap">
195
  <p>This page is a model reference maintained by WaveSpeed AI. The model itself is developed and released by its respective authors; trademarks belong to them. WaveSpeed AI provides hosted inference for it.</p>
196
  <div class="footer-links">
197
+ <a href="https://wavespeed.ai?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener">WaveSpeed AI</a>
198
+ <a href="https://wavespeed.ai/docs?utm_source=huggingface&amp;utm_medium=space&amp;utm_campaign=wan2_2_s2v" target="_blank" rel="noopener">Docs</a>
199
  <a href="https://huggingface.co/wavespeed" target="_blank" rel="noopener">Hugging Face</a>
200
  </div>
201
  </div>