Skip to content

Commit 106bded

Browse files
authored
Merge pull request #30 from OutstanderWang/main
fix the typo of docker image tag
2 parents 47b05bb + 79549b1 commit 106bded

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ This repo contains offical PyTorch model definitions, pre-trained weights and in
100100
- [🎥 Demo](#-demo)
101101
- [I2V Demo](#i2v-demo)
102102
- [Frist Frame Consistency Demo](#frist-frame-consistency-demo)
103+
- [Customizable I2V LoRA Demo](#customizable-i2v-lora-demo)
103104
- [📑 Open-source Plan](#-open-source-plan)
104105
- [Contents](#contents)
105106
- [**HunyuanVideo-I2V Overall Architecture**](#hunyuanvideo-i2v-overall-architecture)
@@ -194,8 +195,8 @@ Additionally, HunyuanVideo-I2V also provides a pre-built Docker image. Use the f
194195

195196
```shell
196197
# For CUDA 12.4 (updated to avoid float point exception)
197-
docker pull hunyuanvideo/hunyuanvideo-i2v:cuda_12
198-
docker run -itd --gpus all --init --net=host --uts=host --ipc=host --name hunyuanvideo-i2v --security-opt=seccomp=unconfined --ulimit=stack=67108864 --ulimit=memlock=-1 --privileged hunyuanvideo/hunyuanvideo-i2v:cuda_12
198+
docker pull hunyuanvideo/hunyuanvideo-i2v:cuda12
199+
docker run -itd --gpus all --init --net=host --uts=host --ipc=host --name hunyuanvideo-i2v --security-opt=seccomp=unconfined --ulimit=stack=67108864 --ulimit=memlock=-1 --privileged hunyuanvideo/hunyuanvideo-i2v:cuda12
199200
```
200201

201202

0 commit comments

Comments
 (0)