Commit 5a2ee59a authored by chenpangpang's avatar chenpangpang
Browse files

feat: 修改启动方式以及介绍

parent 602b5b91
#!/bin/bash #!/bin/bash
cd /root/PhotoMaker cd /root/PhotoMaker
python gradio_demo/app.py python gradio_demo/app_v2.py
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"\n", "\n",
"## 功能介绍\n", "## 功能介绍\n",
"- 原项目地址:https://github.com/TencentARC/PhotoMaker\n", "- 原项目地址:https://github.com/TencentARC/PhotoMaker\n",
"- PhotoMaker是一款风格百变的头像生成器。通过堆叠ID技术嵌入定制出逼真的人体照片的开源工具。" "- Spaces:https://huggingface.co/spaces/TencentARC/PhotoMaker-V2\n",
"- PhotoMaker-V2是一款风格百变的头像生成器。通过堆叠ID技术嵌入定制出逼真的人体照片的开源工具。与PhotoMaker V1相比,改进了ID保真度和更好的可控性。"
] ]
}, },
{ {
......
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