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
InstantID_pytorch
Commits
f3504da2
Commit
f3504da2
authored
Feb 04, 2024
by
mashun1
Browse files
Merge branch 'master' of
http://developer.hpccube.com/codes/modelzoo/instantid_pytorch
parents
e48b07d0
dfd6a657
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
README.md
+2
-3
No files found.
README.md
View file @
f3504da2
...
@@ -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/
...
...
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