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
a08b7284
"tests/pipelines/vscode:/vscode.git/clone" did not exist on "98388670d293a590e69d9ff6b442169829f47cf3"
Unverified
Commit
a08b7284
authored
Jul 22, 2024
by
Zhen Li
Committed by
GitHub
Jul 22, 2024
Browse files
Update inference_pmv2_ip_adapter.py
parent
803a112d
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_ip_adapter.py
inference_scripts/inference_pmv2_ip_adapter.py
+2
-2
No files found.
inference_scripts/inference_pmv2_ip_adapter.py
View file @
a08b7284
...
...
@@ -30,7 +30,7 @@ if device == "mps":
output_dir
=
"./outputs"
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"
)
prompt
=
"portrait photo of a woman img, colorful, perfect face, best quality"
negative_prompt
=
"(asymmetry, worst quality, low quality, illustration), open mouth"
...
...
@@ -98,4 +98,4 @@ images = pipe(
).
images
for
idx
,
img
in
enumerate
(
images
):
img
.
save
(
os
.
path
.
join
(
output_dir
,
f
"output_pmv2_ipa_
{
idx
}
.jpg"
))
\ No newline at end of file
img
.
save
(
os
.
path
.
join
(
output_dir
,
f
"output_pmv2_ipa_
{
idx
}
.jpg"
))
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