RepoJournal
Hugging Face

@huggingface

Transformers, Datasets, and the open AI-model layer

Keep up with Hugging Face in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Python AI / ML Full archive →

The Wire · Showcase

COSMOS 3 LANDS IN DIFFUSERS, PYTORCH 2.12 BREAKS IP-ADAPTER TESTS

By RepoJournal · Filed · About Hugging Face

NVIDIA's unified world foundation model is now integrated into Diffusers, but the PyTorch randomness shift is forcing test rewrites across the stack.

Cosmos 3 [1] is shipping as a single Mixture-of-Transformers pipeline that consolidates world generation, physical reasoning, and action prediction into one forward pass, replacing the three-model approach from earlier releases. The IP-Adapter tests for Stable Diffusion are failing on PyTorch 2.12 [2] because torch.randn no longer produces deterministic outputs for the same seed, forcing engineers to patch pipeline-level noise generation directly and update expected output slices. Meanwhile, the CI infrastructure across transformers-test-ci is stabilizing with cache fixes [3] and branch ref corrections [4] to prevent lock file creation errors and git checkout conflicts on main pushes. The ai-reviewer tooling picked up performance improvements in git operations [5] while documentation cleanup continues across the board [6] [7] [8].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Adding Cosmos 3 to Diffusers ↗ huggingface/diffusers
  2. [2] This PR updates the Stable Diffusion IP-Adapter integration ↗ huggingface/diffusers
  3. [3] Use tmp dataset cache + tmp HF modules cache ↗ huggingface/transformers-test-ci
  4. [4] use main instead of main:main ↗ huggingface/transformers-test-ci
  5. [5] improve git operations performance huggingface/ai-reviewer
  6. [6] useless in the README huggingface/ai-reviewer
  7. [7] pesky BRs huggingface/ai-reviewer
  8. [8] useless link huggingface/ai-reviewer

Quick answers

What shipped in Hugging Face on May 28, 2026?
NVIDIA's unified world foundation model is now integrated into Diffusers, but the PyTorch randomness shift is forcing test rewrites across the stack. In total, 22 commits and 7 pull requests landed.
Who contributed to Hugging Face on May 28, 2026?
3 developers shipped this update, including atharvajoshi10, sywangyi, and ydshieh.
What were the notable Hugging Face updates?
Adding Cosmos 3 to Diffusers, This PR updates the Stable Diffusion IP-Adapter integration, and Use tmp dataset cache + tmp HF modules cache.

More from @huggingface

Daily updates, in your inbox

Follow Hugging Face

Keep up with Hugging Face in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?