@@ -27,16 +27,16 @@ We strongly recommend using the Docker environment, which is the simplest and fa
...
@@ -27,16 +27,16 @@ We strongly recommend using the Docker environment, which is the simplest and fa
#### 1. Pull Image
#### 1. Pull Image
Visit LightX2V's [Docker Hub](https://hub.docker.com/r/lightx2v/lightx2v/tags), select a tag with the latest date, such as `25092201-cu128`:
Visit LightX2V's [Docker Hub](https://hub.docker.com/r/lightx2v/lightx2v/tags), select a tag with the latest date, such as `25101501-cu128`:
```bash
```bash
docker pull lightx2v/lightx2v:25092201-cu128
docker pull lightx2v/lightx2v:25101501-cu128
```
```
We recommend using the `cuda128` environment for faster inference speed. If you need to use the `cuda124` environment, you can use image versions with the `-cu124` suffix:
We recommend using the `cuda128` environment for faster inference speed. If you need to use the `cuda124` environment, you can use image versions with the `-cu124` suffix:
```bash
```bash
docker pull lightx2v/lightx2v:25092201-cu124
docker pull lightx2v/lightx2v:25101501-cu124
```
```
#### 2. Run Container
#### 2. Run Container
...
@@ -51,10 +51,10 @@ For mainland China, if the network is unstable when pulling images, you can pull
...
@@ -51,10 +51,10 @@ For mainland China, if the network is unstable when pulling images, you can pull