Мультимодальный AI

diffusers

huggingface/diffusers

A Python library for pretrained diffusion pipelines, reusable components, and training examples.

★ 34,5KЗвёзды
⑂ 7,3KФорки
1395Открытые проблемы
PythonЯзык
Apache-2.0Лицензия
Q90Редакционная оценка

Обзор

Diffusers offers both high-level generation pipelines and lower-level models and schedulers. It fits programmable services and experiments. Choose a pipeline for the intended task; resource needs, parameters, and model permissions differ.

Основные функции

  • Pipelines
  • Models and schedulers
  • Generation tasks
  • Optimization guides
  • Training examples

Требования, установка и быстрый старт

Install diffusers[torch] with suitable PyTorch and load a supported checkpoint using from_pretrained. Start with a modest output configuration.

Использование

Keep fixed prompts and seeds, record model and scheduler versions, and measure quality and memory before adding supported optimizations.

How it works
A pipeline loads model components and iteratively transforms noise using a scheduler. Components and training examples support custom workflows.

Audience and requirements
Generation developers and researchers. Python, PyTorch, weights, and suitable compute.

Practical use cases
Generation services; image editing; sampling experiments; fine-tuning.

Limitations and selection
Resources and capabilities depend on the model. Library licensing does not cover every checkpoint. Reproducibility varies across versions and hardware.

Related projects and selection
gradio-app/gradio:Complement: Gradio provides controls and comparisons around generation.

AUTOMATIC1111/stable-diffusion-webui:Comparison: a WebUI suits interactive creation; Diffusers suits programmable pipelines.

Source review
Editorial analysis of upstream sources, without runtime or benchmark testing. Proposed workflows are editorial suggestions.

Совместимость моделей и варианты использования

Use components supported by the chosen pipeline; task-specific weights and conditioning are not freely interchangeable.

Лицензия и примечания о рисках

The repository page identifies Apache-2.0. Read LICENSE; model weights and datasets may have separate terms.

Editorial source review 2026-09-09T05:00:00.950Z. README and live repository page verified; current stars/forks from GitHub HTML. Last-push metadata retained from 2026-09-05 discovery snapshot. No runtime benchmark. Integration proposals are editorial analysis.

Релиз и сопровождение

Reviewed 2026-09-09. Counters come from repository pages; features are based on upstream documentation. See Releases in the source links. Editorial analysis of upstream sources, without runtime or benchmark testing. Proposed workflows are editorial suggestions.

UniRL

Tencent-Hunyuan/UniRL

★ 854Python

GLM-V

zai-org/GLM-V

★ 2,4KPython