File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ This repo contains offical PyTorch model definitions, pre-trained weights and in
100
100
- [ 🎥 Demo] ( #-demo )
101
101
- [ I2V Demo] ( #i2v-demo )
102
102
- [ Frist Frame Consistency Demo] ( #frist-frame-consistency-demo )
103
+ - [ Customizable I2V LoRA Demo] ( #customizable-i2v-lora-demo )
103
104
- [ 📑 Open-source Plan] ( #-open-source-plan )
104
105
- [ Contents] ( #contents )
105
106
- [ ** 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
194
195
195
196
``` shell
196
197
# 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
199
200
```
200
201
201
202
You can’t perform that action at this time.
0 commit comments