Product Launch · XiaoHu Explains

Meta Ships Muse Image: A Model That Looks Things Up and Fixes Its Own Mistakes, Ranked No. 2 Worldwide

Sibling model Muse Video was previewed alongside it, already supports native audio generation, and is coming soon for creators.

30-Second Rundown
  • Meta Superintelligence Labs released its first in-house media generation models since the lab was founded: Muse Image, now live, and Muse Video, shown in preview.
  • Muse Image calls search and code tools while generating an image to verify content and check details — turning image generation into a process of researching as it draws.
  • The model checks and revises its own drafts mid-generation. This self-correction habit emerged on its own during reinforcement learning training — the team didn't design it in.
  • On the Arena human-preference leaderboard (as of July 5, 2026), Muse Image ranks No. 2 in text-to-image, single-image editing, and multi-image editing; Muse Video ranks No. 3 in text-to-video.
  • Muse Image is now live in the Meta AI App, meta.ai, U.S. Instagram Stories, and WhatsApp in some countries, with Facebook coming soon; Muse Video is coming soon for creators.
This piece is based on Meta AI's official blog post (July 7, 2026). All win-rate comparisons and Elo rankings cited here are from Meta's internal evaluations or from third-party leaderboards (Arena) it references. What follows is a plain walkthrough of what was announced and how each piece works.
1 Launch · What It Is

Meta Steps In Directly, Ships Two In-House Image and Video Models

On July 7, 2026, Meta Superintelligence Labs released Muse Image and Muse Video — the lab's first self-developed media generation models since its founding.

Muse Image is now officially live, while Muse Video has been released as an early preview. The former generates images, the latter generates video, and both share the same pretrained backbone.

Why it's worth a look: When Muse Image generates an image, it works step by step like an assistant that looks things up, writes code, and revises its own drafts — and on the Arena human-preference leaderboard, it ranks No. 2 in text-to-image, single-image editing, and multi-image editing.

Sample outputs officially shown by Muse Image. Source: Meta AI Blog.

No.2
Muse Image's rank in text-to-image, single-image editing, and multi-image editing on the Arena human-preference leaderboard (as of July 5, 2026)
No.3
Muse Video's rank in text-to-video on the Arena human-preference leaderboard (as of July 5, 2026)
4 entry points
Muse Image is already live in the Meta AI App, meta.ai, U.S. IG Stories, and WhatsApp in some countries, with Facebook coming soon
2 Core Innovation · Research While Drawing

Turns Out AI Image Generation Can Look Things Up, Write Code, and Draw All at Once

Past image models mapped your prompt straight into a picture, with no verification step in between. Muse Image turns generation into an agentic process (one where the model calls tools on its own and works through the task step by step): it calls search and code tools first, checking and calculating as it goes, before assembling the final image.

Two Tools

Writing code. During reinforcement learning, Muse Image learned to write and run code to produce accurate charts and QR codes, then correct the image based on what the rendered output showed. To draw a QR code that actually scans, it will compute the QR code with real code, open the image to confirm it scans, and only then place it into the scene.

Web search. It also learned to search, aligning generated images with real, up-to-date information. With search turned on, prompts that depend on current events and real-world facts come out with higher factual accuracy.

Muse Image can also work together with Muse Spark — the two models share tools and plan jointly, combining code and media generation to produce animations, image-rich web pages, and playable visual mini-games.

An Example: Drawing a Conference Poster with a QR Code That Actually Scans

The original scenario: a Korean webtoon-style scene of a young woman standing in front of an ICML 2025 poster, scanning a QR code that points to meta.ai. Here's how the model worked through it step by step:

Set up the scene
Korean webtoon style · ICML 2025 poster
Write code to generate the QR code
pointing to meta.ai
Open the image
confirm it actually scans
Composite the full scene
Fine-tune: have the character
look down at her phone screen

Left: the initial version, with the character staring at the QR code; right: after the model fine-tuned it, the character now looks down at her phone instead, while the art style, poster, and QR code details all stay unchanged. Source: Meta AI Blog.

With vs. Without Search

Search Off

For prompts heavy on current events and real-world facts, the model can only rely on what it already remembers, which makes mistakes more likely.

Search On

It looks things up before drawing, resulting in higher factual accuracy (in Meta's internal ablation study, the search-on variant had a higher win rate).

More agentic examples (click to expand)
  • Fractal poster: First writes Python to compute a Julia set and a Sierpinski triangle, composites a clean base image, then applies a mid-century Swiss grid layout.
  • Fighting-game flip animation: Generates frame-by-frame punches and dodges, keeping lighting and character design consistent throughout.
  • Pet-raising mini-game: Generates six images of a cat at kitten, adolescent, and senior stages, converts them to base64, and embeds them directly into HTML — delivering a self-contained webpage that's playable the moment it opens, with no external files.
  • 2026 summer outfits: First searches fashion trends and product catalogs, then produces outfit images you can order directly from.
  • Moon-formation infographic: First searches scientific diagrams and facts about the giant-impact hypothesis, then draws a six-panel vertical infographic.
  • Redecorating a room with secondhand furniture: Based on a photo of your room and your city, searches Facebook Marketplace for suitable used furniture, then produces a rendering.
Preview of a fractal poster generation
Fractal poster example: code computes the fractal, then it's laid out in a Swiss grid. Source: Meta AI Blog.
3 Core Innovation · Self-Correction

This "Self-Correction" Habit Is Something the AI Figured Out on Its Own During Training

Muse Image looks back over its own chain of thoughtThe step-by-step reasoning the model writes out before delivering a result — like a draft on scratch paper. and refines its own work. This self-correction shows up in three forms:

Small local fixes

If one small detail is off, it makes a local edit to the current draft.

Full restarts

If a large area is wrong, it just regenerates the image from scratch.

Switching tactics

It switches to a tool — searching or writing code — to nail down the facts.

Emerged on Its Own

The team didn't design this behavior. It emerged on its own during reinforcement learning: the model discovered that revising drafts produced better images, which earned higher rewards — and so it learned this entire behavior on its own.

An Example: It Caught Its Own Formula Error in a Magazine Layout

The model was assembling an elegant magazine page — laying out a mathematical proof, a headline, and a portrait — and on review noticed the summation formula was missing a division sign. It corrected it to:

Magazine page draft before correction, with the formula written as S=n(n+1)2, missing a division sign
Magazine page after the model reviewed and fixed it, with the formula corrected to S=n(n+1)/2 and the division sign restored

Left: the first draft, with the formula under the headline written as "S = n(n + 1) 2" — missing the division sign and not making sense; right: the model reviewed its own work, caught the error, corrected it to "S = n(n + 1) / 2," and re-checked the rest of the layout details along the way. Source: Meta AI Blog.

With vs. Without Self-Correction

Self-Correction Off

The model turns in its answer after a single pass, so small flaws in the draft stay in the final image.

Self-Correction On

It reviews and revises its own draft during generation, producing higher-quality images (in Meta's internal ablation study, the self-correction-on variant had a higher win rate).

4 Test-Time Compute

The Longer the AI Thinks, the More Accurate the Image — But the Gains Eventually Level Off

Like language models, Muse Image gets better the more it thinks while generating an image. Given more test-time computeThe extra computation a model spends before actually producing its result: more reasoning, more tool calls, more draft revisions., it reasons more, calls tools more times, and self-corrects more often.

An Analogy

Test-time compute is like drafting a few extra times and double-checking your exam paper a few more times. Thinking longer usually makes the answer more accurate, but past a certain point, checking it over and over yields less and less extra benefit.

Meta observed that as reasoning intensity is turned up, the human-preference Elo score rises along with it, in a roughly log-linear relationship. Interestingly, this compute spans two very different kinds of work — reasoning uses text tokens, generation uses image tokens — but final quality depends on the combined total.

How that compute gets spent matters too. Best-of-N (generating many images at once and picking the best one) improves quality quickly, but plateaus fast. Spending the same compute on deliberate reasoning keeps climbing; adding tools on top of reasoning compounds the effect further, because tools let the model reach things it wouldn't otherwise know — like searching for a missing reference or writing code to nail down a detail.

Same Amount of Compute, Very Different Payoff Depending on Where It Goes
Deliberate reasoning + tools: keeps rising Best-of-N: plateaus fast plateau keeps rising Test-time compute · further right = more invested (text + image tokens combined) Human-preference Elo
Illustrative diagram, drawn from the original's inference-time compute scaling findings (shows trend direction, not exact values).
5 Image Editing

Editing an Image Now Means Changing Exactly What You Point To

When Muse Image edits a picture, it only touches the part you name and leaves everything else untouched. The original post gives a set of instructions, each one very specific:

"Clear the fog to reveal the beautiful valley underneath"
Only the fog is cleared and the valley filled in — the sky and composition stay put.
"Change this flower's petals to a rainbow gradient"
Only the petal color changes — the flower shape and background stay as they were.
"Restore this old photo"
Scratches are repaired and color restored, while the subject and composition stay as-is.
"Zoom out a bit to reveal the mess the dog made, to explain its guilty expression"
Extends the frame outward, filling in context beyond the original image.

It Can Even Precisely Replace the Text on a Storefront Sign

One instruction was to change a sign to "$3.00 ALL DAY," change "no free parking" to "FREE PARKING ON WEEKENDS," and change the phone number to 555-5555. Only the text changes — the rest of the layout stays the same:

Original Sign
$2.50
NO FREE PARKING
555-1234
Edited Sign
$3.00 ALL DAY
FREE PARKING ON WEEKENDS
555-5555

Illustration: recreated from the original's sign-text editing instructions, showing the "change exactly what you point to" precision replacement.

It Stays Consistent Across Several Rounds of Edits in a Row

Muse Image supports editing round after round without drifting off-model. The original post includes a conversation that runs start to finish, with each step building on the previous image:

1Using this cat and this dog, make an image of them as best friends having a picnic on a sunny day, in a vintage 35mm film style.
2Turn the picnic image into a framed photo hanging on the wall of a cozy café; there's a table with two empty chairs in front of the wall.
3Show the storefront of this café, with the shop's name, matching the mood of the café in the previous photo — and the framed photo should be visible through the window.
4Design a paper menu using this café's name, add a "picnic special," and include a small illustration of the same cat and dog from the photo.
5Place this menu on the close-up shot of the empty table from before.

The same set of cat, dog, and café elements stays consistent across five rounds of edits.

The original post also includes a similar multi-round example: "turn the living room into a Japandi style → but bring back the lamp and cabinet from the first image → finally make a before-and-after comparison," with each step building on the previous output:

Living room before-and-after comparison: the original living room side by side with the Japandi-style version
A before-and-after comparison automatically generated after three rounds of edits: on the left, the original living room; on the right, the version redone in Japandi style but keeping the original lamp and cabinet. Source: Meta AI Blog.
6 Multi-Image Reference

Cram Several Reference Images into One Prompt, and the AI Still Gets the Composite Right

Muse Image can take elements from several reference images — a person, an object, an outfit, a style, a scene — and combine parts of each into one new image. Prompts can also interleave text and images. For example: put [this person] on [this bike], dressed in [this outfit], passing by [a park bench], all done in the style of [a certain image].

Multiple Reference Images → One Composite Image
Person Bike Outfit Park Bench Scene Reference Style One Composite Image
Elements from each reference image get combined into one image according to the prompt. Source: Meta AI Blog's bike and park bench example.
Real Muse Image multi-reference output: a person riding the bike from the reference image, wearing the outfit from the reference image, passing a park bench
The prompt was "put this person on this bike, dressed in this outfit, passing by a park bench, all done in the style of a certain image" — this is the actual output composited from five reference images (person, bike, outfit, scene, style). Source: Meta AI Blog.
7 Human-Preference Leaderboard

How Human Judges Scored It

This ranking comes from Arena. It computes a leaderboard score (Elo) from large numbers of real people voting head-to-head on "which image, or which video, is better" — a higher score means more people preferred that model's output, using a system similar to competitive-game rank tiers. As of July 5, 2026, here's where the Muse family stands:

CategoryModelArena Rank
Text-to-ImageMuse ImageNo. 2
Single-Image EditMuse ImageNo. 2
Multi-Image EditMuse ImageNo. 2
Text-to-VideoMuse VideoNo. 3
Full Text-to-Image Arena leaderboard, top ten
Full Single-Image Edit Arena leaderboard, top ten
Full Multi-Image Edit Arena leaderboard, top ten
Full Text-to-Video Arena leaderboard, top ten

Meta's official full leaderboard (top 10): OpenAI's GPT Image 2 takes first place across all three image categories (1280–1466 points), with Muse Image right behind it in second; in video, Google's Gemini Omni Flash takes first (1527 points), ByteDance's Seedance 2.0 is second, and Muse Video ranks third (1459 points). Higher scores mean stronger human-judge preference. Source: Arena AI Leaderboard, as of July 5, 2026.

Muse Video is still a preview. Meta says it's competitive on prompt adherence, visual fidelity, and temporal consistency, and calls out two areas still being worked on: audio-visual sync and the physical accuracy of fast motion.

An official Muse Video demo: a panda tumbling down a grassy slope. Source: Meta AI Blog.
8 Rollout & Provenance

Who Can Use It Now, and How to Prove an Image Was Made by AI

Muse Image is already live today in the Meta AI App, meta.ai, U.S. Instagram Stories, and WhatsApp in some countries, with Facebook coming soon. Muse Video is coming soon for creators and will also be added to Meta AI, with native audio generation support.

How to Check Whether an Image Was Made by AI: Content Seal

To let people tell whether an image was AI-generated, Muse Image has Content Seal built in — an invisible watermarking system. Any image generated with Muse Image in the Meta AI App and on meta.ai carries an invisible provenance marker, one that survives cropping, compression, resizing, and screenshots. Meta has also previewed a detection tool that lets you check whether an image carries a Content Seal. A video watermark version is planned to follow soon.

An Image with an Invisible Marker Is Still Detectable After Being Put Through the Wringer
Original Cropped Compressed Resized Screenshot = invisible provenance marker (Content Seal)
After cropping, compression, resizing, and screenshots, the invisible marker is still there — the detection tool can always confirm whether an image was made by Meta AI.

What It Can Do Once Plugged into Meta's Own Products

Muse Image is tied into Meta's social ecosystem, and real-world use cases already fall into a few categories:

Small businesses
Generate marketing assets directly (example: @averyandme), skipping the need to hire a designer or photographer.
Instagram users
Reimagine their own photos using public account information, or generate images directly in IG using personalized presets.
Marketing ad asset generated by small business @averyandme using Muse Image
A marketing ad asset generated directly by small business @averyandme using Muse Image. Source: Meta AI Blog.
Personalized generation presets in Instagram: pick a "vintage camera" style preset to turn a selfie directly into a matching styled image. Source: Meta AI Blog.
We didn't design this behavior. It emerged on its own during reinforcement learning training, simply because self-correction produced better images and thus earned higher rewards. Meta AI Blog · Introducing Muse Image and Muse Video
Source: Meta AI's official blog post, "Introducing Muse Image and Muse Video," July 7, 2026. Images in this piece are from that blog. All benchmark scores, win rates, and Elo rankings are from Meta's internal evaluations or from third-party leaderboards it references (Arena, as of July 5, 2026). Some explanatory diagrams (the test-time compute curve, multi-image compositing, sign-text editing, Content Seal provenance) are illustrations drawn based on the original content, not original images from the source.