evalstate HF Staff commited on
Commit
3e98988
·
verified ·
1 Parent(s): 91de1f3

Refresh diffusers dataset snapshot 20260530T093525Z

Browse files
README.md CHANGED
@@ -75,7 +75,7 @@ Use:
75
  - eval set creation
76
 
77
  Notes:
78
- - latest snapshot: `20260530T083524Z`
79
  - raw data only; no labels or moderation decisions
80
  - PR metadata, file-level patch hunks, and full unified diffs are included
81
  - full file contents for changed files are not included
 
75
  - eval set creation
76
 
77
  Notes:
78
+ - latest snapshot: `20260530T093525Z`
79
  - raw data only; no labels or moderation decisions
80
  - PR metadata, file-level patch hunks, and full unified diffs are included
81
  - full file contents for changed files are not included
links.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5501de32d2a0cbb37c443575ffb80dd8c401f1f6d6081979591ed40a1699fd4
3
- size 89226
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33cf0a278d79e8e85d744b3d7fedaeef1c312a2db254ced077bf985c044efd00
3
+ size 89227
manifest.json CHANGED
@@ -16,7 +16,7 @@
16
  "reviews": 29596,
17
  "timeline_events": 205987
18
  },
19
- "crawl_started_at": "2026-05-30T08:35:24Z",
20
  "delta_counts": {
21
  "comments": 0,
22
  "issue_stubs": 0,
@@ -29,11 +29,11 @@
29
  "reviews": 0,
30
  "timeline_events": 0
31
  },
32
- "extracted_at": "2026-05-30T08:35:24Z",
33
  "repo": "huggingface/diffusers",
34
- "snapshot_id": "20260530T083524Z",
35
  "watermark": {
36
- "effective_since": "2026-05-30T07:35:24Z",
37
- "next_since": "2026-05-30T08:35:24Z"
38
  }
39
  }
 
16
  "reviews": 29596,
17
  "timeline_events": 205987
18
  },
19
+ "crawl_started_at": "2026-05-30T09:35:25Z",
20
  "delta_counts": {
21
  "comments": 0,
22
  "issue_stubs": 0,
 
29
  "reviews": 0,
30
  "timeline_events": 0
31
  },
32
+ "extracted_at": "2026-05-30T09:35:25Z",
33
  "repo": "huggingface/diffusers",
34
+ "snapshot_id": "20260530T093525Z",
35
  "watermark": {
36
+ "effective_since": "2026-05-30T08:35:24Z",
37
+ "next_since": "2026-05-30T09:35:25Z"
38
  }
39
  }
new-contributors-report.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "schema_version": "1.0",
3
  "repo": "huggingface/diffusers",
4
- "snapshot_id": "20260530T083524Z",
5
- "generated_at": "2026-05-30T08:35:51Z",
6
  "window_days": 60,
7
  "max_authors": 0,
8
  "instrumentation": {
@@ -19,8 +19,8 @@
19
  "live_fetches": 3,
20
  "window_anchor": "run_time",
21
  "window_anchor_cacheable": false,
22
- "enrichment_elapsed_seconds": 0.46,
23
- "enrichment_avg_seconds_per_author": 0.005,
24
  "enrichment_failures": 3
25
  },
26
  "contributors": [
@@ -2867,114 +2867,6 @@
2867
  },
2868
  "fetch_error": null
2869
  },
2870
- {
2871
- "author_login": "christopher5106",
2872
- "name": "Christopher",
2873
- "profile_url": "https://github.com/christopher5106",
2874
- "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Achristopher5106",
2875
- "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Achristopher5106",
2876
- "repo_first_seen_at": "2024-03-30T15:52:41Z",
2877
- "repo_last_seen_at": "2026-04-30T07:12:02Z",
2878
- "repo_primary_artifact_count": 33,
2879
- "repo_artifact_count": 141,
2880
- "snapshot_issue_count": 25,
2881
- "snapshot_pr_count": 8,
2882
- "snapshot_comment_count": 106,
2883
- "snapshot_review_count": 2,
2884
- "snapshot_review_comment_count": 0,
2885
- "repo_association": "CONTRIBUTOR",
2886
- "new_to_repo": false,
2887
- "first_seen_in_snapshot": false,
2888
- "known_via_prior_merged_pr": true,
2889
- "report_reason": null,
2890
- "enrichment_source": "previous_report",
2891
- "live_refetch_skipped": true,
2892
- "account_age_days": 4466,
2893
- "young_account": false,
2894
- "follow_through_score": "weak",
2895
- "breadth_score": "low",
2896
- "automation_risk_signal": "low",
2897
- "heuristic_note": "high open PR share; targets high-star repos",
2898
- "public_orgs": [],
2899
- "activity": {
2900
- "visible_authored_pr_count": 4,
2901
- "merged_pr_count": 1,
2902
- "closed_unmerged_pr_count": 1,
2903
- "open_pr_count": 2,
2904
- "merged_pr_rate": 0.25,
2905
- "closed_unmerged_pr_rate": 0.25,
2906
- "still_open_pr_rate": 0.5,
2907
- "distinct_repos_with_authored_prs": 2,
2908
- "distinct_repos_with_open_prs": 1
2909
- },
2910
- "examples": {
2911
- "pull_requests": [
2912
- {
2913
- "kind": "pull_request",
2914
- "number": 13482,
2915
- "title": "Fix encoder difference between modular and standard pipelines for Qwen Image and consistency with other models",
2916
- "url": "https://github.com/huggingface/diffusers/pull/13482",
2917
- "state": "open",
2918
- "merged": false,
2919
- "draft": false,
2920
- "created_at": "2026-04-15T13:43:08Z"
2921
- },
2922
- {
2923
- "kind": "pull_request",
2924
- "number": 13373,
2925
- "title": "FA4 local (_flash_4 mode)",
2926
- "url": "https://github.com/huggingface/diffusers/pull/13373",
2927
- "state": "open",
2928
- "merged": false,
2929
- "draft": false,
2930
- "created_at": "2026-03-31T08:51:42Z"
2931
- },
2932
- {
2933
- "kind": "pull_request",
2934
- "number": 13200,
2935
- "title": "adding lora support to z-image controlnet pipelines",
2936
- "url": "https://github.com/huggingface/diffusers/pull/13200",
2937
- "state": "closed",
2938
- "merged": true,
2939
- "draft": false,
2940
- "created_at": "2026-03-02T14:51:52Z"
2941
- }
2942
- ],
2943
- "issues": [
2944
- {
2945
- "kind": "issue",
2946
- "number": 13505,
2947
- "title": "Z-Image's modular TE block only produces negative_prompt_embeds when the pipeline's guider is enabled (CFG active).",
2948
- "url": "https://github.com/huggingface/diffusers/issues/13505",
2949
- "state": "open",
2950
- "merged": null,
2951
- "draft": null,
2952
- "created_at": "2026-04-20T09:55:36Z"
2953
- },
2954
- {
2955
- "kind": "issue",
2956
- "number": 13487,
2957
- "title": "Loading loras on \"text_pipe\" of a modular pipeline fails",
2958
- "url": "https://github.com/huggingface/diffusers/issues/13487",
2959
- "state": "open",
2960
- "merged": null,
2961
- "draft": null,
2962
- "created_at": "2026-04-15T19:10:03Z"
2963
- },
2964
- {
2965
- "kind": "issue",
2966
- "number": 13484,
2967
- "title": "Lora loading fail on Flux 2 dev for FAL loras",
2968
- "url": "https://github.com/huggingface/diffusers/issues/13484",
2969
- "state": "closed",
2970
- "merged": null,
2971
- "draft": null,
2972
- "created_at": "2026-04-15T16:52:47Z"
2973
- }
2974
- ]
2975
- },
2976
- "fetch_error": null
2977
- },
2978
  {
2979
  "author_login": "JingyaHuang",
2980
  "name": "Jingya HUANG",
@@ -4289,6 +4181,114 @@
4289
  },
4290
  "fetch_error": null
4291
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4292
  {
4293
  "author_login": "catwell",
4294
  "name": "Pierre Chapuis",
 
1
  {
2
  "schema_version": "1.0",
3
  "repo": "huggingface/diffusers",
4
+ "snapshot_id": "20260530T093525Z",
5
+ "generated_at": "2026-05-30T09:35:52Z",
6
  "window_days": 60,
7
  "max_authors": 0,
8
  "instrumentation": {
 
19
  "live_fetches": 3,
20
  "window_anchor": "run_time",
21
  "window_anchor_cacheable": false,
22
+ "enrichment_elapsed_seconds": 0.443,
23
+ "enrichment_avg_seconds_per_author": 0.004,
24
  "enrichment_failures": 3
25
  },
26
  "contributors": [
 
2867
  },
2868
  "fetch_error": null
2869
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2870
  {
2871
  "author_login": "JingyaHuang",
2872
  "name": "Jingya HUANG",
 
4181
  },
4182
  "fetch_error": null
4183
  },
4184
+ {
4185
+ "author_login": "christopher5106",
4186
+ "name": "Christopher",
4187
+ "profile_url": "https://github.com/christopher5106",
4188
+ "repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Achristopher5106",
4189
+ "repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Achristopher5106",
4190
+ "repo_first_seen_at": "2024-03-30T15:52:41Z",
4191
+ "repo_last_seen_at": "2026-04-30T07:12:02Z",
4192
+ "repo_primary_artifact_count": 33,
4193
+ "repo_artifact_count": 141,
4194
+ "snapshot_issue_count": 25,
4195
+ "snapshot_pr_count": 8,
4196
+ "snapshot_comment_count": 106,
4197
+ "snapshot_review_count": 2,
4198
+ "snapshot_review_comment_count": 0,
4199
+ "repo_association": "CONTRIBUTOR",
4200
+ "new_to_repo": false,
4201
+ "first_seen_in_snapshot": false,
4202
+ "known_via_prior_merged_pr": true,
4203
+ "report_reason": null,
4204
+ "enrichment_source": "previous_report",
4205
+ "live_refetch_skipped": true,
4206
+ "account_age_days": 4466,
4207
+ "young_account": false,
4208
+ "follow_through_score": "weak",
4209
+ "breadth_score": "low",
4210
+ "automation_risk_signal": "low",
4211
+ "heuristic_note": "high open PR share; targets high-star repos",
4212
+ "public_orgs": [],
4213
+ "activity": {
4214
+ "visible_authored_pr_count": 4,
4215
+ "merged_pr_count": 1,
4216
+ "closed_unmerged_pr_count": 1,
4217
+ "open_pr_count": 2,
4218
+ "merged_pr_rate": 0.25,
4219
+ "closed_unmerged_pr_rate": 0.25,
4220
+ "still_open_pr_rate": 0.5,
4221
+ "distinct_repos_with_authored_prs": 2,
4222
+ "distinct_repos_with_open_prs": 1
4223
+ },
4224
+ "examples": {
4225
+ "pull_requests": [
4226
+ {
4227
+ "kind": "pull_request",
4228
+ "number": 13482,
4229
+ "title": "Fix encoder difference between modular and standard pipelines for Qwen Image and consistency with other models",
4230
+ "url": "https://github.com/huggingface/diffusers/pull/13482",
4231
+ "state": "open",
4232
+ "merged": false,
4233
+ "draft": false,
4234
+ "created_at": "2026-04-15T13:43:08Z"
4235
+ },
4236
+ {
4237
+ "kind": "pull_request",
4238
+ "number": 13373,
4239
+ "title": "FA4 local (_flash_4 mode)",
4240
+ "url": "https://github.com/huggingface/diffusers/pull/13373",
4241
+ "state": "open",
4242
+ "merged": false,
4243
+ "draft": false,
4244
+ "created_at": "2026-03-31T08:51:42Z"
4245
+ },
4246
+ {
4247
+ "kind": "pull_request",
4248
+ "number": 13200,
4249
+ "title": "adding lora support to z-image controlnet pipelines",
4250
+ "url": "https://github.com/huggingface/diffusers/pull/13200",
4251
+ "state": "closed",
4252
+ "merged": true,
4253
+ "draft": false,
4254
+ "created_at": "2026-03-02T14:51:52Z"
4255
+ }
4256
+ ],
4257
+ "issues": [
4258
+ {
4259
+ "kind": "issue",
4260
+ "number": 13505,
4261
+ "title": "Z-Image's modular TE block only produces negative_prompt_embeds when the pipeline's guider is enabled (CFG active).",
4262
+ "url": "https://github.com/huggingface/diffusers/issues/13505",
4263
+ "state": "open",
4264
+ "merged": null,
4265
+ "draft": null,
4266
+ "created_at": "2026-04-20T09:55:36Z"
4267
+ },
4268
+ {
4269
+ "kind": "issue",
4270
+ "number": 13487,
4271
+ "title": "Loading loras on \"text_pipe\" of a modular pipeline fails",
4272
+ "url": "https://github.com/huggingface/diffusers/issues/13487",
4273
+ "state": "open",
4274
+ "merged": null,
4275
+ "draft": null,
4276
+ "created_at": "2026-04-15T19:10:03Z"
4277
+ },
4278
+ {
4279
+ "kind": "issue",
4280
+ "number": 13484,
4281
+ "title": "Lora loading fail on Flux 2 dev for FAL loras",
4282
+ "url": "https://github.com/huggingface/diffusers/issues/13484",
4283
+ "state": "closed",
4284
+ "merged": null,
4285
+ "draft": null,
4286
+ "created_at": "2026-04-15T16:52:47Z"
4287
+ }
4288
+ ]
4289
+ },
4290
+ "fetch_error": null
4291
+ },
4292
  {
4293
  "author_login": "catwell",
4294
  "name": "Pierre Chapuis",
new-contributors-report.md CHANGED
@@ -1,7 +1,7 @@
1
  # New Contributor Report: huggingface/diffusers
2
 
3
- - Snapshot: `20260530T083524Z`
4
- - Generated: `2026-05-30T08:35:51Z`
5
  - Activity window: `60d`
6
  - Contributors: `102`
7
 
@@ -41,7 +41,6 @@
41
  | `tarekziade` | [profile](https://github.com/tarekziade) | no | MEMBER | 5880d | `2026-05-13T07:23:25Z` | 3 | 0 | mixed | high | medium | high recent PR volume; broad repo spread; high open PR share; targets high-star repos |
42
  | `dg845` | [profile](https://github.com/dg845) | no | MEMBER | 2368d | `2023-03-22T05:10:45Z` | 68 | 8 | strong | low | low | no visible non-self stars; targets high-star repos |
43
  | `kashif` | [profile](https://github.com/kashif) | no | MEMBER | 6611d | `2022-06-15T15:01:24Z` | 65 | 0 | mixed | high | low | high recent PR volume; broad repo spread |
44
- | `christopher5106` | [profile](https://github.com/christopher5106) | no | CONTRIBUTOR | 4466d | `2024-03-30T15:52:41Z` | 8 | 25 | weak | low | low | high open PR share; targets high-star repos |
45
  | `JingyaHuang` | [profile](https://github.com/JingyaHuang) | no | MEMBER | 2783d | `2022-11-03T10:27:59Z` | 4 | 0 | weak | low | low | high open PR share; targets high-star repos |
46
  | `chenyangzhu1` | [profile](https://github.com/chenyangzhu1) | no | CONTRIBUTOR | 1518d | `2026-04-02T15:30:04Z` | 2 | 1 | strong | low | low | targets high-star repos |
47
  | `Ace3Z` | [profile](https://github.com/Ace3Z) | no | FIRST_TIME_CONTRIBUTOR | 2602d | `2026-05-24T21:27:06Z` | 2 | 0 | weak | moderate | low | high open PR share; targets high-star repos |
@@ -59,6 +58,7 @@
59
  | `rootonchair` | [profile](https://github.com/rootonchair) | no | CONTRIBUTOR | 3478d | `2023-12-27T03:24:34Z` | 24 | 8 | mixed | low | low | — |
60
  | `Beinsezii` | [profile](https://github.com/Beinsezii) | no | CONTRIBUTOR | 2929d | `2023-11-06T21:11:04Z` | 20 | 5 | strong | low | low | no visible non-self stars |
61
  | `entrpn` | [profile](https://github.com/entrpn) | no | CONTRIBUTOR | 4497d | `2022-10-27T22:30:33Z` | 12 | 3 | strong | low | low | targets high-star repos |
 
62
  | `catwell` | [profile](https://github.com/catwell) | no | CONTRIBUTOR | 5921d | `2024-07-19T08:49:58Z` | 3 | 0 | weak | low | low | high open PR share; targets high-star repos |
63
  | `McPatate` | [profile](https://github.com/McPatate) | no | MEMBER | 4249d | `2024-06-07T16:06:34Z` | 3 | 0 | strong | moderate | low | high recent PR volume |
64
  | `chinoll` | [profile](https://github.com/chinoll) | no | CONTRIBUTOR | 3525d | `2022-11-02T08:27:54Z` | 2 | 3 | weak | low | low | high open PR share; targets high-star repos |
@@ -887,32 +887,6 @@ Example artifacts:
887
  - [PR #13698: [LLADA2] Fix llada2 review #13598](https://github.com/huggingface/diffusers/pull/13698) — closed, merged
888
  - [PR #13333: [LLADA2] documentation fixes](https://github.com/huggingface/diffusers/pull/13333) — closed, merged
889
 
890
- ### `christopher5106`
891
-
892
- - profile: [github.com/christopher5106](https://github.com/christopher5106)
893
- - repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Achristopher5106)
894
- - repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Achristopher5106)
895
- - repo first seen: `2024-03-30T15:52:41Z`
896
- - repo last seen: `2026-04-30T07:12:02Z`
897
- - first seen in snapshot: **no**
898
- - repo association: **CONTRIBUTOR**
899
- - repo primary artifacts: **33**
900
- - snapshot authored PRs/issues: **8 PRs / 25 issues**
901
- - snapshot discussion activity: **106 comments / 2 reviews / 0 review comments**
902
- - account age: **4466 days**
903
- - recent public PR activity: **4 PRs** (1 merged / 1 closed-unmerged / 2 open; merged rate **25%**, closed-unmerged rate **25%**, open rate **50%**)
904
- - public orgs: none visible
905
- - compact scores: follow-through **weak**, breadth **low**, automation risk **low**
906
- - heuristic read: **high open PR share; targets high-star repos**
907
-
908
- Example artifacts:
909
- - [PR #13482: Fix encoder difference between modular and standard pipelines for Qwen Image and consistency with other models](https://github.com/huggingface/diffusers/pull/13482) — open
910
- - [PR #13373: FA4 local (_flash_4 mode)](https://github.com/huggingface/diffusers/pull/13373) — open
911
- - [PR #13200: adding lora support to z-image controlnet pipelines](https://github.com/huggingface/diffusers/pull/13200) — closed, merged
912
- - [Issue #13505: Z-Image's modular TE block only produces negative_prompt_embeds when the pipeline's guider is enabled (CFG active).](https://github.com/huggingface/diffusers/issues/13505) — open
913
- - [Issue #13487: Loading loras on "text_pipe" of a modular pipeline fails](https://github.com/huggingface/diffusers/issues/13487) — open
914
- - [Issue #13484: Lora loading fail on Flux 2 dev for FAL loras](https://github.com/huggingface/diffusers/issues/13484) — closed
915
-
916
  ### `JingyaHuang`
917
 
918
  - profile: [github.com/JingyaHuang](https://github.com/JingyaHuang)
@@ -1304,6 +1278,32 @@ Example artifacts:
1304
  - [Issue #5224: Flax Stable Diffusion 2.1 error](https://github.com/huggingface/diffusers/issues/5224) — closed
1305
  - [Issue #2081: Converting pytorch stable diffusion weights to jax doesn't always work](https://github.com/huggingface/diffusers/issues/2081) — closed
1306
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1307
  ### `catwell`
1308
 
1309
  - profile: [github.com/catwell](https://github.com/catwell)
 
1
  # New Contributor Report: huggingface/diffusers
2
 
3
+ - Snapshot: `20260530T093525Z`
4
+ - Generated: `2026-05-30T09:35:52Z`
5
  - Activity window: `60d`
6
  - Contributors: `102`
7
 
 
41
  | `tarekziade` | [profile](https://github.com/tarekziade) | no | MEMBER | 5880d | `2026-05-13T07:23:25Z` | 3 | 0 | mixed | high | medium | high recent PR volume; broad repo spread; high open PR share; targets high-star repos |
42
  | `dg845` | [profile](https://github.com/dg845) | no | MEMBER | 2368d | `2023-03-22T05:10:45Z` | 68 | 8 | strong | low | low | no visible non-self stars; targets high-star repos |
43
  | `kashif` | [profile](https://github.com/kashif) | no | MEMBER | 6611d | `2022-06-15T15:01:24Z` | 65 | 0 | mixed | high | low | high recent PR volume; broad repo spread |
 
44
  | `JingyaHuang` | [profile](https://github.com/JingyaHuang) | no | MEMBER | 2783d | `2022-11-03T10:27:59Z` | 4 | 0 | weak | low | low | high open PR share; targets high-star repos |
45
  | `chenyangzhu1` | [profile](https://github.com/chenyangzhu1) | no | CONTRIBUTOR | 1518d | `2026-04-02T15:30:04Z` | 2 | 1 | strong | low | low | targets high-star repos |
46
  | `Ace3Z` | [profile](https://github.com/Ace3Z) | no | FIRST_TIME_CONTRIBUTOR | 2602d | `2026-05-24T21:27:06Z` | 2 | 0 | weak | moderate | low | high open PR share; targets high-star repos |
 
58
  | `rootonchair` | [profile](https://github.com/rootonchair) | no | CONTRIBUTOR | 3478d | `2023-12-27T03:24:34Z` | 24 | 8 | mixed | low | low | — |
59
  | `Beinsezii` | [profile](https://github.com/Beinsezii) | no | CONTRIBUTOR | 2929d | `2023-11-06T21:11:04Z` | 20 | 5 | strong | low | low | no visible non-self stars |
60
  | `entrpn` | [profile](https://github.com/entrpn) | no | CONTRIBUTOR | 4497d | `2022-10-27T22:30:33Z` | 12 | 3 | strong | low | low | targets high-star repos |
61
+ | `christopher5106` | [profile](https://github.com/christopher5106) | no | CONTRIBUTOR | 4466d | `2024-03-30T15:52:41Z` | 8 | 25 | weak | low | low | high open PR share; targets high-star repos |
62
  | `catwell` | [profile](https://github.com/catwell) | no | CONTRIBUTOR | 5921d | `2024-07-19T08:49:58Z` | 3 | 0 | weak | low | low | high open PR share; targets high-star repos |
63
  | `McPatate` | [profile](https://github.com/McPatate) | no | MEMBER | 4249d | `2024-06-07T16:06:34Z` | 3 | 0 | strong | moderate | low | high recent PR volume |
64
  | `chinoll` | [profile](https://github.com/chinoll) | no | CONTRIBUTOR | 3525d | `2022-11-02T08:27:54Z` | 2 | 3 | weak | low | low | high open PR share; targets high-star repos |
 
887
  - [PR #13698: [LLADA2] Fix llada2 review #13598](https://github.com/huggingface/diffusers/pull/13698) — closed, merged
888
  - [PR #13333: [LLADA2] documentation fixes](https://github.com/huggingface/diffusers/pull/13333) — closed, merged
889
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
890
  ### `JingyaHuang`
891
 
892
  - profile: [github.com/JingyaHuang](https://github.com/JingyaHuang)
 
1278
  - [Issue #5224: Flax Stable Diffusion 2.1 error](https://github.com/huggingface/diffusers/issues/5224) — closed
1279
  - [Issue #2081: Converting pytorch stable diffusion weights to jax doesn't always work](https://github.com/huggingface/diffusers/issues/2081) — closed
1280
 
1281
+ ### `christopher5106`
1282
+
1283
+ - profile: [github.com/christopher5106](https://github.com/christopher5106)
1284
+ - repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3Achristopher5106)
1285
+ - repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3Achristopher5106)
1286
+ - repo first seen: `2024-03-30T15:52:41Z`
1287
+ - repo last seen: `2026-04-30T07:12:02Z`
1288
+ - first seen in snapshot: **no**
1289
+ - repo association: **CONTRIBUTOR**
1290
+ - repo primary artifacts: **33**
1291
+ - snapshot authored PRs/issues: **8 PRs / 25 issues**
1292
+ - snapshot discussion activity: **106 comments / 2 reviews / 0 review comments**
1293
+ - account age: **4466 days**
1294
+ - recent public PR activity: **4 PRs** (1 merged / 1 closed-unmerged / 2 open; merged rate **25%**, closed-unmerged rate **25%**, open rate **50%**)
1295
+ - public orgs: none visible
1296
+ - compact scores: follow-through **weak**, breadth **low**, automation risk **low**
1297
+ - heuristic read: **high open PR share; targets high-star repos**
1298
+
1299
+ Example artifacts:
1300
+ - [PR #13482: Fix encoder difference between modular and standard pipelines for Qwen Image and consistency with other models](https://github.com/huggingface/diffusers/pull/13482) — open
1301
+ - [PR #13373: FA4 local (_flash_4 mode)](https://github.com/huggingface/diffusers/pull/13373) — open
1302
+ - [PR #13200: adding lora support to z-image controlnet pipelines](https://github.com/huggingface/diffusers/pull/13200) — closed, merged
1303
+ - [Issue #13505: Z-Image's modular TE block only produces negative_prompt_embeds when the pipeline's guider is enabled (CFG active).](https://github.com/huggingface/diffusers/issues/13505) — open
1304
+ - [Issue #13487: Loading loras on "text_pipe" of a modular pipeline fails](https://github.com/huggingface/diffusers/issues/13487) — open
1305
+ - [Issue #13484: Lora loading fail on Flux 2 dev for FAL loras](https://github.com/huggingface/diffusers/issues/13484) — closed
1306
+
1307
  ### `catwell`
1308
 
1309
  - profile: [github.com/catwell](https://github.com/catwell)
new_contributors.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67e35dcf9e3be6213e864bcaa96f8973f6f9f11d75fbd2ef81598ee85e9d4a79
3
- size 30026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e5817fd9fa644b6895340cbceeb623aaafdc125283e42d9a65eb4c3b80fbc50
3
+ size 30041
snapshots/20260530T093525Z/manifest.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": {
3
+ "new_contributors_json": "new-contributors-report.json",
4
+ "new_contributors_markdown": "new-contributors-report.md",
5
+ "new_contributors_parquet": "new_contributors.parquet"
6
+ },
7
+ "counts": {
8
+ "comments": 59601,
9
+ "issues": 5395,
10
+ "links": 6651,
11
+ "new_contributors": 102,
12
+ "pr_diffs": 7422,
13
+ "pr_files": 52157,
14
+ "pull_requests": 7422,
15
+ "review_comments": 31820,
16
+ "reviews": 29596,
17
+ "timeline_events": 205987
18
+ },
19
+ "crawl_started_at": "2026-05-30T09:35:25Z",
20
+ "delta_counts": {
21
+ "comments": 0,
22
+ "issue_stubs": 0,
23
+ "issues": 0,
24
+ "links": 2202,
25
+ "pr_diffs": 0,
26
+ "pr_files": 0,
27
+ "pull_requests": 0,
28
+ "review_comments": 0,
29
+ "reviews": 0,
30
+ "timeline_events": 0
31
+ },
32
+ "extracted_at": "2026-05-30T09:35:25Z",
33
+ "repo": "huggingface/diffusers",
34
+ "snapshot_id": "20260530T093525Z",
35
+ "watermark": {
36
+ "effective_since": "2026-05-30T08:35:24Z",
37
+ "next_since": "2026-05-30T09:35:25Z"
38
+ }
39
+ }
snapshots/latest.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "archived_manifest_path": "snapshots/20260530T083524Z/manifest.json",
3
- "latest_snapshot_id": "20260530T083524Z",
4
  "manifest_path": "manifest.json",
5
- "next_since": "2026-05-30T08:35:24Z",
6
  "repo": "huggingface/diffusers",
7
- "snapshot_dir": "snapshots/20260530T083524Z"
8
  }
 
1
  {
2
+ "archived_manifest_path": "snapshots/20260530T093525Z/manifest.json",
3
+ "latest_snapshot_id": "20260530T093525Z",
4
  "manifest_path": "manifest.json",
5
+ "next_since": "2026-05-30T09:35:25Z",
6
  "repo": "huggingface/diffusers",
7
+ "snapshot_dir": "snapshots/20260530T093525Z"
8
  }
state/watermark.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "effective_since": "2026-05-30T07:35:24Z",
3
- "last_successful_snapshot_id": "20260530T083524Z",
4
- "next_since": "2026-05-30T08:35:24Z",
5
  "repo": "huggingface/diffusers",
6
- "updated_at": "2026-05-30T08:35:24Z"
7
  }
 
1
  {
2
+ "effective_since": "2026-05-30T08:35:24Z",
3
+ "last_successful_snapshot_id": "20260530T093525Z",
4
+ "next_since": "2026-05-30T09:35:25Z",
5
  "repo": "huggingface/diffusers",
6
+ "updated_at": "2026-05-30T09:35:25Z"
7
  }