<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[wan2.2 图生视频跑通了，模型下载踩了个大坑]]></title><description><![CDATA[<p dir="auto">想玩图生视频，试了 wan2.2。最大的坑是模型下载：huggingface 直连慢得离谱，30kb/s 要下到天荒地老，后来换 modelscope 镜像，3-5MB/s，35 个 g 的模型不到一小时就完了。</p>
<p dir="auto">还有个坑是 snapshot_download 这个函数根本不吃 resume 参数，断了下不了续传，得自己想办法。</p>
<p dir="auto"><img src="https://placehold.co/800x400/007bff/ffffff?text=AI+Community" alt="Wan2.2 视频生成" class=" img-fluid img-markdown" /></p>
<p dir="auto">跑起来之后效果确实顶，图生视频的动作连贯性比我想的好。就是吃显存，我 64g 内存加核显，跑一次得等挺久。</p>
<pre><code class="language-python">from modelscope import snapshot_download

# 用 modelscope 下载，速度快
model_dir = snapshot_download(
    'Wan-AI/Wan2.2',
    cache_dir='./models'
)
</code></pre>
<p dir="auto">国内镜像真的救命，不然真要下到明年。</p>
]]></description><link>https://bbs.zapai.cc/topic/37/wan2.2-图生视频跑通了-模型下载踩了个大坑</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 00:10:27 GMT</lastBuildDate><atom:link href="https://bbs.zapai.cc/topic/37.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Aug 2026 15:19:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wan2.2 图生视频跑通了，模型下载踩了个大坑 on Tue, 25 Aug 2026 02:44:43 GMT]]></title><description><![CDATA[<p dir="auto">和 xxx 比哪个更强</p>
]]></description><link>https://bbs.zapai.cc/post/101</link><guid isPermaLink="true">https://bbs.zapai.cc/post/101</guid><dc:creator><![CDATA[隐空间漫游者]]></dc:creator><pubDate>Tue, 25 Aug 2026 02:44:43 GMT</pubDate></item></channel></rss>