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
chenpangpang
PhotoMaker-base
Commits
803a112d
"tests/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "202351d5bf7a625852316516c0e1d00745bf88ab"
Unverified
Commit
803a112d
authored
Jul 22, 2024
by
Zhen Li
Committed by
GitHub
Jul 22, 2024
Browse files
Update inference_pmv2_contronet.py
parent
2987fc60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
inference_scripts/inference_pmv2_contronet.py
inference_scripts/inference_pmv2_contronet.py
+2
-2
No files found.
inference_scripts/inference_pmv2_contronet.py
View file @
803a112d
...
@@ -32,7 +32,7 @@ if device == "mps":
...
@@ -32,7 +32,7 @@ if device == "mps":
output_dir
=
"./outputs"
output_dir
=
"./outputs"
os
.
makedirs
(
output_dir
,
exist_ok
=
True
)
os
.
makedirs
(
output_dir
,
exist_ok
=
True
)
photomaker_
path
=
hf_hub_download
(
repo_id
=
"TencentARC/PhotoMaker"
,
filename
=
"photomaker-v2.bin"
,
repo_type
=
"model"
)
photomaker_
ckpt
=
hf_hub_download
(
repo_id
=
"TencentARC/PhotoMaker
-V2
"
,
filename
=
"photomaker-v2.bin"
,
repo_type
=
"model"
)
openpose
=
OpenposeDetector
.
from_pretrained
(
"lllyasviel/ControlNet"
)
openpose
=
OpenposeDetector
.
from_pretrained
(
"lllyasviel/ControlNet"
)
controlnet_pose_model
=
"thibaud/controlnet-openpose-sdxl-1.0"
controlnet_pose_model
=
"thibaud/controlnet-openpose-sdxl-1.0"
...
@@ -116,4 +116,4 @@ images = pipe(
...
@@ -116,4 +116,4 @@ images = pipe(
).
images
).
images
for
idx
,
img
in
enumerate
(
images
):
for
idx
,
img
in
enumerate
(
images
):
img
.
save
(
os
.
path
.
join
(
output_dir
,
f
"output_pmv2_cn_
{
idx
}
.jpg"
))
img
.
save
(
os
.
path
.
join
(
output_dir
,
f
"output_pmv2_cn_
{
idx
}
.jpg"
))
\ No newline at end of file
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