huggingface/diffusers

🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.

34kStars on the repository
8Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

custom-blocks

01

huggingface/diffusers

Skill Claude CodeCodex

Use when the user has written (or wants to write) a ModularPipelineBlocks subclass in a local Python file and needs to package it into a Hub-uploadable directory. Covers the workflow from a single block.py file to a published custom-block repo that consumers can load via ModularPipeline.frompretrained( …

34k yesterday A 79 tokens original Apache-2.0

diffusers-cli

02

huggingface/diffusers

Skill Claude CodeCodex

Use when the user wants to run a diffusers pipeline from a terminal (one-off generation, batch jobs, smoke-testing a new model), run on HF Sandbox hardware via --remote, introspect a pipeline's input schema before calling it, or attach a LoRA at inference time. Prefer this over writing ad-hoc Python scripts for…

34k yesterday A 75 tokens original Apache-2.0

model-integration

03

huggingface/diffusers

Skill Claude CodeCodex

Use when adding a new model or pipeline to diffusers, setting up file structure for a new model, converting a pipeline to modular format, or converting weights for a new version of an already-supported model.

34k yesterday A 45 tokens original Apache-2.0

self-review

04

huggingface/diffusers

Skill Claude CodeCodex

Use before opening a PR, or whenever asked to self-review a diffusers contribution. Applies the same rubric as the @claude CI (checks the diff against references/review-rules.md, traces call paths for dead code). Reports findings grouped by severity, flagging what to fix before submitting (blocking issues + dead code)…

34k yesterday A 88 tokens original Apache-2.0