-
Notifications
You must be signed in to change notification settings - Fork 3k
On branch ControlNet-v1-1 #5951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Changes to be committed: new file: ../../ppdiffusers/examples/controlnet/gradio_ip2p2image.py new file: ../../ppdiffusers/examples/controlnet/gradio_mlsd2image.py
Thanks for your contribution! |
Codecov Report
@@ Coverage Diff @@
## develop #5951 +/- ##
===========================================
- Coverage 62.36% 62.35% -0.01%
===========================================
Files 491 491
Lines 69268 69280 +12
===========================================
+ Hits 43197 43201 +4
- Misses 26071 26079 +8 |
modified: ppdiffusers/examples/controlnet/README.md modified: ppdiffusers/examples/controlnet/gradio_ip2p2image.py modified: ppdiffusers/examples/controlnet/gradio_mlsd2image.py
@JunnYu 您好,请问我这个失败是由于啥原因呢? |
modified: ppdiffusers/examples/controlnet/README.md new file: ppdiffusers/examples/controlnet/annotator/shuffle/__init__.py modified: ppdiffusers/examples/controlnet/annotator/util.py renamed: ppdiffusers/examples/controlnet/gradio_mlsd2image.py -> ppdiffusers/examples/controlnet/gradio_shuffle2image.py
model_name_list = [
# "lllyasviel/control_v11u_sd15_tile", 存在问题
"https://huggingface.co/lllyasviel/control_v11e_sd15_ip2p",
"https://huggingface.co/lllyasviel/control_v11f1e_sd15_tile",
"https://huggingface.co/lllyasviel/control_v11e_sd15_shuffle",
"https://huggingface.co/lllyasviel/control_v11p_sd15_softedge",
"https://huggingface.co/lllyasviel/control_v11p_sd15_scribble",
"https://huggingface.co/lllyasviel/control_v11p_sd15s2_lineart_anime",
"https://huggingface.co/lllyasviel/control_v11p_sd15_lineart",
"https://huggingface.co/lllyasviel/control_v11p_sd15_seg",
"https://huggingface.co/lllyasviel/control_v11p_sd15_normalbae",
"https://huggingface.co/lllyasviel/control_v11f1p_sd15_depth",
"https://huggingface.co/lllyasviel/control_v11p_sd15_mlsd",
"https://huggingface.co/lllyasviel/control_v11p_sd15_inpaint",
"https://huggingface.co/lllyasviel/control_v11p_sd15_canny",
] 当前我已经转换了这么多权重,你看看有没有什么新的 anatator 部分也可以加进来? |
@JunnYu anatator中需要转换的权重有: |
@JunnYu 我现在正在尝试转成Paddle。之前没有类似的开发经验,目前现有的可以参考的资料也比较少。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
你好,当前的PR我就先合入了,之后的新功能你可以重新开启一个新PR~ |
合并代码至https://github.com/PaddlePaddle/PaddleNLP/tree/36591ab297dfa45d89255aa6e14988940ccea299/ppdiffusers/examples/controlnet