Skip to content
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

add DDIM to CLIP Guided Stable Diffusion and add code example #4920

Merged
merged 3 commits into from
Feb 22, 2023

Conversation

Yam0214
Copy link
Contributor

@Yam0214 Yam0214 commented Feb 21, 2023

PR types

Others

PR changes

Others

Description

  1. support DDIMScheduler to CLIPGuidedStableDiffusion of community and fix bugs
  2. add code example to README.md

@paddle-bot
Copy link

paddle-bot bot commented Feb 21, 2023

Thanks for your contribution!

@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Merging #4920 (a301f61) into develop (8d0801e) will increase coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #4920      +/-   ##
===========================================
+ Coverage    46.32%   46.35%   +0.03%     
===========================================
  Files          448      448              
  Lines        64616    64619       +3     
===========================================
+ Hits         29936    29957      +21     
+ Misses       34680    34662      -18     
Impacted Files Coverage Δ
paddlenlp/taskflow/text_classification.py 72.15% <0.00%> (-2.85%) ⬇️
...addlenlp/experimental/autonlp/auto_trainer_base.py 89.91% <0.00%> (-0.09%) ⬇️
paddlenlp/utils/downloader.py 65.04% <0.00%> (+0.44%) ⬆️
...dlenlp/experimental/autonlp/text_classification.py 97.20% <0.00%> (+0.52%) ⬆️
paddlenlp/transformers/configuration_utils.py 71.57% <0.00%> (+0.74%) ⬆️
paddlenlp/trainer/trainer_utils.py 45.76% <0.00%> (+5.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@JunnYu JunnYu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JunnYu JunnYu merged commit 82bd9b1 into PaddlePaddle:develop Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants