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
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.
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.
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 | Author | When | Lines | Risk | Top 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 |
Two views of the same model: where the cuts fall, and what commit shape lands you above them.
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.
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.
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.