repowiserepowise
Sign in
rakaarwaky/ComfyUi-arwaky
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiserakaarwaky/ComfyUi-arwaky

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

33of 98 scored

33 commits sit in this repo's top risk tercile, which is 34% of the 98scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 7.3 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits1818%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.09bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold7.3out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

Began chore-led, now leaning fix.

Feature30%
Fix19%
Refactor17%
Docs1%
Chore28%
Other5%

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
0655a801refactor: restructure project directories, migrate assets, and reorganize downloader and launcher crates.
rakaarwaky
1mo ago+11.6K -6.1K
98%Elevated
more lines added than baseline
2
6ccee0ddsadss
Antigravity
1mo ago+39.1K -7
98%Elevated
more lines added than baseline
3
c0719ce7chore: bump v0.2.0, audit v11 fixes (15 issues), multi-distro CI, local tauri-api bundle
raka
2mo ago+6.5K -311
98%Elevated
more lines added than baseline
4
399cc6f4feat: add Tauri v2 desktop wrapper with ROCm 7.2.4 support
raka
2mo ago+10.3K -6
98%Elevated
more lines added than baseline
5
11274ebffeat: implement modular downloader UI and add model requirements documentation
Antigravity
1mo ago+2.6K -1.4K
95%Elevated
more lines added than baseline
6
4f98042ffeat: audit fixes, CI/CD pipelines, unit tests, and project structure overhaul
raka
2mo ago+3.9K -226
94%Elevated
more lines added than baseline
7
a19a4b8brefactor: apply consistent code formatting and style improvements across downloader and launcher crates
rakaarwaky
1mo ago+1.1K -579
92%Elevated
more lines added than baseline
8
5da6a3d7feat: modularize backend and support custom user directory config
raka
2mo ago+1.3K -970
92%Elevated
more lines added than baseline
9
67ca3c34chore(release): bump version to 0.2.2, add requirements.txt, and fix CI workflows
raka
2mo ago+1.3K -760
92%Elevated
more lines added than baseline
10
0c9017d1feat: implement rocm-smi GPU monitoring and add system health and logging taxonomy value objects
rakaarwaky
1mo ago+632 -22
90%Elevated
more lines added than baseline
11
00a9fe2afeat: implement multi-threaded chunked downloads with progress persistence for resilient file transfers
rakaarwaky
1mo ago+444 -113
89%Elevated
more lines added than baseline
12
a3eeb2darefactor: improve worker download logic with retry mechanism and apply code formatting across UI components
Antigravity
1mo ago+403 -280
88%Elevated
more lines added than baseline
13
fae2b554feat: add floating backend log viewer panel
rakaarwaky
1mo ago+599 -8
87%Elevated
more lines added than baseline
14
c3ff6f08perf: implement filtering cache, adjust worker count, and improve download reliability with validation logging
rakaarwaky
1mo ago+339 -144
87%Elevated
more lines added than baseline
15
2b1948c1refactor: simplify download state tracking, add build scripts for launcher and downloader, and update UI to display active download progress.
rakaarwaky
1mo ago+264 -208
85%Elevated
more lines added than baseline
16
4c53191efix(ci): update config validation paths and fix clippy/fmt issues
rakaarwaky
1mo ago+287 -106
83%Elevated
more lines added than baseline
17
5ac823b4refactor: move metadata refresh to background thread, add SHA256 verification, and improve file size handling
Antigravity
1mo ago+248 -195
83%Elevated
more lines added than baseline
18
b0bdc823feat: add config override system and bump version to 0.3.0
raka
2mo ago+335 -335
83%Elevated
more lines added than baseline
19
7a019403chace
Antigravity
1mo ago+305 -56
81%Elevated
more lines added than baseline
20
5c86333afeat: migrate backend log viewer from browser extension to native Tauri window
rakaarwaky
1mo ago+310 -490
79%Elevated
more lines added than baseline
21
c87c2194feat(launcher): persist ROCm cache at ~/.cache/comfyui-desktop/
rakaarwaky
1mo ago+268 -173
79%Elevated
more lines added than baseline
22
29ce8394refactor: remove CI workflow, update CLI menu translations, and improve shell script compatibility
rakaarwaky
1mo ago+270 -515
79%Elevated
more lines added than baseline
23
0dee3342refactor: migrate logging to port-adapter pattern with new emitter and file writer implementations
rakaarwaky
1mo ago+212 -153
77%Elevated
more lines added than baseline
24
7d7c49b4feat: update local installation script to support direct binary installation alongside RPMs and simplify build process to produce only raw binaries
rakaarwaky
1mo ago+141 -78
76%Elevated
more lines added than baseline
25
d54e2434chore(setup): migrate install scripts Fedora -> Ubuntu (uv + apt)
ComfyUi-arwaky setup
1mo ago+163 -77
74%Elevated
more lines added than baseline
26
29a4e5d4feat: remove Ubuntu/Debian support, Fedora only
raka
2mo ago+242 -202
74%Elevated
more lines added than baseline
27
04e53211feat: implement model size refresh functionality and sort download queue by file size
Antigravity
1mo ago+125 -9
73%Elevated
more lines added than baseline
28
6796cd14refactor: migrate project structure to crates/launcher and update model registry and build scripts
Antigravity
1mo ago+164 -49
72%Elevated
more lines added than baseline
29
fb761181style: apply cargo fmt formatting to lib.rs
raka
2mo ago+97 -86
71%Elevated
more lines added than baseline
30
bfe50516feat: add Python dependency installation script and update menu options
rakaarwaky
1mo ago+78 -10
70%Elevated
more lines added than baseline
31
91e2b588chore(deps): bump sha2 from 0.10.9 to 0.11.0 in /src-tauri
dependabot[bot]
2mo ago+72 -8
69%Elevated
more lines added than baseline
32
4422aa77feat(scripts): add Stop ComfyUI option to main menu
rakaarwaky
1mo ago+71 -19
68%Elevated
more lines added than baseline
33
9b45ec93fix(downloader): add stall/max-time retry guards and clippy fixes
Antigravity
1mo ago+68 -19
67%Elevated
more lines added than baseline
34
96d09725chore(deps): bump ureq from 2.12.1 to 3.3.0 in /src-tauri
dependabot[bot]
2mo ago+60 -15
66%Typical
more lines added than baseline
35
4a0c1193refactor: simplify local installer by removing RPM extraction logic and streamlining binary installation
rakaarwaky
1mo ago+50 -130
65%Typical
more lines added than baseline
36
7ca7f73bfeat: add Qwen-Image, FLUX.1-Fill, VAE, text encoder, and segmentation models to downloader registry
Antigravity
1mo ago+48 -0
64%Typical
more lines added than baseline
37
a0c5205ffeat: add UI button and Tauri command to open the log viewer
rakaarwaky
1mo ago+57 -1
63%Typical
more lines added than baseline
38
8b89c43frefactor: rewrite download_models.sh to serve as a build and launch script for the new Rust-based TUI downloader
Antigravity
1mo ago+40 -230
62%Typical
more lines added than baseline
39
326eaa47feat(install): add ComfyUI_frontend build to install script
rakaarwaky
1mo ago+45 -11
61%Typical
more lines added than baseline
40
c5fdc450refactor: move ComfyUI-Manager setup from run to install script
rakaarwaky
1mo ago+36 -14
59%Typical
more lines added than baseline
41
d4a762cbupdate
rakaarwaky
1mo ago+42 -85
59%Typical
more lines added than baseline
42
102ef405docs: fix outdated references across documentation
rakaarwaky
1mo ago+40 -31
57%Typical
more lines added than baseline
43
9e58d63brefactor: migrate rust project path from src-tauri to crates/launcher across scripts, workflows, and documentation
Antigravity
1mo ago+52 -52
57%Typical
more lines added than baseline
44
b2b05123chore: bump v0.2.1, fix _is_stderr warning
raka
2mo ago+47 -16
57%Typical
more lines added than baseline
45
55e35563fix: resolve AppImage build on Fedora 41 and add auto-config on first run
raka
2mo ago+30 -9
55%Typical
more lines added than baseline
46
a6660a5afeat: increase worker count and optimize download performance with dynamic chunking, shared connection pooling, and larger buffer sizes
rakaarwaky
1mo ago+30 -19
53%Typical
more lines added than baseline
47
bd42852bAdd extra_model_paths.yaml for HDD model path loading
raka
2mo ago+29 -0
53%Typical
more lines added than baseline
48
4ec241feInitial commit: Add ComfyUI submodule, gitignore, and startup script
raka
2mo ago+36 -0
53%Typical
more lines added than baseline
49
b53c1f5cfeat: customizable input/output directories via config.yaml
raka
2mo ago+36 -8
51%Typical
more lines added than baseline
50
a300f1ddchore: bump version to 0.5.1
rakaarwaky
1mo ago+21 -17
49%Typical
more lines added than baseline
  • 0655a801refactor: restructure project directories, migrate assets, and reorganize downloader and launcher crates.
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +11.6K -6.1K
    Risk
    98%Elevated
  • 6ccee0ddsadss
    Author
    Antigravity
    When
    1mo ago
    Lines
    +39.1K -7
    Risk
    98%Elevated
  • c0719ce7chore: bump v0.2.0, audit v11 fixes (15 issues), multi-distro CI, local tauri-api bundle
    Author
    raka
    When
    2mo ago
    Lines
    +6.5K -311
    Risk
    98%Elevated
  • 399cc6f4feat: add Tauri v2 desktop wrapper with ROCm 7.2.4 support
    Author
    raka
    When
    2mo ago
    Lines
    +10.3K -6
    Risk
    98%Elevated
  • 11274ebffeat: implement modular downloader UI and add model requirements documentation
    Author
    Antigravity
    When
    1mo ago
    Lines
    +2.6K -1.4K
    Risk
    95%Elevated
  • 4f98042ffeat: audit fixes, CI/CD pipelines, unit tests, and project structure overhaul
    Author
    raka
    When
    2mo ago
    Lines
    +3.9K -226
    Risk
    94%Elevated
  • a19a4b8brefactor: apply consistent code formatting and style improvements across downloader and launcher crates
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +1.1K -579
    Risk
    92%Elevated
  • 5da6a3d7feat: modularize backend and support custom user directory config
    Author
    raka
    When
    2mo ago
    Lines
    +1.3K -970
    Risk
    92%Elevated
  • 67ca3c34chore(release): bump version to 0.2.2, add requirements.txt, and fix CI workflows
    Author
    raka
    When
    2mo ago
    Lines
    +1.3K -760
    Risk
    92%Elevated
  • 0c9017d1feat: implement rocm-smi GPU monitoring and add system health and logging taxonomy value objects
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +632 -22
    Risk
    90%Elevated
  • 00a9fe2afeat: implement multi-threaded chunked downloads with progress persistence for resilient file transfers
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +444 -113
    Risk
    89%Elevated
  • a3eeb2darefactor: improve worker download logic with retry mechanism and apply code formatting across UI components
    Author
    Antigravity
    When
    1mo ago
    Lines
    +403 -280
    Risk
    88%Elevated
  • fae2b554feat: add floating backend log viewer panel
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +599 -8
    Risk
    87%Elevated
  • c3ff6f08perf: implement filtering cache, adjust worker count, and improve download reliability with validation logging
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +339 -144
    Risk
    87%Elevated
  • 2b1948c1refactor: simplify download state tracking, add build scripts for launcher and downloader, and update UI to display active download progress.
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +264 -208
    Risk
    85%Elevated
  • 4c53191efix(ci): update config validation paths and fix clippy/fmt issues
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +287 -106
    Risk
    83%Elevated
  • 5ac823b4refactor: move metadata refresh to background thread, add SHA256 verification, and improve file size handling
    Author
    Antigravity
    When
    1mo ago
    Lines
    +248 -195
    Risk
    83%Elevated
  • b0bdc823feat: add config override system and bump version to 0.3.0
    Author
    raka
    When
    2mo ago
    Lines
    +335 -335
    Risk
    83%Elevated
  • 7a019403chace
    Author
    Antigravity
    When
    1mo ago
    Lines
    +305 -56
    Risk
    81%Elevated
  • 5c86333afeat: migrate backend log viewer from browser extension to native Tauri window
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +310 -490
    Risk
    79%Elevated
  • c87c2194feat(launcher): persist ROCm cache at ~/.cache/comfyui-desktop/
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +268 -173
    Risk
    79%Elevated
  • 29ce8394refactor: remove CI workflow, update CLI menu translations, and improve shell script compatibility
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +270 -515
    Risk
    79%Elevated
  • 0dee3342refactor: migrate logging to port-adapter pattern with new emitter and file writer implementations
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +212 -153
    Risk
    77%Elevated
  • 7d7c49b4feat: update local installation script to support direct binary installation alongside RPMs and simplify build process to produce only raw binaries
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +141 -78
    Risk
    76%Elevated
  • d54e2434chore(setup): migrate install scripts Fedora -> Ubuntu (uv + apt)
    Author
    ComfyUi-arwaky setup
    When
    1mo ago
    Lines
    +163 -77
    Risk
    74%Elevated
  • 29a4e5d4feat: remove Ubuntu/Debian support, Fedora only
    Author
    raka
    When
    2mo ago
    Lines
    +242 -202
    Risk
    74%Elevated
  • 04e53211feat: implement model size refresh functionality and sort download queue by file size
    Author
    Antigravity
    When
    1mo ago
    Lines
    +125 -9
    Risk
    73%Elevated
  • 6796cd14refactor: migrate project structure to crates/launcher and update model registry and build scripts
    Author
    Antigravity
    When
    1mo ago
    Lines
    +164 -49
    Risk
    72%Elevated
  • fb761181style: apply cargo fmt formatting to lib.rs
    Author
    raka
    When
    2mo ago
    Lines
    +97 -86
    Risk
    71%Elevated
  • bfe50516feat: add Python dependency installation script and update menu options
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +78 -10
    Risk
    70%Elevated
  • 91e2b588chore(deps): bump sha2 from 0.10.9 to 0.11.0 in /src-tauri
    Author
    dependabot[bot]
    When
    2mo ago
    Lines
    +72 -8
    Risk
    69%Elevated
  • 4422aa77feat(scripts): add Stop ComfyUI option to main menu
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +71 -19
    Risk
    68%Elevated
  • 9b45ec93fix(downloader): add stall/max-time retry guards and clippy fixes
    Author
    Antigravity
    When
    1mo ago
    Lines
    +68 -19
    Risk
    67%Elevated
  • 96d09725chore(deps): bump ureq from 2.12.1 to 3.3.0 in /src-tauri
    Author
    dependabot[bot]
    When
    2mo ago
    Lines
    +60 -15
    Risk
    66%Typical
  • 4a0c1193refactor: simplify local installer by removing RPM extraction logic and streamlining binary installation
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +50 -130
    Risk
    65%Typical
  • 7ca7f73bfeat: add Qwen-Image, FLUX.1-Fill, VAE, text encoder, and segmentation models to downloader registry
    Author
    Antigravity
    When
    1mo ago
    Lines
    +48 -0
    Risk
    64%Typical
  • a0c5205ffeat: add UI button and Tauri command to open the log viewer
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +57 -1
    Risk
    63%Typical
  • 8b89c43frefactor: rewrite download_models.sh to serve as a build and launch script for the new Rust-based TUI downloader
    Author
    Antigravity
    When
    1mo ago
    Lines
    +40 -230
    Risk
    62%Typical
  • 326eaa47feat(install): add ComfyUI_frontend build to install script
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +45 -11
    Risk
    61%Typical
  • c5fdc450refactor: move ComfyUI-Manager setup from run to install script
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +36 -14
    Risk
    59%Typical
  • d4a762cbupdate
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +42 -85
    Risk
    59%Typical
  • 102ef405docs: fix outdated references across documentation
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +40 -31
    Risk
    57%Typical
  • 9e58d63brefactor: migrate rust project path from src-tauri to crates/launcher across scripts, workflows, and documentation
    Author
    Antigravity
    When
    1mo ago
    Lines
    +52 -52
    Risk
    57%Typical
  • b2b05123chore: bump v0.2.1, fix _is_stderr warning
    Author
    raka
    When
    2mo ago
    Lines
    +47 -16
    Risk
    57%Typical
  • 55e35563fix: resolve AppImage build on Fedora 41 and add auto-config on first run
    Author
    raka
    When
    2mo ago
    Lines
    +30 -9
    Risk
    55%Typical
  • a6660a5afeat: increase worker count and optimize download performance with dynamic chunking, shared connection pooling, and larger buffer sizes
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +30 -19
    Risk
    53%Typical
  • bd42852bAdd extra_model_paths.yaml for HDD model path loading
    Author
    raka
    When
    2mo ago
    Lines
    +29 -0
    Risk
    53%Typical
  • 4ec241feInitial commit: Add ComfyUI submodule, gitignore, and startup script
    Author
    raka
    When
    2mo ago
    Lines
    +36 -0
    Risk
    53%Typical
  • b53c1f5cfeat: customizable input/output directories via config.yaml
    Author
    raka
    When
    2mo ago
    Lines
    +36 -8
    Risk
    51%Typical
  • a300f1ddchore: bump version to 0.5.1
    Author
    rakaarwaky
    When
    1mo ago
    Lines
    +21 -17
    Risk
    49%Typical
Showing 50 of 98 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

011typical ↑elevated ↑0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 98 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,00010,000Lines changed (log) →0.06.9Diffusion →
Below typical33
Typical32
Elevated33

Commit history for rakaarwaky/ComfyUi-arwaky

rakaarwaky/ComfyUi-arwaky has 107 commits in its history from 6 contributors, the first of them Jun 2, 2026. In the last 90 days 103 files were touched, 214 times in total, most often run_comfyui.sh. Every commit is scored for change risk from its size, spread and the history of the files it touches.