AI Multimodal

diffusers

huggingface/diffusers

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

★ 34,5KBintang
⑂ 7,3KFork
1395Isu terbuka
PythonBahasa
Apache-2.0Lisensi
Q90Skor editorial

Ringkasan

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.

Fitur utama

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

Persyaratan, instalasi, dan mulai cepat

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

Penggunaan

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.

Kompatibilitas model dan kasus penggunaan

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

Catatan lisensi dan risiko

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.

Rilis dan pemeliharaan

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