Refresh diffusers dataset snapshot 20260522T023512Z
Browse files- README.md +1 -1
- events.parquet +2 -2
- links.parquet +2 -2
- manifest.json +21 -21
- new-contributors-report.json +138 -24
- new-contributors-report.md +53 -9
- 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/20260522T023512Z/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: `20260522T023512Z`
|
| 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:297300e50d6dc468f883f10544c6db637e5c415cc9f82c9c9c23f0bdc50b72f8
|
| 3 |
+
size 2927372
|
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:ea54f037e3464098248cae71c45f52745cf3c056490a6138b37c19991c399827
|
| 3 |
+
size 87096
|
manifest.json
CHANGED
|
@@ -7,33 +7,33 @@
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 59479,
|
| 9 |
"issues": 5387,
|
| 10 |
-
"links":
|
| 11 |
-
"new_contributors":
|
| 12 |
-
"pr_diffs":
|
| 13 |
-
"pr_files":
|
| 14 |
-
"pull_requests":
|
| 15 |
-
"review_comments":
|
| 16 |
-
"reviews":
|
| 17 |
-
"timeline_events":
|
| 18 |
},
|
| 19 |
-
"crawl_started_at": "2026-05-
|
| 20 |
"delta_counts": {
|
| 21 |
"comments": 0,
|
| 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-05-
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
-
"snapshot_id": "
|
| 35 |
"watermark": {
|
| 36 |
-
"effective_since": "2026-05-
|
| 37 |
-
"next_since": "2026-05-
|
| 38 |
}
|
| 39 |
}
|
|
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 59479,
|
| 9 |
"issues": 5387,
|
| 10 |
+
"links": 6432,
|
| 11 |
+
"new_contributors": 97,
|
| 12 |
+
"pr_diffs": 7374,
|
| 13 |
+
"pr_files": 51831,
|
| 14 |
+
"pull_requests": 7374,
|
| 15 |
+
"review_comments": 31684,
|
| 16 |
+
"reviews": 29472,
|
| 17 |
+
"timeline_events": 205144
|
| 18 |
},
|
| 19 |
+
"crawl_started_at": "2026-05-22T02:35:12Z",
|
| 20 |
"delta_counts": {
|
| 21 |
"comments": 0,
|
| 22 |
+
"issue_stubs": 4,
|
| 23 |
"issues": 0,
|
| 24 |
+
"links": 2194,
|
| 25 |
+
"pr_diffs": 4,
|
| 26 |
+
"pr_files": 29,
|
| 27 |
+
"pull_requests": 4,
|
| 28 |
+
"review_comments": 20,
|
| 29 |
+
"reviews": 11,
|
| 30 |
+
"timeline_events": 103
|
| 31 |
},
|
| 32 |
+
"extracted_at": "2026-05-22T02:35:12Z",
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260522T023512Z",
|
| 35 |
"watermark": {
|
| 36 |
+
"effective_since": "2026-05-22T01:35:11Z",
|
| 37 |
+
"next_since": "2026-05-22T02:35:12Z"
|
| 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-05-
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
-
"selected_contributors":
|
| 10 |
-
"first_seen_in_snapshot":
|
| 11 |
"known_via_prior_merged_pr": 59,
|
| 12 |
"previous_primary_author_count": 3628,
|
| 13 |
"selected_seen_in_previous_primary": 95,
|
| 14 |
"previous_report_contributor_count": 95,
|
| 15 |
"selected_overlap_previous_report": 95,
|
| 16 |
-
"selected_overlap_previous_report_rate":
|
| 17 |
"reused_previous_report_entries": 93,
|
| 18 |
"reused_known_merged_contributors": 57,
|
| 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": 2
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
@@ -31,14 +31,14 @@
|
|
| 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-05-
|
| 35 |
-
"repo_primary_artifact_count":
|
| 36 |
-
"repo_artifact_count":
|
| 37 |
"snapshot_issue_count": 133,
|
| 38 |
-
"snapshot_pr_count":
|
| 39 |
"snapshot_comment_count": 8189,
|
| 40 |
-
"snapshot_review_count":
|
| 41 |
-
"snapshot_review_comment_count":
|
| 42 |
"repo_association": "MEMBER",
|
| 43 |
"new_to_repo": false,
|
| 44 |
"first_seen_in_snapshot": false,
|
|
@@ -69,6 +69,16 @@
|
|
| 69 |
},
|
| 70 |
"examples": {
|
| 71 |
"pull_requests": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
{
|
| 73 |
"kind": "pull_request",
|
| 74 |
"number": 13781,
|
|
@@ -88,16 +98,6 @@
|
|
| 88 |
"merged": false,
|
| 89 |
"draft": false,
|
| 90 |
"created_at": "2026-05-21T05:45:29Z"
|
| 91 |
-
},
|
| 92 |
-
{
|
| 93 |
-
"kind": "pull_request",
|
| 94 |
-
"number": 13779,
|
| 95 |
-
"title": "[docs] Follow ups for consistent forward docstrings",
|
| 96 |
-
"url": "https://github.com/huggingface/diffusers/pull/13779",
|
| 97 |
-
"state": "open",
|
| 98 |
-
"merged": false,
|
| 99 |
-
"draft": true,
|
| 100 |
-
"created_at": "2026-05-21T03:56:29Z"
|
| 101 |
}
|
| 102 |
],
|
| 103 |
"issues": [
|
|
@@ -5525,6 +5525,120 @@
|
|
| 5525 |
},
|
| 5526 |
"fetch_error": null
|
| 5527 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5528 |
{
|
| 5529 |
"author_login": "aws-zhenguo",
|
| 5530 |
"name": "Zhenguo Chen",
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
+
"snapshot_id": "20260522T023512Z",
|
| 5 |
+
"generated_at": "2026-05-22T02:35:59Z",
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
+
"selected_contributors": 97,
|
| 10 |
+
"first_seen_in_snapshot": 2,
|
| 11 |
"known_via_prior_merged_pr": 59,
|
| 12 |
"previous_primary_author_count": 3628,
|
| 13 |
"selected_seen_in_previous_primary": 95,
|
| 14 |
"previous_report_contributor_count": 95,
|
| 15 |
"selected_overlap_previous_report": 95,
|
| 16 |
+
"selected_overlap_previous_report_rate": 0.9794,
|
| 17 |
"reused_previous_report_entries": 93,
|
| 18 |
"reused_known_merged_contributors": 57,
|
| 19 |
+
"live_fetches": 4,
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
+
"enrichment_elapsed_seconds": 11.134,
|
| 23 |
+
"enrichment_avg_seconds_per_author": 0.115,
|
| 24 |
"enrichment_failures": 2
|
| 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-05-22T02:32:33Z",
|
| 35 |
+
"repo_primary_artifact_count": 1171,
|
| 36 |
+
"repo_artifact_count": 23576,
|
| 37 |
"snapshot_issue_count": 133,
|
| 38 |
+
"snapshot_pr_count": 1038,
|
| 39 |
"snapshot_comment_count": 8189,
|
| 40 |
+
"snapshot_review_count": 6977,
|
| 41 |
+
"snapshot_review_comment_count": 7239,
|
| 42 |
"repo_association": "MEMBER",
|
| 43 |
"new_to_repo": false,
|
| 44 |
"first_seen_in_snapshot": false,
|
|
|
|
| 69 |
},
|
| 70 |
"examples": {
|
| 71 |
"pull_requests": [
|
| 72 |
+
{
|
| 73 |
+
"kind": "pull_request",
|
| 74 |
+
"number": 13787,
|
| 75 |
+
"title": "[docs] fix ace step checkpoint id.",
|
| 76 |
+
"url": "https://github.com/huggingface/diffusers/pull/13787",
|
| 77 |
+
"state": "open",
|
| 78 |
+
"merged": false,
|
| 79 |
+
"draft": false,
|
| 80 |
+
"created_at": "2026-05-22T02:32:33Z"
|
| 81 |
+
},
|
| 82 |
{
|
| 83 |
"kind": "pull_request",
|
| 84 |
"number": 13781,
|
|
|
|
| 98 |
"merged": false,
|
| 99 |
"draft": false,
|
| 100 |
"created_at": "2026-05-21T05:45:29Z"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
}
|
| 102 |
],
|
| 103 |
"issues": [
|
|
|
|
| 5525 |
},
|
| 5526 |
"fetch_error": null
|
| 5527 |
},
|
| 5528 |
+
{
|
| 5529 |
+
"author_login": "aryanmotgi",
|
| 5530 |
+
"name": null,
|
| 5531 |
+
"profile_url": "https://github.com/aryanmotgi",
|
| 5532 |
+
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aaryanmotgi",
|
| 5533 |
+
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aaryanmotgi",
|
| 5534 |
+
"repo_first_seen_at": "2026-05-22T02:15:07Z",
|
| 5535 |
+
"repo_last_seen_at": "2026-05-22T02:15:07Z",
|
| 5536 |
+
"repo_primary_artifact_count": 1,
|
| 5537 |
+
"repo_artifact_count": 1,
|
| 5538 |
+
"snapshot_issue_count": 0,
|
| 5539 |
+
"snapshot_pr_count": 1,
|
| 5540 |
+
"snapshot_comment_count": 0,
|
| 5541 |
+
"snapshot_review_count": 0,
|
| 5542 |
+
"snapshot_review_comment_count": 0,
|
| 5543 |
+
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 5544 |
+
"new_to_repo": true,
|
| 5545 |
+
"first_seen_in_snapshot": true,
|
| 5546 |
+
"known_via_prior_merged_pr": false,
|
| 5547 |
+
"report_reason": "first_seen_in_snapshot",
|
| 5548 |
+
"enrichment_source": "live",
|
| 5549 |
+
"live_refetch_skipped": false,
|
| 5550 |
+
"account_age_days": 1802,
|
| 5551 |
+
"young_account": false,
|
| 5552 |
+
"follow_through_score": "strong",
|
| 5553 |
+
"breadth_score": "moderate",
|
| 5554 |
+
"automation_risk_signal": "low",
|
| 5555 |
+
"heuristic_note": "high recent PR volume",
|
| 5556 |
+
"public_orgs": [],
|
| 5557 |
+
"activity": {
|
| 5558 |
+
"visible_authored_pr_count": 69,
|
| 5559 |
+
"merged_pr_count": 56,
|
| 5560 |
+
"closed_unmerged_pr_count": 5,
|
| 5561 |
+
"open_pr_count": 8,
|
| 5562 |
+
"merged_pr_rate": 0.8116,
|
| 5563 |
+
"closed_unmerged_pr_rate": 0.0725,
|
| 5564 |
+
"still_open_pr_rate": 0.1159,
|
| 5565 |
+
"distinct_repos_with_authored_prs": 8,
|
| 5566 |
+
"distinct_repos_with_open_prs": 7
|
| 5567 |
+
},
|
| 5568 |
+
"examples": {
|
| 5569 |
+
"pull_requests": [
|
| 5570 |
+
{
|
| 5571 |
+
"kind": "pull_request",
|
| 5572 |
+
"number": 13786,
|
| 5573 |
+
"title": "Fix from_pretrain typo in StableCascade and Wuerstchen docstrings",
|
| 5574 |
+
"url": "https://github.com/huggingface/diffusers/pull/13786",
|
| 5575 |
+
"state": "open",
|
| 5576 |
+
"merged": false,
|
| 5577 |
+
"draft": false,
|
| 5578 |
+
"created_at": "2026-05-22T02:15:07Z"
|
| 5579 |
+
}
|
| 5580 |
+
],
|
| 5581 |
+
"issues": []
|
| 5582 |
+
},
|
| 5583 |
+
"fetch_error": null
|
| 5584 |
+
},
|
| 5585 |
+
{
|
| 5586 |
+
"author_login": "ATOM00blue",
|
| 5587 |
+
"name": "wheelman",
|
| 5588 |
+
"profile_url": "https://github.com/ATOM00blue",
|
| 5589 |
+
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AATOM00blue",
|
| 5590 |
+
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AATOM00blue",
|
| 5591 |
+
"repo_first_seen_at": "2026-05-22T01:48:23Z",
|
| 5592 |
+
"repo_last_seen_at": "2026-05-22T01:48:23Z",
|
| 5593 |
+
"repo_primary_artifact_count": 1,
|
| 5594 |
+
"repo_artifact_count": 1,
|
| 5595 |
+
"snapshot_issue_count": 0,
|
| 5596 |
+
"snapshot_pr_count": 1,
|
| 5597 |
+
"snapshot_comment_count": 0,
|
| 5598 |
+
"snapshot_review_count": 0,
|
| 5599 |
+
"snapshot_review_comment_count": 0,
|
| 5600 |
+
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 5601 |
+
"new_to_repo": true,
|
| 5602 |
+
"first_seen_in_snapshot": true,
|
| 5603 |
+
"known_via_prior_merged_pr": false,
|
| 5604 |
+
"report_reason": "first_seen_in_snapshot",
|
| 5605 |
+
"enrichment_source": "live",
|
| 5606 |
+
"live_refetch_skipped": false,
|
| 5607 |
+
"account_age_days": 318,
|
| 5608 |
+
"young_account": true,
|
| 5609 |
+
"follow_through_score": "weak",
|
| 5610 |
+
"breadth_score": "very high",
|
| 5611 |
+
"automation_risk_signal": "medium",
|
| 5612 |
+
"heuristic_note": "young account; high recent PR volume; very broad repo spread; high open PR share; targets high-star repos",
|
| 5613 |
+
"public_orgs": [],
|
| 5614 |
+
"activity": {
|
| 5615 |
+
"visible_authored_pr_count": 61,
|
| 5616 |
+
"merged_pr_count": 3,
|
| 5617 |
+
"closed_unmerged_pr_count": 8,
|
| 5618 |
+
"open_pr_count": 50,
|
| 5619 |
+
"merged_pr_rate": 0.0492,
|
| 5620 |
+
"closed_unmerged_pr_rate": 0.1311,
|
| 5621 |
+
"still_open_pr_rate": 0.8197,
|
| 5622 |
+
"distinct_repos_with_authored_prs": 56,
|
| 5623 |
+
"distinct_repos_with_open_prs": 46
|
| 5624 |
+
},
|
| 5625 |
+
"examples": {
|
| 5626 |
+
"pull_requests": [
|
| 5627 |
+
{
|
| 5628 |
+
"kind": "pull_request",
|
| 5629 |
+
"number": 13785,
|
| 5630 |
+
"title": "Fix FlowMatchEulerDiscreteScheduler.index_for_timestep float precision lookup",
|
| 5631 |
+
"url": "https://github.com/huggingface/diffusers/pull/13785",
|
| 5632 |
+
"state": "open",
|
| 5633 |
+
"merged": false,
|
| 5634 |
+
"draft": false,
|
| 5635 |
+
"created_at": "2026-05-22T01:48:23Z"
|
| 5636 |
+
}
|
| 5637 |
+
],
|
| 5638 |
+
"issues": []
|
| 5639 |
+
},
|
| 5640 |
+
"fetch_error": null
|
| 5641 |
+
},
|
| 5642 |
{
|
| 5643 |
"author_login": "aws-zhenguo",
|
| 5644 |
"name": "Zhenguo Chen",
|
new-contributors-report.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
-
- Snapshot: `
|
| 4 |
-
- Generated: `2026-05-
|
| 5 |
- Activity window: `60d`
|
| 6 |
-
- Contributors: `
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
| 10 |
| Author | Profile | First seen? | Association | Account age | Repo first seen | Snapshot PRs | Snapshot issues | Follow-through | Breadth | Automation risk | Notes |
|
| 11 |
| --- | --- | --- | --- | ---: | --- | ---: | ---: | --- | --- | --- | --- |
|
| 12 |
-
| `sayakpaul` | [profile](https://github.com/sayakpaul) | no | MEMBER | 3466d | `2023-01-13T14:42:20Z` |
|
| 13 |
| `DN6` | [profile](https://github.com/DN6) | no | MEMBER | 4361d | `2023-02-22T04:27:25Z` | 380 | 14 | mixed | low | low | high recent PR volume; targets high-star repos |
|
| 14 |
| `yiyixuxu` | [profile](https://github.com/yiyixuxu) | no | MEMBER | 3978d | `2022-12-14T16:37:57Z` | 302 | 38 | strong | low | low | targets high-star repos |
|
| 15 |
| `stevhliu` | [profile](https://github.com/stevhliu) | no | MEMBER | 2296d | `2023-02-22T18:18:22Z` | 214 | 6 | strong | low | low | high recent PR volume; no visible non-self stars; targets high-star repos |
|
|
@@ -76,6 +76,8 @@
|
|
| 76 |
| `andrew-w-ross` | [profile](https://github.com/andrew-w-ross) | no | CONTRIBUTOR | 3851d | `2026-03-30T01:44:18Z` | 1 | 0 | strong | low | low | targets high-star repos |
|
| 77 |
| `andrewor14` | [profile](https://github.com/andrewor14) | no | CONTRIBUTOR | 4997d | `2026-04-03T20:31:12Z` | 1 | 0 | strong | moderate | low | — |
|
| 78 |
| `arieleli01212` | [profile](https://github.com/arieleli01212) | no | FIRST_TIME_CONTRIBUTOR | 396d | `2026-05-17T18:44:15Z` | 1 | 0 | mixed | moderate | low | high open PR share; no visible non-self stars; targets high-star repos |
|
|
|
|
|
|
|
| 79 |
| `aws-zhenguo` | [profile](https://github.com/aws-zhenguo) | no | FIRST_TIME_CONTRIBUTOR | 514d | `2026-04-14T22:28:18Z` | 1 | 0 | weak | low | low | high open PR share; no visible non-self stars; targets high-star repos |
|
| 80 |
| `awsr` | [profile](https://github.com/awsr) | no | FIRST_TIME_CONTRIBUTOR | 2751d | `2026-04-04T02:02:23Z` | 1 | 0 | mixed | moderate | low | — |
|
| 81 |
| `ChinChyi` | [profile](https://github.com/ChinChyi) | no | FIRST_TIME_CONTRIBUTOR | 3076d | `2026-05-06T17:18:28Z` | 1 | 0 | weak | low | low | high open PR share; targets high-star repos |
|
|
@@ -113,12 +115,12 @@
|
|
| 113 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asayakpaul)
|
| 114 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asayakpaul)
|
| 115 |
- repo first seen: `2023-01-13T14:42:20Z`
|
| 116 |
-
- repo last seen: `2026-05-
|
| 117 |
- first seen in snapshot: **no**
|
| 118 |
- repo association: **MEMBER**
|
| 119 |
-
- repo primary artifacts: **
|
| 120 |
-
- snapshot authored PRs/issues: **
|
| 121 |
-
- snapshot discussion activity: **8189 comments /
|
| 122 |
- account age: **3466 days**
|
| 123 |
- recent public PR activity: **109 PRs** (86 merged / 5 closed-unmerged / 18 open; merged rate **79%**, closed-unmerged rate **5%**, open rate **17%**)
|
| 124 |
- public orgs: `huggingface`, `all-things-vits`
|
|
@@ -126,9 +128,9 @@
|
|
| 126 |
- heuristic read: **extremely high recent PR volume; broad repo spread; targets high-star repos**
|
| 127 |
|
| 128 |
Example artifacts:
|
|
|
|
| 129 |
- [PR #13781: [core] Refactor condition embedders (and others) modules from `pipelines`](https://github.com/huggingface/diffusers/pull/13781) — open, draft
|
| 130 |
- [PR #13780: feat: have claude open issues for forked branch PRs.](https://github.com/huggingface/diffusers/pull/13780) — open
|
| 131 |
-
- [PR #13779: [docs] Follow ups for consistent forward docstrings](https://github.com/huggingface/diffusers/pull/13779) — open, draft
|
| 132 |
- [Issue #13713: Incorporate safetensors support to TorchAO](https://github.com/huggingface/diffusers/issues/13713) — open
|
| 133 |
- [Issue #13475: QwenImage `has_neg_prompt` derivation](https://github.com/huggingface/diffusers/issues/13475) — closed
|
| 134 |
- [Issue #13401: Help us profile important pipelines and improve if needed](https://github.com/huggingface/diffusers/issues/13401) — open
|
|
@@ -1679,6 +1681,48 @@ Example artifacts:
|
|
| 1679 |
Example artifacts:
|
| 1680 |
- [PR #13763: Fix rescale_noise_cfg zero std handling](https://github.com/huggingface/diffusers/pull/13763) — open
|
| 1681 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1682 |
### `aws-zhenguo`
|
| 1683 |
|
| 1684 |
- profile: [github.com/aws-zhenguo](https://github.com/aws-zhenguo)
|
|
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
+
- Snapshot: `20260522T023512Z`
|
| 4 |
+
- Generated: `2026-05-22T02:35:59Z`
|
| 5 |
- Activity window: `60d`
|
| 6 |
+
- Contributors: `97`
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
| 10 |
| Author | Profile | First seen? | Association | Account age | Repo first seen | Snapshot PRs | Snapshot issues | Follow-through | Breadth | Automation risk | Notes |
|
| 11 |
| --- | --- | --- | --- | ---: | --- | ---: | ---: | --- | --- | --- | --- |
|
| 12 |
+
| `sayakpaul` | [profile](https://github.com/sayakpaul) | no | MEMBER | 3466d | `2023-01-13T14:42:20Z` | 1038 | 133 | strong | high | low | extremely high recent PR volume; broad repo spread; targets high-star repos |
|
| 13 |
| `DN6` | [profile](https://github.com/DN6) | no | MEMBER | 4361d | `2023-02-22T04:27:25Z` | 380 | 14 | mixed | low | low | high recent PR volume; targets high-star repos |
|
| 14 |
| `yiyixuxu` | [profile](https://github.com/yiyixuxu) | no | MEMBER | 3978d | `2022-12-14T16:37:57Z` | 302 | 38 | strong | low | low | targets high-star repos |
|
| 15 |
| `stevhliu` | [profile](https://github.com/stevhliu) | no | MEMBER | 2296d | `2023-02-22T18:18:22Z` | 214 | 6 | strong | low | low | high recent PR volume; no visible non-self stars; targets high-star repos |
|
|
|
|
| 76 |
| `andrew-w-ross` | [profile](https://github.com/andrew-w-ross) | no | CONTRIBUTOR | 3851d | `2026-03-30T01:44:18Z` | 1 | 0 | strong | low | low | targets high-star repos |
|
| 77 |
| `andrewor14` | [profile](https://github.com/andrewor14) | no | CONTRIBUTOR | 4997d | `2026-04-03T20:31:12Z` | 1 | 0 | strong | moderate | low | — |
|
| 78 |
| `arieleli01212` | [profile](https://github.com/arieleli01212) | no | FIRST_TIME_CONTRIBUTOR | 396d | `2026-05-17T18:44:15Z` | 1 | 0 | mixed | moderate | low | high open PR share; no visible non-self stars; targets high-star repos |
|
| 79 |
+
| `aryanmotgi` | [profile](https://github.com/aryanmotgi) | yes | FIRST_TIME_CONTRIBUTOR | 1802d | `2026-05-22T02:15:07Z` | 1 | 0 | strong | moderate | low | high recent PR volume |
|
| 80 |
+
| `ATOM00blue` | [profile](https://github.com/ATOM00blue) | yes | FIRST_TIME_CONTRIBUTOR | 318d | `2026-05-22T01:48:23Z` | 1 | 0 | weak | very high | medium | young account; high recent PR volume; very broad repo spread; high open PR share; targets high-star repos |
|
| 81 |
| `aws-zhenguo` | [profile](https://github.com/aws-zhenguo) | no | FIRST_TIME_CONTRIBUTOR | 514d | `2026-04-14T22:28:18Z` | 1 | 0 | weak | low | low | high open PR share; no visible non-self stars; targets high-star repos |
|
| 82 |
| `awsr` | [profile](https://github.com/awsr) | no | FIRST_TIME_CONTRIBUTOR | 2751d | `2026-04-04T02:02:23Z` | 1 | 0 | mixed | moderate | low | — |
|
| 83 |
| `ChinChyi` | [profile](https://github.com/ChinChyi) | no | FIRST_TIME_CONTRIBUTOR | 3076d | `2026-05-06T17:18:28Z` | 1 | 0 | weak | low | low | high open PR share; targets high-star repos |
|
|
|
|
| 115 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asayakpaul)
|
| 116 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asayakpaul)
|
| 117 |
- repo first seen: `2023-01-13T14:42:20Z`
|
| 118 |
+
- repo last seen: `2026-05-22T02:32:33Z`
|
| 119 |
- first seen in snapshot: **no**
|
| 120 |
- repo association: **MEMBER**
|
| 121 |
+
- repo primary artifacts: **1171**
|
| 122 |
+
- snapshot authored PRs/issues: **1038 PRs / 133 issues**
|
| 123 |
+
- snapshot discussion activity: **8189 comments / 6977 reviews / 7239 review comments**
|
| 124 |
- account age: **3466 days**
|
| 125 |
- recent public PR activity: **109 PRs** (86 merged / 5 closed-unmerged / 18 open; merged rate **79%**, closed-unmerged rate **5%**, open rate **17%**)
|
| 126 |
- public orgs: `huggingface`, `all-things-vits`
|
|
|
|
| 128 |
- heuristic read: **extremely high recent PR volume; broad repo spread; targets high-star repos**
|
| 129 |
|
| 130 |
Example artifacts:
|
| 131 |
+
- [PR #13787: [docs] fix ace step checkpoint id.](https://github.com/huggingface/diffusers/pull/13787) — open
|
| 132 |
- [PR #13781: [core] Refactor condition embedders (and others) modules from `pipelines`](https://github.com/huggingface/diffusers/pull/13781) — open, draft
|
| 133 |
- [PR #13780: feat: have claude open issues for forked branch PRs.](https://github.com/huggingface/diffusers/pull/13780) — open
|
|
|
|
| 134 |
- [Issue #13713: Incorporate safetensors support to TorchAO](https://github.com/huggingface/diffusers/issues/13713) — open
|
| 135 |
- [Issue #13475: QwenImage `has_neg_prompt` derivation](https://github.com/huggingface/diffusers/issues/13475) — closed
|
| 136 |
- [Issue #13401: Help us profile important pipelines and improve if needed](https://github.com/huggingface/diffusers/issues/13401) — open
|
|
|
|
| 1681 |
Example artifacts:
|
| 1682 |
- [PR #13763: Fix rescale_noise_cfg zero std handling](https://github.com/huggingface/diffusers/pull/13763) — open
|
| 1683 |
|
| 1684 |
+
### `aryanmotgi`
|
| 1685 |
+
|
| 1686 |
+
- profile: [github.com/aryanmotgi](https://github.com/aryanmotgi)
|
| 1687 |
+
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aaryanmotgi)
|
| 1688 |
+
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aaryanmotgi)
|
| 1689 |
+
- repo first seen: `2026-05-22T02:15:07Z`
|
| 1690 |
+
- repo last seen: `2026-05-22T02:15:07Z`
|
| 1691 |
+
- first seen in snapshot: **yes**
|
| 1692 |
+
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 1693 |
+
- repo primary artifacts: **1**
|
| 1694 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 1695 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 1696 |
+
- account age: **1802 days**
|
| 1697 |
+
- recent public PR activity: **69 PRs** (56 merged / 5 closed-unmerged / 8 open; merged rate **81%**, closed-unmerged rate **7%**, open rate **12%**)
|
| 1698 |
+
- public orgs: none visible
|
| 1699 |
+
- compact scores: follow-through **strong**, breadth **moderate**, automation risk **low**
|
| 1700 |
+
- heuristic read: **high recent PR volume**
|
| 1701 |
+
|
| 1702 |
+
Example artifacts:
|
| 1703 |
+
- [PR #13786: Fix from_pretrain typo in StableCascade and Wuerstchen docstrings](https://github.com/huggingface/diffusers/pull/13786) — open
|
| 1704 |
+
|
| 1705 |
+
### `ATOM00blue`
|
| 1706 |
+
|
| 1707 |
+
- profile: [github.com/ATOM00blue](https://github.com/ATOM00blue)
|
| 1708 |
+
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AATOM00blue)
|
| 1709 |
+
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AATOM00blue)
|
| 1710 |
+
- repo first seen: `2026-05-22T01:48:23Z`
|
| 1711 |
+
- repo last seen: `2026-05-22T01:48:23Z`
|
| 1712 |
+
- first seen in snapshot: **yes**
|
| 1713 |
+
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 1714 |
+
- repo primary artifacts: **1**
|
| 1715 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 1716 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 1717 |
+
- account age: **318 days**
|
| 1718 |
+
- recent public PR activity: **61 PRs** (3 merged / 8 closed-unmerged / 50 open; merged rate **5%**, closed-unmerged rate **13%**, open rate **82%**)
|
| 1719 |
+
- public orgs: none visible
|
| 1720 |
+
- compact scores: follow-through **weak**, breadth **very high**, automation risk **medium**
|
| 1721 |
+
- heuristic read: **young account; high recent PR volume; very broad repo spread; high open PR share; targets high-star repos**
|
| 1722 |
+
|
| 1723 |
+
Example artifacts:
|
| 1724 |
+
- [PR #13785: Fix FlowMatchEulerDiscreteScheduler.index_for_timestep float precision lookup](https://github.com/huggingface/diffusers/pull/13785) — open
|
| 1725 |
+
|
| 1726 |
### `aws-zhenguo`
|
| 1727 |
|
| 1728 |
- profile: [github.com/aws-zhenguo](https://github.com/aws-zhenguo)
|
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:a535a7910dac10ac4cd4f61a43e9dd2c87feb6f11c1f550e274bf7d9aa20005d
|
| 3 |
+
size 29536
|
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:f810c71d7b47e978b8a2bb39809c95aafaad887897e8b750dea81f488c4094b6
|
| 3 |
+
size 111536654
|
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:13c46ac9d7029f065ce5604f440ca9a742eca26be0d4d8cbe1db9b823ce9ab9e
|
| 3 |
+
size 67440968
|
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:bc3eeee9b8a601923851056ba695483e74297fd3fdbb8689bac517d1f39360eb
|
| 3 |
+
size 4915954
|
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:184a73f49ee4db22f076a194f3591668dc97382a75e525cd820074ac7076e898
|
| 3 |
+
size 5565862
|
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:ddd6f3fe61a72f6dd21aaf94eb2fb2c3e86015e524989d18ab151f6d90d02219
|
| 3 |
+
size 2266797
|
snapshots/20260522T023512Z/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": 59479,
|
| 9 |
+
"issues": 5387,
|
| 10 |
+
"links": 6432,
|
| 11 |
+
"new_contributors": 97,
|
| 12 |
+
"pr_diffs": 7374,
|
| 13 |
+
"pr_files": 51831,
|
| 14 |
+
"pull_requests": 7374,
|
| 15 |
+
"review_comments": 31684,
|
| 16 |
+
"reviews": 29472,
|
| 17 |
+
"timeline_events": 205144
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-05-22T02:35:12Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 4,
|
| 23 |
+
"issues": 0,
|
| 24 |
+
"links": 2194,
|
| 25 |
+
"pr_diffs": 4,
|
| 26 |
+
"pr_files": 29,
|
| 27 |
+
"pull_requests": 4,
|
| 28 |
+
"review_comments": 20,
|
| 29 |
+
"reviews": 11,
|
| 30 |
+
"timeline_events": 103
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-05-22T02:35:12Z",
|
| 33 |
+
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260522T023512Z",
|
| 35 |
+
"watermark": {
|
| 36 |
+
"effective_since": "2026-05-22T01:35:11Z",
|
| 37 |
+
"next_since": "2026-05-22T02:35:12Z"
|
| 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-05-
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
-
"snapshot_dir": "snapshots/
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"archived_manifest_path": "snapshots/20260522T023512Z/manifest.json",
|
| 3 |
+
"latest_snapshot_id": "20260522T023512Z",
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
+
"next_since": "2026-05-22T02:35:12Z",
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
+
"snapshot_dir": "snapshots/20260522T023512Z"
|
| 8 |
}
|
state/watermark.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"effective_since": "2026-05-
|
| 3 |
-
"last_successful_snapshot_id": "
|
| 4 |
-
"next_since": "2026-05-
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
-
"updated_at": "2026-05-
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"effective_since": "2026-05-22T01:35:11Z",
|
| 3 |
+
"last_successful_snapshot_id": "20260522T023512Z",
|
| 4 |
+
"next_since": "2026-05-22T02:35:12Z",
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
+
"updated_at": "2026-05-22T02:35:12Z"
|
| 7 |
}
|