-
Notifications
You must be signed in to change notification settings - Fork 3k
[PPDiffusers] add_cycle_diffusion_space #4830
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
[PPDiffusers] add_cycle_diffusion_space #4830
Conversation
Thanks for your contribution! |
Codecov Report
@@ Coverage Diff @@
## develop #4830 +/- ##
========================================
Coverage 44.64% 44.64%
========================================
Files 446 446
Lines 64373 64373
========================================
Hits 28742 28742
Misses 35631 35631 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
也请 @joey12300 知晓CycleDiffusion pipeline的修改,FD对应pipeline可能要相应更新
prompt_embeds (`torch.FloatTensor`, *optional*): | ||
Pre-generated text embeddings. Can be used to easily tweak text inputs, *e.g.* prompt weighting. If not | ||
provided, text embeddings will be generated from `prompt` input argument. | ||
negative_prompt_embeds (`torch.FloatTensor`, *optional*): |
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的docstr也少了source_prompt参数的描述
@@ -0,0 +1,136 @@ | |||
# Copyright 2022 Google LLC |
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.
Copyright部分是否适当调整,也在上面加上咱们的
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.
加上了
PR types
PR changes
Description
CycleDiffusion测试
运行gradio得到的结果:
