Refresh diffusers dataset snapshot 20260710T043522Z
Browse files- README.md +1 -1
- events.parquet +2 -2
- links.parquet +2 -2
- manifest.json +19 -19
- new-contributors-report.json +76 -9
- new-contributors-report.md +27 -4
- 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/20260710T043522Z/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: `20260710T043522Z`
|
| 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:f61eda083af9016403d98d72aad93ff583c91189c9117476a4f60a365b2cc43f
|
| 3 |
+
size 3017419
|
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:c2e99d5114e6cf319717f7f8f519336ef3531651d240d3bb7f686952fe99f13d
|
| 3 |
+
size 103733
|
manifest.json
CHANGED
|
@@ -7,33 +7,33 @@
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 60376,
|
| 9 |
"issues": 5457,
|
| 10 |
-
"links":
|
| 11 |
-
"new_contributors":
|
| 12 |
-
"pr_diffs":
|
| 13 |
-
"pr_files":
|
| 14 |
-
"pull_requests":
|
| 15 |
"review_comments": 32791,
|
| 16 |
"reviews": 30321,
|
| 17 |
-
"timeline_events":
|
| 18 |
},
|
| 19 |
-
"crawl_started_at": "2026-07-
|
| 20 |
"delta_counts": {
|
| 21 |
-
"comments":
|
| 22 |
-
"issue_stubs":
|
| 23 |
-
"issues":
|
| 24 |
-
"links":
|
| 25 |
"pr_diffs": 3,
|
| 26 |
-
"pr_files":
|
| 27 |
"pull_requests": 3,
|
| 28 |
-
"review_comments":
|
| 29 |
-
"reviews":
|
| 30 |
-
"timeline_events":
|
| 31 |
},
|
| 32 |
-
"extracted_at": "2026-07-
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
-
"snapshot_id": "
|
| 35 |
"watermark": {
|
| 36 |
-
"effective_since": "2026-07-
|
| 37 |
-
"next_since": "2026-07-
|
| 38 |
}
|
| 39 |
}
|
|
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 60376,
|
| 9 |
"issues": 5457,
|
| 10 |
+
"links": 8736,
|
| 11 |
+
"new_contributors": 128,
|
| 12 |
+
"pr_diffs": 7665,
|
| 13 |
+
"pr_files": 54184,
|
| 14 |
+
"pull_requests": 7665,
|
| 15 |
"review_comments": 32791,
|
| 16 |
"reviews": 30321,
|
| 17 |
+
"timeline_events": 210592
|
| 18 |
},
|
| 19 |
+
"crawl_started_at": "2026-07-10T04:35:22Z",
|
| 20 |
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 3,
|
| 23 |
+
"issues": 0,
|
| 24 |
+
"links": 2407,
|
| 25 |
"pr_diffs": 3,
|
| 26 |
+
"pr_files": 15,
|
| 27 |
"pull_requests": 3,
|
| 28 |
+
"review_comments": 49,
|
| 29 |
+
"reviews": 14,
|
| 30 |
+
"timeline_events": 80
|
| 31 |
},
|
| 32 |
+
"extracted_at": "2026-07-10T04:35:22Z",
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260710T043522Z",
|
| 35 |
"watermark": {
|
| 36 |
+
"effective_since": "2026-07-10T03:35:22Z",
|
| 37 |
+
"next_since": "2026-07-10T04:35:22Z"
|
| 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-07-
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
-
"selected_contributors":
|
| 10 |
-
"first_seen_in_snapshot":
|
| 11 |
"known_via_prior_merged_pr": 58,
|
| 12 |
"previous_primary_author_count": 3722,
|
| 13 |
"selected_seen_in_previous_primary": 127,
|
| 14 |
"previous_report_contributor_count": 127,
|
| 15 |
"selected_overlap_previous_report": 127,
|
| 16 |
-
"selected_overlap_previous_report_rate":
|
| 17 |
"reused_previous_report_entries": 124,
|
| 18 |
"reused_known_merged_contributors": 55,
|
| 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": [
|
|
@@ -180,7 +180,7 @@
|
|
| 180 |
{
|
| 181 |
"kind": "pull_request",
|
| 182 |
"number": 13966,
|
| 183 |
-
"title": "
|
| 184 |
"url": "https://github.com/huggingface/diffusers/pull/13966",
|
| 185 |
"state": "open",
|
| 186 |
"merged": false,
|
|
@@ -4404,6 +4404,73 @@
|
|
| 4404 |
},
|
| 4405 |
"fetch_error": null
|
| 4406 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4407 |
{
|
| 4408 |
"author_login": "ZAID646",
|
| 4409 |
"name": "Mohammed Zaid Hussain",
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
+
"snapshot_id": "20260710T043522Z",
|
| 5 |
+
"generated_at": "2026-07-10T04:36:08Z",
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
+
"selected_contributors": 128,
|
| 10 |
+
"first_seen_in_snapshot": 1,
|
| 11 |
"known_via_prior_merged_pr": 58,
|
| 12 |
"previous_primary_author_count": 3722,
|
| 13 |
"selected_seen_in_previous_primary": 127,
|
| 14 |
"previous_report_contributor_count": 127,
|
| 15 |
"selected_overlap_previous_report": 127,
|
| 16 |
+
"selected_overlap_previous_report_rate": 0.9922,
|
| 17 |
"reused_previous_report_entries": 124,
|
| 18 |
"reused_known_merged_contributors": 55,
|
| 19 |
+
"live_fetches": 4,
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
+
"enrichment_elapsed_seconds": 9.983,
|
| 23 |
+
"enrichment_avg_seconds_per_author": 0.078,
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
|
|
| 180 |
{
|
| 181 |
"kind": "pull_request",
|
| 182 |
"number": 13966,
|
| 183 |
+
"title": "Update `diffusers-cli` for agentic use",
|
| 184 |
"url": "https://github.com/huggingface/diffusers/pull/13966",
|
| 185 |
"state": "open",
|
| 186 |
"merged": false,
|
|
|
|
| 4404 |
},
|
| 4405 |
"fetch_error": null
|
| 4406 |
},
|
| 4407 |
+
{
|
| 4408 |
+
"author_login": "sridhar-3009",
|
| 4409 |
+
"name": "Sai Sridhar Tarra",
|
| 4410 |
+
"profile_url": "https://github.com/sridhar-3009",
|
| 4411 |
+
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asridhar-3009",
|
| 4412 |
+
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asridhar-3009",
|
| 4413 |
+
"repo_first_seen_at": "2026-07-10T04:10:03Z",
|
| 4414 |
+
"repo_last_seen_at": "2026-07-10T04:26:23Z",
|
| 4415 |
+
"repo_primary_artifact_count": 2,
|
| 4416 |
+
"repo_artifact_count": 2,
|
| 4417 |
+
"snapshot_issue_count": 0,
|
| 4418 |
+
"snapshot_pr_count": 2,
|
| 4419 |
+
"snapshot_comment_count": 0,
|
| 4420 |
+
"snapshot_review_count": 0,
|
| 4421 |
+
"snapshot_review_comment_count": 0,
|
| 4422 |
+
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 4423 |
+
"new_to_repo": true,
|
| 4424 |
+
"first_seen_in_snapshot": true,
|
| 4425 |
+
"known_via_prior_merged_pr": false,
|
| 4426 |
+
"report_reason": "first_seen_in_snapshot",
|
| 4427 |
+
"enrichment_source": "live",
|
| 4428 |
+
"live_refetch_skipped": false,
|
| 4429 |
+
"account_age_days": 1347,
|
| 4430 |
+
"young_account": false,
|
| 4431 |
+
"follow_through_score": "weak",
|
| 4432 |
+
"breadth_score": "very high",
|
| 4433 |
+
"automation_risk_signal": "medium",
|
| 4434 |
+
"heuristic_note": "extremely high recent PR volume; very broad repo spread; many recent closed-unmerged PRs",
|
| 4435 |
+
"public_orgs": [],
|
| 4436 |
+
"activity": {
|
| 4437 |
+
"visible_authored_pr_count": 196,
|
| 4438 |
+
"merged_pr_count": 29,
|
| 4439 |
+
"closed_unmerged_pr_count": 117,
|
| 4440 |
+
"open_pr_count": 50,
|
| 4441 |
+
"merged_pr_rate": 0.148,
|
| 4442 |
+
"closed_unmerged_pr_rate": 0.5969,
|
| 4443 |
+
"still_open_pr_rate": 0.2551,
|
| 4444 |
+
"distinct_repos_with_authored_prs": 85,
|
| 4445 |
+
"distinct_repos_with_open_prs": 16
|
| 4446 |
+
},
|
| 4447 |
+
"examples": {
|
| 4448 |
+
"pull_requests": [
|
| 4449 |
+
{
|
| 4450 |
+
"kind": "pull_request",
|
| 4451 |
+
"number": 14156,
|
| 4452 |
+
"title": "Fix wrong variable in multi-ControlNet check_inputs",
|
| 4453 |
+
"url": "https://github.com/huggingface/diffusers/pull/14156",
|
| 4454 |
+
"state": "open",
|
| 4455 |
+
"merged": false,
|
| 4456 |
+
"draft": false,
|
| 4457 |
+
"created_at": "2026-07-10T04:26:23Z"
|
| 4458 |
+
},
|
| 4459 |
+
{
|
| 4460 |
+
"kind": "pull_request",
|
| 4461 |
+
"number": 14155,
|
| 4462 |
+
"title": "Add validation for non-positive num_inference_steps in DDPMScheduler",
|
| 4463 |
+
"url": "https://github.com/huggingface/diffusers/pull/14155",
|
| 4464 |
+
"state": "open",
|
| 4465 |
+
"merged": false,
|
| 4466 |
+
"draft": false,
|
| 4467 |
+
"created_at": "2026-07-10T04:10:03Z"
|
| 4468 |
+
}
|
| 4469 |
+
],
|
| 4470 |
+
"issues": []
|
| 4471 |
+
},
|
| 4472 |
+
"fetch_error": null
|
| 4473 |
+
},
|
| 4474 |
{
|
| 4475 |
"author_login": "ZAID646",
|
| 4476 |
"name": "Mohammed Zaid Hussain",
|
new-contributors-report.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
-
- Snapshot: `
|
| 4 |
-
- Generated: `2026-07-
|
| 5 |
- Activity window: `60d`
|
| 6 |
-
- Contributors: `
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
@@ -61,6 +61,7 @@
|
|
| 61 |
| `Enderfga` | [profile](https://github.com/Enderfga) | no | CONTRIBUTOR | 2011d | `2023-05-08T05:27:53Z` | 2 | 0 | strong | moderate | low | high recent PR volume |
|
| 62 |
| `KartavyaDikshit` | [profile](https://github.com/KartavyaDikshit) | no | FIRST_TIME_CONTRIBUTOR | 1742d | `2026-06-22T08:21:01Z` | 2 | 0 | mixed | very high | medium | extremely high recent PR volume; very broad repo spread |
|
| 63 |
| `lcheng321` | [profile](https://github.com/lcheng321) | no | CONTRIBUTOR | 2601d | `2026-06-20T07:33:42Z` | 2 | 0 | weak | moderate | low | high open PR share; targets high-star repos |
|
|
|
|
| 64 |
| `ZAID646` | [profile](https://github.com/ZAID646) | no | CONTRIBUTOR | 1315d | `2026-07-01T18:09:53Z` | 2 | 0 | weak | moderate | low | high open PR share; no visible non-self stars; targets high-star repos |
|
| 65 |
| `zxuhan` | [profile](https://github.com/zxuhan) | no | FIRST_TIME_CONTRIBUTOR | 1020d | `2026-05-14T19:07:05Z` | 2 | 0 | weak | high | medium | high recent PR volume; broad repo spread; high open PR share; targets high-star repos |
|
| 66 |
| `asomoza` | [profile](https://github.com/asomoza) | no | MEMBER | 4641d | `2023-11-10T05:32:15Z` | 52 | 12 | weak | low | low | targets high-star repos |
|
|
@@ -184,7 +185,7 @@ Example artifacts:
|
|
| 184 |
- heuristic read: **targets high-star repos**
|
| 185 |
|
| 186 |
Example artifacts:
|
| 187 |
-
- [PR #13966:
|
| 188 |
- [PR #13852: [CI] Fix `torch_device` import in AutoencoderTesterMixin](https://github.com/huggingface/diffusers/pull/13852) — closed, merged
|
| 189 |
- [PR #13794: [WIP] Refactor Model Design](https://github.com/huggingface/diffusers/pull/13794) — open
|
| 190 |
- [Issue #13151: GGUF + `torch.compile` is not compatible with Hub Kernels](https://github.com/huggingface/diffusers/issues/13151) — open
|
|
@@ -1371,6 +1372,28 @@ Example artifacts:
|
|
| 1371 |
- [PR #14027: fix(mag_cache): correct per-transformer step count for dual-transformer pipelines](https://github.com/huggingface/diffusers/pull/14027) — open
|
| 1372 |
- [PR #14001: [Fix] Fix three final_layer LoRA conversion bugs in _convert_sd_scripts_to_ai_toolkit](https://github.com/huggingface/diffusers/pull/14001) — closed, merged
|
| 1373 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1374 |
### `ZAID646`
|
| 1375 |
|
| 1376 |
- profile: [github.com/ZAID646](https://github.com/ZAID646)
|
|
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
+
- Snapshot: `20260710T043522Z`
|
| 4 |
+
- Generated: `2026-07-10T04:36:08Z`
|
| 5 |
- Activity window: `60d`
|
| 6 |
+
- Contributors: `128`
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
|
|
| 61 |
| `Enderfga` | [profile](https://github.com/Enderfga) | no | CONTRIBUTOR | 2011d | `2023-05-08T05:27:53Z` | 2 | 0 | strong | moderate | low | high recent PR volume |
|
| 62 |
| `KartavyaDikshit` | [profile](https://github.com/KartavyaDikshit) | no | FIRST_TIME_CONTRIBUTOR | 1742d | `2026-06-22T08:21:01Z` | 2 | 0 | mixed | very high | medium | extremely high recent PR volume; very broad repo spread |
|
| 63 |
| `lcheng321` | [profile](https://github.com/lcheng321) | no | CONTRIBUTOR | 2601d | `2026-06-20T07:33:42Z` | 2 | 0 | weak | moderate | low | high open PR share; targets high-star repos |
|
| 64 |
+
| `sridhar-3009` | [profile](https://github.com/sridhar-3009) | yes | FIRST_TIME_CONTRIBUTOR | 1347d | `2026-07-10T04:10:03Z` | 2 | 0 | weak | very high | medium | extremely high recent PR volume; very broad repo spread; many recent closed-unmerged PRs |
|
| 65 |
| `ZAID646` | [profile](https://github.com/ZAID646) | no | CONTRIBUTOR | 1315d | `2026-07-01T18:09:53Z` | 2 | 0 | weak | moderate | low | high open PR share; no visible non-self stars; targets high-star repos |
|
| 66 |
| `zxuhan` | [profile](https://github.com/zxuhan) | no | FIRST_TIME_CONTRIBUTOR | 1020d | `2026-05-14T19:07:05Z` | 2 | 0 | weak | high | medium | high recent PR volume; broad repo spread; high open PR share; targets high-star repos |
|
| 67 |
| `asomoza` | [profile](https://github.com/asomoza) | no | MEMBER | 4641d | `2023-11-10T05:32:15Z` | 52 | 12 | weak | low | low | targets high-star repos |
|
|
|
|
| 185 |
- heuristic read: **targets high-star repos**
|
| 186 |
|
| 187 |
Example artifacts:
|
| 188 |
+
- [PR #13966: Update `diffusers-cli` for agentic use](https://github.com/huggingface/diffusers/pull/13966) — open
|
| 189 |
- [PR #13852: [CI] Fix `torch_device` import in AutoencoderTesterMixin](https://github.com/huggingface/diffusers/pull/13852) — closed, merged
|
| 190 |
- [PR #13794: [WIP] Refactor Model Design](https://github.com/huggingface/diffusers/pull/13794) — open
|
| 191 |
- [Issue #13151: GGUF + `torch.compile` is not compatible with Hub Kernels](https://github.com/huggingface/diffusers/issues/13151) — open
|
|
|
|
| 1372 |
- [PR #14027: fix(mag_cache): correct per-transformer step count for dual-transformer pipelines](https://github.com/huggingface/diffusers/pull/14027) — open
|
| 1373 |
- [PR #14001: [Fix] Fix three final_layer LoRA conversion bugs in _convert_sd_scripts_to_ai_toolkit](https://github.com/huggingface/diffusers/pull/14001) — closed, merged
|
| 1374 |
|
| 1375 |
+
### `sridhar-3009`
|
| 1376 |
+
|
| 1377 |
+
- profile: [github.com/sridhar-3009](https://github.com/sridhar-3009)
|
| 1378 |
+
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asridhar-3009)
|
| 1379 |
+
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asridhar-3009)
|
| 1380 |
+
- repo first seen: `2026-07-10T04:10:03Z`
|
| 1381 |
+
- repo last seen: `2026-07-10T04:26:23Z`
|
| 1382 |
+
- first seen in snapshot: **yes**
|
| 1383 |
+
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 1384 |
+
- repo primary artifacts: **2**
|
| 1385 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 1386 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 1387 |
+
- account age: **1347 days**
|
| 1388 |
+
- recent public PR activity: **196 PRs** (29 merged / 117 closed-unmerged / 50 open; merged rate **15%**, closed-unmerged rate **60%**, open rate **26%**)
|
| 1389 |
+
- public orgs: none visible
|
| 1390 |
+
- compact scores: follow-through **weak**, breadth **very high**, automation risk **medium**
|
| 1391 |
+
- heuristic read: **extremely high recent PR volume; very broad repo spread; many recent closed-unmerged PRs**
|
| 1392 |
+
|
| 1393 |
+
Example artifacts:
|
| 1394 |
+
- [PR #14156: Fix wrong variable in multi-ControlNet check_inputs](https://github.com/huggingface/diffusers/pull/14156) — open
|
| 1395 |
+
- [PR #14155: Add validation for non-positive num_inference_steps in DDPMScheduler](https://github.com/huggingface/diffusers/pull/14155) — open
|
| 1396 |
+
|
| 1397 |
### `ZAID646`
|
| 1398 |
|
| 1399 |
- profile: [github.com/ZAID646](https://github.com/ZAID646)
|
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:9a26b371205ed3c9366e830ae607095b8de8e13a858330695aa526bf3104cee1
|
| 3 |
+
size 34028
|
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:e3b4f33ce296a2768e22280512c79ed6ec379c9e40c8966f4a3ef4302a6497be
|
| 3 |
+
size 113790606
|
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:0976bc84e223d74533c6fc85918cd6bd5d1fc05522a0e15f62d9350320515f77
|
| 3 |
+
size 69697566
|
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:98cbc9aa61ec14a48851c6fde9997b29bf2e9f12419e29925172202eafd24b4a
|
| 3 |
+
size 5311225
|
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:1dfb03032c0e03291554fd01faaf84bd85db42aea40b70476b4095a0d7ffe6f4
|
| 3 |
+
size 5798829
|
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:7f3ad4d7a2afc54e9224d6eb46cebe0f2ba6c6b34cbc2fe4459382fe1f7322c6
|
| 3 |
+
size 2364374
|
snapshots/20260710T043522Z/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": 60376,
|
| 9 |
+
"issues": 5457,
|
| 10 |
+
"links": 8736,
|
| 11 |
+
"new_contributors": 128,
|
| 12 |
+
"pr_diffs": 7665,
|
| 13 |
+
"pr_files": 54184,
|
| 14 |
+
"pull_requests": 7665,
|
| 15 |
+
"review_comments": 32791,
|
| 16 |
+
"reviews": 30321,
|
| 17 |
+
"timeline_events": 210592
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-07-10T04:35:22Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 3,
|
| 23 |
+
"issues": 0,
|
| 24 |
+
"links": 2407,
|
| 25 |
+
"pr_diffs": 3,
|
| 26 |
+
"pr_files": 15,
|
| 27 |
+
"pull_requests": 3,
|
| 28 |
+
"review_comments": 49,
|
| 29 |
+
"reviews": 14,
|
| 30 |
+
"timeline_events": 80
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-07-10T04:35:22Z",
|
| 33 |
+
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260710T043522Z",
|
| 35 |
+
"watermark": {
|
| 36 |
+
"effective_since": "2026-07-10T03:35:22Z",
|
| 37 |
+
"next_since": "2026-07-10T04:35:22Z"
|
| 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-07-
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
-
"snapshot_dir": "snapshots/
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"archived_manifest_path": "snapshots/20260710T043522Z/manifest.json",
|
| 3 |
+
"latest_snapshot_id": "20260710T043522Z",
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
+
"next_since": "2026-07-10T04:35:22Z",
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
+
"snapshot_dir": "snapshots/20260710T043522Z"
|
| 8 |
}
|
state/watermark.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"effective_since": "2026-07-
|
| 3 |
-
"last_successful_snapshot_id": "
|
| 4 |
-
"next_since": "2026-07-
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
-
"updated_at": "2026-07-
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"effective_since": "2026-07-10T03:35:22Z",
|
| 3 |
+
"last_successful_snapshot_id": "20260710T043522Z",
|
| 4 |
+
"next_since": "2026-07-10T04:35:22Z",
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
+
"updated_at": "2026-07-10T04:35:22Z"
|
| 7 |
}
|