• Stars
    star
    356
  • Rank 119,446 (Top 3 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 1 year ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

one for all, Optimal generator with No Exception

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.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