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

SD3 transformer部分的优化 #713

Merged
merged 71 commits into from
Sep 24, 2024
Merged

Conversation

zhoutianzi666
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLAassistant commented Sep 19, 2024

CLA assistant check
All committers have signed the CLA.

@zhoutianzi666 zhoutianzi666 changed the title My sd3 SD3 transformer部分的优化 Sep 20, 2024
jerrywgz
jerrywgz previously approved these changes Sep 20, 2024
@@ -793,14 +793,19 @@ def __call__(
# broadcast to batch dimension in a way that's compatible with ONNX/Core ML
timestep = t.expand(latent_model_input.shape[0])

noise_pred = self.transformer(
noise_pred_out = self.transformer(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

只改了这一个地方,其他的都是格式自动修改的

Copy link
Contributor Author

@zhoutianzi666 zhoutianzi666 left a comment

Choose a reason for hiding this comment

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

APPROVAL

@jerrywgz jerrywgz merged commit 4b86c51 into PaddlePaddle:develop Sep 24, 2024
2 of 3 checks passed
Copy link

paddle-bot bot commented Sep 26, 2024

Thanks for your contribution!

ZhijunLStudio pushed a commit to ZhijunLStudio/PaddleMIX that referenced this pull request Jan 10, 2025
Co-authored-by: changwenbin <changwenbin@baidu.com>
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.

4 participants