diff --git "a/data/prs.json" "b/data/prs.json" --- "a/data/prs.json" +++ "b/data/prs.json" @@ -1,6237 +1,7353 @@ [ { - "additions": 16, - "author": "sayakpaul", - "author_association": "MEMBER", - "body_excerpt": "# What does this PR do? Cc: @bhavya01 and @entrpn. Could I get a review on this? From the [logs](https://pastebin.com/KmgxMgzm) and the generated image, seems like things are working as expected. \"image\"\u2026", 1`, `ErnieImagePipeline.__call__` did not replicate the provided embeddings \u2014 the embeds list kept its or\u2026", + "changed_files": 1, "cluster_id": null, "cluster_ids": [], "cluster_role": null, "comments_count": 0, - "conversation_url": "https://github.com/huggingface/diffusers/pull/13456", - "created_at": "2026-04-13T08:39:20Z", - "deletions": 0, + "conversation_url": "https://github.com/huggingface/diffusers/pull/13532", + "created_at": "2026-04-21T06:07:21Z", + "deletions": 2, "draft": false, - "files_url": "https://github.com/huggingface/diffusers/pull/13456/files", - "html_url": "https://github.com/huggingface/diffusers/pull/13456", + "files_url": "https://github.com/huggingface/diffusers/pull/13532/files", + "html_url": "https://github.com/huggingface/diffusers/pull/13532", "labels": [ - "documentation", - "models", - "tests", - "size/L", - "utils", + "size/S", "pipelines" ], "merged": false, - "number": 13456, + "number": 13532, "review_comments_count": 0, "state": "open", - "title": "fix rope dtype from torch.float64 to torch.float32", - "updated_at": "2026-04-13T08:39:35Z" + "title": "Fix ErnieImagePipeline pre-computed prompt_embeds + num_images_per_prompt shape mismatch", + "updated_at": "2026-04-21T06:07:37Z" }, { - "additions": 1, - "author": "Anai-Guo", + "additions": 0, + "author": "Ricardo-M-L", "author_association": "FIRST_TIME_CONTRIBUTOR", - "body_excerpt": "## Problem The `--text_encoder_out_layers` CLI argument in `train_dreambooth_lora_flux2_klein.py` defaults to `[10, 20, 30]`, but the pipeline implementation (`pipeline_flux2_klein.py`) uses `(9, 18, 27)`. This off-by-one mismatch causes t\u2026", + "body_excerpt": "## What this PR does `train_sana_sprint_diffusers.py` ends training (under `--push_to_hub`) with: https://github.com/huggingface/diffusers/blob/main/examples/research_projects/sana/train_sana_sprint_diffusers.py#L1758-L1766 ```python if ar\u2026", "changed_files": 1, "cluster_id": null, "cluster_ids": [], "cluster_role": null, "comments_count": 0, - "conversation_url": "https://github.com/huggingface/diffusers/pull/13455", - "created_at": "2026-04-13T06:56:28Z", + "conversation_url": "https://github.com/huggingface/diffusers/pull/13531", + "created_at": "2026-04-21T05:59:24Z", "deletions": 1, "draft": false, - "files_url": "https://github.com/huggingface/diffusers/pull/13455/files", - "html_url": "https://github.com/huggingface/diffusers/pull/13455", + "files_url": "https://github.com/huggingface/diffusers/pull/13531/files", + "html_url": "https://github.com/huggingface/diffusers/pull/13531", "labels": [ "size/S", "examples" ], "merged": false, - "number": 13455, + "number": 13531, "review_comments_count": 0, "state": "open", - "title": "fix: align text_encoder_out_layers default with pipeline for Flux 2 Klein", - "updated_at": "2026-04-13T06:56:41Z" + "title": "Fix AttributeError/TypeError in sana_sprint model-card save", + "updated_at": "2026-04-21T05:59:35Z" }, { - "additions": 18, - "author": "sayakpaul", - "author_association": "MEMBER", - "body_excerpt": "# What does this PR do? Fix https://github.com/huggingface/diffusers/actions/runs/24241815924/job/70778130709?pr=13332", - "changed_files": 1, + "additions": 64, + "author": "jiqing-feng", + "author_association": "CONTRIBUTOR", + "body_excerpt": "## What does this PR do? This PR improves the TorchAO quantization testing infrastructure with several fixes: enabling `int4wo` tests on Intel XPU, implementing `_dequantize` for TorchAO, fixing input dtype mismatches, and fixing training\u2026", + "changed_files": 3, "cluster_id": null, "cluster_ids": [], "cluster_role": null, - "comments_count": 0, - "conversation_url": "https://github.com/huggingface/diffusers/pull/13454", - "created_at": "2026-04-13T05:05:33Z", - "deletions": 0, + "comments_count": 2, + "conversation_url": "https://github.com/huggingface/diffusers/pull/13530", + "created_at": "2026-04-21T05:59:22Z", + "deletions": 28, "draft": false, - "files_url": "https://github.com/huggingface/diffusers/pull/13454/files", - "html_url": "https://github.com/huggingface/diffusers/pull/13454", + "files_url": "https://github.com/huggingface/diffusers/pull/13530/files", + "html_url": "https://github.com/huggingface/diffusers/pull/13530", "labels": [ + "quantization", "tests", - "size/S" + "size/M" ], "merged": false, - "number": 13454, + "number": 13530, "review_comments_count": 0, "state": "open", - "title": "[tests] xfail clip related issues.", - "updated_at": "2026-04-13T05:05:44Z" + "title": "Improve TorchAO quantization test coverage and XPU support", + "updated_at": "2026-04-21T14:59:43Z" }, { - "additions": 7, - "author": "Beinsezii", - "author_association": "CONTRIBUTOR", - "body_excerpt": "# What does this PR do?