mindspore-lab / mindone

one for all, Optimal generator with No Exception
Apache License 2.0
328 stars 62 forks source link

feat: add modules in mindone.diffusers.models #508

Closed townwish4git closed 1 month ago

townwish4git commented 1 month ago

What does this PR do?

Adds # (feature)

layers and models in mindone.diffusers.models

Before submitting

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag members/contributors who may be interested in your PR.

@xxx

townwish4git commented 1 month ago

拆分为layers + models两个pr分别提交:

  1. layers:#511
  2. models: WIP