Giter Site home page Giter Site logo

mindone's Introduction

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

Hello MindSpore from Stable Diffusion 3!

sd3
  • 2024.06.13 ๐Ÿš€๐Ÿš€๐Ÿš€ mindone/diffusers now supports Stable Diffusion 3. Give it a try yourself!

    import mindspore
    from mindone.diffusers import StableDiffusion3Pipeline
    
    pipe = StableDiffusion3Pipeline.from_pretrained(
        "stabilityai/stable-diffusion-3-medium-diffusers",
        mindspore_dtype=mindspore.float16,
    )
    prompt = "A cat holding a sign that says 'Hello MindSpore'"
    image = pipe(prompt)[0][0]
    image.save("sd3.png")
  • 2024.05.23

    1. Two OpenSora models are supported!
    2. diffusers is now runnable with MindSpore (experimental)
  • 2024.03.22

    1. New diffusion transformer models released!
      • DiT for image generation
      • Latte for video generation
  • 2024.03.04

    1. New generative models released!
    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

Playground

  • ChatGPT Detection: Detect whether the input texts are generated by ChatGPT

  • Stable Diffusion 1.5/2.x: Text-to-image generation via latent diffusion models (with support for inference and finetuning)

  • Stable Diffusion XL: New state-of-the-art SD model with double text embedders and larger UNet.

  • VideoComposer: Generate videos with prompts or reference videos via controllable video diffusion (both training and inference are supported)

  • AnimateDiff: SoTA text-to-video generation models (including v1, v2, and v3) supporting motion lora fine-tuning.

Awesome List

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.