huggingface / diffusers
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 5 components.
  • 747 files, 248,081 LOC (100.0% vs. main code).
  • "src" is biggest, containing 89.64% of LOC.
  • "ROOT" is smallest, containing 0.08% of LOC.


src222387 LOC (89%) 631 files
scripts22136 LOC (8%) 78 files
utils2736 LOC (1%) 23 files
benchmarks624 LOC (<1%) 11 files
ROOT198 LOC (<1%) 4 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src2697 commits (48%)
scripts207 commits (3%)
ROOT187 commits (3%)
utils83 commits (1%)
benchmarks8 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022
src
2366
3545
3474
1962
scripts
60
94
99
73
utils
32
34
45
45
ROOT
12
25
55
99
benchmarks
12
11


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G src src src--src 179 ROOT ROOT src--ROOT 9 scripts scripts scripts--src 25 scripts--scripts 6 scripts--ROOT 3 ROOT--ROOT 1 utils utils utils--src 6 utils--scripts 4 utils--ROOT 2 utils--utils 4


2025-06-30 08:59