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

PaddleMIX ppdiffusers中升级LoRA部分代码 #259

Closed
chenjjcccc opened this issue Oct 31, 2023 · 1 comment
Closed

PaddleMIX ppdiffusers中升级LoRA部分代码 #259

chenjjcccc opened this issue Oct 31, 2023 · 1 comment
Labels
HappyOpenSource Pro 快乐开源issue与PR,更具挑战的任务

Comments

@chenjjcccc
Copy link

chenjjcccc commented Oct 31, 2023

PaddleMIX ppdiffusers中升级LoRA部分代码

任务描述

任务背景

  • lora代码升级。
  • 升级脚本:
    • models/lora.py
    • tests/models/test_lora_layers.py

完成步骤

  1. 对比ppdiffusers (v0.19.3)和diffusers (v0.21.1)的代码差异,可使用页面diff工具
  2. fork PaddleMix仓库并对题目中提到的代码文件进行更新
  3. 学习掌握pytest测试工具的使用,并确保升级后的代码文件能够通过tests/models目录下的单元测试用例(如有单测代码更新需要先进行对应单测升级再测试),确保升级后的代码正确。
  4. 提交PR到主仓库的develop分支,并描述任务具体完成情况(附上测试信息、推理用例)

提交内容:

  1. 升级后的代码文件。
  2. 测试情况。

题目更新:

  1. 对比ppdiffusers (v0.19.3)和diffusers (v0.21.1)的代码差异,可使用页面diff工具

当前还请按照diffusers最新稳定版本0.23.1更新升级

@shiyutang shiyutang added the HappyOpenSource Pro 快乐开源issue与PR,更具挑战的任务 label Oct 31, 2023
@shiyutang
Copy link
Collaborator

任务已完成 by @co63oc ,close issue。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HappyOpenSource Pro 快乐开源issue与PR,更具挑战的任务
Projects
None yet
Development

No branches or pull requests

2 participants