Refresh diffusers dataset snapshot 20260609T093515Z
Browse files- README.md +1 -1
- events.parquet +2 -2
- links.parquet +2 -2
- manifest.json +21 -21
- new-contributors-report.json +73 -16
- new-contributors-report.md +30 -8
- new_contributors.parquet +2 -2
- pr_diffs.parquet +2 -2
- pr_files.parquet +2 -2
- pull_requests.parquet +2 -2
- review_comments.parquet +2 -2
- reviews.parquet +2 -2
- snapshots/20260609T093515Z/manifest.json +39 -0
- snapshots/latest.json +4 -4
- state/watermark.json +4 -4
README.md
CHANGED
|
@@ -75,7 +75,7 @@ Use:
|
|
| 75 |
- eval set creation
|
| 76 |
|
| 77 |
Notes:
|
| 78 |
-
- latest snapshot: `
|
| 79 |
- raw data only; no labels or moderation decisions
|
| 80 |
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 81 |
- full file contents for changed files are not included
|
|
|
|
| 75 |
- eval set creation
|
| 76 |
|
| 77 |
Notes:
|
| 78 |
+
- latest snapshot: `20260609T093515Z`
|
| 79 |
- raw data only; no labels or moderation decisions
|
| 80 |
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 81 |
- full file contents for changed files are not included
|
events.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3af9fa402d52560b6c17501c091532957e62f794523bb3904854cf886633227f
|
| 3 |
+
size 2958731
|
links.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:495493361ccb175665d35d65bb7b41738589265ed98fbb5494840bf6e51f0f1d
|
| 3 |
+
size 92485
|
manifest.json
CHANGED
|
@@ -7,33 +7,33 @@
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 59767,
|
| 9 |
"issues": 5401,
|
| 10 |
-
"links":
|
| 11 |
-
"new_contributors":
|
| 12 |
-
"pr_diffs":
|
| 13 |
-
"pr_files":
|
| 14 |
-
"pull_requests":
|
| 15 |
"review_comments": 31985,
|
| 16 |
-
"reviews":
|
| 17 |
-
"timeline_events":
|
| 18 |
},
|
| 19 |
-
"crawl_started_at": "2026-06-
|
| 20 |
"delta_counts": {
|
| 21 |
-
"comments":
|
| 22 |
-
"issue_stubs":
|
| 23 |
"issues": 0,
|
| 24 |
-
"links":
|
| 25 |
-
"pr_diffs":
|
| 26 |
-
"pr_files":
|
| 27 |
-
"pull_requests":
|
| 28 |
-
"review_comments":
|
| 29 |
-
"reviews":
|
| 30 |
-
"timeline_events":
|
| 31 |
},
|
| 32 |
-
"extracted_at": "2026-06-
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
-
"snapshot_id": "
|
| 35 |
"watermark": {
|
| 36 |
-
"effective_since": "2026-06-
|
| 37 |
-
"next_since": "2026-06-
|
| 38 |
}
|
| 39 |
}
|
|
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 59767,
|
| 9 |
"issues": 5401,
|
| 10 |
+
"links": 7076,
|
| 11 |
+
"new_contributors": 100,
|
| 12 |
+
"pr_diffs": 7463,
|
| 13 |
+
"pr_files": 52345,
|
| 14 |
+
"pull_requests": 7463,
|
| 15 |
"review_comments": 31985,
|
| 16 |
+
"reviews": 29779,
|
| 17 |
+
"timeline_events": 206879
|
| 18 |
},
|
| 19 |
+
"crawl_started_at": "2026-06-09T09:35:15Z",
|
| 20 |
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 3,
|
| 23 |
"issues": 0,
|
| 24 |
+
"links": 2224,
|
| 25 |
+
"pr_diffs": 3,
|
| 26 |
+
"pr_files": 25,
|
| 27 |
+
"pull_requests": 3,
|
| 28 |
+
"review_comments": 17,
|
| 29 |
+
"reviews": 6,
|
| 30 |
+
"timeline_events": 183
|
| 31 |
},
|
| 32 |
+
"extracted_at": "2026-06-09T09:35:15Z",
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260609T093515Z",
|
| 35 |
"watermark": {
|
| 36 |
+
"effective_since": "2026-06-09T08:35:15Z",
|
| 37 |
+
"next_since": "2026-06-09T09:35:15Z"
|
| 38 |
}
|
| 39 |
}
|
new-contributors-report.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
-
"snapshot_id": "
|
| 5 |
-
"generated_at": "2026-06-
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
-
"selected_contributors":
|
| 10 |
-
"first_seen_in_snapshot":
|
| 11 |
"known_via_prior_merged_pr": 54,
|
| 12 |
"previous_primary_author_count": 3656,
|
| 13 |
"selected_seen_in_previous_primary": 99,
|
| 14 |
"previous_report_contributor_count": 99,
|
| 15 |
"selected_overlap_previous_report": 99,
|
| 16 |
-
"selected_overlap_previous_report_rate":
|
| 17 |
"reused_previous_report_entries": 96,
|
| 18 |
"reused_known_merged_contributors": 51,
|
| 19 |
-
"live_fetches":
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
-
"enrichment_elapsed_seconds":
|
| 23 |
-
"enrichment_avg_seconds_per_author": 0.
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
@@ -31,13 +31,13 @@
|
|
| 31 |
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asayakpaul",
|
| 32 |
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asayakpaul",
|
| 33 |
"repo_first_seen_at": "2023-01-13T14:42:20Z",
|
| 34 |
-
"repo_last_seen_at": "2026-06-
|
| 35 |
"repo_primary_artifact_count": 1186,
|
| 36 |
-
"repo_artifact_count":
|
| 37 |
"snapshot_issue_count": 134,
|
| 38 |
"snapshot_pr_count": 1052,
|
| 39 |
"snapshot_comment_count": 8236,
|
| 40 |
-
"snapshot_review_count":
|
| 41 |
"snapshot_review_comment_count": 7319,
|
| 42 |
"repo_association": "MEMBER",
|
| 43 |
"new_to_repo": false,
|
|
@@ -1019,8 +1019,8 @@
|
|
| 1019 |
"number": 13891,
|
| 1020 |
"title": "refactor unet_spatiotemporal tests",
|
| 1021 |
"url": "https://github.com/huggingface/diffusers/pull/13891",
|
| 1022 |
-
"state": "
|
| 1023 |
-
"merged":
|
| 1024 |
"draft": false,
|
| 1025 |
"created_at": "2026-06-09T06:12:13Z"
|
| 1026 |
},
|
|
@@ -2689,13 +2689,13 @@
|
|
| 2689 |
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Akashif",
|
| 2690 |
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Akashif",
|
| 2691 |
"repo_first_seen_at": "2022-06-15T15:01:24Z",
|
| 2692 |
-
"repo_last_seen_at": "2026-06-
|
| 2693 |
"repo_primary_artifact_count": 65,
|
| 2694 |
-
"repo_artifact_count":
|
| 2695 |
"snapshot_issue_count": 0,
|
| 2696 |
"snapshot_pr_count": 65,
|
| 2697 |
"snapshot_comment_count": 212,
|
| 2698 |
-
"snapshot_review_count":
|
| 2699 |
"snapshot_review_comment_count": 138,
|
| 2700 |
"repo_association": "MEMBER",
|
| 2701 |
"new_to_repo": false,
|
|
@@ -6267,6 +6267,63 @@
|
|
| 6267 |
},
|
| 6268 |
"fetch_error": null
|
| 6269 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6270 |
{
|
| 6271 |
"author_login": "hf-dependantbot-rollout[bot]",
|
| 6272 |
"name": null,
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
+
"snapshot_id": "20260609T093515Z",
|
| 5 |
+
"generated_at": "2026-06-09T09:35:55Z",
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
+
"selected_contributors": 100,
|
| 10 |
+
"first_seen_in_snapshot": 1,
|
| 11 |
"known_via_prior_merged_pr": 54,
|
| 12 |
"previous_primary_author_count": 3656,
|
| 13 |
"selected_seen_in_previous_primary": 99,
|
| 14 |
"previous_report_contributor_count": 99,
|
| 15 |
"selected_overlap_previous_report": 99,
|
| 16 |
+
"selected_overlap_previous_report_rate": 0.99,
|
| 17 |
"reused_previous_report_entries": 96,
|
| 18 |
"reused_known_merged_contributors": 51,
|
| 19 |
+
"live_fetches": 4,
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
+
"enrichment_elapsed_seconds": 5.579,
|
| 23 |
+
"enrichment_avg_seconds_per_author": 0.056,
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
|
|
| 31 |
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asayakpaul",
|
| 32 |
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asayakpaul",
|
| 33 |
"repo_first_seen_at": "2023-01-13T14:42:20Z",
|
| 34 |
+
"repo_last_seen_at": "2026-06-09T09:21:54Z",
|
| 35 |
"repo_primary_artifact_count": 1186,
|
| 36 |
+
"repo_artifact_count": 23787,
|
| 37 |
"snapshot_issue_count": 134,
|
| 38 |
"snapshot_pr_count": 1052,
|
| 39 |
"snapshot_comment_count": 8236,
|
| 40 |
+
"snapshot_review_count": 7046,
|
| 41 |
"snapshot_review_comment_count": 7319,
|
| 42 |
"repo_association": "MEMBER",
|
| 43 |
"new_to_repo": false,
|
|
|
|
| 1019 |
"number": 13891,
|
| 1020 |
"title": "refactor unet_spatiotemporal tests",
|
| 1021 |
"url": "https://github.com/huggingface/diffusers/pull/13891",
|
| 1022 |
+
"state": "closed",
|
| 1023 |
+
"merged": true,
|
| 1024 |
"draft": false,
|
| 1025 |
"created_at": "2026-06-09T06:12:13Z"
|
| 1026 |
},
|
|
|
|
| 2689 |
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Akashif",
|
| 2690 |
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Akashif",
|
| 2691 |
"repo_first_seen_at": "2022-06-15T15:01:24Z",
|
| 2692 |
+
"repo_last_seen_at": "2026-06-09T09:02:58Z",
|
| 2693 |
"repo_primary_artifact_count": 65,
|
| 2694 |
+
"repo_artifact_count": 580,
|
| 2695 |
"snapshot_issue_count": 0,
|
| 2696 |
"snapshot_pr_count": 65,
|
| 2697 |
"snapshot_comment_count": 212,
|
| 2698 |
+
"snapshot_review_count": 165,
|
| 2699 |
"snapshot_review_comment_count": 138,
|
| 2700 |
"repo_association": "MEMBER",
|
| 2701 |
"new_to_repo": false,
|
|
|
|
| 6267 |
},
|
| 6268 |
"fetch_error": null
|
| 6269 |
},
|
| 6270 |
+
{
|
| 6271 |
+
"author_login": "HaozheZhang6",
|
| 6272 |
+
"name": "Hz_Zhang",
|
| 6273 |
+
"profile_url": "https://github.com/HaozheZhang6",
|
| 6274 |
+
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AHaozheZhang6",
|
| 6275 |
+
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AHaozheZhang6",
|
| 6276 |
+
"repo_first_seen_at": "2026-06-09T08:45:25Z",
|
| 6277 |
+
"repo_last_seen_at": "2026-06-09T08:45:25Z",
|
| 6278 |
+
"repo_primary_artifact_count": 1,
|
| 6279 |
+
"repo_artifact_count": 1,
|
| 6280 |
+
"snapshot_issue_count": 0,
|
| 6281 |
+
"snapshot_pr_count": 1,
|
| 6282 |
+
"snapshot_comment_count": 0,
|
| 6283 |
+
"snapshot_review_count": 0,
|
| 6284 |
+
"snapshot_review_comment_count": 0,
|
| 6285 |
+
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 6286 |
+
"new_to_repo": true,
|
| 6287 |
+
"first_seen_in_snapshot": true,
|
| 6288 |
+
"known_via_prior_merged_pr": false,
|
| 6289 |
+
"report_reason": "first_seen_in_snapshot",
|
| 6290 |
+
"enrichment_source": "live",
|
| 6291 |
+
"live_refetch_skipped": false,
|
| 6292 |
+
"account_age_days": 2679,
|
| 6293 |
+
"young_account": false,
|
| 6294 |
+
"follow_through_score": "mixed",
|
| 6295 |
+
"breadth_score": "moderate",
|
| 6296 |
+
"automation_risk_signal": "low",
|
| 6297 |
+
"heuristic_note": "\u2014",
|
| 6298 |
+
"public_orgs": [],
|
| 6299 |
+
"activity": {
|
| 6300 |
+
"visible_authored_pr_count": 16,
|
| 6301 |
+
"merged_pr_count": 11,
|
| 6302 |
+
"closed_unmerged_pr_count": 2,
|
| 6303 |
+
"open_pr_count": 3,
|
| 6304 |
+
"merged_pr_rate": 0.6875,
|
| 6305 |
+
"closed_unmerged_pr_rate": 0.125,
|
| 6306 |
+
"still_open_pr_rate": 0.1875,
|
| 6307 |
+
"distinct_repos_with_authored_prs": 4,
|
| 6308 |
+
"distinct_repos_with_open_prs": 2
|
| 6309 |
+
},
|
| 6310 |
+
"examples": {
|
| 6311 |
+
"pull_requests": [
|
| 6312 |
+
{
|
| 6313 |
+
"kind": "pull_request",
|
| 6314 |
+
"number": 13895,
|
| 6315 |
+
"title": "Fix fp16 LoRA unscale crash after validation in train_dreambooth_lora.py",
|
| 6316 |
+
"url": "https://github.com/huggingface/diffusers/pull/13895",
|
| 6317 |
+
"state": "open",
|
| 6318 |
+
"merged": false,
|
| 6319 |
+
"draft": false,
|
| 6320 |
+
"created_at": "2026-06-09T08:45:25Z"
|
| 6321 |
+
}
|
| 6322 |
+
],
|
| 6323 |
+
"issues": []
|
| 6324 |
+
},
|
| 6325 |
+
"fetch_error": null
|
| 6326 |
+
},
|
| 6327 |
{
|
| 6328 |
"author_login": "hf-dependantbot-rollout[bot]",
|
| 6329 |
"name": null,
|
new-contributors-report.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
-
- Snapshot: `
|
| 4 |
-
- Generated: `2026-06-
|
| 5 |
- Activity window: `60d`
|
| 6 |
-
- Contributors: `
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
@@ -88,6 +88,7 @@
|
|
| 88 |
| `dparikh79` | [profile](https://github.com/dparikh79) | no | FIRST_TIME_CONTRIBUTOR | 2871d | `2026-05-16T22:41:41Z` | 1 | 0 | weak | high | medium | high recent PR volume; broad repo spread; high open PR share; no visible non-self stars; targets high-star repos |
|
| 89 |
| `feice-huang` | [profile](https://github.com/feice-huang) | no | CONTRIBUTOR | 1479d | `2026-04-22T10:38:45Z` | 1 | 0 | strong | low | low | targets high-star repos |
|
| 90 |
| `HaoyuLi-Nova` | [profile](https://github.com/HaoyuLi-Nova) | no | FIRST_TIME_CONTRIBUTOR | 888d | `2026-04-24T15:24:20Z` | 1 | 0 | mixed | low | low | high open PR share; targets high-star repos |
|
|
|
|
| 91 |
| `hf-dependantbot-rollout[bot]` | [profile](https://github.com/hf-dependantbot-rollout[bot]) | no | CONTRIBUTOR | ?d | `2026-05-26T10:32:00Z` | 1 | 0 | n/a | n/a | n/a | summary unavailable |
|
| 92 |
| `hitchhiker3010` | [profile](https://github.com/hitchhiker3010) | no | CONTRIBUTOR | 3818d | `2026-04-07T06:26:34Z` | 1 | 0 | strong | low | low | targets high-star repos |
|
| 93 |
| `hoangperry` | [profile](https://github.com/hoangperry) | no | FIRST_TIME_CONTRIBUTOR | 2993d | `2026-05-17T09:23:14Z` | 1 | 0 | weak | moderate | low | high open PR share; targets high-star repos |
|
|
@@ -117,12 +118,12 @@
|
|
| 117 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asayakpaul)
|
| 118 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asayakpaul)
|
| 119 |
- repo first seen: `2023-01-13T14:42:20Z`
|
| 120 |
-
- repo last seen: `2026-06-
|
| 121 |
- first seen in snapshot: **no**
|
| 122 |
- repo association: **MEMBER**
|
| 123 |
- repo primary artifacts: **1186**
|
| 124 |
- snapshot authored PRs/issues: **1052 PRs / 134 issues**
|
| 125 |
-
- snapshot discussion activity: **8236 comments /
|
| 126 |
- account age: **3507 days**
|
| 127 |
- recent public PR activity: **101 PRs** (86 merged / 7 closed-unmerged / 8 open; merged rate **85%**, closed-unmerged rate **7%**, open rate **8%**)
|
| 128 |
- public orgs: `huggingface`, `all-things-vits`
|
|
@@ -361,7 +362,7 @@ Example artifacts:
|
|
| 361 |
- heuristic read: **high open PR share; targets high-star repos**
|
| 362 |
|
| 363 |
Example artifacts:
|
| 364 |
-
- [PR #13891: refactor unet_spatiotemporal tests](https://github.com/huggingface/diffusers/pull/13891) —
|
| 365 |
- [PR #13849: refactor autoencoder tests (vq, kvae_video, oobleck, consistency_decoder, tiny, vidtok)](https://github.com/huggingface/diffusers/pull/13849) — closed, merged
|
| 366 |
- [PR #13847: refactor controlnet_cosmos tests](https://github.com/huggingface/diffusers/pull/13847) — closed, merged
|
| 367 |
- [Issue #13439: HunyuanVideo 1.5 I2V image conditioning preprocessed at latent resolution instead of pixel resolution](https://github.com/huggingface/diffusers/issues/13439) — closed
|
|
@@ -841,12 +842,12 @@ Example artifacts:
|
|
| 841 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Akashif)
|
| 842 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Akashif)
|
| 843 |
- repo first seen: `2022-06-15T15:01:24Z`
|
| 844 |
-
- repo last seen: `2026-06-
|
| 845 |
- first seen in snapshot: **no**
|
| 846 |
- repo association: **MEMBER**
|
| 847 |
- repo primary artifacts: **65**
|
| 848 |
- snapshot authored PRs/issues: **65 PRs / 0 issues**
|
| 849 |
-
- snapshot discussion activity: **212 comments /
|
| 850 |
- account age: **6611 days**
|
| 851 |
- recent public PR activity: **32 PRs** (18 merged / 3 closed-unmerged / 11 open; merged rate **56%**, closed-unmerged rate **9%**, open rate **34%**)
|
| 852 |
- public orgs: none visible
|
|
@@ -1940,6 +1941,27 @@ Example artifacts:
|
|
| 1940 |
Example artifacts:
|
| 1941 |
- [PR #13556: Fix Flax LMSDiscreteScheduler sigma indexing and align LMS prediction_type with PyTorch](https://github.com/huggingface/diffusers/pull/13556) — open
|
| 1942 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1943 |
### `hf-dependantbot-rollout[bot]`
|
| 1944 |
|
| 1945 |
- profile: [github.com/hf-dependantbot-rollout[bot]](https://github.com/hf-dependantbot-rollout[bot])
|
|
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
+
- Snapshot: `20260609T093515Z`
|
| 4 |
+
- Generated: `2026-06-09T09:35:55Z`
|
| 5 |
- Activity window: `60d`
|
| 6 |
+
- Contributors: `100`
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
|
|
| 88 |
| `dparikh79` | [profile](https://github.com/dparikh79) | no | FIRST_TIME_CONTRIBUTOR | 2871d | `2026-05-16T22:41:41Z` | 1 | 0 | weak | high | medium | high recent PR volume; broad repo spread; high open PR share; no visible non-self stars; targets high-star repos |
|
| 89 |
| `feice-huang` | [profile](https://github.com/feice-huang) | no | CONTRIBUTOR | 1479d | `2026-04-22T10:38:45Z` | 1 | 0 | strong | low | low | targets high-star repos |
|
| 90 |
| `HaoyuLi-Nova` | [profile](https://github.com/HaoyuLi-Nova) | no | FIRST_TIME_CONTRIBUTOR | 888d | `2026-04-24T15:24:20Z` | 1 | 0 | mixed | low | low | high open PR share; targets high-star repos |
|
| 91 |
+
| `HaozheZhang6` | [profile](https://github.com/HaozheZhang6) | yes | FIRST_TIME_CONTRIBUTOR | 2679d | `2026-06-09T08:45:25Z` | 1 | 0 | mixed | moderate | low | — |
|
| 92 |
| `hf-dependantbot-rollout[bot]` | [profile](https://github.com/hf-dependantbot-rollout[bot]) | no | CONTRIBUTOR | ?d | `2026-05-26T10:32:00Z` | 1 | 0 | n/a | n/a | n/a | summary unavailable |
|
| 93 |
| `hitchhiker3010` | [profile](https://github.com/hitchhiker3010) | no | CONTRIBUTOR | 3818d | `2026-04-07T06:26:34Z` | 1 | 0 | strong | low | low | targets high-star repos |
|
| 94 |
| `hoangperry` | [profile](https://github.com/hoangperry) | no | FIRST_TIME_CONTRIBUTOR | 2993d | `2026-05-17T09:23:14Z` | 1 | 0 | weak | moderate | low | high open PR share; targets high-star repos |
|
|
|
|
| 118 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asayakpaul)
|
| 119 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asayakpaul)
|
| 120 |
- repo first seen: `2023-01-13T14:42:20Z`
|
| 121 |
+
- repo last seen: `2026-06-09T09:21:54Z`
|
| 122 |
- first seen in snapshot: **no**
|
| 123 |
- repo association: **MEMBER**
|
| 124 |
- repo primary artifacts: **1186**
|
| 125 |
- snapshot authored PRs/issues: **1052 PRs / 134 issues**
|
| 126 |
+
- snapshot discussion activity: **8236 comments / 7046 reviews / 7319 review comments**
|
| 127 |
- account age: **3507 days**
|
| 128 |
- recent public PR activity: **101 PRs** (86 merged / 7 closed-unmerged / 8 open; merged rate **85%**, closed-unmerged rate **7%**, open rate **8%**)
|
| 129 |
- public orgs: `huggingface`, `all-things-vits`
|
|
|
|
| 362 |
- heuristic read: **high open PR share; targets high-star repos**
|
| 363 |
|
| 364 |
Example artifacts:
|
| 365 |
+
- [PR #13891: refactor unet_spatiotemporal tests](https://github.com/huggingface/diffusers/pull/13891) — closed, merged
|
| 366 |
- [PR #13849: refactor autoencoder tests (vq, kvae_video, oobleck, consistency_decoder, tiny, vidtok)](https://github.com/huggingface/diffusers/pull/13849) — closed, merged
|
| 367 |
- [PR #13847: refactor controlnet_cosmos tests](https://github.com/huggingface/diffusers/pull/13847) — closed, merged
|
| 368 |
- [Issue #13439: HunyuanVideo 1.5 I2V image conditioning preprocessed at latent resolution instead of pixel resolution](https://github.com/huggingface/diffusers/issues/13439) — closed
|
|
|
|
| 842 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Akashif)
|
| 843 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Akashif)
|
| 844 |
- repo first seen: `2022-06-15T15:01:24Z`
|
| 845 |
+
- repo last seen: `2026-06-09T09:02:58Z`
|
| 846 |
- first seen in snapshot: **no**
|
| 847 |
- repo association: **MEMBER**
|
| 848 |
- repo primary artifacts: **65**
|
| 849 |
- snapshot authored PRs/issues: **65 PRs / 0 issues**
|
| 850 |
+
- snapshot discussion activity: **212 comments / 165 reviews / 138 review comments**
|
| 851 |
- account age: **6611 days**
|
| 852 |
- recent public PR activity: **32 PRs** (18 merged / 3 closed-unmerged / 11 open; merged rate **56%**, closed-unmerged rate **9%**, open rate **34%**)
|
| 853 |
- public orgs: none visible
|
|
|
|
| 1941 |
Example artifacts:
|
| 1942 |
- [PR #13556: Fix Flax LMSDiscreteScheduler sigma indexing and align LMS prediction_type with PyTorch](https://github.com/huggingface/diffusers/pull/13556) — open
|
| 1943 |
|
| 1944 |
+
### `HaozheZhang6`
|
| 1945 |
+
|
| 1946 |
+
- profile: [github.com/HaozheZhang6](https://github.com/HaozheZhang6)
|
| 1947 |
+
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AHaozheZhang6)
|
| 1948 |
+
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AHaozheZhang6)
|
| 1949 |
+
- repo first seen: `2026-06-09T08:45:25Z`
|
| 1950 |
+
- repo last seen: `2026-06-09T08:45:25Z`
|
| 1951 |
+
- first seen in snapshot: **yes**
|
| 1952 |
+
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 1953 |
+
- repo primary artifacts: **1**
|
| 1954 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 1955 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 1956 |
+
- account age: **2679 days**
|
| 1957 |
+
- recent public PR activity: **16 PRs** (11 merged / 2 closed-unmerged / 3 open; merged rate **69%**, closed-unmerged rate **12%**, open rate **19%**)
|
| 1958 |
+
- public orgs: none visible
|
| 1959 |
+
- compact scores: follow-through **mixed**, breadth **moderate**, automation risk **low**
|
| 1960 |
+
- heuristic read: **—**
|
| 1961 |
+
|
| 1962 |
+
Example artifacts:
|
| 1963 |
+
- [PR #13895: Fix fp16 LoRA unscale crash after validation in train_dreambooth_lora.py](https://github.com/huggingface/diffusers/pull/13895) — open
|
| 1964 |
+
|
| 1965 |
### `hf-dependantbot-rollout[bot]`
|
| 1966 |
|
| 1967 |
- profile: [github.com/hf-dependantbot-rollout[bot]](https://github.com/hf-dependantbot-rollout[bot])
|
new_contributors.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65c72f37726a315391376194b2fd3b6e8298bf38635887087c0c29195594658b
|
| 3 |
+
size 30141
|
pr_diffs.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f49908953c9430ec6d4029a06c8b46a11cc4c48c0945dbe91a166aa0434c2f45
|
| 3 |
+
size 112272594
|
pr_files.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f780df7ca28136232c2e05c0738442a7cbb85d9e7c06ea70d7cfc97ef05b29e
|
| 3 |
+
size 68059341
|
pull_requests.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8266abacad7a1e9b01dff3ae6dd0fed8e201dfba625f956507f078dcf0567501
|
| 3 |
+
size 5033875
|
review_comments.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:431330856a8a52c916865a43ae9d47a27435121b5ffc1c4195fd11fbe0160508
|
| 3 |
+
size 5628839
|
reviews.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfec6c379963c38920238732d53f1842243b9a41d13ce807b56c8a8cef756f15
|
| 3 |
+
size 2299363
|
snapshots/20260609T093515Z/manifest.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"new_contributors_json": "new-contributors-report.json",
|
| 4 |
+
"new_contributors_markdown": "new-contributors-report.md",
|
| 5 |
+
"new_contributors_parquet": "new_contributors.parquet"
|
| 6 |
+
},
|
| 7 |
+
"counts": {
|
| 8 |
+
"comments": 59767,
|
| 9 |
+
"issues": 5401,
|
| 10 |
+
"links": 7076,
|
| 11 |
+
"new_contributors": 100,
|
| 12 |
+
"pr_diffs": 7463,
|
| 13 |
+
"pr_files": 52345,
|
| 14 |
+
"pull_requests": 7463,
|
| 15 |
+
"review_comments": 31985,
|
| 16 |
+
"reviews": 29779,
|
| 17 |
+
"timeline_events": 206879
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-06-09T09:35:15Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 3,
|
| 23 |
+
"issues": 0,
|
| 24 |
+
"links": 2224,
|
| 25 |
+
"pr_diffs": 3,
|
| 26 |
+
"pr_files": 25,
|
| 27 |
+
"pull_requests": 3,
|
| 28 |
+
"review_comments": 17,
|
| 29 |
+
"reviews": 6,
|
| 30 |
+
"timeline_events": 183
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-06-09T09:35:15Z",
|
| 33 |
+
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260609T093515Z",
|
| 35 |
+
"watermark": {
|
| 36 |
+
"effective_since": "2026-06-09T08:35:15Z",
|
| 37 |
+
"next_since": "2026-06-09T09:35:15Z"
|
| 38 |
+
}
|
| 39 |
+
}
|
snapshots/latest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"archived_manifest_path": "snapshots/
|
| 3 |
-
"latest_snapshot_id": "
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
-
"next_since": "2026-06-
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
-
"snapshot_dir": "snapshots/
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"archived_manifest_path": "snapshots/20260609T093515Z/manifest.json",
|
| 3 |
+
"latest_snapshot_id": "20260609T093515Z",
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
+
"next_since": "2026-06-09T09:35:15Z",
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
+
"snapshot_dir": "snapshots/20260609T093515Z"
|
| 8 |
}
|
state/watermark.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"effective_since": "2026-06-
|
| 3 |
-
"last_successful_snapshot_id": "
|
| 4 |
-
"next_since": "2026-06-
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
-
"updated_at": "2026-06-
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"effective_since": "2026-06-09T08:35:15Z",
|
| 3 |
+
"last_successful_snapshot_id": "20260609T093515Z",
|
| 4 |
+
"next_since": "2026-06-09T09:35:15Z",
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
+
"updated_at": "2026-06-09T09:35:15Z"
|
| 7 |
}
|