diff --git a/README.md b/README.md index 9cce6c4..6d27da0 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,6 @@ - stabilityai/stable-diffusion-xl-refiner-1.0 - AI-ModelScope/stable-diffusion-xl-base-1.0 - AI-ModelScope/stable-diffusion-xl-refiner-1.0 - +- AI-ModelScope/stable-diffusion-3.5-large +- AI-ModelScope/OOTDiffusion +- AI-ModelScope/IDM-VTON \ No newline at end of file diff --git a/enginx/IDM-VTON.md b/enginx/IDM-VTON.md new file mode 100644 index 0000000..d21941d --- /dev/null +++ b/enginx/IDM-VTON.md @@ -0,0 +1,13 @@ +# 运行方式 + +```python +docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-centos7.6-dtk24.04-py310 + +docker run --shm-size 10g --network=host --name=idmvton --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 + +pip install bitsandbytes-0.42.0-py3-none-any.whl (whl文件夹中) + +cd BasicSR && python setup.py develop +``` diff --git a/enginx/OOTDiffusion.md b/enginx/OOTDiffusion.md new file mode 100644 index 0000000..153352b --- /dev/null +++ b/enginx/OOTDiffusion.md @@ -0,0 +1,9 @@ +# 运行方式 + +```python +docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-centos7.6-dtk24.04-py310 + +docker run --shm-size 10g --network=host --name=ottd --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 +``` diff --git a/enginx/stable-diffusion-3.5-large.md b/enginx/stable-diffusion-3.5-large.md new file mode 100644 index 0000000..94d8beb --- /dev/null +++ b/enginx/stable-diffusion-3.5-large.md @@ -0,0 +1,6 @@ +# 运行方式 + +```python +docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10 +docker run --rm --shm-size 10g --network=host --name=stablediffussion --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v path_to_stablediffussion:/home/sd -v /opt/hyhal:/opt/hyhal:ro -it image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10 bash +```