Multimodale AI

diffusers

huggingface/diffusers

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

★ 34,5KSterne
⑂ 7,3KForks
1395Offene Issues
PythonSprache
Apache-2.0Lizenz
Q90Redaktionelle Bewertung

Übersicht

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.

Wichtige Funktionen

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

Voraussetzungen, Installation und Schnellstart

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

Nutzung

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.

Modellkompatibilität und Anwendungsfälle

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

Lizenz- und Risikohinweise

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.

Veröffentlichung und Wartung

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