You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Wan2.2](https://github.com/Wan-Video/Wan2.2) is an open-source SOTA foundational video model. This example shows how to run the T2V-A14B model variant via `dstack` for text-to-video generation.
4
+
5
+
??? info "Prerequisites"
6
+
Once `dstack` is [installed](https://dstack.ai/docs/installation), clone the repo with examples.
7
+
8
+
<div class="termy">
9
+
10
+
```shell
11
+
$ git clone https://github.com/dstackai/dstack
12
+
$ cd dstack
13
+
```
14
+
15
+
</div>
16
+
17
+
Apply the [configuration](https://github.com/dstackai/dstack/blob/master/examples/models/wan22/dev-env.dstack.yml) to provision a GPU instance and run a dev environment with all the Wan2.2 dependencies installed:
0 commit comments