Skip to content

Latest commit

 

History

1,260 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiffSynth-Studio

modelscope%2FDiffSynth-Studio | Trendshift

PyPI license open issues GitHub pull-requests GitHub latest commit Discord

切换到中文版

Introduction

Welcome to the magical world of Diffusion models! DiffSynth-Studio is an open-source Diffusion model engine developed and maintained by the ModelScope Community team. We hope to foster technological innovation through framework construction, aggregate the power of the open-source community, and explore the rich capabilities of generative model technology!

Framework features:

  • Model Support: The framework integrates mainstream open-source Diffusion models, covering image generation, video generation, audio generation, and image quality metrics models.
  • VRAM Management: Dynamically schedules model parameters across disk, memory, and VRAM, allowing consumer-grade GPUs with low VRAM to run inference with large models.
  • Parameter Quantization: Converts model parameters to quantized precisions such as NF4 and INT8, significantly reducing the VRAM requirements of model inference and LoRA training.
  • Arbitrary Training: Almost every model that supports inference also supports training, whether base models, LoRAs, or any Adapter models with additional inputs.
  • Split Training: Uses a computational graph inference engine to track every variable in the Pipeline, splitting the training process into two stages for efficient training.

References:

See also:

  • DiffSynth-WebUI: A lightweight LoRA training tool built on DiffSynth-Studio, enabling LoRA training of models on consumer-grade GPUs.
  • ModelScope AIGC Zone (for Chinese users): Productized features powered by DiffSynth-Studio as the core inference and training engine; experience the rich potential of the open-source model ecosystem.
  • ModelScope Civision (for global users): Unlock the vast potential of the open-source model ecosystem through productized capabilities powered by DiffSynth-Studio.

Update History

DiffSynth-Studio has undergone major version updates, and some old features are no longer maintained. If you need to use old features, please switch to the last historical version before the major version update.

Currently, the development personnel of this project are limited, with most of the work handled by Artiprocher and mi804. Therefore, the progress of new feature development will be relatively slow, and the speed of responding to and resolving issues is limited. We apologize for this and ask developers to understand.

  • August 19, 2026 We have released the model quantization feature. It provides a unified QuantizeConfig entry point supporting multiple quantization backends including bitsandbytes, torchao, and comfy-kitchen, with capabilities such as online quantization, loading pre-quantized weights, mixed quantization, saving quantized models, and quantization + LoRA training. For details, please refer to the documentation.

  • August 17, 2026 MiniMax-Music3 open-sourced, welcome a new member to the audio model family! Support includes text-to-music generation and low VRAM inference. For details, please refer to the documentation and example code.

  • August 7, 2026 We add support for Wan-Animate-2 in the Wan series. Given a reference image and a driving video, it makes the reference character perform the motions in the driving video, generating high-quality character animation, with both standard and distilled variants. For details, please refer to the documentation and example code.

  • August 3, 2026 MiniMax-H3 open-sourced, welcome a new member to the video model family! Support includes text-to-video-audio generation, keyframe-guided generation, reference-driven generation, low VRAM inference, and NF4-quantized inference. For details, please refer to the documentation and example code.

  • July 28, 2026 LingBot-Video open-sourced, welcome a new member to the video model family! This release includes two variants, Dense-1.3B and MoE-30B-A3B (30B total parameters, ~3B active per token), both supporting text-to-video, image-to-video and text-to-image generation, low VRAM inference, and LoRA / full training capabilities. For details, please refer to the documentation and example code. Huge thanks to NancyFyong for contributing the integration of this model!

  • July 21, 2026 We have open-sourced DiffSynth-Studio Model Integration Skills. This is a composable collection of Agent Skills that automates the entire workflow of integrating external diffusion models into DiffSynth-Studio, significantly improving the standardization and efficiency of model integration. Get started with the example!

More
  • June 29, 2026 Boogu-Image open-sourced. Support includes text-to-image generation, image editing, low VRAM inference, and training capabilities. For details, please refer to the documentation and example code.

  • June 24, 2026 Krea-2 is now open-source, and we have provided full support. For more details, please refer to the documentation and example code.

  • June 16, 2026: We have added a new Template model for ACE-Step: vocals2music. For more details, please refer to the documentation and example code.

  • June 15, 2026 We have open-sourced Image-to-LoRA V2, compressing the hours-long training process for image style LoRAs into a single model inference step, thereby exploring a new paradigm for LoRA model training. The technical report has been released. This release includes three models:

  • June 5, 2026 Ideogram 4 open-sourced. Support includes text-to-image inference. For details, please refer to the documentation and example code.

  • May 21, 2026: Added support for image quality metrics models, including FID, CLIP, Aesthetic, PickScore, ImageReward, HPSv2, and HPSv3. For details, refer to the documentation and example code.

  • May 18, 2026 Added CPU Offload Training support. By moving model weights layer-by-layer between CPU and GPU, it significantly reduces GPU VRAM usage during training, enabling LoRA training of large models even on consumer-grade GPUs, compatible with all models. Simply add --enable_model_cpu_offload to your training command to enable (currently supports single-GPU training only). For details, see the documentation.

  • May 14, 2026 HiDream-O1-Image open-sourced, welcome a new member to the image model family! Support includes text-to-image generation, image editing, low VRAM inference, and training capabilities. For details, please refer to the documentation and example code.

  • April 28, 2026 We released Diffusion Templates, a plugin framework designed for Diffusion models that significantly lowers the barrier to training controllable generative models. Let's explore this cutting-edge technology together!

  • April 27, 2026 We support ACE-Step-1.5! Support includes text-to-music generation, low VRAM inference, and LoRA training capabilities. For details, please refer to the documentation and example code.

  • April 27, 2026: We have reinstated support for the Stable Diffusion v1.5 and SDXL models, providing academic research support exclusively for these two model types.

  • April 14, 2026 JoyAI-Image open-sourced, welcome a new member to the image editing model family! Support includes instruction-guided image editing, low VRAM inference, and training capabilities. For details, please refer to the documentation and example code.

  • March 19, 2026: Added support for openmoss/MOVA-720p and openmoss/MOVA-360p models, including training and inference capabilities. Documentation and example code are now available.

  • March 12, 2026: We have added support for the LTX-2.3 audio-video generation model. The features includes text-to-audio/video, image-to-audio/video, IC-LoRA control, audio-to-video, and audio-video inpainting. We have supported the complete inference and training functionalities. For details, please refer to the documentation and code.

  • March 3, 2026: We released the DiffSynth-Studio/Qwen-Image-Layered-Control-V2 model, which is an updated version of Qwen-Image-Layered-Control. In addition to the originally supported text-guided functionality, it adds brush-controlled layer separation capabilities.

  • March 2, 2026 Added support for Anima. For details, please refer to the documentation. This is an interesting anime-style image generation model. We look forward to its future updates.

  • February 26, 2026 Added full and lora training support for the LTX-2 audio-video generation model. See the documentation for details.

  • February 10, 2026 Added inference support for the LTX-2 audio-video generation model. See the documentation for details. Support for model training will be implemented in the future.

  • February 2, 2026 The first document of the Research Tutorial series is now available, guiding you through training a small 0.1B text-to-image model from scratch. For details, see the documentation and model. We hope DiffSynth-Studio can evolve into a more powerful training framework for Diffusion models.

  • January 27, 2026: Z-Image is released, and our Z-Image-i2L model is released concurrently. You can use it in ModelScope Studios. For details, see the documentation.

  • January 19, 2026: Added support for FLUX.2-klein-4B and FLUX.2-klein-9B models, including training and inference capabilities. Documentation and example code are now available.

  • January 12, 2026: We trained and open-sourced a text-guided image layer separation model (Model Link). Given an input image and a textual description, the model isolates the image layer corresponding to the described content. For more details, please refer to our blog post (Chinese version, English version).

  • December 24, 2025: Based on Qwen-Image-Edit-2511, we trained an In-Context Editing LoRA model (Model Link). This model takes three images as input (Image A, Image B, and Image C), and automatically analyzes the transformation from Image A to Image B, then applies the same transformation to Image C to generate Image D. For more details, please refer to our blog post (Chinese version, English version).

  • December 9, 2025 We release a wild model based on DiffSynth-Studio 2.0: Qwen-Image-i2L (Image-to-LoRA). This model takes an image as input and outputs a LoRA. Although this version still has significant room for improvement in terms of generalization, detail preservation, and other aspects, we are open-sourcing these models to inspire more innovative research. For more details, please refer to our blog.

  • December 4, 2025 DiffSynth-Studio 2.0 released! Many new features online

    • Documentation online: Our documentation is still continuously being optimized and updated
    • VRAM Management module upgraded, supporting layer-level disk offload, releasing both memory and VRAM simultaneously
    • New model support
    • Training framework upgrade
      • Split Training: Supports automatically splitting the training process into two stages: data processing and training (even for training ControlNet or any other model). Computations that do not require gradient backpropagation, such as text encoding and VAE encoding, are performed during the data processing stage, while other computations are handled during the training stage. Faster speed, less VRAM requirement.
      • Differential LoRA Training: This is a training technique we used in ArtAug, now available for LoRA training of any model.
      • FP8 Training: FP8 can be applied to any non-training model during training, i.e., models with gradients turned off or gradients that only affect LoRA weights.
  • November 4, 2025 Supported the ByteDance/Video-As-Prompt-Wan2.1-14B model, which is trained based on Wan 2.1 and supports generating corresponding actions based on reference videos.

  • October 30, 2025 Supported the meituan-longcat/LongCat-Video model, which supports text-to-video, image-to-video, and video continuation. This model uses the Wan framework for inference and training in this project.

  • October 27, 2025 Supported the krea/krea-realtime-video model, adding another member to the Wan model ecosystem.

  • September 23, 2025 DiffSynth-Studio/Qwen-Image-EliGen-Poster released! This model was jointly developed and open-sourced by us and Taobao Experience Design Team. Built upon Qwen-Image, the model is specifically designed for e-commerce poster scenarios, supporting precise partition layout control. Please refer to our sample code.

  • September 9, 2025 Our training framework supports various training modes. Currently adapted for Qwen-Image, in addition to the standard SFT training mode, Direct Distill is now supported. Please refer to our sample code. This feature is experimental, and we will continue to improve it to support more comprehensive model training functions.

  • August 28, 2025 We support Wan2.2-S2V, an audio-driven cinematic video generation model. See ./examples/wanvideo/.

  • August 21, 2025 DiffSynth-Studio/Qwen-Image-EliGen-V2 released! Compared to the V1 version, the training dataset has been changed to Qwen-Image-Self-Generated-Dataset, so the generated images better conform to Qwen-Image's own image distribution and style. Please refer to our sample code.

  • August 21, 2025 We open-sourced the DiffSynth-Studio/Qwen-Image-In-Context-Control-Union structural control LoRA model, adopting the In Context technical route, supporting multiple categories of structural control conditions, including canny, depth, lineart, softedge, normal, and openpose. Please refer to our sample code.

  • August 20, 2025 We open-sourced the DiffSynth-Studio/Qwen-Image-Edit-Lowres-Fix model, improving the editing effect of Qwen-Image-Edit on low-resolution image inputs. Please refer to our sample code

  • August 19, 2025 Qwen-Image-Edit open-sourced, welcome a new member to the image editing model family!

  • August 18, 2025 We trained and open-sourced the Qwen-Image inpainting ControlNet model DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Inpaint. The model structure adopts a lightweight design. Please refer to our sample code.

  • August 15, 2025 We open-sourced the Qwen-Image-Self-Generated-Dataset dataset. This is an image dataset generated using the Qwen-Image model, containing 160,000 1024 x 1024 images. It includes general, English text rendering, and Chinese text rendering subsets. We provide annotations for image descriptions, entities, and structural control images for each image. Developers can use this dataset to train Qwen-Image models' ControlNet and EliGen models. We aim to promote technological development through open-sourcing!

  • August 13, 2025 We trained and open-sourced the Qwen-Image ControlNet model DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Depth. The model structure adopts a lightweight design. Please refer to our sample code.

  • August 12, 2025 We trained and open-sourced the Qwen-Image ControlNet model DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Canny. The model structure adopts a lightweight design. Please refer to our sample code.

  • August 11, 2025 We open-sourced the distilled acceleration model DiffSynth-Studio/Qwen-Image-Distill-LoRA for Qwen-Image, following the same training process as DiffSynth-Studio/Qwen-Image-Distill-Full, but the model structure has been modified to LoRA, thus being better compatible with other open-source ecosystem models.

  • August 7, 2025 We open-sourced the entity control LoRA model DiffSynth-Studio/Qwen-Image-EliGen for Qwen-Image. Qwen-Image-EliGen can achieve entity-level controlled text-to-image generation. Technical details can be found in the paper. Training dataset: EliGenTrainSet.

  • August 5, 2025 We open-sourced the distilled acceleration model DiffSynth-Studio/Qwen-Image-Distill-Full for Qwen-Image, achieving approximately 5x acceleration.

  • August 4, 2025 Qwen-Image open-sourced, welcome a new member to the image generation model family!

  • August 1, 2025 FLUX.1-Krea-dev open-sourced, a text-to-image model focused on aesthetic photography. We provided comprehensive support in a timely manner, including low VRAM layer-by-layer offload, LoRA training, and full training. For more details, please refer to ./examples/flux/.

  • July 28, 2025 Wan 2.2 open-sourced. We provided comprehensive support in a timely manner, including low VRAM layer-by-layer offload, FP8 quantization, sequence parallelism, LoRA training, and full training. For more details, please refer to ./examples/wanvideo/.

  • July 11, 2025 We propose Nexus-Gen, a unified framework that combines the language reasoning capabilities of Large Language Models (LLMs) with the image generation capabilities of diffusion models. This framework supports seamless image understanding, generation, and editing tasks.

  • June 15, 2025 ModelScope's official evaluation framework EvalScope now supports text-to-image generation evaluation. Please refer to the best practices guide to try it out.

  • March 25, 2025 Our new open-source project DiffSynth-Engine is now open-sourced! Focused on stable model deployment, targeting industry, providing better engineering support, higher computational performance, and more stable features.

  • March 31, 2025 We support InfiniteYou, a face feature preservation method for FLUX. More details can be found in ./examples/InfiniteYou/.

  • March 13, 2025 We support HunyuanVideo-I2V, the image-to-video generation version of Tencent's open-source HunyuanVideo. More details can be found in ./examples/HunyuanVideo/.

  • February 25, 2025 We support Wan-Video, a series of state-of-the-art video synthesis models open-sourced by Alibaba. See ./examples/wanvideo/.

  • February 17, 2025 We support StepVideo! Advanced video synthesis model! See ./examples/stepvideo.

  • December 31, 2024 We propose EliGen, a new framework for entity-level controlled text-to-image generation, supplemented with an inpainting fusion pipeline, extending its capabilities to image inpainting tasks. EliGen can seamlessly integrate existing community models such as IP-Adapter and In-Context LoRA, enhancing their versatility. For more details, see ./examples/EntityControl.

  • December 19, 2024 We implemented advanced VRAM management for HunyuanVideo, enabling video generation with resolutions of 129x720x1280 on 24GB VRAM or 129x512x384 on just 6GB VRAM. More details can be found in ./examples/HunyuanVideo/.

  • December 18, 2024 We propose ArtAug, a method to improve text-to-image models through synthesis-understanding interaction. We trained an ArtAug enhancement module for FLUX.1-dev in LoRA format. This model incorporates the aesthetic understanding of Qwen2-VL-72B into FLUX.1-dev, thereby improving the quality of generated images.

  • October 25, 2024 We provide extensive FLUX ControlNet support. This project supports many different ControlNet models and can be freely combined, even if their structures are different. Additionally, ControlNet models are compatible with high-resolution optimization and partition control technologies, enabling very powerful controllable image generation. See ./examples/ControlNet/.

  • October 8, 2024 We released extended LoRAs based on CogVideoX-5B and ExVideo. You can download this model from ModelScope or HuggingFace.

  • August 22, 2024 This project now supports CogVideoX-5B. See here. We provide several interesting features for this text-to-video model, including:

    • Text-to-video
    • Video editing
    • Self super-resolution
    • Video interpolation
  • August 22, 2024 We implemented an interesting brush feature that supports all text-to-image models. Now you can create stunning images with the assistance of AI using the brush!

  • August 21, 2024 DiffSynth-Studio now supports FLUX.

    • Enable CFG and high-resolution inpainting to improve visual quality. See here
    • LoRA, ControlNet, and other addon models will be released soon.
  • June 21, 2024 We propose ExVideo, a post-training fine-tuning technique aimed at enhancing the capabilities of video generation models. We extended Stable Video Diffusion to achieve long video generation of up to 128 frames.

  • June 13, 2024 DiffSynth Studio has migrated to ModelScope. The development team has also transitioned from "me" to "us". Of course, I will still participate in subsequent development and maintenance work.

  • January 29, 2024 We propose Diffutoon, an excellent cartoon coloring solution.

    • Project Page
    • Source code has been released in this project.
    • Technical report (IJCAI 2024) has been released at arXiv.
  • December 8, 2023 We decided to initiate a new project aimed at unleashing the potential of diffusion models, especially in video synthesis. The development work of this project officially began.

  • November 15, 2023 We propose FastBlend, a powerful video deflickering algorithm.

  • October 1, 2023 We released an early version of the project named FastSDXL. This was an initial attempt to build a diffusion engine.

    • Source code has been released at GitHub.
    • FastSDXL includes a trainable OLSS scheduler to improve efficiency.
      • The original repository of OLSS is located here.
      • Technical report (CIKM 2023) has been released at arXiv.
      • Demonstration video has been released at Bilibili.
      • Since OLSS requires additional training, we did not implement it in this project.
  • August 29, 2023 We propose DiffSynth, a video synthesis framework.

Installation

Install from source (recommended):

git clone https://github.com/modelscope/DiffSynth-Studio.git  
cd DiffSynth-Studio
pip install -e .

For more installation methods and instructions for non-NVIDIA GPUs, please refer to the Installation Guide.

Download Source Configuration

Before model inference and training, you can configure the model download source and other options through environment variables.

This project downloads models from ModelScope by default. For users outside China, you can download models from the ModelScope International site with the following configuration:

export MODELSCOPE_ENDPOINT=https://modelscope.ai

To download models from HuggingFace, please modify the environment variables. Note that model IDs may differ across platforms:

export DIFFSYNTH_DOWNLOAD_SOURCE="huggingface"

Basic Framework

DiffSynth-Studio redesigns the inference and training pipelines for mainstream Diffusion models (including FLUX, Wan, etc.), enabling efficient memory management and flexible model training.

Quick start: experience popular and the latest models:

Architecture Model ID Inference Low VRAM Inference Full Training Validation After Full Training LoRA Training Validation After LoRA Training
MiniMax-H3 MiniMax/MiniMax-H3: FL2VA code code code code code code
MiniMax-H3 DiffSynth-Studio/MiniMax-H3-NF4: FL2VA pruned code code - - code code
ACE-Step ACE-Step/acestep-v15-xl-sft code code code code code code
Z-Image Tongyi-MAI/Z-Image-Turbo code code code code code code
Krea-2 krea/Krea-2-Raw code code code code code code
Krea-2 krea/Krea-2-Turbo code code code code code code

Model overview:

View all supported models

Innovative Achievements

We believe that a well-developed open-source code framework can lower the threshold for technical exploration. We have achieved many interesting technologies based on this codebase. Perhaps you also have many wild ideas, and with DiffSynth-Studio, you can quickly realize these ideas.

TreeAdapter: A Model System Built from Structured LoRAs

A model system composed of 10,000+ LoRAs challenges the precise generation of tens of thousands of rare species.

Image

Image-to-LoRA: Compressing Model Training into Model Inference

True Meta Learning: feed a dataset of images into one end of the model, and the trained LoRA model comes out the other end.

Input example 1 Output example 1 Input example 2 Output example 2
Image Image Image Image
Diffusion-Templates: A Plugin-Based Controllable Generation Framework

One framework that turns every controllable generation capability into a plugin, allowing multiple models to combine and emerge with rich generation capabilities.

Reference image Local editing Style transfer Sharpness enhancement
Spectral Evolution Search: Efficient Inference-Time Scaling for Reward-Aligned Image Generation

Trade inference time for higher quality of generated content.

FLUX.1-dev FLUX.1-dev + SES Qwen-Image Qwen-Image + SES
Image Image Image Image
VIRAL: Visual In-Context Reasoning via Analogy in Diffusion Transformers

Transform image 3 into image 4 based on the change from image 1 to image 2 — the emergent capability of image editing models.

Example 1 Example 2 Query Output
Image Image Image Image
AttriCtrl: Attribute Intensity Control for Image Generation Models

Numerical attributes can also precisely control image generation models.

brightness scale = 0.1 brightness scale = 0.3 brightness scale = 0.5 brightness scale = 0.7 brightness scale = 0.9
Image Image Image Image Image
AutoLoRA: Automated LoRA Retrieval and Fusion

LoRA is a product that unifies needs and solutions — how can we make better use of these LoRAs?

LoRA 1 LoRA 2 LoRA 3 LoRA 4
LoRA 1 Image Image Image Image
LoRA 2 Image Image Image Image
LoRA 3 Image Image Image Image
LoRA 4 Image Image Image Image
Nexus-Gen: Unified Architecture for Image Understanding, Generation, and Editing

What happens when a single model combines image understanding, generation, and editing capabilities?

ArtAug: Aesthetic Enhancement for Image Generation Models

A single LoRA that significantly enhances detail and aesthetics.

FLUX.1-dev FLUX.1-dev + ArtAug LoRA
image_1_base image_1_enhance
EliGen: Precise Image Partition Control

How can region-based layers control the position of content in an image?

Entity Control Region Generated Image
eligen_example_2_mask_0 eligen_example_2_0
ExVideo: Extended Training for Video Generation Models

If a video generation model can only generate 25 frames, how can we make it generate longer videos?

github_title.mp4
Diffutoon: High-Resolution Anime-Style Video Rendering

I don't care what you say, I just love anime!

The Diffutoon examples are from the pre-2.0 codebase and are not included in the current main branch. Use the older source tree above with the corresponding older version of DiffSynth-Studio.

Diffutoon.mp4
DiffSynth: The Original Version of This Project

In the era before video generation models, how could image generation models be used to process videos?

winter_stone.mp4

Contact Us

Discord:https://discord.gg/Mm9suEeUDc
Image

All Supported Models

Architecture Model ID Inference Low VRAM Inference Full Training Validation After Full Training LoRA Training Validation After LoRA Training
MiniMax-Music3 MiniMax/MiniMax-Music3 code code
MiniMax-H3 MiniMax/MiniMax-H3: FL2VA code code code code code code
MiniMax-H3 MiniMax/MiniMax-H3: Ref2VA code code code code code code
MiniMax-H3 MiniMax/MiniMax-H3: Retake code code - - - -
MiniMax-H3 DiffSynth-Studio/MiniMax-H3-NF4: FL2VA code code - - code code
MiniMax-H3 DiffSynth-Studio/MiniMax-H3-NF4: Ref2VA code code - - code code
MiniMax-H3 Comfy-Org/MiniMax-H3: FL2VA pruned code code code code code code
MiniMax-H3 Comfy-Org/MiniMax-H3: Ref2VA pruned code code code code code code
MiniMax-H3 DiffSynth-Studio/MiniMax-H3-NF4: FL2VA pruned code code - - code code
MiniMax-H3 DiffSynth-Studio/MiniMax-H3-NF4: Ref2VA pruned code code - - code code
MiniMax-H3 Comfy-Org/MiniMax-H3: FL2VA int8_convrot code code - - code code
MiniMax-H3 Comfy-Org/MiniMax-H3: Ref2VA int8_convrot code code - - code code
MiniMax-H3 Comfy-Org/MiniMax-H3: FL2VA pruned int8_convrot code code - - code code
MiniMax-H3 Comfy-Org/MiniMax-H3: Ref2VA pruned int8_convrot code code - - code code
MiniMax-H3 Comfy-Org/MiniMax-H3: FL2VA pruned fp8 code code - - code code
MiniMax-H3 Comfy-Org/MiniMax-H3: Ref2VA pruned fp8 code code - - code code
MiniMax-H3 lightx2v/Minimax-h3-Turbo: FL2VA 4steps code code - - - -
MiniMax-H3 DiffSynth-Studio/MiniMax-H3-Text-Embeddings code code code code - -
LingBot-Video Robbyant/lingbot-video-dense-1.3b: T2V code code code code code code
LingBot-Video Robbyant/lingbot-video-dense-1.3b: TI2V code code code code code code
LingBot-Video Robbyant/lingbot-video-dense-1.3b: T2I code code - - - -
LingBot-Video Robbyant/lingbot-video-moe-30b-a3b: T2V code code code code code code
LingBot-Video Robbyant/lingbot-video-moe-30b-a3b: TI2V code code code code code code
LingBot-Video Robbyant/lingbot-video-moe-30b-a3b: T2I code code - - - -
LingBot-Video Robbyant/lingbot-video-moe-30b-a3b: T2V + Refinement code code - - - -
LingBot-Video Robbyant/lingbot-video-moe-30b-a3b: TI2V + Refinement code code - - - -
ACE-Step ACE-Step/Ace-Step1.5 code code code code code code
ACE-Step ACE-Step/acestep-v15-turbo-shift1 code code code code code code
ACE-Step ACE-Step/acestep-v15-turbo-shift3 code code code code code code
ACE-Step ACE-Step/acestep-v15-turbo-continuous code code code code code code
ACE-Step ACE-Step/acestep-v15-base code code code code code code
ACE-Step ACE-Step/acestep-v15-base: CoverTask code code
ACE-Step ACE-Step/acestep-v15-base: RepaintTask code code
ACE-Step ACE-Step/acestep-v15-sft code code code code code code
ACE-Step ACE-Step/acestep-v15-xl-base code code code code code code
ACE-Step ACE-Step/acestep-v15-xl-sft code code code code code code
ACE-Step ACE-Step/acestep-v15-xl-turbo code code code code code code
ACE-Step DiffSynth-Studio/acestep15xlsft-lora-music code code code code - -
Boogu-Image Boogu/Boogu-Image-0.1-Base code code code code code code
Boogu-Image Boogu/Boogu-Image-0.1-Turbo code code code code code code
Boogu-Image Boogu/Boogu-Image-0.1-Edit code code code code code code
Krea-2 krea/Krea-2-Raw code code code code code code
Krea-2 krea/Krea-2-Turbo code code code code code code
Ideogram 4 ideogram-ai/ideogram-4-fp8 code - - - - -
Ideogram 4 DiffSynth-Studio/ideogram-4-bf16-repackage code code code - code code
HiDream-O1-Image HiDream-ai/HiDream-O1-Image code code code code code code
HiDream-O1-Image HiDream-ai/HiDream-O1-Image-Dev code code code code code code
HiDream-O1-Image DiffSynth-Studio/HidreamO1-i2L-v2 code code code code - -
JoyAI-Image jd-opensource/JoyAI-Image-Edit code code code code code code
ERNIE-Image PaddlePaddle/ERNIE-Image code code code code code code
ERNIE-Image PaddlePaddle/ERNIE-Image-Turbo code code
LTX-2 jd-opensource/JoyAI-Echo code code code code code code
LTX-2 Lightricks/LTX-2.3: OneStagePipeline-I2AV code code code code code code
LTX-2 Lightricks/LTX-2.3: TwoStagePipeline-I2AV code code - - - -
LTX-2 Lightricks/LTX-2.3: DistilledPipeline-I2AV code code - - - -
LTX-2 Lightricks/LTX-2.3: OneStagePipeline-T2AV code code code code code code
LTX-2 Lightricks/LTX-2.3: TwoStagePipeline-T2AV code code - - - -
LTX-2 Lightricks/LTX-2.3: DistilledPipeline-T2AV code code - - - -
LTX-2 Lightricks/LTX-2.3: A2V code code - - - -
LTX-2 Lightricks/LTX-2.3: Retake code code - - - -
LTX-2 Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control code code - - code code
LTX-2 Lightricks/LTX-2.3-22b-IC-LoRA-Motion-Track-Control code code - - code code
LTX-2 Lightricks/LTX-2: OneStagePipeline-T2AV code code code code code code
LTX-2 Lightricks/LTX-2-19b-IC-LoRA-Union-Control code code - - code code
LTX-2 Lightricks/LTX-2-19b-IC-LoRA-Detailer code code - - code code
LTX-2 Lightricks/LTX-2: TwoStagePipeline-T2AV code code - - - -
LTX-2 Lightricks/LTX-2: DistilledPipeline-T2AV code code - - - -
LTX-2 Lightricks/LTX-2: OneStagePipeline-I2AV code code - - - -
LTX-2 Lightricks/LTX-2: TwoStagePipeline-I2AV code code - - - -
LTX-2 Lightricks/LTX-2: DistilledPipeline-I2AV code code - - - -
LTX-2 Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-In code code - - - -
LTX-2 Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Out code code - - - -
LTX-2 Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Left code code - - - -
LTX-2 Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Right code code - - - -
LTX-2 Lightricks/LTX-2-19b-LoRA-Camera-Control-Jib-Up code code - - - -
LTX-2 Lightricks/LTX-2-19b-LoRA-Camera-Control-Jib-Down code code - - - -
LTX-2 Lightricks/LTX-2-19b-LoRA-Camera-Control-Static code code - - - -
FLUX.2 black-forest-labs/FLUX.2-dev code code - - code code
FLUX.2 black-forest-labs/FLUX.2-klein-4B code code code code code code
FLUX.2 black-forest-labs/FLUX.2-klein-9B code code code code code code
FLUX.2 black-forest-labs/FLUX.2-klein-base-4B code code code code code code
FLUX.2 black-forest-labs/FLUX.2-klein-base-9B code code code code code code
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-Aesthetic code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-Brightness code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-Age code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-ControlNet code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-Edit code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-Inpaint code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-PandaMeme code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-Sharpness code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-SoftRGB code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-Upscaler code code code code - -
FLUX.2 DiffSynth-Studio/Template-KleinBase4B-ContentRef code code code code - -
FLUX.2 DiffSynth-Studio/KleinBase4B-i2L-v2 code code code code - -
Z-Image Tongyi-MAI/Z-Image code code code code code code
Z-Image DiffSynth-Studio/Z-Image-i2L code code - - - -
Z-Image Tongyi-MAI/Z-Image-Turbo code code code code code code
Z-Image PAI/Z-Image-Turbo-Fun-Controlnet-Union-2.1 code code code code code code
Z-Image PAI/Z-Image-Turbo-Fun-Controlnet-Union-2.1-8steps code code code code code code
Z-Image PAI/Z-Image-Turbo-Fun-Controlnet-Tile-2.1-8steps code code code code code code
Z-Image DiffSynth-Studio/ZImage-i2L-v2 code code code code - -
Anima circlestone-labs/Anima code code code code code code
Qwen-Image Qwen/Qwen-Image code code code code code code
Qwen-Image Qwen/Qwen-Image-2512 code code code code code code
Qwen-Image Qwen/Qwen-Image-Edit code code code code code code
Qwen-Image Qwen/Qwen-Image-Edit-2509 code code code code code code
Qwen-Image Qwen/Qwen-Image-Edit-2511 code code code code code code
Qwen-Image FireRedTeam/FireRed-Image-Edit-1.0 code code code code code code
Qwen-Image FireRedTeam/FireRed-Image-Edit-1.1 code code code code code code
Qwen-Image lightx2v/Qwen-Image-Edit-2511-Lightning code code - - - -
Qwen-Image Qwen/Qwen-Image-Layered code code code code code code
Qwen-Image DiffSynth-Studio/Qwen-Image-Layered-Control code code code code code code
Qwen-Image DiffSynth-Studio/Qwen-Image-Layered-Control-V2 code code - - code code
Qwen-Image DiffSynth-Studio/Qwen-Image-EliGen code code - - code code
Qwen-Image DiffSynth-Studio/Qwen-Image-EliGen-V2 code code - - code code
Qwen-Image DiffSynth-Studio/Qwen-Image-EliGen-Poster code code - - code code
Qwen-Image DiffSynth-Studio/Qwen-Image-Distill-Full code code code code code code
Qwen-Image DiffSynth-Studio/Qwen-Image-Distill-LoRA code code - - code code
Qwen-Image DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Canny code code code code code code
Qwen-Image DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Depth code code code code code code
Qwen-Image DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Inpaint code code code code code code
Qwen-Image DiffSynth-Studio/Qwen-Image-In-Context-Control-Union code code - - code code
Qwen-Image DiffSynth-Studio/Qwen-Image-Edit-Lowres-Fix code code - - - -
Qwen-Image DiffSynth-Studio/Qwen-Image-i2L code code - - - -
Wan Wan-AI/Wan2.1-T2V-1.3B code code code code code code
Wan Wan-AI/Wan2.1-T2V-14B code code code code code code
Wan Wan-AI/Wan2.1-I2V-14B-480P code code code code code code
Wan Wan-AI/Wan2.1-I2V-14B-720P code code code code code code
Wan Wan-AI/Wan2.1-FLF2V-14B-720P code code code code code code
Wan iic/VACE-Wan2.1-1.3B-Preview code code code code code code
Wan Wan-AI/Wan2.1-VACE-1.3B code code code code code code
Wan Wan-AI/Wan2.1-VACE-14B code code code code code code
Wan PAI/Wan2.1-Fun-1.3B-InP code code code code code code
Wan PAI/Wan2.1-Fun-1.3B-Control code code code code code code
Wan PAI/Wan2.1-Fun-14B-InP code code code code code code
Wan PAI/Wan2.1-Fun-14B-Control code code code code code code
Wan PAI/Wan2.1-Fun-V1.1-1.3B-Control code code code code code code
Wan PAI/Wan2.1-Fun-V1.1-14B-Control code code code code code code
Wan PAI/Wan2.1-Fun-V1.1-1.3B-InP code code code code code code
Wan PAI/Wan2.1-Fun-V1.1-14B-InP code code code code code code
Wan PAI/Wan2.1-Fun-V1.1-1.3B-Control-Camera code code code code code code
Wan PAI/Wan2.1-Fun-V1.1-14B-Control-Camera code code code code code code
Wan DiffSynth-Studio/Wan2.1-1.3b-speedcontrol-v1 code code code code code code
Wan krea/krea-realtime-video code code code code code code
Wan meituan-longcat/LongCat-Video code code code code code code
Wan ByteDance/Video-As-Prompt-Wan2.1-14B code code code code code code
Wan Wan-AI/Wan2.2-T2V-A14B code code code code code code
Wan Wan-AI/Wan2.2-I2V-A14B code code code code code code
Wan Wan-AI/Wan2.2-TI2V-5B code code code code code code
Wan Wan-AI/Wan2.2-Animate-14B code code code code code code
Wan Wan-AI/Wan2.2-Animate-2-14B code code code code code code
Wan Wan-AI/Wan2.2-Animate-2-14B: Distilled code code code code code code
Wan Wan-AI/Wan2.2-S2V-14B code code code code code code
Wan PAI/Wan2.2-VACE-Fun-A14B code code code code code code
Wan PAI/Wan2.2-Fun-A14B-InP code code code code code code
Wan PAI/Wan2.2-Fun-A14B-Control code code code code code code
Wan PAI/Wan2.2-Fun-A14B-Control-Camera code code code code code code
Wan openmoss/MOVA-360p code code code code code code
Wan openmoss/MOVA-720p code code code code code code
Wan Wan-AI/Wan-Dancer-14B (global model) code code code code code code
Wan Wan-AI/Wan-Dancer-14B (local model) code code code code code code
FLUX.1 black-forest-labs/FLUX.1-dev code code code code code code
FLUX.1 black-forest-labs/FLUX.1-Krea-dev code code code code code code
FLUX.1 black-forest-labs/FLUX.1-Kontext-dev code code code code code code
FLUX.1 alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta code code code code code code
FLUX.1 InstantX/FLUX.1-dev-Controlnet-Union-alpha code code code code code code
FLUX.1 jasperai/Flux.1-dev-Controlnet-Upscaler code code code code code code
FLUX.1 InstantX/FLUX.1-dev-IP-Adapter code code code code code code
FLUX.1 ByteDance/InfiniteYou code code code code code code
FLUX.1 DiffSynth-Studio/Eligen code code - - code code
FLUX.1 DiffSynth-Studio/LoRA-Encoder-FLUX.1-Dev code code code code - -
FLUX.1 DiffSynth-Studio/LoRAFusion-preview-FLUX.1-dev code - - - - -
FLUX.1 stepfun-ai/Step1X-Edit code code code code code code
FLUX.1 ostris/Flex.2-preview code code code code code code
FLUX.1 DiffSynth-Studio/Nexus-GenV2 code code code code code code
Stable Diffusion XL stabilityai/stable-diffusion-xl-base-1.0 code code code code code code
Stable Diffusion AI-ModelScope/stable-diffusion-v1-5 code code code code code code

About

Enjoy the magic of Diffusion models!

Resources

Stars

13.0k stars

Watchers

86 watching

Forks

Releases

Packages

Used by

Contributors

Languages