Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Step-Video-T2V_pytorch
Commits
4dc167dd
"docs/source/vscode:/vscode.git/clone" did not exist on "9e532e7def70ff0756e04676f88d4ffc80debe1f"
Commit
4dc167dd
authored
May 08, 2025
by
luopl
Browse files
Update README.md
parent
2d4551e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+3
-0
No files found.
README.md
View file @
4dc167dd
...
@@ -32,6 +32,7 @@ docker run -it --name T2V_test --shm-size=1024G --device=/dev/kfd --device=/dev
...
@@ -32,6 +32,7 @@ docker run -it --name T2V_test --shm-size=1024G --device=/dev/kfd --device=/dev
cd /home/Step-Video-T2V_pytorch
cd /home/Step-Video-T2V_pytorch
pip install -e . -i https://mirrors.aliyun.com/pypi/simple/
pip install -e . -i https://mirrors.aliyun.com/pypi/simple/
pip uninstall asyncio
pip uninstall asyncio
#注意fix.sh里面的xfuser包的位置根据自己安装包的位置自行调整
sh fix.sh
sh fix.sh
```
```
...
@@ -42,6 +43,7 @@ docker build --no-cache -t Step-Video-TI2V:latest .
...
@@ -42,6 +43,7 @@ docker build --no-cache -t Step-Video-TI2V:latest .
docker run -it --name T2V_test --shm-size=1024G --device=/dev/kfd --device=/dev/dri/ --privileged --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --ulimit memlock=-1:-1 --ipc=host --network host --group-add video -v /opt/hyhal:/opt/hyhal:ro -v $PWD/Step-Video-T2V_pytorch:/home/Step-Video-TI2V_pytorch Step-Video-T2V /bin/bash
docker run -it --name T2V_test --shm-size=1024G --device=/dev/kfd --device=/dev/dri/ --privileged --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --ulimit memlock=-1:-1 --ipc=host --network host --group-add video -v /opt/hyhal:/opt/hyhal:ro -v $PWD/Step-Video-T2V_pytorch:/home/Step-Video-TI2V_pytorch Step-Video-T2V /bin/bash
pip install -e . -i https://mirrors.aliyun.com/pypi/simple/
pip install -e . -i https://mirrors.aliyun.com/pypi/simple/
pip uninstall asyncio
pip uninstall asyncio
注意fix.sh里面的xfuser包的位置根据自己安装包的位置自行调整
sh fix.sh
sh fix.sh
```
```
### Anaconda(方法三)
### Anaconda(方法三)
...
@@ -64,6 +66,7 @@ flash-attn:2.6.1
...
@@ -64,6 +66,7 @@ flash-attn:2.6.1
cd /home/Step-Video-T2V_pytorch
cd /home/Step-Video-T2V_pytorch
pip install -e . -i https://mirrors.aliyun.com/pypi/simple
pip install -e . -i https://mirrors.aliyun.com/pypi/simple
pip uninstall asyncio
pip uninstall asyncio
注意fix.sh里面的xfuser包的位置根据自己安装包的位置自行调整
sh fix.sh
sh fix.sh
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment