"test/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "fe493c2818b628cafde8b85031cde38137768f11"
Unverified Commit 2987fc60 authored by Zhen Li's avatar Zhen Li Committed by GitHub
Browse files

Update inference_pmv2.py

parent 3271db0c
......@@ -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 = "instagram photo, portrait photo of a woman img, colorful, perfect face, natural skin, hard shadows, film grain, best quality"
negative_prompt = "(asymmetry, worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth"
......
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