Commit f3504da2 authored by mashun1's avatar mashun1
Browse files
parents e48b07d0 dfd6a657
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
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 <your IMAGE ID> bash 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 <your IMAGE ID> bash
pip install -r requirements.txt pip install -r requirements.txt
pip install .
### Dockerfile(方法二) ### Dockerfile(方法二)
...@@ -44,7 +43,6 @@ ...@@ -44,7 +43,6 @@
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 <your IMAGE ID> bash 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 <your IMAGE ID> bash
pip install -r requirements.txt pip install -r requirements.txt
pip install .
## 数据集 ## 数据集
...@@ -69,7 +67,8 @@ ...@@ -69,7 +67,8 @@
|https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/tree/main||否| |https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/tree/main||否|
注意:如果huggingface无法访问,可访问(https://hf-mirror.com/),`是否必须``否`涉及的模型仅在`app-multicontrolnet.py`需要。 注意:如果huggingface无法访问,可访问( https://hf-mirror.com/ ),
`是否必须``否`涉及的模型仅在`app-multicontrolnet.py`需要。
models/ models/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment