update
This commit is contained in:
@@ -11,3 +11,7 @@
|
||||
- Shanghai_AI_Laboratory/animatediff
|
||||
- AI-ModelScope/Open-Sora
|
||||
- AI-ModelScope/Latte
|
||||
- AI-ModelScope/i2vgen-xl
|
||||
- AI-ModelScope/pyramid-flow-sd3
|
||||
- FoundationVision/FlashVideo
|
||||
- stepfun-ai/stepvideo-t2v
|
||||
10
enginex/FlashVideo.md
Normal file
10
enginex/FlashVideo.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.3.0-py3.10-dtk24.04.3-ubuntu20.04
|
||||
# 为以上拉取的docker的镜像ID替换,本镜像为:b272aae8ec72
|
||||
docker run -it --shm-size=64G -v $PWD/FlashVideo:/home/FlashVideo -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name fv bash
|
||||
cd /home/FlashVideo
|
||||
pip install -r requirements.txt
|
||||
|
||||
```
|
||||
13
enginex/i2vgen-xl.md
Normal file
13
enginex/i2vgen-xl.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
|
||||
|
||||
docker run --shm-size 10g --network=host --name=vgen --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it bash
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
# 以下按需安装
|
||||
sudo apt install ffmpeg
|
||||
|
||||
```
|
||||
10
enginex/pyramid-flow-sd3.md
Normal file
10
enginex/pyramid-flow-sd3.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-py3.10-dtk24.04.3-ubuntu20.04
|
||||
|
||||
docker run --shm-size 50g --network=host --name=pyramid-flow --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it bash
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
```
|
||||
12
enginex/stepvideo-t2v.md
Normal file
12
enginex/stepvideo-t2v.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.4.1-ubuntu22.04-dtk25.04-py3.10-fixpy
|
||||
# 为以上拉取的docker的镜像ID替换
|
||||
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-TI2V_pytorch:/home/Step-Video-T2V_pytorch /bin/bash
|
||||
cd /home/Step-Video-T2V_pytorch
|
||||
pip install -e . -i https://mirrors.aliyun.com/pypi/simple/
|
||||
pip uninstall asyncio
|
||||
#注意fix.sh里面的xfuser包的位置根据自己安装包的位置自行调整
|
||||
sh fix.sh
|
||||
```
|
||||
Reference in New Issue
Block a user