Refresh diffusers dataset snapshot 20260617T173521Z
Browse files- README.md +1 -1
- events.parquet +2 -2
- links.parquet +1 -1
- manifest.json +19 -19
- new-contributors-report.json +68 -11
- new-contributors-report.md +27 -5
- new_contributors.parquet +2 -2
- pr_diffs.parquet +2 -2
- pr_files.parquet +2 -2
- pull_requests.parquet +2 -2
- reviews.parquet +2 -2
- snapshots/20260617T173521Z/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: `20260617T173521Z`
|
| 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:a67173ee4abfa171cabe33c1c35ed6bd4b97b4c7d0f8cdc575a8db2804e86434
|
| 3 |
+
size 2977437
|
links.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 96296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:777cbee958f9d4faf90b9be94679189886aef27e5e44585b4bc5e32ee0b96daa
|
| 3 |
size 96296
|
manifest.json
CHANGED
|
@@ -7,33 +7,33 @@
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 59955,
|
| 9 |
"issues": 5409,
|
| 10 |
-
"links":
|
| 11 |
-
"new_contributors":
|
| 12 |
-
"pr_diffs":
|
| 13 |
-
"pr_files":
|
| 14 |
-
"pull_requests":
|
| 15 |
"review_comments": 32164,
|
| 16 |
-
"reviews":
|
| 17 |
-
"timeline_events":
|
| 18 |
},
|
| 19 |
-
"crawl_started_at": "2026-06-
|
| 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": 0,
|
| 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": 59955,
|
| 9 |
"issues": 5409,
|
| 10 |
+
"links": 7565,
|
| 11 |
+
"new_contributors": 106,
|
| 12 |
+
"pr_diffs": 7537,
|
| 13 |
+
"pr_files": 52693,
|
| 14 |
+
"pull_requests": 7537,
|
| 15 |
"review_comments": 32164,
|
| 16 |
+
"reviews": 29951,
|
| 17 |
+
"timeline_events": 208109
|
| 18 |
},
|
| 19 |
+
"crawl_started_at": "2026-06-17T17:35:21Z",
|
| 20 |
"delta_counts": {
|
| 21 |
"comments": 0,
|
| 22 |
+
"issue_stubs": 2,
|
| 23 |
"issues": 0,
|
| 24 |
+
"links": 2289,
|
| 25 |
+
"pr_diffs": 2,
|
| 26 |
+
"pr_files": 5,
|
| 27 |
+
"pull_requests": 2,
|
| 28 |
"review_comments": 0,
|
| 29 |
+
"reviews": 1,
|
| 30 |
+
"timeline_events": 20
|
| 31 |
},
|
| 32 |
+
"extracted_at": "2026-06-17T17:35:21Z",
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260617T173521Z",
|
| 35 |
"watermark": {
|
| 36 |
+
"effective_since": "2026-06-17T16:35:21Z",
|
| 37 |
+
"next_since": "2026-06-17T17:35:21Z"
|
| 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": 51,
|
| 12 |
"previous_primary_author_count": 3672,
|
| 13 |
"selected_seen_in_previous_primary": 105,
|
| 14 |
"previous_report_contributor_count": 105,
|
| 15 |
"selected_overlap_previous_report": 105,
|
| 16 |
-
"selected_overlap_previous_report_rate":
|
| 17 |
"reused_previous_report_entries": 102,
|
| 18 |
"reused_known_merged_contributors": 48,
|
| 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": [
|
|
@@ -250,13 +250,13 @@
|
|
| 250 |
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ayiyixuxu",
|
| 251 |
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ayiyixuxu",
|
| 252 |
"repo_first_seen_at": "2022-12-14T16:37:57Z",
|
| 253 |
-
"repo_last_seen_at": "2026-06-
|
| 254 |
"repo_primary_artifact_count": 346,
|
| 255 |
-
"repo_artifact_count":
|
| 256 |
"snapshot_issue_count": 38,
|
| 257 |
"snapshot_pr_count": 308,
|
| 258 |
"snapshot_comment_count": 2601,
|
| 259 |
-
"snapshot_review_count":
|
| 260 |
"snapshot_review_comment_count": 3635,
|
| 261 |
"repo_association": "MEMBER",
|
| 262 |
"new_to_repo": false,
|
|
@@ -5512,6 +5512,63 @@
|
|
| 5512 |
},
|
| 5513 |
"fetch_error": null
|
| 5514 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5515 |
{
|
| 5516 |
"author_login": "archievi",
|
| 5517 |
"name": "Archie",
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
+
"snapshot_id": "20260617T173521Z",
|
| 5 |
+
"generated_at": "2026-06-17T17:35:56Z",
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
+
"selected_contributors": 106,
|
| 10 |
+
"first_seen_in_snapshot": 1,
|
| 11 |
"known_via_prior_merged_pr": 51,
|
| 12 |
"previous_primary_author_count": 3672,
|
| 13 |
"selected_seen_in_previous_primary": 105,
|
| 14 |
"previous_report_contributor_count": 105,
|
| 15 |
"selected_overlap_previous_report": 105,
|
| 16 |
+
"selected_overlap_previous_report_rate": 0.9906,
|
| 17 |
"reused_previous_report_entries": 102,
|
| 18 |
"reused_known_merged_contributors": 48,
|
| 19 |
+
"live_fetches": 4,
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
+
"enrichment_elapsed_seconds": 2.752,
|
| 23 |
+
"enrichment_avg_seconds_per_author": 0.026,
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
|
|
| 250 |
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ayiyixuxu",
|
| 251 |
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ayiyixuxu",
|
| 252 |
"repo_first_seen_at": "2022-12-14T16:37:57Z",
|
| 253 |
+
"repo_last_seen_at": "2026-06-17T16:56:18Z",
|
| 254 |
"repo_primary_artifact_count": 346,
|
| 255 |
+
"repo_artifact_count": 9546,
|
| 256 |
"snapshot_issue_count": 38,
|
| 257 |
"snapshot_pr_count": 308,
|
| 258 |
"snapshot_comment_count": 2601,
|
| 259 |
+
"snapshot_review_count": 2964,
|
| 260 |
"snapshot_review_comment_count": 3635,
|
| 261 |
"repo_association": "MEMBER",
|
| 262 |
"new_to_repo": false,
|
|
|
|
| 5512 |
},
|
| 5513 |
"fetch_error": null
|
| 5514 |
},
|
| 5515 |
+
{
|
| 5516 |
+
"author_login": "abhay23-AI",
|
| 5517 |
+
"name": null,
|
| 5518 |
+
"profile_url": "https://github.com/abhay23-AI",
|
| 5519 |
+
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aabhay23-AI",
|
| 5520 |
+
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aabhay23-AI",
|
| 5521 |
+
"repo_first_seen_at": "2026-06-17T17:25:14Z",
|
| 5522 |
+
"repo_last_seen_at": "2026-06-17T17:25:14Z",
|
| 5523 |
+
"repo_primary_artifact_count": 1,
|
| 5524 |
+
"repo_artifact_count": 1,
|
| 5525 |
+
"snapshot_issue_count": 0,
|
| 5526 |
+
"snapshot_pr_count": 1,
|
| 5527 |
+
"snapshot_comment_count": 0,
|
| 5528 |
+
"snapshot_review_count": 0,
|
| 5529 |
+
"snapshot_review_comment_count": 0,
|
| 5530 |
+
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 5531 |
+
"new_to_repo": true,
|
| 5532 |
+
"first_seen_in_snapshot": true,
|
| 5533 |
+
"known_via_prior_merged_pr": false,
|
| 5534 |
+
"report_reason": "first_seen_in_snapshot",
|
| 5535 |
+
"enrichment_source": "live",
|
| 5536 |
+
"live_refetch_skipped": false,
|
| 5537 |
+
"account_age_days": 519,
|
| 5538 |
+
"young_account": false,
|
| 5539 |
+
"follow_through_score": "mixed",
|
| 5540 |
+
"breadth_score": "low",
|
| 5541 |
+
"automation_risk_signal": "low",
|
| 5542 |
+
"heuristic_note": "no visible non-self stars; targets high-star repos",
|
| 5543 |
+
"public_orgs": [],
|
| 5544 |
+
"activity": {
|
| 5545 |
+
"visible_authored_pr_count": 6,
|
| 5546 |
+
"merged_pr_count": 3,
|
| 5547 |
+
"closed_unmerged_pr_count": 1,
|
| 5548 |
+
"open_pr_count": 2,
|
| 5549 |
+
"merged_pr_rate": 0.5,
|
| 5550 |
+
"closed_unmerged_pr_rate": 0.1667,
|
| 5551 |
+
"still_open_pr_rate": 0.3333,
|
| 5552 |
+
"distinct_repos_with_authored_prs": 3,
|
| 5553 |
+
"distinct_repos_with_open_prs": 2
|
| 5554 |
+
},
|
| 5555 |
+
"examples": {
|
| 5556 |
+
"pull_requests": [
|
| 5557 |
+
{
|
| 5558 |
+
"kind": "pull_request",
|
| 5559 |
+
"number": 13978,
|
| 5560 |
+
"title": "Support batched multi-controlnet conditioning in SDXL ControlNet inpaint pipeline",
|
| 5561 |
+
"url": "https://github.com/huggingface/diffusers/pull/13978",
|
| 5562 |
+
"state": "open",
|
| 5563 |
+
"merged": false,
|
| 5564 |
+
"draft": false,
|
| 5565 |
+
"created_at": "2026-06-17T17:25:14Z"
|
| 5566 |
+
}
|
| 5567 |
+
],
|
| 5568 |
+
"issues": []
|
| 5569 |
+
},
|
| 5570 |
+
"fetch_error": null
|
| 5571 |
+
},
|
| 5572 |
{
|
| 5573 |
"author_login": "archievi",
|
| 5574 |
"name": "Archie",
|
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 |
|
|
@@ -76,6 +76,7 @@
|
|
| 76 |
| `TheLovesOfLadyPurple` | [profile](https://github.com/TheLovesOfLadyPurple) | no | FIRST_TIMER | 289d | `2026-06-05T00:38:29Z` | 1 | 1 | weak | low | low | young account; high open PR share; no visible non-self stars; targets high-star repos |
|
| 77 |
| `ViktoriiaRomanova` | [profile](https://github.com/ViktoriiaRomanova) | no | CONTRIBUTOR | 1680d | `2026-04-08T09:26:22Z` | 1 | 1 | strong | low | low | targets high-star repos |
|
| 78 |
| `Zhu1116` | [profile](https://github.com/Zhu1116) | no | FIRST_TIMER | 2178d | `2025-05-30T08:21:12Z` | 1 | 1 | weak | low | low | high open PR share; targets high-star repos |
|
|
|
|
| 79 |
| `archievi` | [profile](https://github.com/archievi) | no | FIRST_TIME_CONTRIBUTOR | 3995d | `2026-06-14T00:32:24Z` | 1 | 0 | weak | moderate | low | high open PR share; targets high-star repos |
|
| 80 |
| `arieleli01212` | [profile](https://github.com/arieleli01212) | no | FIRST_TIME_CONTRIBUTOR | 407d | `2026-05-17T18:44:15Z` | 1 | 0 | weak | high | medium | broad repo spread; high open PR share; no visible non-self stars; targets high-star repos |
|
| 81 |
| `aryanmotgi` | [profile](https://github.com/aryanmotgi) | no | FIRST_TIME_CONTRIBUTOR | 1809d | `2026-05-22T02:15:07Z` | 1 | 0 | strong | high | medium | extremely high recent PR volume; broad repo spread |
|
|
@@ -175,12 +176,12 @@ Example artifacts:
|
|
| 175 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ayiyixuxu)
|
| 176 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ayiyixuxu)
|
| 177 |
- repo first seen: `2022-12-14T16:37:57Z`
|
| 178 |
-
- repo last seen: `2026-06-
|
| 179 |
- first seen in snapshot: **no**
|
| 180 |
- repo association: **MEMBER**
|
| 181 |
- repo primary artifacts: **346**
|
| 182 |
- snapshot authored PRs/issues: **308 PRs / 38 issues**
|
| 183 |
-
- snapshot discussion activity: **2601 comments /
|
| 184 |
- account age: **4019 days**
|
| 185 |
- recent public PR activity: **11 PRs** (9 merged / 0 closed-unmerged / 2 open; merged rate **82%**, closed-unmerged rate **0%**, open rate **18%**)
|
| 186 |
- public orgs: none visible
|
|
@@ -1687,6 +1688,27 @@ Example artifacts:
|
|
| 1687 |
- [PR #13813: fix: resolve issue #13811](https://github.com/huggingface/diffusers/pull/13813) — open
|
| 1688 |
- [Issue #13811: Fix incorrect batch handling in _prepare_image_ids usage in train_dreambooth_lora_flux2_img2img.py](https://github.com/huggingface/diffusers/issues/13811) — open
|
| 1689 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1690 |
### `archievi`
|
| 1691 |
|
| 1692 |
- profile: [github.com/archievi](https://github.com/archievi)
|
|
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
+
- Snapshot: `20260617T173521Z`
|
| 4 |
+
- Generated: `2026-06-17T17:35:56Z`
|
| 5 |
- Activity window: `60d`
|
| 6 |
+
- Contributors: `106`
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
|
|
| 76 |
| `TheLovesOfLadyPurple` | [profile](https://github.com/TheLovesOfLadyPurple) | no | FIRST_TIMER | 289d | `2026-06-05T00:38:29Z` | 1 | 1 | weak | low | low | young account; high open PR share; no visible non-self stars; targets high-star repos |
|
| 77 |
| `ViktoriiaRomanova` | [profile](https://github.com/ViktoriiaRomanova) | no | CONTRIBUTOR | 1680d | `2026-04-08T09:26:22Z` | 1 | 1 | strong | low | low | targets high-star repos |
|
| 78 |
| `Zhu1116` | [profile](https://github.com/Zhu1116) | no | FIRST_TIMER | 2178d | `2025-05-30T08:21:12Z` | 1 | 1 | weak | low | low | high open PR share; targets high-star repos |
|
| 79 |
+
| `abhay23-AI` | [profile](https://github.com/abhay23-AI) | yes | FIRST_TIME_CONTRIBUTOR | 519d | `2026-06-17T17:25:14Z` | 1 | 0 | mixed | low | low | no visible non-self stars; targets high-star repos |
|
| 80 |
| `archievi` | [profile](https://github.com/archievi) | no | FIRST_TIME_CONTRIBUTOR | 3995d | `2026-06-14T00:32:24Z` | 1 | 0 | weak | moderate | low | high open PR share; targets high-star repos |
|
| 81 |
| `arieleli01212` | [profile](https://github.com/arieleli01212) | no | FIRST_TIME_CONTRIBUTOR | 407d | `2026-05-17T18:44:15Z` | 1 | 0 | weak | high | medium | broad repo spread; high open PR share; no visible non-self stars; targets high-star repos |
|
| 82 |
| `aryanmotgi` | [profile](https://github.com/aryanmotgi) | no | FIRST_TIME_CONTRIBUTOR | 1809d | `2026-05-22T02:15:07Z` | 1 | 0 | strong | high | medium | extremely high recent PR volume; broad repo spread |
|
|
|
|
| 176 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ayiyixuxu)
|
| 177 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ayiyixuxu)
|
| 178 |
- repo first seen: `2022-12-14T16:37:57Z`
|
| 179 |
+
- repo last seen: `2026-06-17T16:56:18Z`
|
| 180 |
- first seen in snapshot: **no**
|
| 181 |
- repo association: **MEMBER**
|
| 182 |
- repo primary artifacts: **346**
|
| 183 |
- snapshot authored PRs/issues: **308 PRs / 38 issues**
|
| 184 |
+
- snapshot discussion activity: **2601 comments / 2964 reviews / 3635 review comments**
|
| 185 |
- account age: **4019 days**
|
| 186 |
- recent public PR activity: **11 PRs** (9 merged / 0 closed-unmerged / 2 open; merged rate **82%**, closed-unmerged rate **0%**, open rate **18%**)
|
| 187 |
- public orgs: none visible
|
|
|
|
| 1688 |
- [PR #13813: fix: resolve issue #13811](https://github.com/huggingface/diffusers/pull/13813) — open
|
| 1689 |
- [Issue #13811: Fix incorrect batch handling in _prepare_image_ids usage in train_dreambooth_lora_flux2_img2img.py](https://github.com/huggingface/diffusers/issues/13811) — open
|
| 1690 |
|
| 1691 |
+
### `abhay23-AI`
|
| 1692 |
+
|
| 1693 |
+
- profile: [github.com/abhay23-AI](https://github.com/abhay23-AI)
|
| 1694 |
+
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aabhay23-AI)
|
| 1695 |
+
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aabhay23-AI)
|
| 1696 |
+
- repo first seen: `2026-06-17T17:25:14Z`
|
| 1697 |
+
- repo last seen: `2026-06-17T17:25:14Z`
|
| 1698 |
+
- first seen in snapshot: **yes**
|
| 1699 |
+
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 1700 |
+
- repo primary artifacts: **1**
|
| 1701 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 1702 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 1703 |
+
- account age: **519 days**
|
| 1704 |
+
- recent public PR activity: **6 PRs** (3 merged / 1 closed-unmerged / 2 open; merged rate **50%**, closed-unmerged rate **17%**, open rate **33%**)
|
| 1705 |
+
- public orgs: none visible
|
| 1706 |
+
- compact scores: follow-through **mixed**, breadth **low**, automation risk **low**
|
| 1707 |
+
- heuristic read: **no visible non-self stars; targets high-star repos**
|
| 1708 |
+
|
| 1709 |
+
Example artifacts:
|
| 1710 |
+
- [PR #13978: Support batched multi-controlnet conditioning in SDXL ControlNet inpaint pipeline](https://github.com/huggingface/diffusers/pull/13978) — open
|
| 1711 |
+
|
| 1712 |
### `archievi`
|
| 1713 |
|
| 1714 |
- profile: [github.com/archievi](https://github.com/archievi)
|
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:d9ebd0691392836528950471a96f5bb86f30d691fbb72766c9e00b902481714b
|
| 3 |
+
size 30804
|
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:dca56e5ffc703bf2ba1930326620ccf5250c57be596c80598ebfc07be56e261a
|
| 3 |
+
size 112688415
|
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:ee65957b9a3bdaf9d787fd802d76c92e4d503397af35d2d79c9d773de95d6aac
|
| 3 |
+
size 68459948
|
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:2409c89f073721c63f057cc9af5821c3c65b56c166ba49cb9795ea2648fac488
|
| 3 |
+
size 5127408
|
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:009e4f8497894c0bf1a5af5e5b89e978e9c041c7d6edc7306c4ad4201c9593bb
|
| 3 |
+
size 2318488
|
snapshots/20260617T173521Z/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": 59955,
|
| 9 |
+
"issues": 5409,
|
| 10 |
+
"links": 7565,
|
| 11 |
+
"new_contributors": 106,
|
| 12 |
+
"pr_diffs": 7537,
|
| 13 |
+
"pr_files": 52693,
|
| 14 |
+
"pull_requests": 7537,
|
| 15 |
+
"review_comments": 32164,
|
| 16 |
+
"reviews": 29951,
|
| 17 |
+
"timeline_events": 208109
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-06-17T17:35:21Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 2,
|
| 23 |
+
"issues": 0,
|
| 24 |
+
"links": 2289,
|
| 25 |
+
"pr_diffs": 2,
|
| 26 |
+
"pr_files": 5,
|
| 27 |
+
"pull_requests": 2,
|
| 28 |
+
"review_comments": 0,
|
| 29 |
+
"reviews": 1,
|
| 30 |
+
"timeline_events": 20
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-06-17T17:35:21Z",
|
| 33 |
+
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260617T173521Z",
|
| 35 |
+
"watermark": {
|
| 36 |
+
"effective_since": "2026-06-17T16:35:21Z",
|
| 37 |
+
"next_since": "2026-06-17T17:35:21Z"
|
| 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/20260617T173521Z/manifest.json",
|
| 3 |
+
"latest_snapshot_id": "20260617T173521Z",
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
+
"next_since": "2026-06-17T17:35:21Z",
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
+
"snapshot_dir": "snapshots/20260617T173521Z"
|
| 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-17T16:35:21Z",
|
| 3 |
+
"last_successful_snapshot_id": "20260617T173521Z",
|
| 4 |
+
"next_since": "2026-06-17T17:35:21Z",
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
+
"updated_at": "2026-06-17T17:35:21Z"
|
| 7 |
}
|