-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[ppdiffusers] Add FastDeploy+PaddleLite more devices support #4042
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
|
Thanks for your contribution! |
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.
stable-diffusion-v1-4和stable-diffusion-v1-5 的输入名都是latent_input/timestep/encoder_embedding
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.
现在改名与HF一致,stable-diffusion-v1-4和stable-diffusion-v1-5可以使用现在的代码重新导出个新的
b4a7cee to
b54a589
Compare
ppdiffusers/deploy/README.md
Outdated
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.
建议 kunlunxin_xpu
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.
done
b54a589 to
25c6caa
Compare
25c6caa to
8d8dd4f
Compare
JunnYu
left a comment
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
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.
现在改名与HF一致,stable-diffusion-v1-4和stable-diffusion-v1-5可以使用现在的代码重新导出个新的
PR types
New features
PR changes
Others
Description
在ppdiffusers增加FastDeploy对PaddleLite集成设备的支持