Skip to content

Commit

Permalink
style(examples/README): lint with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
townwish4git committed Aug 16, 2024
1 parent 9b7dad0 commit 8b6d060
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains SoTA algorithms, models, and interesting projects in the area of multimodal understanding and content generation

ONE is short for "ONE for all"
ONE is short for "ONE for all"
## News

**Hello MindSpore** from **Stable Diffusion 3**!
Expand All @@ -29,25 +29,25 @@ ONE is short for "ONE for all"
### supported models under mindone/examples
| model | features
| :--- | :-- |
| [cambrian](https://github.com/mindspore-lab/mindone/blob/master/examples/cambrain) | working on it |
| [minicpm-v](https://github.com/mindspore-lab/mindone/blob/master/examples/minicpm_v) | working on v2.6 |
| [internvl](https://github.com/mindspore-lab/mindone/blob/master/examples/internvl) | working on v1.0 v1.5 v2.0 |
| [llava](https://github.com/mindspore-lab/mindone/blob/master/examples/llava) | working on llava 1.5 & 1.6 |
| [vila](https://github.com/mindspore-lab/mindone/blob/master/examples/vila) | working on it |
| [pllava](https://github.com/mindspore-lab/mindone/blob/master/examples/pllava) | working on it |
| [hpcai open sora](https://github.com/mindspore-lab/mindone/blob/master/examples/opensora_hpcai) | support v1.0/1.1/1.2 large scale training with dp/sp/zero |
| [cambrian](https://github.com/mindspore-lab/mindone/blob/master/examples/cambrain) | working on it |
| [minicpm-v](https://github.com/mindspore-lab/mindone/blob/master/examples/minicpm_v) | working on v2.6 |
| [internvl](https://github.com/mindspore-lab/mindone/blob/master/examples/internvl) | working on v1.0 v1.5 v2.0 |
| [llava](https://github.com/mindspore-lab/mindone/blob/master/examples/llava) | working on llava 1.5 & 1.6 |
| [vila](https://github.com/mindspore-lab/mindone/blob/master/examples/vila) | working on it |
| [pllava](https://github.com/mindspore-lab/mindone/blob/master/examples/pllava) | working on it |
| [hpcai open sora](https://github.com/mindspore-lab/mindone/blob/master/examples/opensora_hpcai) | support v1.0/1.1/1.2 large scale training with dp/sp/zero |
| [open sora plan](https://github.com/mindspore-lab/mindone/blob/master/examples/opensora_pku) | support v1.0/1.1/1.2 large scale training with dp/sp/zero |
| [stable diffusion](https://github.com/mindspore-lab/mindone/blob/master/examples/stable_diffusion_v2) | support sd 1.5/2.0/2.1, vanilla fine tune, lora, dreambooth, text inversion|
| [stable diffusion xl](https://github.com/mindspore-lab/mindone/blob/master/examples/stable_diffusion_xl) |support sai style(stability AI) vanilla fine tune, lora, dreambooth |
| [dit](https://github.com/mindspore-lab/mindone/blob/master/examples/dit) | support text to image fine tune |
| [stable diffusion xl](https://github.com/mindspore-lab/mindone/blob/master/examples/stable_diffusion_xl) |support sai style(stability AI) vanilla fine tune, lora, dreambooth |
| [dit](https://github.com/mindspore-lab/mindone/blob/master/examples/dit) | support text to image fine tune |
| [latte](https://github.com/mindspore-lab/mindone/blob/master/examples/latte) | support uncondition text to image fine tune |
| [animate diff](https://github.com/mindspore-lab/mindone/blob/master/examples/animatediff) | support motion module and lora training |
| [video composer](https://github.com/mindspore-lab/mindone/tree/master/examples/videocomposer) | support conditional video generation with motion transfer and etc.|
| [ip adapter](https://github.com/mindspore-lab/mindone/blob/master/examples/ip_adapter) | refactoring |
| [t2i-adapter](https://github.com/mindspore-lab/mindone/blob/master/examples/t2i_adapter) | refactoring |

### run hf diffusers on mindspore
mindone diffusers is under active development, most tasks were tested with mindspore 2.2.10 and ascend 910 hardware.
mindone diffusers is under active development, most tasks were tested with mindspore 2.2.10 and ascend 910 hardware.

| component | features
| :--- | :--
Expand Down
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
| [hpcai open sora](https://github.com/mindspore-lab/mindone/blob/master/examples/opensora_hpcai) | HPC-AI Tech official | https://github.com/hpcaitech/Open-Sora
| [open sora plan](https://github.com/mindspore-lab/mindone/blob/master/examples/opensora_pku) | PKU-YuanGroup official | https://github.com/PKU-YuanGroup/Open-Sora-Plan
| [cambrian](https://github.com/mindspore-lab/mindone/blob/master/examples/cambrain) | offical github | https://github.com/cambrian-mllm/cambrian
| [minicpm-v](https://github.com/mindspore-lab/mindone/blob/master/examples/minicpm_v) | OpenBMB official | https://github.com/OpenBMB/MiniCPM-V
| [minicpm-v](https://github.com/mindspore-lab/mindone/blob/master/examples/minicpm_v) | OpenBMB official | https://github.com/OpenBMB/MiniCPM-V
| [internvl](https://github.com/mindspore-lab/mindone/blob/master/examples/internvl) | Shanghai AI Lab official | https://github.com/OpenGVLab/InternVL
| [llava](https://github.com/mindspore-lab/mindone/blob/master/examples/llava) | Haotian-Liu official | https://github.com/haotian-liu/LLaVA
| [vila](https://github.com/mindspore-lab/mindone/blob/master/examples/vila) | Nvidia Lab official | https://github.com/NVlabs/VILA
| [pllava](https://github.com/mindspore-lab/mindone/blob/master/examples/pllava) | Magic Research official | https://github.com/magic-research/PLLaVA
| [vila](https://github.com/mindspore-lab/mindone/blob/master/examples/vila) | Nvidia Lab official | https://github.com/NVlabs/VILA
| [pllava](https://github.com/mindspore-lab/mindone/blob/master/examples/pllava) | Magic Research official | https://github.com/magic-research/PLLaVA
5 changes: 2 additions & 3 deletions examples/diffusers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ official supported mindone.diffusers examples(follow hf diffusers):

- [**Unconditional Image Generation**](./unconditional_image_generation)
- [**Text-to-Image fine-tuning**](./text_to_image)
- [**Textual Inversion**](./textual_inversion)
- [**Dreambooth**](./dreambooth)
- [**Textual Inversion**](./textual_inversion)
- [**Dreambooth**](./dreambooth)
- [**ControlNet**](./controlnet)

0 comments on commit 8b6d060

Please sign in to comment.