Buckets:
evalstate/diffusers-pr-api-data / snapshots /hf-evalstate--diffusers-pr--main /new-contributors-report.json
| { | |
| "schema_version": "1.0", | |
| "repo": "huggingface/diffusers", | |
| "snapshot_id": "20260722T133518Z", | |
| "generated_at": "2026-07-22T13:35:47Z", | |
| "window_days": 60, | |
| "max_authors": 0, | |
| "instrumentation": { | |
| "selected_contributors": 133, | |
| "first_seen_in_snapshot": 0, | |
| "known_via_prior_merged_pr": 61, | |
| "previous_primary_author_count": 3746, | |
| "selected_seen_in_previous_primary": 133, | |
| "previous_report_contributor_count": 133, | |
| "selected_overlap_previous_report": 133, | |
| "selected_overlap_previous_report_rate": 1.0, | |
| "reused_previous_report_entries": 130, | |
| "reused_known_merged_contributors": 58, | |
| "live_fetches": 3, | |
| "window_anchor": "run_time", | |
| "window_anchor_cacheable": false, | |
| "enrichment_elapsed_seconds": 0.726, | |
| "enrichment_avg_seconds_per_author": 0.005, | |
| "enrichment_failures": 3 | |
| }, | |
| "contributors": [ | |
| { | |
| "author_login": "sayakpaul", | |
| "name": "Sayak Paul", | |
| "profile_url": "https://github.com/sayakpaul", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asayakpaul", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asayakpaul", | |
| "repo_first_seen_at": "2023-01-13T14:42:20Z", | |
| "repo_last_seen_at": "2026-07-22T05:32:21Z", | |
| "repo_primary_artifact_count": 1229, | |
| "repo_artifact_count": 24333, | |
| "snapshot_issue_count": 137, | |
| "snapshot_pr_count": 1092, | |
| "snapshot_comment_count": 8333, | |
| "snapshot_review_count": 7229, | |
| "snapshot_review_comment_count": 7542, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3507, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "extremely high recent PR volume", | |
| "public_orgs": [ | |
| "huggingface", | |
| "all-things-vits" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 101, | |
| "merged_pr_count": 86, | |
| "closed_unmerged_pr_count": 7, | |
| "open_pr_count": 8, | |
| "merged_pr_rate": 0.8515, | |
| "closed_unmerged_pr_rate": 0.0693, | |
| "still_open_pr_rate": 0.0792, | |
| "distinct_repos_with_authored_prs": 8, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14268, | |
| "title": "[wip] [tests] migrate lora tests for pipelines to use new mixins", | |
| "url": "https://github.com/huggingface/diffusers/pull/14268", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-07-22T05:31:29Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14267, | |
| "title": "[tests] migrate training tests to pytest.", | |
| "url": "https://github.com/huggingface/diffusers/pull/14267", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-22T03:47:38Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14262, | |
| "title": "[core] restrict logging of quant config based on the header size.", | |
| "url": "https://github.com/huggingface/diffusers/pull/14262", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-07-21T09:29:29Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14255, | |
| "title": "[tests] migrate all attention processor related stuff from pipeline to model-level testing", | |
| "url": "https://github.com/huggingface/diffusers/issues/14255", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-21T04:08:28Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 14249, | |
| "title": "`set_attention_backend` on one model leaks globally to other models via the active-backend registry", | |
| "url": "https://github.com/huggingface/diffusers/issues/14249", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-20T13:10:01Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 14247, | |
| "title": "PR GPU CI skips new-model GPU tests: Cosmos3 memory tests failed on an unrelated PR", | |
| "url": "https://github.com/huggingface/diffusers/issues/14247", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-20T02:30:14Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "DN6", | |
| "name": "Dhruv Nair", | |
| "profile_url": "https://github.com/DN6", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ADN6", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ADN6", | |
| "repo_first_seen_at": "2023-02-22T04:27:25Z", | |
| "repo_last_seen_at": "2026-07-21T07:42:20Z", | |
| "repo_primary_artifact_count": 398, | |
| "repo_artifact_count": 4330, | |
| "snapshot_issue_count": 14, | |
| "snapshot_pr_count": 384, | |
| "snapshot_comment_count": 1094, | |
| "snapshot_review_count": 1567, | |
| "snapshot_review_comment_count": 1271, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4403, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 12, | |
| "merged_pr_count": 10, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.8333, | |
| "closed_unmerged_pr_rate": 0.0833, | |
| "still_open_pr_rate": 0.0833, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14169, | |
| "title": "Remove JAX/Flax ", | |
| "url": "https://github.com/huggingface/diffusers/pull/14169", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-11T08:00:53Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13966, | |
| "title": "Update `diffusers-cli` for agentic use", | |
| "url": "https://github.com/huggingface/diffusers/pull/13966", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-15T12:31:47Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13852, | |
| "title": "[CI] Fix `torch_device` import in AutoencoderTesterMixin", | |
| "url": "https://github.com/huggingface/diffusers/pull/13852", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-01T17:52:09Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13151, | |
| "title": "GGUF + `torch.compile` is not compatible with Hub Kernels", | |
| "url": "https://github.com/huggingface/diffusers/issues/13151", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-02-16T06:24:56Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 12600, | |
| "title": "Add KV Cache for Autoregressive Inference", | |
| "url": "https://github.com/huggingface/diffusers/issues/12600", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-11-06T08:03:55Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 10152, | |
| "title": "Diffusers Roadmap", | |
| "url": "https://github.com/huggingface/diffusers/issues/10152", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2024-12-09T08:24:37Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "yiyixuxu", | |
| "name": "YiYi Xu", | |
| "profile_url": "https://github.com/yiyixuxu", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ayiyixuxu", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ayiyixuxu", | |
| "repo_first_seen_at": "2022-12-14T16:37:57Z", | |
| "repo_last_seen_at": "2026-07-21T02:27:30Z", | |
| "repo_primary_artifact_count": 360, | |
| "repo_artifact_count": 9882, | |
| "snapshot_issue_count": 39, | |
| "snapshot_pr_count": 321, | |
| "snapshot_comment_count": 2610, | |
| "snapshot_review_count": 3034, | |
| "snapshot_review_comment_count": 3878, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4019, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 11, | |
| "merged_pr_count": 9, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.8182, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.1818, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14241, | |
| "title": "[modular] detect stale auto docstrings in CI + regenerate current ones", | |
| "url": "https://github.com/huggingface/diffusers/pull/14241", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-19T08:09:26Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14238, | |
| "title": "Support workflows on conditional pipeline blocks", | |
| "url": "https://github.com/huggingface/diffusers/pull/14238", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-07-19T04:05:58Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14234, | |
| "title": "Modular branch specific defaults", | |
| "url": "https://github.com/huggingface/diffusers/pull/14234", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-18T23:24:22Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14132, | |
| "title": "[modular] ensure branch-specific input defaults", | |
| "url": "https://github.com/huggingface/diffusers/issues/14132", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-06T22:19:27Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 12564, | |
| "title": "[Proposals Welcome] Fal Flashpack integration for faster model loading", | |
| "url": "https://github.com/huggingface/diffusers/issues/12564", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-10-31T02:25:55Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 12257, | |
| "title": "[Looking for community contribution] support Wan 2.2 S2V: an audio-driven cinematic video generation model", | |
| "url": "https://github.com/huggingface/diffusers/issues/12257", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-08-29T08:04:43Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "stevhliu", | |
| "name": "Steven Liu", | |
| "profile_url": "https://github.com/stevhliu", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Astevhliu", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Astevhliu", | |
| "repo_first_seen_at": "2023-02-22T18:18:22Z", | |
| "repo_last_seen_at": "2026-07-17T16:51:08Z", | |
| "repo_primary_artifact_count": 223, | |
| "repo_artifact_count": 2916, | |
| "snapshot_issue_count": 6, | |
| "snapshot_pr_count": 217, | |
| "snapshot_comment_count": 248, | |
| "snapshot_review_count": 792, | |
| "snapshot_review_comment_count": 1653, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2338, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [ | |
| "huggingface" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 30, | |
| "merged_pr_count": 25, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 5, | |
| "merged_pr_rate": 0.8333, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.1667, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14162, | |
| "title": "torch.dtype alias", | |
| "url": "https://github.com/huggingface/diffusers/pull/14162", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-10T16:35:08Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14134, | |
| "title": "[fix] missing doc-builder imports", | |
| "url": "https://github.com/huggingface/diffusers/pull/14134", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-07T16:46:48Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13830, | |
| "title": "[docs] add missing Returns sections to forward/__call__ docstrings", | |
| "url": "https://github.com/huggingface/diffusers/pull/13830", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-29T00:17:05Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 7238, | |
| "title": "IP-Adapter masking", | |
| "url": "https://github.com/huggingface/diffusers/issues/7238", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2024-03-06T17:38:12Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 5380, | |
| "title": "[community pipeline] Mixture tiling", | |
| "url": "https://github.com/huggingface/diffusers/issues/5380", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2023-10-12T19:01:27Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 5379, | |
| "title": "[community pipeline] SpeechToImage", | |
| "url": "https://github.com/huggingface/diffusers/issues/5379", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2023-10-12T18:53:38Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "linoytsaban", | |
| "name": "Linoy Tsaban", | |
| "profile_url": "https://github.com/linoytsaban", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Alinoytsaban", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Alinoytsaban", | |
| "repo_first_seen_at": "2023-06-20T06:10:02Z", | |
| "repo_last_seen_at": "2026-07-21T10:40:25Z", | |
| "repo_primary_artifact_count": 83, | |
| "repo_artifact_count": 688, | |
| "snapshot_issue_count": 2, | |
| "snapshot_pr_count": 81, | |
| "snapshot_comment_count": 264, | |
| "snapshot_review_count": 190, | |
| "snapshot_review_comment_count": 151, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2390, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14171, | |
| "title": "[lora training] tag krea2 LoRA card with Turbo base model first to enable inference widget", | |
| "url": "https://github.com/huggingface/diffusers/pull/14171", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-11T12:47:58Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14158, | |
| "title": "[lora training] fix aspect ratio bucketing in dreambooth scripts (+ caption dropout, on-the-fly buckets)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14158", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-10T08:10:33Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14089, | |
| "title": "[lora training] add caption dropout and aspect ratio buckets to krea2 and qwen-image", | |
| "url": "https://github.com/huggingface/diffusers/pull/14089", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-29T13:56:45Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 11730, | |
| "title": "Add `--lora_alpha` and metadata handling in training scripts follow up", | |
| "url": "https://github.com/huggingface/diffusers/issues/11730", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-06-17T09:29:24Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 6546, | |
| "title": "PALP: Prompt Aligned Personalization of Text-to-Image Models \ud83d\udd8c\ufe0f\ud83d\udd25", | |
| "url": "https://github.com/huggingface/diffusers/issues/6546", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2024-01-12T09:00:41Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "dg845", | |
| "name": null, | |
| "profile_url": "https://github.com/dg845", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Adg845", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Adg845", | |
| "repo_first_seen_at": "2023-03-22T05:10:45Z", | |
| "repo_last_seen_at": "2026-07-21T07:53:42Z", | |
| "repo_primary_artifact_count": 81, | |
| "repo_artifact_count": 2493, | |
| "snapshot_issue_count": 10, | |
| "snapshot_pr_count": 71, | |
| "snapshot_comment_count": 402, | |
| "snapshot_review_count": 1059, | |
| "snapshot_review_comment_count": 951, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2368, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 2, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 0, | |
| "merged_pr_rate": 1.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 0 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14047, | |
| "title": "Refactor QKV Fusion Utilities", | |
| "url": "https://github.com/huggingface/diffusers/pull/14047", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-22T23:41:34Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13871, | |
| "title": "Create `TestHooks` generator on `torch_device`", | |
| "url": "https://github.com/huggingface/diffusers/pull/13871", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-05T04:34:05Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13863, | |
| "title": "[tests] fix anyflow tests layerwise casting", | |
| "url": "https://github.com/huggingface/diffusers/pull/13863", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-04T08:02:09Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14003, | |
| "title": "Split Q,K,V vs Fused QKV Projections in diffusers Discussion", | |
| "url": "https://github.com/huggingface/diffusers/issues/14003", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-20T09:28:45Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 14002, | |
| "title": "Support Original Checkpoint-Compatible PEFT Adapters", | |
| "url": "https://github.com/huggingface/diffusers/issues/14002", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-20T09:03:09Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 12079, | |
| "title": "API Suggestion: Expose Methods to Convert to Sample Prediction in Schedulers", | |
| "url": "https://github.com/huggingface/diffusers/issues/12079", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-08-06T02:24:46Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "kashif", | |
| "name": "Kashif Rasul", | |
| "profile_url": "https://github.com/kashif", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Akashif", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Akashif", | |
| "repo_first_seen_at": "2022-06-15T15:01:24Z", | |
| "repo_last_seen_at": "2026-07-10T18:07:19Z", | |
| "repo_primary_artifact_count": 69, | |
| "repo_artifact_count": 615, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 69, | |
| "snapshot_comment_count": 217, | |
| "snapshot_review_count": 178, | |
| "snapshot_review_comment_count": 151, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 6611, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; broad repo spread", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 32, | |
| "merged_pr_count": 18, | |
| "closed_unmerged_pr_count": 3, | |
| "open_pr_count": 11, | |
| "merged_pr_rate": 0.5625, | |
| "closed_unmerged_pr_rate": 0.0938, | |
| "still_open_pr_rate": 0.3438, | |
| "distinct_repos_with_authored_prs": 17, | |
| "distinct_repos_with_open_prs": 11 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14164, | |
| "title": "Add a sampling animation example for discrete diffusion", | |
| "url": "https://github.com/huggingface/diffusers/pull/14164", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-10T18:07:19Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14121, | |
| "title": "Add ReMDM remasking to DiscreteDDIMScheduler", | |
| "url": "https://github.com/huggingface/diffusers/pull/14121", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-04T18:26:47Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14092, | |
| "title": "Add doc pages for the DiffusionGemma schedulers", | |
| "url": "https://github.com/huggingface/diffusers/pull/14092", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-29T18:59:28Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "akshan-main", | |
| "name": "Akshan Krithick", | |
| "profile_url": "https://github.com/akshan-main", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aakshan-main", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aakshan-main", | |
| "repo_first_seen_at": "2025-11-21T08:13:14Z", | |
| "repo_last_seen_at": "2026-07-20T05:09:11Z", | |
| "repo_primary_artifact_count": 46, | |
| "repo_artifact_count": 247, | |
| "snapshot_issue_count": 2, | |
| "snapshot_pr_count": 44, | |
| "snapshot_comment_count": 119, | |
| "snapshot_review_count": 41, | |
| "snapshot_review_comment_count": 41, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1603, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 17, | |
| "merged_pr_count": 7, | |
| "closed_unmerged_pr_count": 3, | |
| "open_pr_count": 7, | |
| "merged_pr_rate": 0.4118, | |
| "closed_unmerged_pr_rate": 0.1765, | |
| "still_open_pr_rate": 0.4118, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14242, | |
| "title": "refactor wan 2.2 image-to-video pipeline tests to the new mixin structure", | |
| "url": "https://github.com/huggingface/diffusers/pull/14242", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-19T11:46:43Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14240, | |
| "title": "refactor wan 2.2 pipeline tests to the new mixin structure", | |
| "url": "https://github.com/huggingface/diffusers/pull/14240", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-19T05:42:02Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14239, | |
| "title": "refactor wan animate pipeline tests to the new mixin structure", | |
| "url": "https://github.com/huggingface/diffusers/pull/14239", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-19T04:11:20Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13439, | |
| "title": "HunyuanVideo 1.5 I2V image conditioning preprocessed at latent resolution instead of pixel resolution", | |
| "url": "https://github.com/huggingface/diffusers/issues/13439", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-04-10T09:58:27Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13421, | |
| "title": "Add negative_prompt parameter to GLMImagePipeline", | |
| "url": "https://github.com/huggingface/diffusers/issues/13421", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-04-06T14:17:32Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "delmalih", | |
| "name": "David El Malih", | |
| "profile_url": "https://github.com/delmalih", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Adelmalih", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Adelmalih", | |
| "repo_first_seen_at": "2025-11-10T14:05:47Z", | |
| "repo_last_seen_at": "2026-07-18T07:25:07Z", | |
| "repo_primary_artifact_count": 43, | |
| "repo_artifact_count": 57, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 42, | |
| "snapshot_comment_count": 12, | |
| "snapshot_review_count": 1, | |
| "snapshot_review_comment_count": 1, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3392, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 7, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.4286, | |
| "closed_unmerged_pr_rate": 0.1429, | |
| "still_open_pr_rate": 0.4286, | |
| "distinct_repos_with_authored_prs": 5, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14226, | |
| "title": "docs: improve docstring scheduling_k_dpm_2_ancetstral_discrete.py", | |
| "url": "https://github.com/huggingface/diffusers/pull/14226", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-18T07:25:07Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14212, | |
| "title": "docs: improve docstring scheduling_k_dpm_2_discrete.py", | |
| "url": "https://github.com/huggingface/diffusers/pull/14212", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-17T12:52:05Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14199, | |
| "title": "docs: improve docstring scheduling_repaint.py", | |
| "url": "https://github.com/huggingface/diffusers/pull/14199", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-15T21:28:41Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 12650, | |
| "title": "Question about the `# Copied from` system", | |
| "url": "https://github.com/huggingface/diffusers/issues/12650", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-11-13T11:53:22Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "dependabot[bot]", | |
| "name": null, | |
| "profile_url": "https://github.com/dependabot[bot]", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Adependabot%5Bbot%5D", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Adependabot%5Bbot%5D", | |
| "repo_first_seen_at": "2023-12-20T21:14:21Z", | |
| "repo_last_seen_at": "2026-07-17T22:53:29Z", | |
| "repo_primary_artifact_count": 37, | |
| "repo_artifact_count": 49, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 37, | |
| "snapshot_comment_count": 12, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "live", | |
| "live_refetch_skipped": false, | |
| "account_age_days": null, | |
| "young_account": false, | |
| "follow_through_score": "n/a", | |
| "breadth_score": "n/a", | |
| "automation_risk_signal": "n/a", | |
| "heuristic_note": "summary unavailable", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": null, | |
| "merged_pr_count": null, | |
| "closed_unmerged_pr_count": null, | |
| "open_pr_count": null, | |
| "merged_pr_rate": null, | |
| "closed_unmerged_pr_rate": null, | |
| "still_open_pr_rate": null, | |
| "distinct_repos_with_authored_prs": null, | |
| "distinct_repos_with_open_prs": null | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14218, | |
| "title": "Bump torch from 2.7.0 to 2.13.0 in /examples/server", | |
| "url": "https://github.com/huggingface/diffusers/pull/14218", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-17T22:53:29Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14217, | |
| "title": "Bump torch from 2.2.0 to 2.13.0 in /examples/research_projects/realfill", | |
| "url": "https://github.com/huggingface/diffusers/pull/14217", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-17T20:22:36Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14180, | |
| "title": "Bump transformers from 5.3.0 to 5.5.0 in /examples/cogview4-control", | |
| "url": "https://github.com/huggingface/diffusers/pull/14180", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-13T20:54:58Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": "[{\"type\": \"NOT_FOUND\", \"path\": [\"user\"], \"locations\": [{\"line\": 13, \"column\": 3}], \"message\": \"Could not resolve to a User with the login of 'dependabot[bot]'.\"}]" | |
| }, | |
| { | |
| "author_login": "apolinario", | |
| "name": "apolin\u00e1rio", | |
| "profile_url": "https://github.com/apolinario", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aapolinario", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aapolinario", | |
| "repo_first_seen_at": "2022-07-20T09:48:08Z", | |
| "repo_last_seen_at": "2026-06-22T21:53:16Z", | |
| "repo_primary_artifact_count": 64, | |
| "repo_artifact_count": 316, | |
| "snapshot_issue_count": 31, | |
| "snapshot_pr_count": 33, | |
| "snapshot_comment_count": 113, | |
| "snapshot_review_count": 74, | |
| "snapshot_review_comment_count": 65, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 5498, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [ | |
| "redelivre" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 5, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.2, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.8, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14046, | |
| "title": "Krea 2 LoRA DreamBooth trainer", | |
| "url": "https://github.com/huggingface/diffusers/pull/14046", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-22T21:53:16Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13861, | |
| "title": "Ideogram4 lora training", | |
| "url": "https://github.com/huggingface/diffusers/pull/13861", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-03T16:01:00Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13860, | |
| "title": "Add structured prompt upsampling to Ideogram4", | |
| "url": "https://github.com/huggingface/diffusers/pull/13860", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-03T16:00:55Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 12159, | |
| "title": "LoRA loading compatibility with some Qwen Image LoRAs", | |
| "url": "https://github.com/huggingface/diffusers/issues/12159", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-08-15T19:03:37Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 11702, | |
| "title": "AccVid LoRA key error when loading with diffusers", | |
| "url": "https://github.com/huggingface/diffusers/issues/11702", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-06-12T22:20:32Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 9492, | |
| "title": "Add FLUX image-to-image to `AutoPipelineForImage2Image` ", | |
| "url": "https://github.com/huggingface/diffusers/issues/9492", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2024-09-22T16:05:47Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "sywangyi", | |
| "name": "Wang, Yi", | |
| "profile_url": "https://github.com/sywangyi", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asywangyi", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asywangyi", | |
| "repo_first_seen_at": "2023-09-19T06:45:24Z", | |
| "repo_last_seen_at": "2026-07-22T05:41:22Z", | |
| "repo_primary_artifact_count": 16, | |
| "repo_artifact_count": 81, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 16, | |
| "snapshot_comment_count": 35, | |
| "snapshot_review_count": 15, | |
| "snapshot_review_comment_count": 15, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3038, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 19, | |
| "merged_pr_count": 13, | |
| "closed_unmerged_pr_count": 3, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.6842, | |
| "closed_unmerged_pr_rate": 0.1579, | |
| "still_open_pr_rate": 0.1579, | |
| "distinct_repos_with_authored_prs": 7, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14269, | |
| "title": "Fix Wan and Motif video pipeline fast test failures", | |
| "url": "https://github.com/huggingface/diffusers/pull/14269", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-22T05:41:03Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13892, | |
| "title": "fix test_pag_sdxl::StableDiffusionXLPAGPipelineIntegrationTests", | |
| "url": "https://github.com/huggingface/diffusers/pull/13892", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-09T06:45:17Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13886, | |
| "title": "fix marigold depth failure in xpu and A100", | |
| "url": "https://github.com/huggingface/diffusers/pull/13886", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-08T13:36:40Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "dxqb", | |
| "name": null, | |
| "profile_url": "https://github.com/dxqb", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Adxqb", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Adxqb", | |
| "repo_first_seen_at": "2025-01-12T14:41:12Z", | |
| "repo_last_seen_at": "2026-07-19T12:50:41Z", | |
| "repo_primary_artifact_count": 38, | |
| "repo_artifact_count": 165, | |
| "snapshot_issue_count": 24, | |
| "snapshot_pr_count": 14, | |
| "snapshot_comment_count": 101, | |
| "snapshot_review_count": 12, | |
| "snapshot_review_comment_count": 14, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 628, | |
| "young_account": false, | |
| "follow_through_score": "n/a", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "no visible non-self stars", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 0, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 0, | |
| "merged_pr_rate": null, | |
| "closed_unmerged_pr_rate": null, | |
| "still_open_pr_rate": null, | |
| "distinct_repos_with_authored_prs": 0, | |
| "distinct_repos_with_open_prs": 0 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14244, | |
| "title": "Fix LTX2 dynamic timestep shift ignoring the sequence length", | |
| "url": "https://github.com/huggingface/diffusers/pull/14244", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-19T12:50:41Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14080, | |
| "title": "Complete Kohya LoRA conversion for Qwen and Z-Image", | |
| "url": "https://github.com/huggingface/diffusers/pull/14080", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-27T10:30:34Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14010, | |
| "title": "Fix KeyError for non-attention LoRA sublayers in Flux/Chroma mixture-format converter", | |
| "url": "https://github.com/huggingface/diffusers/pull/14010", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-06-20T12:05:22Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14243, | |
| "title": "LTX2Pipeline: dynamic timestep shift `mu` is constant, ignores the actual sequence length", | |
| "url": "https://github.com/huggingface/diffusers/issues/14243", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-19T12:50:09Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 14122, | |
| "title": "`from_single_file()` support missing/incomplete for Ideogram4 and Krea2 transformers", | |
| "url": "https://github.com/huggingface/diffusers/issues/14122", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-05T09:37:21Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 14104, | |
| "title": "Flux-family attention: flash-attn and other backends fail in an autocast context", | |
| "url": "https://github.com/huggingface/diffusers/issues/14104", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-01T19:33:17Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "HaozheZhang6", | |
| "name": "Hz_Zhang", | |
| "profile_url": "https://github.com/HaozheZhang6", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AHaozheZhang6", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AHaozheZhang6", | |
| "repo_first_seen_at": "2026-06-09T08:45:25Z", | |
| "repo_last_seen_at": "2026-06-30T03:21:11Z", | |
| "repo_primary_artifact_count": 12, | |
| "repo_artifact_count": 32, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 12, | |
| "snapshot_comment_count": 18, | |
| "snapshot_review_count": 1, | |
| "snapshot_review_comment_count": 1, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2679, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "\u2014", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 16, | |
| "merged_pr_count": 11, | |
| "closed_unmerged_pr_count": 2, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.6875, | |
| "closed_unmerged_pr_rate": 0.125, | |
| "still_open_pr_rate": 0.1875, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13953, | |
| "title": "Add from_single_file support for HunyuanVideo15Transformer3DModel", | |
| "url": "https://github.com/huggingface/diffusers/pull/13953", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-14T20:37:08Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13946, | |
| "title": "Add from_single_file support for SkyReelsV2 and ChronoEdit transformers", | |
| "url": "https://github.com/huggingface/diffusers/pull/13946", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-14T09:34:07Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13944, | |
| "title": "ovis_image: fix guidance_scale / max_sequence_length / batched CFG / precomputed embeds + add pipeline test", | |
| "url": "https://github.com/huggingface/diffusers/pull/13944", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-13T19:32:49Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Whning0513", | |
| "name": "whn", | |
| "profile_url": "https://github.com/Whning0513", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AWhning0513", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AWhning0513", | |
| "repo_first_seen_at": "2026-06-19T06:35:46Z", | |
| "repo_last_seen_at": "2026-07-19T19:40:26Z", | |
| "repo_primary_artifact_count": 10, | |
| "repo_artifact_count": 14, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 10, | |
| "snapshot_comment_count": 4, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1037, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "high", | |
| "heuristic_note": "extremely high recent PR volume; very broad repo spread; many recent closed-unmerged PRs; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 146, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 61, | |
| "open_pr_count": 85, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.4178, | |
| "still_open_pr_rate": 0.5822, | |
| "distinct_repos_with_authored_prs": 27, | |
| "distinct_repos_with_open_prs": 12 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13997, | |
| "title": "Fix LoKr format LoRA weight loading for Flux2 pipelines", | |
| "url": "https://github.com/huggingface/diffusers/pull/13997", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-19T06:44:09Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13996, | |
| "title": "Fix Flux2LoraLoaderMixin crash on modular pipeline sub-pipes", | |
| "url": "https://github.com/huggingface/diffusers/pull/13996", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-19T06:42:26Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13995, | |
| "title": "Fix set_attention_backend skipping hub kernel download", | |
| "url": "https://github.com/huggingface/diffusers/pull/13995", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-19T06:42:09Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "sergioperezcheco", | |
| "name": "Checo", | |
| "profile_url": "https://github.com/sergioperezcheco", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asergioperezcheco", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asergioperezcheco", | |
| "repo_first_seen_at": "2026-07-17T08:50:42Z", | |
| "repo_last_seen_at": "2026-07-22T01:42:34Z", | |
| "repo_primary_artifact_count": 8, | |
| "repo_artifact_count": 9, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 8, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1541, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 29, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 7, | |
| "open_pr_count": 19, | |
| "merged_pr_rate": 0.1034, | |
| "closed_unmerged_pr_rate": 0.2414, | |
| "still_open_pr_rate": 0.6552, | |
| "distinct_repos_with_authored_prs": 18, | |
| "distinct_repos_with_open_prs": 12 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14266, | |
| "title": "fix(ltx2): use actual video sequence length for dynamic timestep shift", | |
| "url": "https://github.com/huggingface/diffusers/pull/14266", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-22T01:42:34Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14237, | |
| "title": "fix(hooks): preserve original forward signature in register_hook", | |
| "url": "https://github.com/huggingface/diffusers/pull/14237", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-19T03:49:19Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14233, | |
| "title": "fix(pipelines): use forward slash in per-component config.json download allow patterns", | |
| "url": "https://github.com/huggingface/diffusers/pull/14233", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-18T13:55:36Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "srlynch1", | |
| "name": "Simon Lynch", | |
| "profile_url": "https://github.com/srlynch1", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asrlynch1", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asrlynch1", | |
| "repo_first_seen_at": "2026-06-21T11:26:07Z", | |
| "repo_last_seen_at": "2026-06-21T11:29:14Z", | |
| "repo_primary_artifact_count": 8, | |
| "repo_artifact_count": 16, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 8, | |
| "snapshot_comment_count": 8, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "NONE", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2777, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 68, | |
| "merged_pr_count": 53, | |
| "closed_unmerged_pr_count": 11, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.7794, | |
| "closed_unmerged_pr_rate": 0.1618, | |
| "still_open_pr_rate": 0.0588, | |
| "distinct_repos_with_authored_prs": 9, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14024, | |
| "title": "Add SD3 attention masks for text padding tokens (#8673)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14024", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T11:26:22Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14023, | |
| "title": "Fix context parallel padding for indivisible sequence lengths (#12568)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14023", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T11:26:20Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14022, | |
| "title": "Support multiple ControlNet-XS adapters (#8434)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14022", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T11:26:18Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "JingyaHuang", | |
| "name": "Jingya HUANG", | |
| "profile_url": "https://github.com/JingyaHuang", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AJingyaHuang", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AJingyaHuang", | |
| "repo_first_seen_at": "2022-11-03T10:27:59Z", | |
| "repo_last_seen_at": "2026-07-16T16:55:00Z", | |
| "repo_primary_artifact_count": 7, | |
| "repo_artifact_count": 61, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 7, | |
| "snapshot_comment_count": 8, | |
| "snapshot_review_count": 18, | |
| "snapshot_review_comment_count": 28, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2783, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14107, | |
| "title": "[Restore] torch.chunk in Flux2SwiGLU from #13485", | |
| "url": "https://github.com/huggingface/diffusers/pull/14107", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-02T09:05:50Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14075, | |
| "title": "[TPU] Add tensor parallel support for TPU backend", | |
| "url": "https://github.com/huggingface/diffusers/pull/14075", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-06-26T16:28:32Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14039, | |
| "title": "[TPU] Initial TorchTPU backend integration (eager + torch.compile)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14039", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-06-22T14:50:43Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "yzhautouskay", | |
| "name": null, | |
| "profile_url": "https://github.com/yzhautouskay", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ayzhautouskay", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ayzhautouskay", | |
| "repo_first_seen_at": "2026-05-28T11:20:40Z", | |
| "repo_last_seen_at": "2026-07-17T09:29:15Z", | |
| "repo_primary_artifact_count": 7, | |
| "repo_artifact_count": 29, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 7, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 10, | |
| "snapshot_review_comment_count": 10, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 588, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14188, | |
| "title": "[Quantization] Fix ModelOpt pre-quantized loading ", | |
| "url": "https://github.com/huggingface/diffusers/pull/14188", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-14T17:03:34Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14177, | |
| "title": "Cosmos3 Distilled support", | |
| "url": "https://github.com/huggingface/diffusers/pull/14177", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-13T15:21:21Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14150, | |
| "title": "Transfer support for Cosmos3 ModularPipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/14150", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-09T19:06:12Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Liauuu", | |
| "name": "Lia", | |
| "profile_url": "https://github.com/Liauuu", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ALiauuu", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ALiauuu", | |
| "repo_first_seen_at": "2026-06-13T16:59:29Z", | |
| "repo_last_seen_at": "2026-06-16T03:48:53Z", | |
| "repo_primary_artifact_count": 6, | |
| "repo_artifact_count": 6, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 6, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "NONE", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 291, | |
| "young_account": true, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "young account; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13969, | |
| "title": "Fix CUDA synchronization bottleneck in LCMScheduler (#9485)", | |
| "url": "https://github.com/huggingface/diffusers/pull/13969", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-16T03:48:53Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13964, | |
| "title": "fix(pipeline): preserve original pipeline dtype in from_pipe() by default", | |
| "url": "https://github.com/huggingface/diffusers/pull/13964", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-15T09:59:32Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13959, | |
| "title": "Fix silent feature mixing bug in IP-Adapter batch processing by removing redundant batch_size multiplication (#9813)", | |
| "url": "https://github.com/huggingface/diffusers/pull/13959", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-15T05:18:59Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "atharvajoshi10", | |
| "name": "Atharva Joshi", | |
| "profile_url": "https://github.com/atharvajoshi10", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aatharvajoshi10", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aatharvajoshi10", | |
| "repo_first_seen_at": "2026-05-27T21:18:03Z", | |
| "repo_last_seen_at": "2026-07-20T01:19:05Z", | |
| "repo_primary_artifact_count": 6, | |
| "repo_artifact_count": 18, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 5, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 6, | |
| "snapshot_review_comment_count": 6, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3244, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 0, | |
| "merged_pr_rate": 1.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 0 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14246, | |
| "title": "Fix Cosmos3 Edge generator K normalization", | |
| "url": "https://github.com/huggingface/diffusers/pull/14246", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-20T01:19:05Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14181, | |
| "title": "Cosmos3 edge support", | |
| "url": "https://github.com/huggingface/diffusers/pull/14181", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-13T20:56:29Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14054, | |
| "title": "Cosmos3 Model Parallelism", | |
| "url": "https://github.com/huggingface/diffusers/pull/14054", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-23T17:31:06Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14041, | |
| "title": "Finalize Guidelines for Ulysses based context parallel attention", | |
| "url": "https://github.com/huggingface/diffusers/issues/14041", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-22T16:35:20Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "tarekziade", | |
| "name": "Tarek Ziade", | |
| "profile_url": "https://github.com/tarekziade", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Atarekziade", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Atarekziade", | |
| "repo_first_seen_at": "2026-05-13T07:23:25Z", | |
| "repo_last_seen_at": "2026-07-03T11:53:01Z", | |
| "repo_primary_artifact_count": 5, | |
| "repo_artifact_count": 31, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 5, | |
| "snapshot_comment_count": 9, | |
| "snapshot_review_count": 10, | |
| "snapshot_review_comment_count": 7, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 5880, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [ | |
| "AFPy", | |
| "faitmain", | |
| "circus-tent" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 72, | |
| "merged_pr_count": 32, | |
| "closed_unmerged_pr_count": 7, | |
| "open_pr_count": 33, | |
| "merged_pr_rate": 0.4444, | |
| "closed_unmerged_pr_rate": 0.0972, | |
| "still_open_pr_rate": 0.4583, | |
| "distinct_repos_with_authored_prs": 12, | |
| "distinct_repos_with_open_prs": 7 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13987, | |
| "title": "ci: use hosted runners", | |
| "url": "https://github.com/huggingface/diffusers/pull/13987", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-18T15:33:03Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13884, | |
| "title": "switch to a webhook", | |
| "url": "https://github.com/huggingface/diffusers/pull/13884", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-08T06:40:29Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13836, | |
| "title": "moved to a webhook", | |
| "url": "https://github.com/huggingface/diffusers/pull/13836", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-29T16:08:00Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "wunianze666-netizen", | |
| "name": "Nianze Wu", | |
| "profile_url": "https://github.com/wunianze666-netizen", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Awunianze666-netizen", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Awunianze666-netizen", | |
| "repo_first_seen_at": "2026-06-08T14:18:35Z", | |
| "repo_last_seen_at": "2026-06-14T17:22:40Z", | |
| "repo_primary_artifact_count": 5, | |
| "repo_artifact_count": 5, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 5, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 295, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "young account; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.3333, | |
| "still_open_pr_rate": 0.6667, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13950, | |
| "title": "Clarify LTX2 pipeline docs and examples", | |
| "url": "https://github.com/huggingface/diffusers/pull/13950", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-14T17:22:40Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13939, | |
| "title": "Log VQ remapping configuration through the model logger", | |
| "url": "https://github.com/huggingface/diffusers/pull/13939", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-13T17:17:03Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13936, | |
| "title": "Log WanAnimate interpolation resizing as a warning", | |
| "url": "https://github.com/huggingface/diffusers/pull/13936", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-13T16:13:23Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "lcheng321", | |
| "name": "lcheng", | |
| "profile_url": "https://github.com/lcheng321", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Alcheng321", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Alcheng321", | |
| "repo_first_seen_at": "2026-06-20T07:33:42Z", | |
| "repo_last_seen_at": "2026-07-21T09:39:41Z", | |
| "repo_primary_artifact_count": 4, | |
| "repo_artifact_count": 15, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 4, | |
| "snapshot_comment_count": 7, | |
| "snapshot_review_count": 2, | |
| "snapshot_review_comment_count": 2, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2601, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 11, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 10, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0909, | |
| "still_open_pr_rate": 0.9091, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14263, | |
| "title": "Fix pr_tests_gpu.yml paths filter to match push_tests.yml", | |
| "url": "https://github.com/huggingface/diffusers/pull/14263", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-21T09:29:36Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14260, | |
| "title": "Repro for #14247", | |
| "url": "https://github.com/huggingface/diffusers/pull/14260", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-07-21T08:46:25Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14027, | |
| "title": "fix(mag_cache): correct per-transformer step count for dual-transformer pipelines", | |
| "url": "https://github.com/huggingface/diffusers/pull/14027", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T17:39:46Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "pzarzycki", | |
| "name": null, | |
| "profile_url": "https://github.com/pzarzycki", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Apzarzycki", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Apzarzycki", | |
| "repo_first_seen_at": "2026-07-07T20:03:10Z", | |
| "repo_last_seen_at": "2026-07-11T01:07:59Z", | |
| "repo_primary_artifact_count": 4, | |
| "repo_artifact_count": 8, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 4, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 1, | |
| "snapshot_review_comment_count": 1, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4891, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14168, | |
| "title": "Fix batching and precomputed embeddings in Kandinsky 5 pipelines", | |
| "url": "https://github.com/huggingface/diffusers/pull/14168", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-07-11T01:05:38Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14144, | |
| "title": "Add pipeline recipe profiling scripts for optimization benchmarking", | |
| "url": "https://github.com/huggingface/diffusers/pull/14144", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-08T18:41:05Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14140, | |
| "title": "Fix Helios auto offload decode", | |
| "url": "https://github.com/huggingface/diffusers/pull/14140", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-08T03:44:19Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "TheChyeahhh", | |
| "name": null, | |
| "profile_url": "https://github.com/TheChyeahhh", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ATheChyeahhh", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ATheChyeahhh", | |
| "repo_first_seen_at": "2026-05-29T21:09:17Z", | |
| "repo_last_seen_at": "2026-05-29T23:35:05Z", | |
| "repo_primary_artifact_count": 4, | |
| "repo_artifact_count": 4, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 4, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 82, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "very new account; high recent PR volume; broad repo spread; high open PR share; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 38, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 4, | |
| "open_pr_count": 34, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.1053, | |
| "still_open_pr_rate": 0.8947, | |
| "distinct_repos_with_authored_prs": 17, | |
| "distinct_repos_with_open_prs": 16 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13842, | |
| "title": "Fix typos found by codespell", | |
| "url": "https://github.com/huggingface/diffusers/pull/13842", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-29T23:35:05Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13841, | |
| "title": "Fix typo: maxmium -> maximum in memory optimization docs", | |
| "url": "https://github.com/huggingface/diffusers/pull/13841", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-29T23:32:34Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13839, | |
| "title": "Fix stale docstring in KarrasVeScheduler.step_correct", | |
| "url": "https://github.com/huggingface/diffusers/pull/13839", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-29T22:27:44Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "buffett0323", | |
| "name": "Buffett Liu", | |
| "profile_url": "https://github.com/buffett0323", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Abuffett0323", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Abuffett0323", | |
| "repo_first_seen_at": "2026-05-22T21:59:05Z", | |
| "repo_last_seen_at": "2026-07-21T06:13:03Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 51, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 3, | |
| "snapshot_comment_count": 12, | |
| "snapshot_review_count": 18, | |
| "snapshot_review_comment_count": 18, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2030, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14182, | |
| "title": "Fixing path traversal/arbitrary out-of-directory file read via sharde\u2026", | |
| "url": "https://github.com/huggingface/diffusers/pull/14182", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-13T21:31:29Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14126, | |
| "title": "Add `from_single_file()` support for Ideogram4 and Krea2 transformers", | |
| "url": "https://github.com/huggingface/diffusers/pull/14126", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-06T02:05:04Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14119, | |
| "title": "Feat -- Stable Audio 3", | |
| "url": "https://github.com/huggingface/diffusers/pull/14119", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-03T23:05:16Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Functionhx", | |
| "name": "FAN YUCHEN", | |
| "profile_url": "https://github.com/Functionhx", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AFunctionhx", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AFunctionhx", | |
| "repo_first_seen_at": "2026-07-09T19:22:34Z", | |
| "repo_last_seen_at": "2026-07-09T19:41:41Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 6, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 3, | |
| "snapshot_comment_count": 3, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 753, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 42, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 6, | |
| "open_pr_count": 36, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.1429, | |
| "still_open_pr_rate": 0.8571, | |
| "distinct_repos_with_authored_prs": 24, | |
| "distinct_repos_with_open_prs": 23 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14153, | |
| "title": "[Windows] Fix subfolder config.json silently skipped during download", | |
| "url": "https://github.com/huggingface/diffusers/pull/14153", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-09T19:41:41Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14152, | |
| "title": "[varlen] Fix non-hub backends mispacking keys for non-contiguous masks", | |
| "url": "https://github.com/huggingface/diffusers/pull/14152", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-09T19:39:37Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14151, | |
| "title": "[LTX2] Fix from_single_file: missing 2.3 key mappings and shared checkpoint dict draining", | |
| "url": "https://github.com/huggingface/diffusers/pull/14151", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-09T19:22:38Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "gagandhakrey", | |
| "name": "Gagan Dhakrey", | |
| "profile_url": "https://github.com/gagandhakrey", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Agagandhakrey", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Agagandhakrey", | |
| "repo_first_seen_at": "2026-06-01T10:21:42Z", | |
| "repo_last_seen_at": "2026-06-09T02:10:29Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 10, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 3, | |
| "snapshot_comment_count": 5, | |
| "snapshot_review_count": 1, | |
| "snapshot_review_comment_count": 1, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2330, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "many recent closed-unmerged PRs; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 18, | |
| "merged_pr_count": 4, | |
| "closed_unmerged_pr_count": 8, | |
| "open_pr_count": 6, | |
| "merged_pr_rate": 0.2222, | |
| "closed_unmerged_pr_rate": 0.4444, | |
| "still_open_pr_rate": 0.3333, | |
| "distinct_repos_with_authored_prs": 8, | |
| "distinct_repos_with_open_prs": 5 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13890, | |
| "title": "fix(attention): correct XLA flash attention availability check and in\u2026", | |
| "url": "https://github.com/huggingface/diffusers/pull/13890", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-09T02:10:29Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13854, | |
| "title": "Fix resource leak in load_video GIF handling", | |
| "url": "https://github.com/huggingface/diffusers/pull/13854", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-02T05:14:23Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13851, | |
| "title": "Fix duplicate safetensors.load_file call in _onload_from_disk when st\u2026", | |
| "url": "https://github.com/huggingface/diffusers/pull/13851", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-01T10:21:42Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Jefsky", | |
| "name": "Jefsky Wong", | |
| "profile_url": "https://github.com/Jefsky", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AJefsky", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AJefsky", | |
| "repo_first_seen_at": "2026-05-28T08:16:01Z", | |
| "repo_last_seen_at": "2026-06-21T20:11:41Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 6, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 3, | |
| "snapshot_comment_count": 3, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4418, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; very broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 82, | |
| "merged_pr_count": 13, | |
| "closed_unmerged_pr_count": 32, | |
| "open_pr_count": 37, | |
| "merged_pr_rate": 0.1585, | |
| "closed_unmerged_pr_rate": 0.3902, | |
| "still_open_pr_rate": 0.4512, | |
| "distinct_repos_with_authored_prs": 33, | |
| "distinct_repos_with_open_prs": 24 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14029, | |
| "title": "Fix kohya FLUX CLIP text-encoder LoRA loading under transformers>=5 (#13984)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14029", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T20:11:32Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13846, | |
| "title": "Fix incorrect batch temporal IDs for cond_model_input in dreambooth flux2 img2img", | |
| "url": "https://github.com/huggingface/diffusers/pull/13846", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-30T16:10:05Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13821, | |
| "title": "fix(dreambooth): correct batch handling in _prepare_image_ids for flux2 img2img", | |
| "url": "https://github.com/huggingface/diffusers/pull/13821", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-28T08:16:01Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "menglcai", | |
| "name": null, | |
| "profile_url": "https://github.com/menglcai", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Amenglcai", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Amenglcai", | |
| "repo_first_seen_at": "2026-07-14T08:27:01Z", | |
| "repo_last_seen_at": "2026-07-19T17:55:26Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 11, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 3, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 3, | |
| "snapshot_review_comment_count": 3, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 981, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; no visible non-self stars", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 8, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 7, | |
| "merged_pr_rate": 0.125, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.875, | |
| "distinct_repos_with_authored_prs": 6, | |
| "distinct_repos_with_open_prs": 5 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14236, | |
| "title": "Make `WanTransformer3DModel` hidden states contiguous before the block loop", | |
| "url": "https://github.com/huggingface/diffusers/pull/14236", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-19T03:28:33Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14203, | |
| "title": "Make `HunyuanDiT2DModel` and `HunyuanDiT2DControlNetModel` hidden states contiguous", | |
| "url": "https://github.com/huggingface/diffusers/pull/14203", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-16T08:09:22Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14186, | |
| "title": "Make `SD3Transformer2DModel` hidden states contiguous", | |
| "url": "https://github.com/huggingface/diffusers/pull/14186", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-14T08:27:01Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Sunt-ing", | |
| "name": "Ting SUN", | |
| "profile_url": "https://github.com/Sunt-ing", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ASunt-ing", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ASunt-ing", | |
| "repo_first_seen_at": "2026-06-22T14:21:21Z", | |
| "repo_last_seen_at": "2026-07-03T17:03:53Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 9, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 3, | |
| "snapshot_comment_count": 4, | |
| "snapshot_review_count": 1, | |
| "snapshot_review_comment_count": 1, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2845, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 71, | |
| "merged_pr_count": 23, | |
| "closed_unmerged_pr_count": 6, | |
| "open_pr_count": 42, | |
| "merged_pr_rate": 0.3239, | |
| "closed_unmerged_pr_rate": 0.0845, | |
| "still_open_pr_rate": 0.5915, | |
| "distinct_repos_with_authored_prs": 8, | |
| "distinct_repos_with_open_prs": 6 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14112, | |
| "title": "Fix TorchAO v1 group offloading with use_stream=True", | |
| "url": "https://github.com/huggingface/diffusers/pull/14112", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-02T22:04:14Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14043, | |
| "title": "Fix clip_skip AttributeError on Stable Diffusion pipelines with transformers>=5.6", | |
| "url": "https://github.com/huggingface/diffusers/pull/14043", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-22T20:03:19Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14038, | |
| "title": "Fix group offloading for quanto-quantized models", | |
| "url": "https://github.com/huggingface/diffusers/pull/14038", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-22T14:21:21Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "asomoza", | |
| "name": "\u00c1lvaro Somoza", | |
| "profile_url": "https://github.com/asomoza", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aasomoza", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aasomoza", | |
| "repo_first_seen_at": "2023-11-10T05:32:15Z", | |
| "repo_last_seen_at": "2026-07-21T16:40:15Z", | |
| "repo_primary_artifact_count": 65, | |
| "repo_artifact_count": 1867, | |
| "snapshot_issue_count": 12, | |
| "snapshot_pr_count": 53, | |
| "snapshot_comment_count": 1334, | |
| "snapshot_review_count": 262, | |
| "snapshot_review_comment_count": 206, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4641, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "targets high-star repos", | |
| "public_orgs": [ | |
| "huggingface" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.3333, | |
| "closed_unmerged_pr_rate": 0.3333, | |
| "still_open_pr_rate": 0.3333, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14252, | |
| "title": "[Modular Diffusers] Fix group offload device mismatch", | |
| "url": "https://github.com/huggingface/diffusers/pull/14252", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-21T00:37:58Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13843, | |
| "title": "[fix] CLIPTextModel with transformers >= 5.6 and from_single_file", | |
| "url": "https://github.com/huggingface/diffusers/pull/13843", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-30T03:16:54Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13575, | |
| "title": "[Ernie-Image] Add lora support", | |
| "url": "https://github.com/huggingface/diffusers/pull/13575", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-04-28T14:53:06Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13903, | |
| "title": "[Anima] Add img2img capability", | |
| "url": "https://github.com/huggingface/diffusers/issues/13903", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-09T23:11:19Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 12441, | |
| "title": "Support Wan2.2-Animate", | |
| "url": "https://github.com/huggingface/diffusers/issues/12441", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-10-06T18:08:21Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 11861, | |
| "title": "ControlnetUnion not working correctly", | |
| "url": "https://github.com/huggingface/diffusers/issues/11861", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-07-04T20:35:21Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "jiqing-feng", | |
| "name": null, | |
| "profile_url": "https://github.com/jiqing-feng", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ajiqing-feng", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ajiqing-feng", | |
| "repo_first_seen_at": "2022-11-29T08:44:19Z", | |
| "repo_last_seen_at": "2026-07-22T03:00:14Z", | |
| "repo_primary_artifact_count": 32, | |
| "repo_artifact_count": 195, | |
| "snapshot_issue_count": 4, | |
| "snapshot_pr_count": 28, | |
| "snapshot_comment_count": 91, | |
| "snapshot_review_count": 36, | |
| "snapshot_review_comment_count": 36, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1437, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 35, | |
| "merged_pr_count": 23, | |
| "closed_unmerged_pr_count": 7, | |
| "open_pr_count": 5, | |
| "merged_pr_rate": 0.6571, | |
| "closed_unmerged_pr_rate": 0.2, | |
| "still_open_pr_rate": 0.1429, | |
| "distinct_repos_with_authored_prs": 7, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14202, | |
| "title": "Add XPU expected slice for `SlowBnb4BitFluxControlWithLoraTests::test_lora_loading`", | |
| "url": "https://github.com/huggingface/diffusers/pull/14202", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-16T05:41:28Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13816, | |
| "title": "Use `device_map=\"auto\"` in single file tests to support large models on limited GPU memory", | |
| "url": "https://github.com/huggingface/diffusers/pull/13816", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-27T06:52:33Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13777, | |
| "title": "Fix OOM in WanAnimate BitsAndBytes Training Test", | |
| "url": "https://github.com/huggingface/diffusers/pull/13777", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-21T02:11:55Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13105, | |
| "title": "Wan-AI/Wan2.1-T2V-1.3B-Diffusers output noise", | |
| "url": "https://github.com/huggingface/diffusers/issues/13105", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-02-09T05:58:25Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 12975, | |
| "title": "AnimateDiffPipeline performance regression on CPU.", | |
| "url": "https://github.com/huggingface/diffusers/issues/12975", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-01-14T06:36:09Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 12632, | |
| "title": "stable_diffusion_xl_img2img failed due to dtype missmatch", | |
| "url": "https://github.com/huggingface/diffusers/issues/12632", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-11-11T07:57:17Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Anai-Guo", | |
| "name": "Tai An", | |
| "profile_url": "https://github.com/Anai-Guo", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AAnai-Guo", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AAnai-Guo", | |
| "repo_first_seen_at": "2026-04-13T06:56:28Z", | |
| "repo_last_seen_at": "2026-06-13T04:18:26Z", | |
| "repo_primary_artifact_count": 15, | |
| "repo_artifact_count": 21, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 15, | |
| "snapshot_comment_count": 6, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 46, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "high", | |
| "heuristic_note": "very new account; extremely high recent PR volume; very broad repo spread; many recent closed-unmerged PRs; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 137, | |
| "merged_pr_count": 35, | |
| "closed_unmerged_pr_count": 57, | |
| "open_pr_count": 45, | |
| "merged_pr_rate": 0.2555, | |
| "closed_unmerged_pr_rate": 0.4161, | |
| "still_open_pr_rate": 0.3285, | |
| "distinct_repos_with_authored_prs": 30, | |
| "distinct_repos_with_open_prs": 15 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13882, | |
| "title": "fix(tests): dtype-aware reference cast in test_from_save_pretrained_dtype_inference", | |
| "url": "https://github.com/huggingface/diffusers/pull/13882", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-08T04:07:43Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13867, | |
| "title": "fix(cosmos2_5_predict): guard text safety check with isinstance like the video path", | |
| "url": "https://github.com/huggingface/diffusers/pull/13867", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-04T19:20:46Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13791, | |
| "title": "fix(modeling_utils): rename shadowed `tuple` loop var in get_parameter_dtype (#13789)", | |
| "url": "https://github.com/huggingface/diffusers/pull/13791", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-22T13:07:15Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Dev-X25874", | |
| "name": null, | |
| "profile_url": "https://github.com/Dev-X25874", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ADev-X25874", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ADev-X25874", | |
| "repo_first_seen_at": "2026-05-12T02:45:59Z", | |
| "repo_last_seen_at": "2026-06-17T05:38:01Z", | |
| "repo_primary_artifact_count": 11, | |
| "repo_artifact_count": 27, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 11, | |
| "snapshot_comment_count": 14, | |
| "snapshot_review_count": 1, | |
| "snapshot_review_comment_count": 1, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 20, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "high", | |
| "heuristic_note": "very new account; extremely high recent PR volume; very broad repo spread; high open PR share; no visible non-self stars", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 106, | |
| "merged_pr_count": 27, | |
| "closed_unmerged_pr_count": 32, | |
| "open_pr_count": 47, | |
| "merged_pr_rate": 0.2547, | |
| "closed_unmerged_pr_rate": 0.3019, | |
| "still_open_pr_rate": 0.4434, | |
| "distinct_repos_with_authored_prs": 56, | |
| "distinct_repos_with_open_prs": 40 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13973, | |
| "title": "Fix clip_skip being ignored for negative prompt embeddings in SDXL pipelines", | |
| "url": "https://github.com/huggingface/diffusers/pull/13973", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-17T05:38:01Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13806, | |
| "title": "[fix] hooks/taylorseer_cache: fix off-by-one in post-warmup compute interval", | |
| "url": "https://github.com/huggingface/diffusers/pull/13806", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-25T10:31:29Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13797, | |
| "title": "[DreamBooth SDXL LoRA] Apply SNR min-weighting to prior preservation loss when snr_gamma is set", | |
| "url": "https://github.com/huggingface/diffusers/pull/13797", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-23T09:28:29Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "zhtmike", | |
| "name": "Cheung Ka Wai", | |
| "profile_url": "https://github.com/zhtmike", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Azhtmike", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Azhtmike", | |
| "repo_first_seen_at": "2026-03-17T08:08:13Z", | |
| "repo_last_seen_at": "2026-07-08T03:08:08Z", | |
| "repo_primary_artifact_count": 11, | |
| "repo_artifact_count": 155, | |
| "snapshot_issue_count": 4, | |
| "snapshot_pr_count": 7, | |
| "snapshot_comment_count": 36, | |
| "snapshot_review_count": 54, | |
| "snapshot_review_comment_count": 54, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4316, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 67, | |
| "merged_pr_count": 42, | |
| "closed_unmerged_pr_count": 20, | |
| "open_pr_count": 5, | |
| "merged_pr_rate": 0.6269, | |
| "closed_unmerged_pr_rate": 0.2985, | |
| "still_open_pr_rate": 0.0746, | |
| "distinct_repos_with_authored_prs": 8, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14115, | |
| "title": "fix `_flash_3_varlen_hub` mask handling", | |
| "url": "https://github.com/huggingface/diffusers/pull/14115", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-03T07:53:10Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13809, | |
| "title": "add SP support for `_flash_3_varlen_hub` backend", | |
| "url": "https://github.com/huggingface/diffusers/pull/13809", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-26T06:18:49Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13756, | |
| "title": "Fix the QwenImage Attention mask under Ulysses SP", | |
| "url": "https://github.com/huggingface/diffusers/pull/13756", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-15T04:36:25Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14114, | |
| "title": "`_flash_3_varlen_hub` backend cannot handle non-contiguous mask", | |
| "url": "https://github.com/huggingface/diffusers/issues/14114", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-03T07:42:46Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13696, | |
| "title": "[bug] The mask is not correctly sharded for QwenImageTransformer + Ulysses SP", | |
| "url": "https://github.com/huggingface/diffusers/issues/13696", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-05-08T03:33:55Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13319, | |
| "title": "The backward pass of QwenImageTransformer failed with Ulysses SP.", | |
| "url": "https://github.com/huggingface/diffusers/issues/13319", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-03-24T07:46:36Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "chenyangzhu1", | |
| "name": "Chenyang Zhu", | |
| "profile_url": "https://github.com/chenyangzhu1", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Achenyangzhu1", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Achenyangzhu1", | |
| "repo_first_seen_at": "2026-04-02T15:30:04Z", | |
| "repo_last_seen_at": "2026-07-19T11:45:50Z", | |
| "repo_primary_artifact_count": 5, | |
| "repo_artifact_count": 33, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 4, | |
| "snapshot_comment_count": 14, | |
| "snapshot_review_count": 7, | |
| "snapshot_review_comment_count": 7, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1566, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14201, | |
| "title": "Add UniPic3Pipeline for multi-image editing and composition", | |
| "url": "https://github.com/huggingface/diffusers/pull/14201", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-16T03:50:10Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14193, | |
| "title": "Add ace step lora support", | |
| "url": "https://github.com/huggingface/diffusers/pull/14193", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-15T11:39:01Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13396, | |
| "title": "fix(qwen-image dreambooth): correct prompt embed repeats when using `--with_prior_preservation`", | |
| "url": "https://github.com/huggingface/diffusers/pull/13396", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-04-03T04:50:53Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13386, | |
| "title": "[Bug] `train_dreambooth_lora_qwen_image.py` crashes with `--with_prior_preservation` due to tensor concatenation errors", | |
| "url": "https://github.com/huggingface/diffusers/issues/13386", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-04-02T15:30:04Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "SamuelTallet", | |
| "name": "Samuel Tallet", | |
| "profile_url": "https://github.com/SamuelTallet", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ASamuelTallet", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ASamuelTallet", | |
| "repo_first_seen_at": "2026-04-18T22:26:11Z", | |
| "repo_last_seen_at": "2026-07-09T10:11:07Z", | |
| "repo_primary_artifact_count": 7, | |
| "repo_artifact_count": 12, | |
| "snapshot_issue_count": 5, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 5, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3048, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "\u2014", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 2, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.6667, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.3333, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13980, | |
| "title": "Enable LoRA loading on `Ideogram4ModularPipeline`", | |
| "url": "https://github.com/huggingface/diffusers/pull/13980", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-17T20:43:12Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13948, | |
| "title": "Enable LoRA loading on `ErnieImageModularPipeline`", | |
| "url": "https://github.com/huggingface/diffusers/pull/13948", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-14T12:36:27Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14056, | |
| "title": "Modular pipeline: Krea 2", | |
| "url": "https://github.com/huggingface/diffusers/issues/14056", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-23T21:20:15Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13979, | |
| "title": "Can't use `load_lora_weights()` on `Ideogram4ModularPipeline`", | |
| "url": "https://github.com/huggingface/diffusers/issues/13979", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-17T20:26:23Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13967, | |
| "title": "Can't use `load_lora_weights()` on `ErnieImageModularPipeline`", | |
| "url": "https://github.com/huggingface/diffusers/issues/13967", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-15T20:11:23Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "GiGiKoneti", | |
| "name": "GiGi Koneti", | |
| "profile_url": "https://github.com/GiGiKoneti", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AGiGiKoneti", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AGiGiKoneti", | |
| "repo_first_seen_at": "2026-06-26T09:09:23Z", | |
| "repo_last_seen_at": "2026-07-01T10:31:17Z", | |
| "repo_primary_artifact_count": 4, | |
| "repo_artifact_count": 15, | |
| "snapshot_issue_count": 2, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 5, | |
| "snapshot_review_count": 3, | |
| "snapshot_review_comment_count": 3, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 436, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 22, | |
| "merged_pr_count": 7, | |
| "closed_unmerged_pr_count": 2, | |
| "open_pr_count": 13, | |
| "merged_pr_rate": 0.3182, | |
| "closed_unmerged_pr_rate": 0.0909, | |
| "still_open_pr_rate": 0.5909, | |
| "distinct_repos_with_authored_prs": 9, | |
| "distinct_repos_with_open_prs": 8 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14091, | |
| "title": "Fix model offloading and training tests + prevent examples timeout", | |
| "url": "https://github.com/huggingface/diffusers/pull/14091", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-29T14:21:18Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14073, | |
| "title": "[Tests] Skip layerwise casting tests on devices without float8_e4m3fn support", | |
| "url": "https://github.com/huggingface/diffusers/pull/14073", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-26T09:13:35Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14090, | |
| "title": "Fix model offloading and training tests + prevent examples timeout", | |
| "url": "https://github.com/huggingface/diffusers/issues/14090", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-29T14:20:56Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 14072, | |
| "title": "[Bug] Layerwise casting tests fail on MPS backend due to float8 unsupported dtype", | |
| "url": "https://github.com/huggingface/diffusers/issues/14072", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-26T09:09:23Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "TheLovesOfLadyPurple", | |
| "name": "TheLovesOfLadyPurple", | |
| "profile_url": "https://github.com/TheLovesOfLadyPurple", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ATheLovesOfLadyPurple", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ATheLovesOfLadyPurple", | |
| "repo_first_seen_at": "2026-06-05T00:38:29Z", | |
| "repo_last_seen_at": "2026-07-03T12:10:55Z", | |
| "repo_primary_artifact_count": 4, | |
| "repo_artifact_count": 20, | |
| "snapshot_issue_count": 2, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 16, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 289, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "young account; high open PR share; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14011, | |
| "title": "fix rf time scheduler problem", | |
| "url": "https://github.com/huggingface/diffusers/pull/14011", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-20T13:51:25Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13868, | |
| "title": "fix the bug on the leading time schedule", | |
| "url": "https://github.com/huggingface/diffusers/pull/13868", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-06-05T00:38:29Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14013, | |
| "title": "A bug on the set_timesteps function of the FlowMatchEulerDiscreteScheduler", | |
| "url": "https://github.com/huggingface/diffusers/issues/14013", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-20T23:45:37Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13887, | |
| "title": "When use UniPCMultistepScheduler as the ODE solver, and input different num_inference_steps in StableDiffusionXLPipeline, the first inference step is wrong", | |
| "url": "https://github.com/huggingface/diffusers/issues/13887", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-08T13:44:32Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Boffee", | |
| "name": "Boffee", | |
| "profile_url": "https://github.com/Boffee", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ABoffee", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ABoffee", | |
| "repo_first_seen_at": "2026-06-11T01:41:27Z", | |
| "repo_last_seen_at": "2026-06-12T19:52:08Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4284, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13931, | |
| "title": "Fix LTX2 connector token/register layout (regression from #13564)", | |
| "url": "https://github.com/huggingface/diffusers/pull/13931", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-12T19:52:08Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13918, | |
| "title": "Cast LTX2 scale_shift tables to the activation dtype at use site", | |
| "url": "https://github.com/huggingface/diffusers/pull/13918", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-11T01:41:27Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13930, | |
| "title": "LTX2 text connectors pass reversed prompt tokens and misplaced registers to the transformer (regression from #13564)", | |
| "url": "https://github.com/huggingface/diffusers/issues/13930", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-12T19:51:42Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Ace3Z", | |
| "name": "Mahbod", | |
| "profile_url": "https://github.com/Ace3Z", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AAce3Z", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AAce3Z", | |
| "repo_first_seen_at": "2026-05-24T21:27:06Z", | |
| "repo_last_seen_at": "2026-05-29T12:24:29Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 4, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2602, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 16, | |
| "merged_pr_count": 2, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 13, | |
| "merged_pr_rate": 0.125, | |
| "closed_unmerged_pr_rate": 0.0625, | |
| "still_open_pr_rate": 0.8125, | |
| "distinct_repos_with_authored_prs": 7, | |
| "distinct_repos_with_open_prs": 7 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13804, | |
| "title": "fix(ernie_image): pass attn_mask=None when text is unpadded", | |
| "url": "https://github.com/huggingface/diffusers/pull/13804", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-25T00:14:20Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13802, | |
| "title": "fix(ernie-image): pass attn_mask=None when text is unpadded", | |
| "url": "https://github.com/huggingface/diffusers/pull/13802", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-24T21:27:06Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "adhavan18", | |
| "name": "Tamil Adhavan S K", | |
| "profile_url": "https://github.com/adhavan18", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aadhavan18", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aadhavan18", | |
| "repo_first_seen_at": "2026-06-15T07:15:47Z", | |
| "repo_last_seen_at": "2026-06-15T07:55:45Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1585, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 8, | |
| "merged_pr_count": 4, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 6, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13963, | |
| "title": "fix(modeling): remove tuple builtin shadow and raise on empty dtype in get_parameter_dtype", | |
| "url": "https://github.com/huggingface/diffusers/pull/13963", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-15T07:55:45Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13962, | |
| "title": "fix(scheduler): store sigma_min/max before shifting to prevent double-shift in FlowMatchEulerDiscreteScheduler (#13243)", | |
| "url": "https://github.com/huggingface/diffusers/pull/13962", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-15T07:15:47Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Alex-Wengg", | |
| "name": "Alex", | |
| "profile_url": "https://github.com/Alex-Wengg", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AAlex-Wengg", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AAlex-Wengg", | |
| "repo_first_seen_at": "2026-06-21T02:31:56Z", | |
| "repo_last_seen_at": "2026-06-21T04:30:47Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "NONE", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3055, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "extremely high recent PR volume", | |
| "public_orgs": [ | |
| "job-pulse", | |
| "slipboxai", | |
| "FluidInference" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 136, | |
| "merged_pr_count": 113, | |
| "closed_unmerged_pr_count": 19, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.8309, | |
| "closed_unmerged_pr_rate": 0.1397, | |
| "still_open_pr_rate": 0.0294, | |
| "distinct_repos_with_authored_prs": 6, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14016, | |
| "title": "Fix flash-attn2 hub-kernel attribute names in attention dispatch (#14012)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14016", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T04:30:47Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14014, | |
| "title": "Fix kohya FLUX CLIP text-encoder LoRA loading under transformers>=5 (#13984)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14014", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T02:31:56Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "April-Sonnet", | |
| "name": "\u542c\u8bf4\u5341\u56db\u884c\u6625", | |
| "profile_url": "https://github.com/April-Sonnet", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AApril-Sonnet", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AApril-Sonnet", | |
| "repo_first_seen_at": "2026-06-22T04:18:41Z", | |
| "repo_last_seen_at": "2026-07-02T20:26:46Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 78, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "very new account; high recent PR volume; high open PR share; no visible non-self stars", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 28, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 5, | |
| "open_pr_count": 22, | |
| "merged_pr_rate": 0.0357, | |
| "closed_unmerged_pr_rate": 0.1786, | |
| "still_open_pr_rate": 0.7857, | |
| "distinct_repos_with_authored_prs": 7, | |
| "distinct_repos_with_open_prs": 7 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14111, | |
| "title": "Fix typos across the codebase (concating\u2192concatenating, tbe\u2192the, corrct\u2192correct, etc.)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14111", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-02T20:26:46Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14030, | |
| "title": "Fix typos in comments and docstrings", | |
| "url": "https://github.com/huggingface/diffusers/pull/14030", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-22T04:18:41Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "C1-BA-B1-F3", | |
| "name": null, | |
| "profile_url": "https://github.com/C1-BA-B1-F3", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AC1-BA-B1-F3", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AC1-BA-B1-F3", | |
| "repo_first_seen_at": "2026-06-25T20:34:05Z", | |
| "repo_last_seen_at": "2026-06-25T20:40:54Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3300, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; very broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 75, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 22, | |
| "open_pr_count": 50, | |
| "merged_pr_rate": 0.04, | |
| "closed_unmerged_pr_rate": 0.2933, | |
| "still_open_pr_rate": 0.6667, | |
| "distinct_repos_with_authored_prs": 34, | |
| "distinct_repos_with_open_prs": 26 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14070, | |
| "title": "fix: Add type validation to prevent crashes from pipeline signature mismatches (#6969)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14070", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-25T20:40:54Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14069, | |
| "title": "Fix ControlNet img2img and inpaint control image validation", | |
| "url": "https://github.com/huggingface/diffusers/pull/14069", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-25T20:34:05Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "KartavyaDikshit", | |
| "name": "KartavyaDikshit", | |
| "profile_url": "https://github.com/KartavyaDikshit", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AKartavyaDikshit", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AKartavyaDikshit", | |
| "repo_first_seen_at": "2026-06-22T08:21:01Z", | |
| "repo_last_seen_at": "2026-06-22T09:05:22Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1742, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "extremely high recent PR volume; very broad repo spread", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 122, | |
| "merged_pr_count": 60, | |
| "closed_unmerged_pr_count": 14, | |
| "open_pr_count": 48, | |
| "merged_pr_rate": 0.4918, | |
| "closed_unmerged_pr_rate": 0.1148, | |
| "still_open_pr_rate": 0.3934, | |
| "distinct_repos_with_authored_prs": 42, | |
| "distinct_repos_with_open_prs": 25 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14036, | |
| "title": "fix: ensure custom timesteps are consistent with sigmas in FlowMatchEulerDiscreteScheduler", | |
| "url": "https://github.com/huggingface/diffusers/pull/14036", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-22T09:05:22Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14035, | |
| "title": "fix: handle CLIP text_model prefix change in transformers>=5 for FLUX LoRA loading", | |
| "url": "https://github.com/huggingface/diffusers/pull/14035", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-22T08:21:01Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "rumutaydin", | |
| "name": "Robin", | |
| "profile_url": "https://github.com/rumutaydin", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Arumutaydin", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Arumutaydin", | |
| "repo_first_seen_at": "2026-07-10T22:49:14Z", | |
| "repo_last_seen_at": "2026-07-10T23:16:26Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1329, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14167, | |
| "title": "FlashPack support for transformers pipeline components", | |
| "url": "https://github.com/huggingface/diffusers/pull/14167", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-10T23:04:00Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14166, | |
| "title": "Fix Hub download filtering for FlashPack pipelines", | |
| "url": "https://github.com/huggingface/diffusers/pull/14166", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-10T22:49:14Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "sridhar-3009", | |
| "name": "Sai Sridhar Tarra", | |
| "profile_url": "https://github.com/sridhar-3009", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asridhar-3009", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asridhar-3009", | |
| "repo_first_seen_at": "2026-07-10T04:10:03Z", | |
| "repo_last_seen_at": "2026-07-10T04:26:23Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1347, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "extremely high recent PR volume; very broad repo spread; many recent closed-unmerged PRs", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 196, | |
| "merged_pr_count": 29, | |
| "closed_unmerged_pr_count": 117, | |
| "open_pr_count": 50, | |
| "merged_pr_rate": 0.148, | |
| "closed_unmerged_pr_rate": 0.5969, | |
| "still_open_pr_rate": 0.2551, | |
| "distinct_repos_with_authored_prs": 85, | |
| "distinct_repos_with_open_prs": 16 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14156, | |
| "title": "Fix wrong variable in multi-ControlNet check_inputs", | |
| "url": "https://github.com/huggingface/diffusers/pull/14156", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-10T04:26:23Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14155, | |
| "title": "Add validation for non-positive num_inference_steps in DDPMScheduler", | |
| "url": "https://github.com/huggingface/diffusers/pull/14155", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-10T04:10:03Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "ZAID646", | |
| "name": "Mohammed Zaid Hussain", | |
| "profile_url": "https://github.com/ZAID646", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AZAID646", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AZAID646", | |
| "repo_first_seen_at": "2026-07-01T18:09:53Z", | |
| "repo_last_seen_at": "2026-07-01T18:29:12Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1315, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 7, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 7, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14102, | |
| "title": "Fix FA3 varlen wrapper when hub kernel returns single tensor", | |
| "url": "https://github.com/huggingface/diffusers/pull/14102", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-01T18:29:12Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 14101, | |
| "title": "fix: preserve method docstring through apply_forward_hook decorator", | |
| "url": "https://github.com/huggingface/diffusers/pull/14101", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-01T18:09:53Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "hlky", | |
| "name": null, | |
| "profile_url": "https://github.com/hlky", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ahlky", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ahlky", | |
| "repo_first_seen_at": "2022-08-22T10:44:45Z", | |
| "repo_last_seen_at": "2026-06-27T14:58:24Z", | |
| "repo_primary_artifact_count": 234, | |
| "repo_artifact_count": 1634, | |
| "snapshot_issue_count": 84, | |
| "snapshot_pr_count": 150, | |
| "snapshot_comment_count": 561, | |
| "snapshot_review_count": 418, | |
| "snapshot_review_comment_count": 421, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1455, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; no visible non-self stars", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 25, | |
| "merged_pr_count": 19, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 6, | |
| "merged_pr_rate": 0.76, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.24, | |
| "distinct_repos_with_authored_prs": 5, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13875, | |
| "title": "Add TorchAO disk group offload support", | |
| "url": "https://github.com/huggingface/diffusers/pull/13875", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-05T16:39:21Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13719, | |
| "title": "Incorporate safetensors support to TorchAO", | |
| "url": "https://github.com/huggingface/diffusers/pull/13719", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-11T17:18:25Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13695, | |
| "title": "Fix Stable Cascade review issues", | |
| "url": "https://github.com/huggingface/diffusers/pull/13695", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-07T15:14:24Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13656, | |
| "title": "[meta issue] Systematic model/pipeline review findings / tracking", | |
| "url": "https://github.com/huggingface/diffusers/issues/13656", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-04-29T17:10:29Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13655, | |
| "title": "`model_infrastructure` model/pipeline review", | |
| "url": "https://github.com/huggingface/diffusers/issues/13655", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-04-29T16:47:35Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13654, | |
| "title": "`model_unets_shared` model/pipeline review", | |
| "url": "https://github.com/huggingface/diffusers/issues/13654", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-04-29T16:47:11Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "lawrence-cj", | |
| "name": "Junsong Chen", | |
| "profile_url": "https://github.com/lawrence-cj", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Alawrence-cj", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Alawrence-cj", | |
| "repo_first_seen_at": "2023-11-08T08:40:50Z", | |
| "repo_last_seen_at": "2026-07-09T09:44:59Z", | |
| "repo_primary_artifact_count": 35, | |
| "repo_artifact_count": 340, | |
| "snapshot_issue_count": 2, | |
| "snapshot_pr_count": 33, | |
| "snapshot_comment_count": 152, | |
| "snapshot_review_count": 77, | |
| "snapshot_review_comment_count": 76, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2459, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "\u2014", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 4, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.75, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.25, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13881, | |
| "title": "Add SANA-WM camera-controlled image-to-video pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/13881", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-07T17:55:10Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13229, | |
| "title": "add ltx2 vae in sana-video;", | |
| "url": "https://github.com/huggingface/diffusers/pull/13229", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-03-09T04:16:06Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 12723, | |
| "title": "[feat] LongSANA: a minute-length real-time video generation model", | |
| "url": "https://github.com/huggingface/diffusers/pull/12723", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2025-11-26T15:47:02Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 5989, | |
| "title": "safetensors.torch bug", | |
| "url": "https://github.com/huggingface/diffusers/issues/5989", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2023-11-30T03:34:13Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 5862, | |
| "title": "Transformer2DModel does not support gradient checkpointing.", | |
| "url": "https://github.com/huggingface/diffusers/issues/5862", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2023-11-19T14:09:08Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "bghira", | |
| "name": "bagheera", | |
| "profile_url": "https://github.com/bghira", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Abghira", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Abghira", | |
| "repo_first_seen_at": "2023-05-13T19:58:56Z", | |
| "repo_last_seen_at": "2026-06-22T23:56:02Z", | |
| "repo_primary_artifact_count": 73, | |
| "repo_artifact_count": 1533, | |
| "snapshot_issue_count": 45, | |
| "snapshot_pr_count": 28, | |
| "snapshot_comment_count": 971, | |
| "snapshot_review_count": 241, | |
| "snapshot_review_comment_count": 248, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2353, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; broad repo spread", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 94, | |
| "merged_pr_count": 82, | |
| "closed_unmerged_pr_count": 4, | |
| "open_pr_count": 8, | |
| "merged_pr_rate": 0.8723, | |
| "closed_unmerged_pr_rate": 0.0426, | |
| "still_open_pr_rate": 0.0851, | |
| "distinct_repos_with_authored_prs": 14, | |
| "distinct_repos_with_open_prs": 7 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14000, | |
| "title": "fa3 varlen return type should be tested before unpacking", | |
| "url": "https://github.com/huggingface/diffusers/pull/14000", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-19T14:18:34Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 10543, | |
| "title": "LTXPipeline should tolerate torch.Generator on CPU by generating the latents on the device where the Generator is", | |
| "url": "https://github.com/huggingface/diffusers/pull/10543", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2025-01-12T23:09:12Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 9880, | |
| "title": "add skip_layers argument to SD3 transformer model class", | |
| "url": "https://github.com/huggingface/diffusers/pull/9880", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2024-11-06T20:10:31Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14012, | |
| "title": "attention dispatcher assumes wrong attributes for flash attn kernel from hub", | |
| "url": "https://github.com/huggingface/diffusers/issues/14012", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-20T15:18:03Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13999, | |
| "title": "Flash Attention 3 varlen wrapper assumes output is a tuple", | |
| "url": "https://github.com/huggingface/diffusers/issues/13999", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-19T14:11:05Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 12610, | |
| "title": "Quanto + Group Offload causes device mismatch error (weights on cpu, mat1 on gpu)", | |
| "url": "https://github.com/huggingface/diffusers/issues/12610", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-11-07T13:07:13Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "rootonchair", | |
| "name": "Vinh H. Pham ", | |
| "profile_url": "https://github.com/rootonchair", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Arootonchair", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Arootonchair", | |
| "repo_first_seen_at": "2023-12-27T03:24:34Z", | |
| "repo_last_seen_at": "2026-07-14T03:56:37Z", | |
| "repo_primary_artifact_count": 33, | |
| "repo_artifact_count": 276, | |
| "snapshot_issue_count": 8, | |
| "snapshot_pr_count": 25, | |
| "snapshot_comment_count": 111, | |
| "snapshot_review_count": 66, | |
| "snapshot_review_comment_count": 66, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3478, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "\u2014", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 2, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.6667, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.3333, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14100, | |
| "title": "Add Nunchaku Lite single-file quantization", | |
| "url": "https://github.com/huggingface/diffusers/pull/14100", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-01T17:08:21Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13730, | |
| "title": "Fix redundant Z-Image terminal timestep", | |
| "url": "https://github.com/huggingface/diffusers/pull/13730", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-12T10:50:21Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 12934, | |
| "title": "LTX2 distilled checkpoint support", | |
| "url": "https://github.com/huggingface/diffusers/pull/12934", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-01-09T12:47:11Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13232, | |
| "title": "LTX-2.3 Support", | |
| "url": "https://github.com/huggingface/diffusers/issues/13232", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-03-09T06:29:10Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 8686, | |
| "title": "`SDXLCFGCutoffCallback` does not work with `StableDiffusionXLControlNetPipeline`", | |
| "url": "https://github.com/huggingface/diffusers/issues/8686", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2024-06-24T16:10:33Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 7985, | |
| "title": "IPAdapter not compatible to torch.compile ", | |
| "url": "https://github.com/huggingface/diffusers/issues/7985", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2024-05-19T17:36:25Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "mishig25", | |
| "name": "Mishig", | |
| "profile_url": "https://github.com/mishig25", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Amishig25", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Amishig25", | |
| "repo_first_seen_at": "2022-09-04T19:44:43Z", | |
| "repo_last_seen_at": "2026-07-07T17:42:36Z", | |
| "repo_primary_artifact_count": 27, | |
| "repo_artifact_count": 101, | |
| "snapshot_issue_count": 3, | |
| "snapshot_pr_count": 24, | |
| "snapshot_comment_count": 21, | |
| "snapshot_review_count": 27, | |
| "snapshot_review_comment_count": 26, | |
| "repo_association": "MEMBER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4108, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; very broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 45, | |
| "merged_pr_count": 18, | |
| "closed_unmerged_pr_count": 4, | |
| "open_pr_count": 23, | |
| "merged_pr_rate": 0.4, | |
| "closed_unmerged_pr_rate": 0.0889, | |
| "still_open_pr_rate": 0.5111, | |
| "distinct_repos_with_authored_prs": 26, | |
| "distinct_repos_with_open_prs": 21 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14131, | |
| "title": "Make doc builds faster", | |
| "url": "https://github.com/huggingface/diffusers/pull/14131", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-06T10:28:53Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 6405, | |
| "title": "wip testing doc-builder", | |
| "url": "https://github.com/huggingface/diffusers/pull/6405", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2023-12-30T20:44:13Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 6018, | |
| "title": "[wip test doc-builder]", | |
| "url": "https://github.com/huggingface/diffusers/pull/6018", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2023-12-01T13:25:35Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 604, | |
| "title": "[FLAX-PT conversion] test ", | |
| "url": "https://github.com/huggingface/diffusers/issues/604", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2022-09-21T08:14:00Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 528, | |
| "title": "Question about flax model output classes", | |
| "url": "https://github.com/huggingface/diffusers/issues/528", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2022-09-16T11:39:24Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 383, | |
| "title": "Question about: `ConfigMixin` vs `XYZConfig class`", | |
| "url": "https://github.com/huggingface/diffusers/issues/383", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2022-09-07T09:18:27Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "kaixuanliu", | |
| "name": "kaixuanliu", | |
| "profile_url": "https://github.com/kaixuanliu", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Akaixuanliu", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Akaixuanliu", | |
| "repo_first_seen_at": "2025-01-20T00:59:08Z", | |
| "repo_last_seen_at": "2026-06-26T13:31:58Z", | |
| "repo_primary_artifact_count": 16, | |
| "repo_artifact_count": 80, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 15, | |
| "snapshot_comment_count": 46, | |
| "snapshot_review_count": 9, | |
| "snapshot_review_comment_count": 9, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3976, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 49, | |
| "merged_pr_count": 37, | |
| "closed_unmerged_pr_count": 9, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.7551, | |
| "closed_unmerged_pr_rate": 0.1837, | |
| "still_open_pr_rate": 0.0612, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14050, | |
| "title": "fix #14063 for Kandinsky5 pipeline load with device_map=balanced", | |
| "url": "https://github.com/huggingface/diffusers/pull/14050", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-23T09:09:36Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13766, | |
| "title": "fix device mismatch issue for HiDreamTransformerTests", | |
| "url": "https://github.com/huggingface/diffusers/pull/13766", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-19T10:56:50Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13534, | |
| "title": "Fix non-deterministic T5 outputs in HiDream pipeline tests", | |
| "url": "https://github.com/huggingface/diffusers/pull/13534", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-04-21T07:41:02Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14063, | |
| "title": "Kandinsky5 pipeline does not support device_map=balanced", | |
| "url": "https://github.com/huggingface/diffusers/issues/14063", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-25T07:25:46Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Mr-Neutr0n", | |
| "name": "hari", | |
| "profile_url": "https://github.com/Mr-Neutr0n", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AMr-Neutr0n", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AMr-Neutr0n", | |
| "repo_first_seen_at": "2026-02-07T08:06:58Z", | |
| "repo_last_seen_at": "2026-06-12T08:56:43Z", | |
| "repo_primary_artifact_count": 11, | |
| "repo_artifact_count": 24, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 11, | |
| "snapshot_comment_count": 13, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2234, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 7, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 6, | |
| "merged_pr_rate": 0.1429, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.8571, | |
| "distinct_repos_with_authored_prs": 7, | |
| "distinct_repos_with_open_prs": 6 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13927, | |
| "title": "Fix #13094: fix: correct Z-Image guidance scale threshold from > 1 to > 0", | |
| "url": "https://github.com/huggingface/diffusers/pull/13927", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-06-12T08:56:43Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13131, | |
| "title": "Fix broken attention masking for inner padding in ZImageTransformer2DModel", | |
| "url": "https://github.com/huggingface/diffusers/pull/13131", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-02-13T02:04:03Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13125, | |
| "title": "Fix CogVideoX scheduler prev_timestep for non-leading spacing", | |
| "url": "https://github.com/huggingface/diffusers/pull/13125", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-02-11T18:38:44Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "christopher5106", | |
| "name": "Christopher", | |
| "profile_url": "https://github.com/christopher5106", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Achristopher5106", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Achristopher5106", | |
| "repo_first_seen_at": "2024-03-30T15:52:41Z", | |
| "repo_last_seen_at": "2026-07-10T18:04:29Z", | |
| "repo_primary_artifact_count": 37, | |
| "repo_artifact_count": 152, | |
| "snapshot_issue_count": 28, | |
| "snapshot_pr_count": 9, | |
| "snapshot_comment_count": 113, | |
| "snapshot_review_count": 2, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4509, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "\u2014", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 4, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.75, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.25, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14163, | |
| "title": "[LoRA] add LoKr adapter support (Z-Image, Flux2/Klein)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14163", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-10T18:00:59Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13482, | |
| "title": "Fix encoder difference between modular and standard pipelines for Qwen Image and consistency with other models", | |
| "url": "https://github.com/huggingface/diffusers/pull/13482", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-04-15T13:43:08Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13373, | |
| "title": "FA4 local (_flash_4 mode)", | |
| "url": "https://github.com/huggingface/diffusers/pull/13373", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-03-31T08:51:42Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14037, | |
| "title": "`HookRegistry._child_registries_cache` goes stale after `enable_cache`/`disable_cache` \u2192 `ValueError: No context is set`", | |
| "url": "https://github.com/huggingface/diffusers/issues/14037", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-22T10:29:33Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13998, | |
| "title": "FLUX kohya LoRA conversion crashes on `final_layer` (KeyError on missing adaLN_modulation_1; \"Incompatible keys\" on final_layer alphas)", | |
| "url": "https://github.com/huggingface/diffusers/issues/13998", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-19T09:30:12Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 13984, | |
| "title": "FLUX LoRA with CLIP text-encoder weights fails (empty rank -> IndexError) under transformers>=5", | |
| "url": "https://github.com/huggingface/diffusers/issues/13984", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-18T11:16:30Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "DavidBert", | |
| "name": "David Bertoin", | |
| "profile_url": "https://github.com/DavidBert", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ADavidBert", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ADavidBert", | |
| "repo_first_seen_at": "2025-09-26T15:01:33Z", | |
| "repo_last_seen_at": "2026-06-16T07:03:17Z", | |
| "repo_primary_artifact_count": 9, | |
| "repo_artifact_count": 116, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 8, | |
| "snapshot_comment_count": 8, | |
| "snapshot_review_count": 50, | |
| "snapshot_review_comment_count": 49, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4055, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [ | |
| "wikistat" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13928, | |
| "title": "Add PRXPixelPipeline: pixel-space PRX text-to-image pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/13928", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-12T10:22:13Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13143, | |
| "title": "Fix T5GemmaEncoder loading for transformers 5.x composite T5GemmaConfig", | |
| "url": "https://github.com/huggingface/diffusers/pull/13143", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-02-13T19:22:52Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 12791, | |
| "title": "PRX Set downscale_freq_shift to 0 for consistency with internal implementation", | |
| "url": "https://github.com/huggingface/diffusers/pull/12791", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2025-12-04T16:23:35Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13142, | |
| "title": "PRXPipeline.from_pretrained() broken with transformers 5.1.0", | |
| "url": "https://github.com/huggingface/diffusers/issues/13142", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-02-13T19:20:40Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "azolotenkov", | |
| "name": "Alexey Zolotenkov", | |
| "profile_url": "https://github.com/azolotenkov", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aazolotenkov", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aazolotenkov", | |
| "repo_first_seen_at": "2025-03-04T13:58:31Z", | |
| "repo_last_seen_at": "2026-06-03T17:59:59Z", | |
| "repo_primary_artifact_count": 7, | |
| "repo_artifact_count": 39, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 7, | |
| "snapshot_comment_count": 12, | |
| "snapshot_review_count": 10, | |
| "snapshot_review_comment_count": 10, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1060, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 4, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.75, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.25, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13857, | |
| "title": "Add Flux2 DreamBooth prior preservation tests", | |
| "url": "https://github.com/huggingface/diffusers/pull/13857", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-03T14:24:40Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13712, | |
| "title": "Allow bucket reshuffling with DreamBooth caches", | |
| "url": "https://github.com/huggingface/diffusers/pull/13712", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-10T19:42:00Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13441, | |
| "title": "Fix Qwen Image DreamBooth prior-preservation batch ordering", | |
| "url": "https://github.com/huggingface/diffusers/pull/13441", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-04-10T11:53:31Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "RuixiangMa", | |
| "name": "Lancer", | |
| "profile_url": "https://github.com/RuixiangMa", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ARuixiangMa", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ARuixiangMa", | |
| "repo_first_seen_at": "2026-04-02T17:19:18Z", | |
| "repo_last_seen_at": "2026-06-03T17:48:48Z", | |
| "repo_primary_artifact_count": 6, | |
| "repo_artifact_count": 138, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 6, | |
| "snapshot_comment_count": 10, | |
| "snapshot_review_count": 61, | |
| "snapshot_review_comment_count": 61, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3328, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 25, | |
| "merged_pr_count": 17, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 7, | |
| "merged_pr_rate": 0.68, | |
| "closed_unmerged_pr_rate": 0.04, | |
| "still_open_pr_rate": 0.28, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13837, | |
| "title": "[New Model] Add LensPipeline \uff08microsoft/Lens\uff09", | |
| "url": "https://github.com/huggingface/diffusers/pull/13837", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-29T20:05:57Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13511, | |
| "title": "[Feat] support AutoPipelineForText2Audio", | |
| "url": "https://github.com/huggingface/diffusers/pull/13511", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-04-21T00:29:42Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13494, | |
| "title": "[Bugfix] Fix shape mismatch in LongCatAudioDiTTransformer conversion", | |
| "url": "https://github.com/huggingface/diffusers/pull/13494", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-04-16T16:23:46Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "hf-security-analysis[bot]", | |
| "name": null, | |
| "profile_url": "https://github.com/hf-security-analysis[bot]", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ahf-security-analysis%5Bbot%5D", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ahf-security-analysis%5Bbot%5D", | |
| "repo_first_seen_at": "2026-03-27T11:59:04Z", | |
| "repo_last_seen_at": "2026-05-27T16:14:19Z", | |
| "repo_primary_artifact_count": 5, | |
| "repo_artifact_count": 5, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 5, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "live", | |
| "live_refetch_skipped": false, | |
| "account_age_days": null, | |
| "young_account": false, | |
| "follow_through_score": "n/a", | |
| "breadth_score": "n/a", | |
| "automation_risk_signal": "n/a", | |
| "heuristic_note": "summary unavailable", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": null, | |
| "merged_pr_count": null, | |
| "closed_unmerged_pr_count": null, | |
| "open_pr_count": null, | |
| "merged_pr_rate": null, | |
| "closed_unmerged_pr_rate": null, | |
| "still_open_pr_rate": null, | |
| "distinct_repos_with_authored_prs": null, | |
| "distinct_repos_with_open_prs": null | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13817, | |
| "title": "chore: update serge_review.yml", | |
| "url": "https://github.com/huggingface/diffusers/pull/13817", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-27T16:14:19Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13737, | |
| "title": "chore: update serge_review.yml", | |
| "url": "https://github.com/huggingface/diffusers/pull/13737", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-13T07:34:32Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13685, | |
| "title": "chore: update pr_labeler.yml", | |
| "url": "https://github.com/huggingface/diffusers/pull/13685", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-06T12:02:20Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": "[{\"type\": \"NOT_FOUND\", \"path\": [\"user\"], \"locations\": [{\"line\": 13, \"column\": 3}], \"message\": \"Could not resolve to a User with the login of 'hf-security-analysis[bot]'.\"}]" | |
| }, | |
| { | |
| "author_login": "neo", | |
| "name": "Wenchen Li", | |
| "profile_url": "https://github.com/neo", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aneo", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aneo", | |
| "repo_first_seen_at": "2023-09-20T21:42:50Z", | |
| "repo_last_seen_at": "2026-06-08T21:30:57Z", | |
| "repo_primary_artifact_count": 5, | |
| "repo_artifact_count": 13, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 5, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 3, | |
| "snapshot_review_comment_count": 3, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4253, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [ | |
| "Experience-Monks" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13889, | |
| "title": "Fix typo in `AutoModel`", | |
| "url": "https://github.com/huggingface/diffusers/pull/13889", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-08T21:30:57Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13460, | |
| "title": "Add hash check for dynamic modules cache", | |
| "url": "https://github.com/huggingface/diffusers/pull/13460", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-04-13T14:46:02Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13459, | |
| "title": "Ensure consistent dynamic module path for custom components", | |
| "url": "https://github.com/huggingface/diffusers/pull/13459", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-04-13T14:45:54Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "WaterKnight1998", | |
| "name": " David Lacalle Castillo", | |
| "profile_url": "https://github.com/WaterKnight1998", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AWaterKnight1998", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AWaterKnight1998", | |
| "repo_first_seen_at": "2024-01-11T10:06:01Z", | |
| "repo_last_seen_at": "2026-05-28T10:09:11Z", | |
| "repo_primary_artifact_count": 4, | |
| "repo_artifact_count": 14, | |
| "snapshot_issue_count": 2, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 10, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2876, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13822, | |
| "title": "Update repo_id for FLASH_4_HUB in attention_dispatch", | |
| "url": "https://github.com/huggingface/diffusers/pull/13822", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-28T10:09:11Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 12787, | |
| "title": "[PRX] Improve model compilation", | |
| "url": "https://github.com/huggingface/diffusers/pull/12787", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2025-12-03T21:11:59Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 12786, | |
| "title": "[PRX] Improving export to Tensorrt", | |
| "url": "https://github.com/huggingface/diffusers/issues/12786", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-12-03T19:51:02Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 6529, | |
| "title": "SDXL Fooocus Inpaint", | |
| "url": "https://github.com/huggingface/diffusers/issues/6529", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2024-01-11T10:06:01Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "feice-huang", | |
| "name": "\u5f7c\u5f7c", | |
| "profile_url": "https://github.com/feice-huang", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Afeice-huang", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Afeice-huang", | |
| "repo_first_seen_at": "2026-04-22T10:38:45Z", | |
| "repo_last_seen_at": "2026-06-10T12:07:37Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 55, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 14, | |
| "snapshot_review_count": 19, | |
| "snapshot_review_comment_count": 19, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1479, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 0, | |
| "merged_pr_rate": 1.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 0 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13908, | |
| "title": "[feat] JoyAI-Echo support", | |
| "url": "https://github.com/huggingface/diffusers/pull/13908", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-10T10:54:45Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13726, | |
| "title": "[docs] add docs for JoyAI-Image-Edit", | |
| "url": "https://github.com/huggingface/diffusers/pull/13726", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-12T07:12:28Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13907, | |
| "title": "Support for JoyAI-Echo", | |
| "url": "https://github.com/huggingface/diffusers/issues/13907", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-10T10:14:27Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Shreyas-jk", | |
| "name": "Shreyas Kiran", | |
| "profile_url": "https://github.com/Shreyas-jk", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AShreyas-jk", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AShreyas-jk", | |
| "repo_first_seen_at": "2026-05-08T23:19:21Z", | |
| "repo_last_seen_at": "2026-06-27T15:31:06Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 11, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 4, | |
| "snapshot_review_comment_count": 4, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 547, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "no visible non-self stars", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 2, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.6667, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.3333, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14071, | |
| "title": "[mps] Fix float64 upcast in HeliosDMDScheduler.convert_flow_pred_to_x0", | |
| "url": "https://github.com/huggingface/diffusers/pull/14071", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-25T21:42:44Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 13701, | |
| "title": "[mps] Fix NaN in Attention.get_attention_scores when attention_mask is None", | |
| "url": "https://github.com/huggingface/diffusers/pull/13701", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-08T23:19:21Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "sqhuang", | |
| "name": "sq", | |
| "profile_url": "https://github.com/sqhuang", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asqhuang", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asqhuang", | |
| "repo_first_seen_at": "2025-11-23T14:01:52Z", | |
| "repo_last_seen_at": "2026-07-10T02:18:57Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 2, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4036, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [ | |
| "underqiu" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14127, | |
| "title": "Flux2 pipelines: expose the hardcoded 1MP condition-image downscale threshold (max_area)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14127", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-06T03:22:56Z" | |
| }, | |
| { | |
| "kind": "pull_request", | |
| "number": 12701, | |
| "title": "Fix variable naming typos in community FluxControlNetFillInpaintPipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/12701", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2025-11-23T14:01:52Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "chuenchen309", | |
| "name": "Andrew Chen", | |
| "profile_url": "https://github.com/chuenchen309", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Achuenchen309", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Achuenchen309", | |
| "repo_first_seen_at": "2026-07-16T02:42:58Z", | |
| "repo_last_seen_at": "2026-07-17T14:43:27Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 5, | |
| "snapshot_issue_count": 2, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2675, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "extremely high recent PR volume; very broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 190, | |
| "merged_pr_count": 17, | |
| "closed_unmerged_pr_count": 16, | |
| "open_pr_count": 157, | |
| "merged_pr_rate": 0.0895, | |
| "closed_unmerged_pr_rate": 0.0842, | |
| "still_open_pr_rate": 0.8263, | |
| "distinct_repos_with_authored_prs": 51, | |
| "distinct_repos_with_open_prs": 47 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14200, | |
| "title": "[LDM3D] Fix rgblike_to_depthmap truncating 16-bit depth back to 8 bits", | |
| "url": "https://github.com/huggingface/diffusers/pull/14200", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-16T02:42:58Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14213, | |
| "title": "Ancestral schedulers (EulerAncestral, KDPM2Ancestral) produce all-NaN output with beta_schedule=\"squaredcos_cap_v2\"", | |
| "url": "https://github.com/huggingface/diffusers/issues/14213", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-17T14:43:27Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 14206, | |
| "title": "LDM3D rgblike_to_depthmap truncates the 16-bit depth map back to the 8-bit input dtype", | |
| "url": "https://github.com/huggingface/diffusers/issues/14206", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-16T16:41:14Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Sainava", | |
| "name": "Sainava", | |
| "profile_url": "https://github.com/Sainava", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ASainava", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ASainava", | |
| "repo_first_seen_at": "2026-06-22T18:05:17Z", | |
| "repo_last_seen_at": "2026-07-09T08:02:40Z", | |
| "repo_primary_artifact_count": 3, | |
| "repo_artifact_count": 7, | |
| "snapshot_issue_count": 2, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 4, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "NONE", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 869, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "\u2014", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 11, | |
| "merged_pr_count": 5, | |
| "closed_unmerged_pr_count": 2, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.4545, | |
| "closed_unmerged_pr_rate": 0.1818, | |
| "still_open_pr_rate": 0.3636, | |
| "distinct_repos_with_authored_prs": 6, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14044, | |
| "title": "feat(flux2): add Flux2KleinImg2ImgPipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/14044", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-06-22T20:14:01Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14076, | |
| "title": "[Proposal]: Support LoRA loading for MotifVideo pipelines", | |
| "url": "https://github.com/huggingface/diffusers/issues/14076", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-26T21:21:14Z" | |
| }, | |
| { | |
| "kind": "issue", | |
| "number": 14042, | |
| "title": "Add Flux2KleinImg2ImgPipeline for FLUX.2 Klein", | |
| "url": "https://github.com/huggingface/diffusers/issues/14042", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-22T18:05:17Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "amd-inechakr", | |
| "name": "Inesh Chakrabarti", | |
| "profile_url": "https://github.com/amd-inechakr", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aamd-inechakr", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aamd-inechakr", | |
| "repo_first_seen_at": "2026-06-26T22:12:12Z", | |
| "repo_last_seen_at": "2026-07-09T18:42:53Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 150, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "young account; high open PR share; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14077, | |
| "title": "Add quark as an autoquantizer", | |
| "url": "https://github.com/huggingface/diffusers/pull/14077", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-26T22:12:12Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14149, | |
| "title": "Add AMD Quark support to Diffusers", | |
| "url": "https://github.com/huggingface/diffusers/issues/14149", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-09T18:42:53Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "CodingForAGI", | |
| "name": "CodingForAGI", | |
| "profile_url": "https://github.com/CodingForAGI", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ACodingForAGI", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ACodingForAGI", | |
| "repo_first_seen_at": "2026-07-05T12:10:16Z", | |
| "repo_last_seen_at": "2026-07-05T13:06:47Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIMER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1067, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14125, | |
| "title": "fix no text_model attribute bug when clip_skip is not None", | |
| "url": "https://github.com/huggingface/diffusers/pull/14125", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-05T13:06:47Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14124, | |
| "title": "[Version 0.39.0]AttributeError: 'CLIPTextModel' object has no attribute 'text_model' WHEN SET CKIP_SKIP NOT NONE", | |
| "url": "https://github.com/huggingface/diffusers/issues/14124", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-05T12:10:16Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "ElectricGoal", | |
| "name": "ElectricGoal", | |
| "profile_url": "https://github.com/ElectricGoal", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AElectricGoal", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AElectricGoal", | |
| "repo_first_seen_at": "2026-06-25T10:27:43Z", | |
| "repo_last_seen_at": "2026-06-26T17:17:33Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 5, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 1, | |
| "snapshot_review_comment_count": 1, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2916, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14066, | |
| "title": "Fix DreamLite legacy block type aliases", | |
| "url": "https://github.com/huggingface/diffusers/pull/14066", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-25T10:44:30Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14065, | |
| "title": "DreamLite-base fails to load due to unsupported legacy UNet block type names", | |
| "url": "https://github.com/huggingface/diffusers/issues/14065", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-25T10:27:43Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "ErenAta16", | |
| "name": "ErenAta16", | |
| "profile_url": "https://github.com/ErenAta16", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AErenAta16", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AErenAta16", | |
| "repo_first_seen_at": "2026-07-17T16:11:53Z", | |
| "repo_last_seen_at": "2026-07-18T12:25:18Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 16, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 6, | |
| "snapshot_review_comment_count": 6, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 990, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; very broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 75, | |
| "merged_pr_count": 27, | |
| "closed_unmerged_pr_count": 6, | |
| "open_pr_count": 42, | |
| "merged_pr_rate": 0.36, | |
| "closed_unmerged_pr_rate": 0.08, | |
| "still_open_pr_rate": 0.56, | |
| "distinct_repos_with_authored_prs": 30, | |
| "distinct_repos_with_open_prs": 23 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14215, | |
| "title": "Fix _merged_adapters bookkeeping desync on partial unfuse_lora(components=...)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14215", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-17T16:21:01Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14214, | |
| "title": "unfuse_lora(components=[...]) desyncs _merged_adapters/num_fused_loras from actual per-component PEFT merge state", | |
| "url": "https://github.com/huggingface/diffusers/issues/14214", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-17T16:11:53Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "fropych", | |
| "name": "Yaroslav Romanenko", | |
| "profile_url": "https://github.com/fropych", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Afropych", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Afropych", | |
| "repo_first_seen_at": "2026-07-15T16:06:31Z", | |
| "repo_last_seen_at": "2026-07-16T09:14:01Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 6, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 1, | |
| "snapshot_review_comment_count": 1, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2153, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14204, | |
| "title": "Fix local LoRA weight auto-discovery in offline mode", | |
| "url": "https://github.com/huggingface/diffusers/pull/14204", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-16T08:20:30Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14195, | |
| "title": "Offline mode rejects local LoRA files and directories without weight_name", | |
| "url": "https://github.com/huggingface/diffusers/issues/14195", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-15T16:06:31Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "gabe-engineers", | |
| "name": "Gabe", | |
| "profile_url": "https://github.com/gabe-engineers", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Agabe-engineers", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Agabe-engineers", | |
| "repo_first_seen_at": "2026-06-12T17:57:39Z", | |
| "repo_last_seen_at": "2026-07-08T16:52:09Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 5, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 3, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "NONE", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2950, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14068, | |
| "title": "Constrain numba test dependency", | |
| "url": "https://github.com/huggingface/diffusers/pull/14068", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-25T16:45:04Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14067, | |
| "title": "uv pip install -e \".[test]\" fails on Python 3.12 due to incompatible numba/llvmlite resolution", | |
| "url": "https://github.com/huggingface/diffusers/issues/14067", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-25T16:36:54Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "IvenHsu01", | |
| "name": "iven", | |
| "profile_url": "https://github.com/IvenHsu01", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AIvenHsu01", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AIvenHsu01", | |
| "repo_first_seen_at": "2026-07-14T02:59:47Z", | |
| "repo_last_seen_at": "2026-07-14T03:00:47Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 323, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "young account; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14184, | |
| "title": "Fix AuraFlow VAE dtype mismatch on pipeline reuse", | |
| "url": "https://github.com/huggingface/diffusers/pull/14184", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-07-14T03:00:47Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14183, | |
| "title": "AuraFlowPipeline: VAE dtype mismatch on pipeline reuse (latents cast skipped on 2nd call)", | |
| "url": "https://github.com/huggingface/diffusers/issues/14183", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-14T02:59:47Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "jmliu206", | |
| "name": "Jinming Liu", | |
| "profile_url": "https://github.com/jmliu206", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ajmliu206", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ajmliu206", | |
| "repo_first_seen_at": "2026-06-29T08:48:54Z", | |
| "repo_last_seen_at": "2026-07-13T02:15:11Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2412, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14084, | |
| "title": "Add SeFi-Image pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/14084", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-29T08:48:54Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14086, | |
| "title": "Add SeFi-Image pipeline", | |
| "url": "https://github.com/huggingface/diffusers/issues/14086", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-29T08:58:15Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "johnnynunez", | |
| "name": "Johnny", | |
| "profile_url": "https://github.com/johnnynunez", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ajohnnynunez", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ajohnnynunez", | |
| "repo_first_seen_at": "2025-06-25T12:11:57Z", | |
| "repo_last_seen_at": "2026-07-09T22:06:00Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3560, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "extremely high recent PR volume; broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 107, | |
| "merged_pr_count": 25, | |
| "closed_unmerged_pr_count": 19, | |
| "open_pr_count": 63, | |
| "merged_pr_rate": 0.2336, | |
| "closed_unmerged_pr_rate": 0.1776, | |
| "still_open_pr_rate": 0.5888, | |
| "distinct_repos_with_authored_prs": 24, | |
| "distinct_repos_with_open_prs": 18 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14154, | |
| "title": "Enable cache support (FirstBlockCache) for Cosmos3 Omni", | |
| "url": "https://github.com/huggingface/diffusers/pull/14154", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-09T22:06:00Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 11805, | |
| "title": "Flash Attention", | |
| "url": "https://github.com/huggingface/diffusers/issues/11805", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2025-06-25T12:11:57Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "LucasSte", | |
| "name": "Lucas Ste", | |
| "profile_url": "https://github.com/LucasSte", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ALucasSte", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ALucasSte", | |
| "repo_first_seen_at": "2026-03-28T23:48:15Z", | |
| "repo_last_seen_at": "2026-06-10T22:20:39Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 4, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2976, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 30, | |
| "merged_pr_count": 20, | |
| "closed_unmerged_pr_count": 5, | |
| "open_pr_count": 5, | |
| "merged_pr_rate": 0.6667, | |
| "closed_unmerged_pr_rate": 0.1667, | |
| "still_open_pr_rate": 0.1667, | |
| "distinct_repos_with_authored_prs": 8, | |
| "distinct_repos_with_open_prs": 5 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13915, | |
| "title": "Enable BitsAndBytes quantization in MPS", | |
| "url": "https://github.com/huggingface/diffusers/pull/13915", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-10T22:19:48Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13361, | |
| "title": "Enable MPS backend for bitsandbytes quantization", | |
| "url": "https://github.com/huggingface/diffusers/issues/13361", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-03-28T23:48:15Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "ramkumar27072006", | |
| "name": "Ramkumar R", | |
| "profile_url": "https://github.com/ramkumar27072006", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aramkumar27072006", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aramkumar27072006", | |
| "repo_first_seen_at": "2026-06-07T03:05:23Z", | |
| "repo_last_seen_at": "2026-06-07T07:09:29Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 5, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 3, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 543, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [ | |
| "init-club", | |
| "Crimson-Trinity", | |
| "PixelPack-exe" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 6, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 2, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.3333, | |
| "still_open_pr_rate": 0.6667, | |
| "distinct_repos_with_authored_prs": 5, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13876, | |
| "title": "docs: fix repeated word typo in set_timesteps docstring", | |
| "url": "https://github.com/huggingface/diffusers/pull/13876", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-07T03:05:23Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13877, | |
| "title": "docs: fix typos in scheduling_euler_discrete.py", | |
| "url": "https://github.com/huggingface/diffusers/issues/13877", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-07T04:02:58Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "sjq66", | |
| "name": null, | |
| "profile_url": "https://github.com/sjq66", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Asjq66", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Asjq66", | |
| "repo_first_seen_at": "2026-06-10T12:14:31Z", | |
| "repo_last_seen_at": "2026-06-10T12:15:07Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1033, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13910, | |
| "title": "[feat] Add JoyAI-Echo multi-shot audio-video generation pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/13910", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-10T12:15:07Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13909, | |
| "title": "[New Pipeline/Model] Add JoyAI-Echo multi-shot audio-video generation pipeline", | |
| "url": "https://github.com/huggingface/diffusers/issues/13909", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-10T12:14:31Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "tangyanf", | |
| "name": null, | |
| "profile_url": "https://github.com/tangyanf", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Atangyanf", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Atangyanf", | |
| "repo_first_seen_at": "2026-06-22T06:54:14Z", | |
| "repo_last_seen_at": "2026-07-07T08:57:36Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 40, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 6, | |
| "snapshot_review_count": 16, | |
| "snapshot_review_comment_count": 16, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3358, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14032, | |
| "title": "feat: add JoyImage edit plus", | |
| "url": "https://github.com/huggingface/diffusers/pull/14032", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-22T06:54:14Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14049, | |
| "title": "Add JoyAI-Image Edit Plus pipeline and model", | |
| "url": "https://github.com/huggingface/diffusers/issues/14049", | |
| "state": "closed", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-06-23T02:52:02Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "wutachiang", | |
| "name": "wutachiang", | |
| "profile_url": "https://github.com/wutachiang", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Awutachiang", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Awutachiang", | |
| "repo_first_seen_at": "2026-07-15T05:06:34Z", | |
| "repo_last_seen_at": "2026-07-15T13:33:26Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3978, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14189, | |
| "title": "Fix Qwen Image edit pipelines to forward multimodal token type IDs", | |
| "url": "https://github.com/huggingface/diffusers/pull/14189", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-15T05:06:34Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 14194, | |
| "title": "[Bug] QwenImageEdit produces incorrect outputs with transformers >=5 due to missing mm_token_type_ids", | |
| "url": "https://github.com/huggingface/diffusers/issues/14194", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-07-15T13:33:26Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Zhu1116", | |
| "name": "Crimson", | |
| "profile_url": "https://github.com/Zhu1116", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AZhu1116", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AZhu1116", | |
| "repo_first_seen_at": "2025-05-30T08:21:12Z", | |
| "repo_last_seen_at": "2026-06-04T13:04:49Z", | |
| "repo_primary_artifact_count": 2, | |
| "repo_artifact_count": 7, | |
| "snapshot_issue_count": 1, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 5, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIMER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2178, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13813, | |
| "title": "fix: resolve issue #13811", | |
| "url": "https://github.com/huggingface/diffusers/pull/13813", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-26T13:11:33Z" | |
| } | |
| ], | |
| "issues": [ | |
| { | |
| "kind": "issue", | |
| "number": 13811, | |
| "title": "Fix incorrect batch handling in _prepare_image_ids usage in train_dreambooth_lora_flux2_img2img.py", | |
| "url": "https://github.com/huggingface/diffusers/issues/13811", | |
| "state": "open", | |
| "merged": null, | |
| "draft": null, | |
| "created_at": "2026-05-26T07:04:52Z" | |
| } | |
| ] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "abhay23-AI", | |
| "name": null, | |
| "profile_url": "https://github.com/abhay23-AI", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aabhay23-AI", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aabhay23-AI", | |
| "repo_first_seen_at": "2026-06-17T17:25:14Z", | |
| "repo_last_seen_at": "2026-07-06T09:01:35Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 519, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 6, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.1667, | |
| "still_open_pr_rate": 0.3333, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13978, | |
| "title": "Support batched multi-controlnet conditioning in SDXL ControlNet inpaint pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/13978", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-17T17:25:14Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Allure2233", | |
| "name": null, | |
| "profile_url": "https://github.com/Allure2233", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AAllure2233", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AAllure2233", | |
| "repo_first_seen_at": "2026-06-22T08:03:05Z", | |
| "repo_last_seen_at": "2026-07-15T09:10:09Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 719, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14034, | |
| "title": "Add convert_diffusers_to_cogvideox.py reverse conversion script", | |
| "url": "https://github.com/huggingface/diffusers/pull/14034", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-22T08:03:05Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "archievi", | |
| "name": "Archie", | |
| "profile_url": "https://github.com/archievi", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aarchievi", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aarchievi", | |
| "repo_first_seen_at": "2026-06-14T00:32:24Z", | |
| "repo_last_seen_at": "2026-07-13T17:15:15Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 6, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 2, | |
| "snapshot_review_comment_count": 2, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3995, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 15, | |
| "merged_pr_count": 5, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 10, | |
| "merged_pr_rate": 0.3333, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.6667, | |
| "distinct_repos_with_authored_prs": 8, | |
| "distinct_repos_with_open_prs": 7 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13945, | |
| "title": "Warn and skip transformer LoRA loading when the transformer is absent (#13487)", | |
| "url": "https://github.com/huggingface/diffusers/pull/13945", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-14T00:32:24Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Bekhouche", | |
| "name": "Salah Eddine Bekhouche", | |
| "profile_url": "https://github.com/Bekhouche", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ABekhouche", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ABekhouche", | |
| "repo_first_seen_at": "2026-07-22T11:03:30Z", | |
| "repo_last_seen_at": "2026-07-22T11:03:30Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4792, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [ | |
| "epan-utbm" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14271, | |
| "title": "Fix LoRA offload detection for alignment hooks (#10914)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14271", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-22T11:03:30Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Boogu-Team", | |
| "name": null, | |
| "profile_url": "https://github.com/Boogu-Team", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ABoogu-Team", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ABoogu-Team", | |
| "repo_first_seen_at": "2026-06-22T15:55:13Z", | |
| "repo_last_seen_at": "2026-07-09T04:38:08Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 84, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 3, | |
| "snapshot_review_count": 40, | |
| "snapshot_review_comment_count": 40, | |
| "repo_association": "FIRST_TIMER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 20, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "very new account; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14040, | |
| "title": "Add Boogu-Image generation, editing, and turbo pipelines", | |
| "url": "https://github.com/huggingface/diffusers/pull/14040", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-22T15:55:13Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "botbikamordehai2-sketch", | |
| "name": "MORDEHAI BOTBIKA", | |
| "profile_url": "https://github.com/botbikamordehai2-sketch", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Abotbikamordehai2-sketch", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Abotbikamordehai2-sketch", | |
| "repo_first_seen_at": "2026-05-28T18:12:27Z", | |
| "repo_last_seen_at": "2026-05-28T18:12:27Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 34, | |
| "young_account": true, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "high", | |
| "heuristic_note": "very new account; high recent PR volume; very broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 92, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 9, | |
| "open_pr_count": 83, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0978, | |
| "still_open_pr_rate": 0.9022, | |
| "distinct_repos_with_authored_prs": 78, | |
| "distinct_repos_with_open_prs": 70 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13825, | |
| "title": "fix: Add missing StableAudioPipeline dummy class to prevent RecursionError (closes #13274)", | |
| "url": "https://github.com/huggingface/diffusers/pull/13825", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-28T18:12:27Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Carlofkl", | |
| "name": "Kailai Feng", | |
| "profile_url": "https://github.com/Carlofkl", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ACarlofkl", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ACarlofkl", | |
| "repo_first_seen_at": "2026-05-27T06:16:54Z", | |
| "repo_last_seen_at": "2026-06-12T05:38:00Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 55, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 8, | |
| "snapshot_review_count": 23, | |
| "snapshot_review_comment_count": 23, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2302, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13815, | |
| "title": "[Pipelines] Add DreamLite text-to-image and image-edit pipelines", | |
| "url": "https://github.com/huggingface/diffusers/pull/13815", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-27T06:16:54Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Cedric-Perauer", | |
| "name": "Cedric Perauer", | |
| "profile_url": "https://github.com/Cedric-Perauer", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ACedric-Perauer", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ACedric-Perauer", | |
| "repo_first_seen_at": "2025-11-21T00:20:03Z", | |
| "repo_last_seen_at": "2026-07-09T10:29:44Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 7, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 6, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2915, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14083, | |
| "title": "Krea2 Modular Pipeline Support, Documentation, Test Cases", | |
| "url": "https://github.com/huggingface/diffusers/pull/14083", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-28T23:59:23Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "cgloriacc", | |
| "name": "cgloriacc", | |
| "profile_url": "https://github.com/cgloriacc", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Acgloriacc", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Acgloriacc", | |
| "repo_first_seen_at": "2026-06-26T06:33:27Z", | |
| "repo_last_seen_at": "2026-07-05T09:01:16Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 4, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 3, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2032, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14087, | |
| "title": "Add PixArt-Alpha modular pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/14087", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-29T09:26:19Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Chinmay1220", | |
| "name": "Chinmay Sawant", | |
| "profile_url": "https://github.com/Chinmay1220", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AChinmay1220", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AChinmay1220", | |
| "repo_first_seen_at": "2026-06-13T16:50:00Z", | |
| "repo_last_seen_at": "2026-07-20T19:15:05Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1001, | |
| "young_account": false, | |
| "follow_through_score": "strong", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 51, | |
| "merged_pr_count": 44, | |
| "closed_unmerged_pr_count": 2, | |
| "open_pr_count": 5, | |
| "merged_pr_rate": 0.8627, | |
| "closed_unmerged_pr_rate": 0.0392, | |
| "still_open_pr_rate": 0.098, | |
| "distinct_repos_with_authored_prs": 7, | |
| "distinct_repos_with_open_prs": 5 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13937, | |
| "title": "Validate empty image and video lists", | |
| "url": "https://github.com/huggingface/diffusers/pull/13937", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-13T16:50:00Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "danielxmed", | |
| "name": "Daniel Nobrega Medeiros", | |
| "profile_url": "https://github.com/danielxmed", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Adanielxmed", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Adanielxmed", | |
| "repo_first_seen_at": "2026-07-05T13:53:55Z", | |
| "repo_last_seen_at": "2026-07-10T16:19:02Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 24, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 5, | |
| "snapshot_review_count": 9, | |
| "snapshot_review_comment_count": 9, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 679, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.3333, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.6667, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14160, | |
| "title": "Cast attention inputs to the autocast dtype in dispatch_attention_fn", | |
| "url": "https://github.com/huggingface/diffusers/pull/14160", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-07-10T10:59:07Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "delcenjo", | |
| "name": "Jos\u00e9 Miguel del R\u00edo", | |
| "profile_url": "https://github.com/delcenjo", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Adelcenjo", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Adelcenjo", | |
| "repo_first_seen_at": "2026-06-23T19:06:11Z", | |
| "repo_last_seen_at": "2026-06-23T19:06:11Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 121, | |
| "young_account": true, | |
| "follow_through_score": "strong", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "young account; high recent PR volume; broad repo spread; no visible non-self stars", | |
| "public_orgs": [ | |
| "jmweb-org" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 38, | |
| "merged_pr_count": 30, | |
| "closed_unmerged_pr_count": 2, | |
| "open_pr_count": 6, | |
| "merged_pr_rate": 0.7895, | |
| "closed_unmerged_pr_rate": 0.0526, | |
| "still_open_pr_rate": 0.1579, | |
| "distinct_repos_with_authored_prs": 17, | |
| "distinct_repos_with_open_prs": 6 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14055, | |
| "title": "Start Spanish (es) documentation translation", | |
| "url": "https://github.com/huggingface/diffusers/pull/14055", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-23T19:06:11Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "discobot", | |
| "name": "Philip Sinitsin", | |
| "profile_url": "https://github.com/discobot", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Adiscobot", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Adiscobot", | |
| "repo_first_seen_at": "2026-06-13T11:15:56Z", | |
| "repo_last_seen_at": "2026-06-13T11:16:06Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 6068, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; very broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 32, | |
| "merged_pr_count": 5, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 27, | |
| "merged_pr_rate": 0.1562, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.8438, | |
| "distinct_repos_with_authored_prs": 32, | |
| "distinct_repos_with_open_prs": 27 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13934, | |
| "title": "Fix scale_noise crash in EasyAnimate inpaint denoising loop", | |
| "url": "https://github.com/huggingface/diffusers/pull/13934", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-13T11:15:56Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "gaurav-init", | |
| "name": "Gaurav", | |
| "profile_url": "https://github.com/gaurav-init", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Agaurav-init", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Agaurav-init", | |
| "repo_first_seen_at": "2026-06-21T19:11:42Z", | |
| "repo_last_seen_at": "2026-06-22T16:33:54Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1225, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.3333, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.6667, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14028, | |
| "title": "Fix typos missed by #13842 (docs + a few additional pipelines)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14028", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T19:11:42Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "hanu-14", | |
| "name": "MOHAMMED HANAN M T P", | |
| "profile_url": "https://github.com/hanu-14", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ahanu-14", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ahanu-14", | |
| "repo_first_seen_at": "2026-07-18T07:34:44Z", | |
| "repo_last_seen_at": "2026-07-21T11:45:59Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1755, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "high", | |
| "heuristic_note": "extremely high recent PR volume; very broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 354, | |
| "merged_pr_count": 15, | |
| "closed_unmerged_pr_count": 90, | |
| "open_pr_count": 250, | |
| "merged_pr_rate": 0.0424, | |
| "closed_unmerged_pr_rate": 0.2542, | |
| "still_open_pr_rate": 0.7034, | |
| "distinct_repos_with_authored_prs": 187, | |
| "distinct_repos_with_open_prs": 170 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14227, | |
| "title": "fix: upgrade http:// to https:// in README", | |
| "url": "https://github.com/huggingface/diffusers/pull/14227", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-18T07:34:44Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "hasib2003", | |
| "name": "Hasib Aslam", | |
| "profile_url": "https://github.com/hasib2003", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ahasib2003", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ahasib2003", | |
| "repo_first_seen_at": "2026-07-19T15:15:19Z", | |
| "repo_last_seen_at": "2026-07-19T15:15:19Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1565, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14245, | |
| "title": "Docs: fix misleading negative prompt argument desc in SD3 pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/14245", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-19T15:15:19Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "hf-dependantbot-rollout[bot]", | |
| "name": null, | |
| "profile_url": "https://github.com/hf-dependantbot-rollout[bot]", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ahf-dependantbot-rollout%5Bbot%5D", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ahf-dependantbot-rollout%5Bbot%5D", | |
| "repo_first_seen_at": "2026-05-26T10:32:00Z", | |
| "repo_last_seen_at": "2026-05-26T10:32:00Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "live", | |
| "live_refetch_skipped": false, | |
| "account_age_days": null, | |
| "young_account": false, | |
| "follow_through_score": "n/a", | |
| "breadth_score": "n/a", | |
| "automation_risk_signal": "n/a", | |
| "heuristic_note": "summary unavailable", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": null, | |
| "merged_pr_count": null, | |
| "closed_unmerged_pr_count": null, | |
| "open_pr_count": null, | |
| "merged_pr_rate": null, | |
| "closed_unmerged_pr_rate": null, | |
| "still_open_pr_rate": null, | |
| "distinct_repos_with_authored_prs": null, | |
| "distinct_repos_with_open_prs": null | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13812, | |
| "title": "chore: enable Dependabot weekly GitHub Actions bumps", | |
| "url": "https://github.com/huggingface/diffusers/pull/13812", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-05-26T10:32:00Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": "[{\"type\": \"NOT_FOUND\", \"path\": [\"user\"], \"locations\": [{\"line\": 13, \"column\": 3}], \"message\": \"Could not resolve to a User with the login of 'hf-dependantbot-rollout[bot]'.\"}]" | |
| }, | |
| { | |
| "author_login": "islem-esi", | |
| "name": "Islem BOUZENIA", | |
| "profile_url": "https://github.com/islem-esi", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aislem-esi", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aislem-esi", | |
| "repo_first_seen_at": "2026-06-18T11:22:21Z", | |
| "repo_last_seen_at": "2026-06-18T11:22:21Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2315, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 4, | |
| "merged_pr_count": 1, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.25, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.75, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13985, | |
| "title": "Use requests instead of urllib in convert_consistency_decoder _download", | |
| "url": "https://github.com/huggingface/diffusers/pull/13985", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-18T11:22:21Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "javierdejesusda", | |
| "name": "Javier De Jesus", | |
| "profile_url": "https://github.com/javierdejesusda", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ajavierdejesusda", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ajavierdejesusda", | |
| "repo_first_seen_at": "2026-05-24T23:05:02Z", | |
| "repo_last_seen_at": "2026-05-29T10:19:09Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 549, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 20, | |
| "merged_pr_count": 10, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 10, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 17, | |
| "distinct_repos_with_open_prs": 10 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13803, | |
| "title": "[utils] preserve method metadata in apply_forward_hook", | |
| "url": "https://github.com/huggingface/diffusers/pull/13803", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-24T23:05:02Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "laradipupo", | |
| "name": "Laradev", | |
| "profile_url": "https://github.com/laradipupo", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Alaradipupo", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Alaradipupo", | |
| "repo_first_seen_at": "2026-07-13T08:43:32Z", | |
| "repo_last_seen_at": "2026-07-13T08:43:32Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1426, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 6, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 6, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14176, | |
| "title": "[DtoH sync] set scheduler begin index in SD3 T2I", | |
| "url": "https://github.com/huggingface/diffusers/pull/14176", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-13T08:43:32Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "liwd190019", | |
| "name": null, | |
| "profile_url": "https://github.com/liwd190019", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aliwd190019", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aliwd190019", | |
| "repo_first_seen_at": "2025-02-04T05:11:43Z", | |
| "repo_last_seen_at": "2026-06-13T07:12:58Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1606, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 2, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 2, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 2, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13932, | |
| "title": "Add tutorial translations in Chinese", | |
| "url": "https://github.com/huggingface/diffusers/pull/13932", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-13T07:11:29Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "lucasruan1618", | |
| "name": "Lucas Ruan", | |
| "profile_url": "https://github.com/lucasruan1618", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Alucasruan1618", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Alucasruan1618", | |
| "repo_first_seen_at": "2026-06-17T11:29:47Z", | |
| "repo_last_seen_at": "2026-06-18T01:58:55Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIMER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1078, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13977, | |
| "title": "Add Ideogram4 image-to-image pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/13977", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-17T11:29:47Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "MaciejBalaNV", | |
| "name": null, | |
| "profile_url": "https://github.com/MaciejBalaNV", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AMaciejBalaNV", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AMaciejBalaNV", | |
| "repo_first_seen_at": "2026-06-10T13:21:27Z", | |
| "repo_last_seen_at": "2026-06-16T09:09:05Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 28, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 13, | |
| "snapshot_review_comment_count": 13, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 737, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "\u2014", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 11, | |
| "merged_pr_count": 5, | |
| "closed_unmerged_pr_count": 3, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.4545, | |
| "closed_unmerged_pr_rate": 0.2727, | |
| "still_open_pr_rate": 0.2727, | |
| "distinct_repos_with_authored_prs": 5, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13911, | |
| "title": "Add Sound Encoder to Cosmos3", | |
| "url": "https://github.com/huggingface/diffusers/pull/13911", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-10T13:21:27Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "michaelmanly", | |
| "name": null, | |
| "profile_url": "https://github.com/michaelmanly", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Amichaelmanly", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Amichaelmanly", | |
| "repo_first_seen_at": "2026-06-16T13:41:22Z", | |
| "repo_last_seen_at": "2026-06-16T13:41:22Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2469, | |
| "young_account": false, | |
| "follow_through_score": "n/a", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "no visible non-self stars", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 0, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 0, | |
| "merged_pr_rate": null, | |
| "closed_unmerged_pr_rate": null, | |
| "still_open_pr_rate": null, | |
| "distinct_repos_with_authored_prs": 0, | |
| "distinct_repos_with_open_prs": 0 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13972, | |
| "title": "docs: mention AI Badgr Compute as optional managed compute path", | |
| "url": "https://github.com/huggingface/diffusers/pull/13972", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-16T13:41:22Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "momomuchu", | |
| "name": "M.M", | |
| "profile_url": "https://github.com/momomuchu", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Amomomuchu", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Amomomuchu", | |
| "repo_first_seen_at": "2026-07-08T17:01:46Z", | |
| "repo_last_seen_at": "2026-07-08T17:01:46Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1727, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; very broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 74, | |
| "merged_pr_count": 10, | |
| "closed_unmerged_pr_count": 13, | |
| "open_pr_count": 51, | |
| "merged_pr_rate": 0.1351, | |
| "closed_unmerged_pr_rate": 0.1757, | |
| "still_open_pr_rate": 0.6892, | |
| "distinct_repos_with_authored_prs": 63, | |
| "distinct_repos_with_open_prs": 46 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14143, | |
| "title": "Preserve HookRegistry forward signatures", | |
| "url": "https://github.com/huggingface/diffusers/pull/14143", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-08T17:01:46Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "nandanadileep", | |
| "name": "Nandana Dileep", | |
| "profile_url": "https://github.com/nandanadileep", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Anandanadileep", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Anandanadileep", | |
| "repo_first_seen_at": "2026-06-12T08:50:55Z", | |
| "repo_last_seen_at": "2026-06-12T08:50:55Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1413, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; very broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 67, | |
| "merged_pr_count": 18, | |
| "closed_unmerged_pr_count": 10, | |
| "open_pr_count": 39, | |
| "merged_pr_rate": 0.2687, | |
| "closed_unmerged_pr_rate": 0.1493, | |
| "still_open_pr_rate": 0.5821, | |
| "distinct_repos_with_authored_prs": 49, | |
| "distinct_repos_with_open_prs": 34 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13926, | |
| "title": "Fix #13094: fix: correct Z-Image guidance scale threshold from > 1 to > 0", | |
| "url": "https://github.com/huggingface/diffusers/pull/13926", | |
| "state": "open", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-06-12T08:50:55Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Nas01010101", | |
| "name": "nas", | |
| "profile_url": "https://github.com/Nas01010101", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ANas01010101", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ANas01010101", | |
| "repo_first_seen_at": "2026-06-21T15:44:05Z", | |
| "repo_last_seen_at": "2026-06-21T15:44:36Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 889, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 26, | |
| "merged_pr_count": 6, | |
| "closed_unmerged_pr_count": 6, | |
| "open_pr_count": 14, | |
| "merged_pr_rate": 0.2308, | |
| "closed_unmerged_pr_rate": 0.2308, | |
| "still_open_pr_rate": 0.5385, | |
| "distinct_repos_with_authored_prs": 14, | |
| "distinct_repos_with_open_prs": 8 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14026, | |
| "title": "[Fix] Resolve deprecated pipeline modules in from_pretrained", | |
| "url": "https://github.com/huggingface/diffusers/pull/14026", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T15:44:36Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "ooovenenoso", | |
| "name": null, | |
| "profile_url": "https://github.com/ooovenenoso", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aooovenenoso", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aooovenenoso", | |
| "repo_first_seen_at": "2026-05-24T12:21:28Z", | |
| "repo_last_seen_at": "2026-05-24T12:21:28Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1262, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 11, | |
| "merged_pr_count": 4, | |
| "closed_unmerged_pr_count": 2, | |
| "open_pr_count": 5, | |
| "merged_pr_rate": 0.3636, | |
| "closed_unmerged_pr_rate": 0.1818, | |
| "still_open_pr_rate": 0.4545, | |
| "distinct_repos_with_authored_prs": 5, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13799, | |
| "title": "Fix Cosmos2 safety checker grad mode leak", | |
| "url": "https://github.com/huggingface/diffusers/pull/13799", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-24T12:21:28Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Osamaali313", | |
| "name": "Syed Osama Ali Shah", | |
| "profile_url": "https://github.com/Osamaali313", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AOsamaali313", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AOsamaali313", | |
| "repo_first_seen_at": "2026-07-17T19:52:16Z", | |
| "repo_last_seen_at": "2026-07-18T20:05:59Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1846, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "extremely high recent PR volume; very broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 164, | |
| "merged_pr_count": 46, | |
| "closed_unmerged_pr_count": 17, | |
| "open_pr_count": 101, | |
| "merged_pr_rate": 0.2805, | |
| "closed_unmerged_pr_rate": 0.1037, | |
| "still_open_pr_rate": 0.6159, | |
| "distinct_repos_with_authored_prs": 148, | |
| "distinct_repos_with_open_prs": 96 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14216, | |
| "title": "Fix DDIMParallelScheduler batch path ignoring final_alpha_cumprod", | |
| "url": "https://github.com/huggingface/diffusers/pull/14216", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-17T19:52:16Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Paramveersingh-S", | |
| "name": "Paramveer singh", | |
| "profile_url": "https://github.com/Paramveersingh-S", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AParamveersingh-S", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AParamveersingh-S", | |
| "repo_first_seen_at": "2026-06-23T13:34:36Z", | |
| "repo_last_seen_at": "2026-06-26T15:57:34Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "NONE", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 898, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 26, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 22, | |
| "merged_pr_rate": 0.1154, | |
| "closed_unmerged_pr_rate": 0.0385, | |
| "still_open_pr_rate": 0.8462, | |
| "distinct_repos_with_authored_prs": 13, | |
| "distinct_repos_with_open_prs": 11 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14051, | |
| "title": "feat(anima): add img2img capability (#13903)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14051", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-23T13:34:36Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "pctablet505", | |
| "name": "RAHUL KUMAR", | |
| "profile_url": "https://github.com/pctablet505", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Apctablet505", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Apctablet505", | |
| "repo_first_seen_at": "2026-07-15T19:46:56Z", | |
| "repo_last_seen_at": "2026-07-15T19:46:56Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "NONE", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2503, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "high recent PR volume; very broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 86, | |
| "merged_pr_count": 5, | |
| "closed_unmerged_pr_count": 11, | |
| "open_pr_count": 70, | |
| "merged_pr_rate": 0.0581, | |
| "closed_unmerged_pr_rate": 0.1279, | |
| "still_open_pr_rate": 0.814, | |
| "distinct_repos_with_authored_prs": 54, | |
| "distinct_repos_with_open_prs": 48 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14198, | |
| "title": "fix: allow local LoRA paths in offline mode", | |
| "url": "https://github.com/huggingface/diffusers/pull/14198", | |
| "state": "closed", | |
| "merged": false, | |
| "draft": true, | |
| "created_at": "2026-07-15T19:46:56Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "pepepeboom", | |
| "name": null, | |
| "profile_url": "https://github.com/pepepeboom", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Apepepeboom", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Apepepeboom", | |
| "repo_first_seen_at": "2026-07-18T12:40:24Z", | |
| "repo_last_seen_at": "2026-07-18T12:40:24Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 833, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 3, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 3, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14232, | |
| "title": "[docs] remove link to unmaintained HEIM in evaluation guide", | |
| "url": "https://github.com/huggingface/diffusers/pull/14232", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-18T12:40:24Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "PlagueKind", | |
| "name": "PlagueKind", | |
| "profile_url": "https://github.com/PlagueKind", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3APlagueKind", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3APlagueKind", | |
| "repo_first_seen_at": "2026-06-24T18:22:29Z", | |
| "repo_last_seen_at": "2026-06-24T18:22:29Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 41, | |
| "young_account": true, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "medium", | |
| "heuristic_note": "very new account; many recent closed-unmerged PRs; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 20, | |
| "merged_pr_count": 7, | |
| "closed_unmerged_pr_count": 9, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.35, | |
| "closed_unmerged_pr_rate": 0.45, | |
| "still_open_pr_rate": 0.2, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14061, | |
| "title": "fix: resolve leftover conflict marker in bria pipeline docstring", | |
| "url": "https://github.com/huggingface/diffusers/pull/14061", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-24T18:22:29Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "porunov", | |
| "name": "Oleksandr Porunov", | |
| "profile_url": "https://github.com/porunov", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aporunov", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aporunov", | |
| "repo_first_seen_at": "2026-06-16T12:36:55Z", | |
| "repo_last_seen_at": "2026-06-26T17:18:02Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 3755, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [ | |
| "JanusGraph" | |
| ], | |
| "activity": { | |
| "visible_authored_pr_count": 4, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13971, | |
| "title": "feat: bump safetensors to 0.8.0", | |
| "url": "https://github.com/huggingface/diffusers/pull/13971", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-16T12:36:55Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Praanjaljain29", | |
| "name": "Praanjal Jain", | |
| "profile_url": "https://github.com/Praanjaljain29", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3APraanjaljain29", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3APraanjaljain29", | |
| "repo_first_seen_at": "2026-05-28T02:28:09Z", | |
| "repo_last_seen_at": "2026-05-29T06:54:07Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1089, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13820, | |
| "title": "Fix black image output in QwenImageEdit docstring", | |
| "url": "https://github.com/huggingface/diffusers/pull/13820", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-28T02:28:09Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "PrakshaaleJain", | |
| "name": "Prakshaale Jain", | |
| "profile_url": "https://github.com/PrakshaaleJain", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3APrakshaaleJain", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3APrakshaaleJain", | |
| "repo_first_seen_at": "2026-06-24T13:19:25Z", | |
| "repo_last_seen_at": "2026-07-02T13:15:12Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 5, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 4, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 947, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; no visible non-self stars; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14064, | |
| "title": "Fix mutable default args in lora_base.py", | |
| "url": "https://github.com/huggingface/diffusers/pull/14064", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-25T09:52:22Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "PreethamNoelP", | |
| "name": "Preetham Noel P", | |
| "profile_url": "https://github.com/PreethamNoelP", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3APreethamNoelP", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3APreethamNoelP", | |
| "repo_first_seen_at": "2026-06-10T00:04:40Z", | |
| "repo_last_seen_at": "2026-07-16T11:08:44Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 22, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 3, | |
| "snapshot_review_count": 9, | |
| "snapshot_review_comment_count": 9, | |
| "repo_association": "CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": true, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1022, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13929, | |
| "title": "[Anima] Add img2img pipeline blocks", | |
| "url": "https://github.com/huggingface/diffusers/pull/13929", | |
| "state": "closed", | |
| "merged": true, | |
| "draft": false, | |
| "created_at": "2026-06-12T15:29:51Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "ProgramerSalar", | |
| "name": "MANISH KUMAR", | |
| "profile_url": "https://github.com/ProgramerSalar", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AProgramerSalar", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AProgramerSalar", | |
| "repo_first_seen_at": "2026-06-05T16:29:56Z", | |
| "repo_last_seen_at": "2026-06-06T07:10:07Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1646, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13874, | |
| "title": "[Core] Fix community pipeline initialization compatibility with primitive types", | |
| "url": "https://github.com/huggingface/diffusers/pull/13874", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-05T16:29:56Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Pruthvi226", | |
| "name": "Panduga Pruthvi Raj", | |
| "profile_url": "https://github.com/Pruthvi226", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3APruthvi226", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3APruthvi226", | |
| "repo_first_seen_at": "2026-06-28T13:28:14Z", | |
| "repo_last_seen_at": "2026-06-28T13:28:14Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 658, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 4, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 4 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14081, | |
| "title": "Add Krea2 modular pipeline", | |
| "url": "https://github.com/huggingface/diffusers/pull/14081", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-28T13:28:14Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "rathodkunj2005", | |
| "name": "Kunj Rathod", | |
| "profile_url": "https://github.com/rathodkunj2005", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Arathodkunj2005", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Arathodkunj2005", | |
| "repo_first_seen_at": "2026-07-10T18:07:37Z", | |
| "repo_last_seen_at": "2026-07-10T18:07:37Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1838, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 6, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.5, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 5, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14165, | |
| "title": "Handle Anima LoRA alpha keys", | |
| "url": "https://github.com/huggingface/diffusers/pull/14165", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-10T18:07:37Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "rumitvn", | |
| "name": "Rum Nguyen", | |
| "profile_url": "https://github.com/rumitvn", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Arumitvn", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Arumitvn", | |
| "repo_first_seen_at": "2026-06-14T17:28:45Z", | |
| "repo_last_seen_at": "2026-06-14T17:28:45Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 849, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high recent PR volume; broad repo spread", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 39, | |
| "merged_pr_count": 25, | |
| "closed_unmerged_pr_count": 3, | |
| "open_pr_count": 11, | |
| "merged_pr_rate": 0.641, | |
| "closed_unmerged_pr_rate": 0.0769, | |
| "still_open_pr_rate": 0.2821, | |
| "distinct_repos_with_authored_prs": 14, | |
| "distinct_repos_with_open_prs": 10 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13951, | |
| "title": "Fix CogView3 lazy export to match the actual output class name", | |
| "url": "https://github.com/huggingface/diffusers/pull/13951", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-14T17:28:45Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Saurav-Gupta-9741", | |
| "name": "Saurav Gupta", | |
| "profile_url": "https://github.com/Saurav-Gupta-9741", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ASaurav-Gupta-9741", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ASaurav-Gupta-9741", | |
| "repo_first_seen_at": "2026-07-01T19:48:18Z", | |
| "repo_last_seen_at": "2026-07-06T09:56:03Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 1743, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 12, | |
| "merged_pr_count": 3, | |
| "closed_unmerged_pr_count": 3, | |
| "open_pr_count": 6, | |
| "merged_pr_rate": 0.25, | |
| "closed_unmerged_pr_rate": 0.25, | |
| "still_open_pr_rate": 0.5, | |
| "distinct_repos_with_authored_prs": 12, | |
| "distinct_repos_with_open_prs": 6 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14105, | |
| "title": "feat: auto-detect and fuse QKV for original PEFT adapters", | |
| "url": "https://github.com/huggingface/diffusers/pull/14105", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-01T20:31:12Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Solaris-star", | |
| "name": null, | |
| "profile_url": "https://github.com/Solaris-star", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ASolaris-star", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ASolaris-star", | |
| "repo_first_seen_at": "2026-07-20T15:17:03Z", | |
| "repo_last_seen_at": "2026-07-20T15:17:03Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2216, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "very high", | |
| "automation_risk_signal": "high", | |
| "heuristic_note": "extremely high recent PR volume; very broad repo spread; high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 246, | |
| "merged_pr_count": 35, | |
| "closed_unmerged_pr_count": 71, | |
| "open_pr_count": 140, | |
| "merged_pr_rate": 0.1423, | |
| "closed_unmerged_pr_rate": 0.2886, | |
| "still_open_pr_rate": 0.5691, | |
| "distinct_repos_with_authored_prs": 95, | |
| "distinct_repos_with_open_prs": 76 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14250, | |
| "title": "fix: do not leak set_attention_backend into process-wide registry", | |
| "url": "https://github.com/huggingface/diffusers/pull/14250", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-20T15:17:03Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "spartanz51", | |
| "name": "Anthony M", | |
| "profile_url": "https://github.com/spartanz51", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Aspartanz51", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Aspartanz51", | |
| "repo_first_seen_at": "2026-07-21T09:53:44Z", | |
| "repo_last_seen_at": "2026-07-21T09:53:58Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 2, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 1, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 4713, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "\u2014", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 21, | |
| "merged_pr_count": 13, | |
| "closed_unmerged_pr_count": 4, | |
| "open_pr_count": 4, | |
| "merged_pr_rate": 0.619, | |
| "closed_unmerged_pr_rate": 0.1905, | |
| "still_open_pr_rate": 0.1905, | |
| "distinct_repos_with_authored_prs": 4, | |
| "distinct_repos_with_open_prs": 2 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14264, | |
| "title": "Support native-layout Krea2 checkpoints (community GGUFs) in `from_single_file()`", | |
| "url": "https://github.com/huggingface/diffusers/pull/14264", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-21T09:53:44Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "st7109", | |
| "name": "peter", | |
| "profile_url": "https://github.com/st7109", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Ast7109", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Ast7109", | |
| "repo_first_seen_at": "2026-05-28T13:25:48Z", | |
| "repo_last_seen_at": "2026-06-03T06:50:34Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 3, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 2, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIMER", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 2512, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "low", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 1, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 1, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 1.0, | |
| "distinct_repos_with_authored_prs": 1, | |
| "distinct_repos_with_open_prs": 1 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 13824, | |
| "title": "Add use_real parameter to Z-Image for platform compatibility", | |
| "url": "https://github.com/huggingface/diffusers/pull/13824", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-05-28T13:25:48Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "SuryanshSS1011", | |
| "name": "Suryansh Sijwali", | |
| "profile_url": "https://github.com/SuryanshSS1011", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ASuryanshSS1011", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ASuryanshSS1011", | |
| "repo_first_seen_at": "2026-06-29T22:17:01Z", | |
| "repo_last_seen_at": "2026-07-13T21:24:16Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 12, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 3, | |
| "snapshot_review_count": 4, | |
| "snapshot_review_comment_count": 4, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 874, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "no visible non-self stars", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 16, | |
| "merged_pr_count": 11, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 5, | |
| "merged_pr_rate": 0.6875, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.3125, | |
| "distinct_repos_with_authored_prs": 7, | |
| "distinct_repos_with_open_prs": 5 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14093, | |
| "title": "Invalidate HookRegistry child-registries cache on enable/disable cache", | |
| "url": "https://github.com/huggingface/diffusers/pull/14093", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-29T23:44:02Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "Vitaliy-Pikalo", | |
| "name": "Vitaliy", | |
| "profile_url": "https://github.com/Vitaliy-Pikalo", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AVitaliy-Pikalo", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AVitaliy-Pikalo", | |
| "repo_first_seen_at": "2026-06-21T03:47:01Z", | |
| "repo_last_seen_at": "2026-06-21T03:47:01Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 636, | |
| "young_account": false, | |
| "follow_through_score": "weak", | |
| "breadth_score": "high", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "broad repo spread; high open PR share; targets high-star repos", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 17, | |
| "merged_pr_count": 0, | |
| "closed_unmerged_pr_count": 1, | |
| "open_pr_count": 16, | |
| "merged_pr_rate": 0.0, | |
| "closed_unmerged_pr_rate": 0.0588, | |
| "still_open_pr_rate": 0.9412, | |
| "distinct_repos_with_authored_prs": 10, | |
| "distinct_repos_with_open_prs": 9 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14015, | |
| "title": "fix(attention_dispatch): use correct attr names for FLASH_VARLEN_HUB \u2026", | |
| "url": "https://github.com/huggingface/diffusers/pull/14015", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-06-21T03:47:01Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| }, | |
| { | |
| "author_login": "XIONGPEILIN", | |
| "name": "XIONG PEILIN", | |
| "profile_url": "https://github.com/XIONGPEILIN", | |
| "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AXIONGPEILIN", | |
| "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AXIONGPEILIN", | |
| "repo_first_seen_at": "2026-07-14T13:08:30Z", | |
| "repo_last_seen_at": "2026-07-14T13:08:30Z", | |
| "repo_primary_artifact_count": 1, | |
| "repo_artifact_count": 1, | |
| "snapshot_issue_count": 0, | |
| "snapshot_pr_count": 1, | |
| "snapshot_comment_count": 0, | |
| "snapshot_review_count": 0, | |
| "snapshot_review_comment_count": 0, | |
| "repo_association": "FIRST_TIME_CONTRIBUTOR", | |
| "new_to_repo": false, | |
| "first_seen_in_snapshot": false, | |
| "known_via_prior_merged_pr": false, | |
| "report_reason": null, | |
| "enrichment_source": "previous_report", | |
| "live_refetch_skipped": true, | |
| "account_age_days": 799, | |
| "young_account": false, | |
| "follow_through_score": "mixed", | |
| "breadth_score": "moderate", | |
| "automation_risk_signal": "low", | |
| "heuristic_note": "high open PR share", | |
| "public_orgs": [], | |
| "activity": { | |
| "visible_authored_pr_count": 5, | |
| "merged_pr_count": 2, | |
| "closed_unmerged_pr_count": 0, | |
| "open_pr_count": 3, | |
| "merged_pr_rate": 0.4, | |
| "closed_unmerged_pr_rate": 0.0, | |
| "still_open_pr_rate": 0.6, | |
| "distinct_repos_with_authored_prs": 5, | |
| "distinct_repos_with_open_prs": 3 | |
| }, | |
| "examples": { | |
| "pull_requests": [ | |
| { | |
| "kind": "pull_request", | |
| "number": 14187, | |
| "title": "Fix SEG `_gaussian_blur_2d`: finite `blur_sigma` is ignored (inverted infinite-blur branch)", | |
| "url": "https://github.com/huggingface/diffusers/pull/14187", | |
| "state": "open", | |
| "merged": false, | |
| "draft": false, | |
| "created_at": "2026-07-14T13:08:30Z" | |
| } | |
| ], | |
| "issues": [] | |
| }, | |
| "fetch_error": null | |
| } | |
| ] | |
| } | |
Xet Storage Details
- Size:
- 360 kB
- Xet hash:
- 3226509c6e09aae5be473321291b0920e291d47e6dda9e99a886664438fad39c
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.