update
This commit is contained in:
@@ -8,4 +8,9 @@
|
|||||||
可在项目文件夹 `/enginex` 下查看具体可支持模型文件的运行方式。
|
可在项目文件夹 `/enginex` 下查看具体可支持模型文件的运行方式。
|
||||||
|
|
||||||
支持模型列表:
|
支持模型列表:
|
||||||
- modelscope/HunyuanDiT
|
- modelscope/HunyuanDiT
|
||||||
|
- AI-ModelScope/PhotoMaker
|
||||||
|
- InstantX/InstantID
|
||||||
|
- AI-ModelScope/ic-light
|
||||||
|
- AI-ModelScope/IP-Adapter
|
||||||
|
- ByteDance/InfiniteYou
|
||||||
9
enginex/IP-Adapter.md
Normal file
9
enginex/IP-Adapter.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 运行方式
|
||||||
|
|
||||||
|
```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 50g --network=host --name=ip-adapter --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
|
||||||
|
```
|
||||||
9
enginex/InfiniteYou.md
Normal file
9
enginex/InfiniteYou.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 运行方式
|
||||||
|
|
||||||
|
```python
|
||||||
|
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.4.1-ubuntu22.04-dtk25.04-py3.10-fixpy
|
||||||
|
# 为以上拉取的docker的镜像ID替换,本镜像为:e77c15729879
|
||||||
|
docker run -it --shm-size=64G -v $PWD/InfiniteYou:/home/InfiniteYou -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name iy bash
|
||||||
|
cd /home/InfiniteYou
|
||||||
|
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
|
||||||
|
```
|
||||||
12
enginex/InstantID.md
Normal file
12
enginex/InstantID.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# 运行方式
|
||||||
|
|
||||||
|
```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=instantid --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -it bash
|
||||||
|
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
wget https://cancon.hpccube.com:65024/directlink/4/migraphx/DAS1.1/migraphx-4.3.0+das1.1.git0a2480f.abi0.dtk2404-cp310-cp310-linux_x86_64.run
|
||||||
|
|
||||||
|
bash migraphx-4.3.0+das1.1.git0a2480f.abi0.dtk2404-cp310-cp310-linux_x86_64.run
|
||||||
|
```
|
||||||
9
enginex/PhotoMaker.md
Normal file
9
enginex/PhotoMaker.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 运行方式
|
||||||
|
|
||||||
|
```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=photomaker --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -it bash
|
||||||
|
|
||||||
|
pip install -r requirements.txt
|
||||||
|
pip install .
|
||||||
|
```
|
||||||
10
enginex/ic-light.md
Normal file
10
enginex/ic-light.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 运行方式
|
||||||
|
|
||||||
|
```python
|
||||||
|
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-centos7.6-dtk24.04-py310
|
||||||
|
docker run -it --network=host -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=80G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
|
||||||
|
|
||||||
|
cd /your_code_path/ic-light_pytorch
|
||||||
|
pip install -r requirements.txt
|
||||||
|
export HF_ENDPOINT=https://hf-mirror.com
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user