# mindone **Repository Path**: lilozhao/mindone ## Basic Information - **Project Name**: mindone - **Description**: 华为就是华为,一出手的生成大模型Mindone,ONE代表“一切皆有”和“无一例外的最佳大模型生成器”(感谢GPT-4)。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/lilozhao/mindone - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 12 - **Created**: 2024-03-07 - **Last Updated**: 2024-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: 华为, 昇思, 大模型, Mindone, 最佳大模型生成器 ## README # MindONE This repository contains SoTA algorithms, models, and interesting projects in the area of content generation, including ChatGPT detection and Stable Diffusion, and will be continously updated. ONE is short for "ONE for all" and "Optimal generators with No Exception" (credits to GPT-4). ## News - 2024.03.04 1. New generative models released! - [AnimateDiff](examples/animatediff) v1, v2, and v3 - [Pangu Draw v3](examples/pangu_draw_v3) for Chinese text-to-image generation - [Stable Video Diffusion(SVD)](examples/svd) for image-to-video generation - [Tune-a-Video](examples/tuneavideo) for one-shot video tuning. 2. Enhanced Stable Diffusion and Stable Diffusion XL with more add-ons: ControlNet, T2I-Adapter, and IP-Adapter. - 2023.07.01 stable diffusion 2.0 lora fine-tune example can be found [here](https://github.com/mindspore-lab/mindone/blob/master/examples/stable_diffusion_v2/lora_finetune.md) ## Playground - [ChatGPT Detection](examples/detect_chatgpt): Detect whether the input texts are generated by ChatGPT - [Stable Diffusion 1.5/2.x](examples/stable_diffusion_v2): Text-to-image generation via latent diffusion models (with support for inference and finetuning) - [Stable Diffusion XL](examples/stable_diffusion_xl): New state-of-the-art SD model with double text embedders and larger UNet. - [VideoComposer](examples/videocomposer): Generate videos with prompts or reference videos via controllable video diffusion (both training and inference are supported) - [AnimateDiff](examples/animatediff): SoTA text-to-video generation models (including v1, v2, and v3) supporting motion lora fine-tuning. ## Awesome List - [Awesome Large Vision and Foundation Models](awesome_vision.md)