From 8b6d060df85ae657b21108316d0325f260c23bde Mon Sep 17 00:00:00 2001 From: townwish4git Date: Fri, 16 Aug 2024 10:05:06 +0800 Subject: [PATCH] style(examples/README): lint with pre-commit --- README.md | 22 +++++++++++----------- examples/README.md | 6 +++--- examples/diffusers/README.md | 5 ++--- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a43b08ea96..438aff6a82 100644 --- a/README.md +++ b/README.md @@ -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**! @@ -29,17 +29,17 @@ 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.| @@ -47,7 +47,7 @@ ONE is short for "ONE for all" | [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 | :--- | :-- diff --git a/examples/README.md b/examples/README.md index 8ca7cadb70..a9a238a856 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 \ No newline at end of file +| [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 diff --git a/examples/diffusers/README.md b/examples/diffusers/README.md index f815dc08e1..631070ee06 100644 --- a/examples/diffusers/README.md +++ b/examples/diffusers/README.md @@ -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) -