Product Launch · XiaoHu Explains

Meta launches Muse Image: it looks things up and fixes its own mistakes while generating images, ranking No. 2 worldwide

Sibling model Muse Video was previewed at the same time, already supports native audio generation, and will soon open to creators.

30-second overview
  • Meta Superintelligence Labs released its first batch of self-built media generation models since the lab was founded: Muse Image, now live, and Muse Video, released as a preview.
  • When generating an image, Muse Image calls search and code tools to verify content and check details, turning image generation into a process of researching while drawing.
  • The model checks and revises its own drafts mid-generation, a self-correcting habit that emerged spontaneously during reinforcement learning training — the team never designed it on purpose.
  • On the Arena human-preference leaderboard (as of July 5, 2026), Muse Image ranks No. 2 in all three of 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, US Instagram Stories, and WhatsApp in some countries, with Facebook support coming soon; Muse Video will soon open to creators.
This article is based on Meta AI's official blog (July 7, 2026). The win-rate comparisons and Elo rankings cited here are Meta's internal evaluations, or figures from third-party leaderboards (Arena) that Meta cites. What follows is a plain walkthrough of what was announced and how each piece actually works.
1 Launch · What it is

Meta steps in directly with two self-built image and video generation models

On July 7, 2026, Meta Superintelligence Labs released Muse Image and Muse Video — the lab's first self-built media generation models since it was founded.

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

Worth noting: 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 alike.

Some of Muse Image's official showcase results. Source: Meta AI Blog.

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

Turns out AI image generation can search the web, write code, and draw — all at once

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

Two tools

Writing code. During reinforcement learning, Muse Image learned to write and run code to generate accurate charts and QR codes, then correct the image based on the rendered result. To draw a scannable QR code, it actually computes the QR code with code, opens the image to confirm it scans, then places it into the scene.

Web search. It also learned to search, aligning generated images with real, live information. With search turned on, prompts that depend on current events and real-world facts come out more factually accurate.

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

An example: drawing a poster with a QR code that actually scans

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

Set up the scene
Korean comic style · ICML 2025 poster
Write code to generate the QR code
linking to meta.ai
Open the image
confirm it actually scans
Composite the full scene
Fine-tune: have the person
look down at their phone

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

Search on vs. off — what changes

Search off

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

Search on

It looks things up first and draws afterward, giving higher factual accuracy (in Meta's internal ablation study, the search-on version had a higher win rate).

More agentic examples (click to expand)
  • Fractal poster: first computes a Julia set and a Sierpinski triangle in Python, composites a clean base image, then applies a mid-century Swiss grid layout.
  • Fighting-game flipbook animation: generates punch and dodge frames one by one, keeping lighting and character design consistent throughout.
  • Pet-raising mini-game: generates six images of a cat at kitten, teen, and senior stages, converts them to base64 and embeds them directly in HTML, delivering a webpage that's playable the moment it opens with no external files needed.
  • 2026 summer outfit: first searches fashion trends and product catalogs, then produces an outfit image you can shop directly.
  • 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 your uploaded room photo and city, searches Facebook Marketplace for suitable used furniture, then produces a rendering.
Preview of the fractal poster generation
Fractal poster example: code computes the fractal, then a Swiss grid layout is applied. Source: Meta AI Blog.
3 Core innovation · Self-correction

This "self-correcting" habit is something the AI figured out on its own during training

Muse Image reviews and improves its own work within its own chain of thoughtThe step-by-step reasoning the model writes out before giving its final result — like scratch notes on paper.. This self-correction takes three forms:

Minor local fix

If some small detail is wrong, it makes a local edit to the current draft.

Scrap and redo

If a large area is wrong, it just starts over and generates a fresh image.

Switch approach

Switches to tools instead — searching or writing code — to get the facts right.

Spontaneous emergence

The team didn't design this behavior. It emerged on its own during reinforcement learning training: the model discovered that revising its draft produced better images, which earned a higher reward, so it learned this whole sequence of actions by itself.

An example: it caught its own broken formula in a magazine layout

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

Magazine page draft before correction — the formula reads S=n(n+1)2, missing the division sign
Magazine page the model corrected after reviewing itself — the formula now reads S=n(n+1)/2 with the division sign added

Left: first draft, the formula under the headline reads "S = n(n + 1) 2" — missing the division sign and unreadable; right: the model noticed the problem on its own review and changed it to "S = n(n + 1) / 2," while also re-checking the layout details along the way. Source: Meta AI Blog.

Self-correction on vs. off — what changes

Self-correction off

The model turns in whatever it generates on the first pass — 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 version had a higher win rate).

4 Test-time compute

The longer the AI thinks, the more accurate its image — but the gains eventually level off

Like language models, Muse Image gets better the more it thinks before generating an image. Given more test-time computeThe extra computation the model spends before producing its actual result: more reasoning, more tool calls, more rounds of draft revision., it reasons more, calls tools more, and self-corrects more.

Here's an analogy

Test-time compute is like drafting a few more times and checking your exam paper a few more times before turning it in. Thinking longer usually makes the answer more accurate, but check too many times and the extra benefit from each additional pass keeps shrinking.

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 compute across both.

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

Same compute, spent differently, very different payoff
Deliberate reasoning + tools: keeps climbing Best-of-N: plateaus fast Plateau Keeps climbing Test-time compute · further right = more invested (text + image tokens combined) Human-preference Elo
Illustrative diagram based on the original post's inference-time compute scaling findings (shows trend direction, not exact values).
5 Image editing

Editing images is now a matter of pointing at exactly what you want changed

Muse Image only touches the part you name in your edit, leaving everything else untouched. The original post gives a set of instructions, each one very specific:

"Clear the fog to reveal the beautiful valley below"
Only clears the fog and reveals the valley — sky and composition stay put.
"Turn this flower's petals into a rainbow gradient"
Only changes the petal color — shape and background stay as they are.
"Restore this old photo"
Fixes scratches and restores color while keeping the subject and composition as they were.
"Pull the shot back a bit to reveal what the dog knocked over, to explain that guilty look"
Extends the frame outward, filling in context beyond the original image.

Even the text on a sign can be swapped precisely

One instruction was to change the sign to read "$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 put:

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

Illustration recreated from the sign-text edit instructions in the original post, showing "pointing at exactly what you want changed" as a precise replacement.

Multiple rounds of edits still stay consistent

Muse Image supports editing round after round without drifting off track. The original post includes a conversation that goes from 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 that 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 exterior of this café, including its name, matching the vibe of the café in the previous photo, with the framed picture visible through the window.
4Design a paper menu using this café's name, adding a "picnic special," with a small illustration of the same cat and dog from the photos.
5Place this menu on that close-up shot of the empty table from before.

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

The original post has another set of similar multi-turn examples: "turn the living room into Japandi style → but bring back the lamp and cabinet from the first image → finally make a before-and-after comparison image," with each step building on the output of the last:

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: the left side is the original living room, and the right side is 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 can still piece it together correctly

Muse Image can take elements from several reference images — a person, an object, an outfit, a style, a scene — and piece them together into one new image. The prompt can also interleave text and images. For example: put [this person] on [this bicycle], have them wear [this outfit], passing by [a park bench], all rendered in the style of [some image].

Multiple reference images → one composite image
Person Bicycle Outfit Park bench scene Reference style One composite image
Elements from each reference image are pieced into one image according to the prompt. Source: the bicycle and park-bench example from Meta AI Blog.
Real Muse Image multi-reference output: a person riding the bicycle from the reference image, wearing the outfit from the reference image, passing a park bench
The prompt was "put this person on this bicycle, have them wear this outfit, passing by a park bench, all rendered in the style of some image" — this is the actual output composited from five reference images (person, bicycle, outfit, scene, style). Source: Meta AI Blog.
7 Human-preference leaderboard

What score did human judges give it

This ranking comes from Arena. It runs large numbers of real head-to-head human votes on "which image / video is better," and computes a leaderboard score (Elo) from them — the higher the score, the more people preferred that result, similar to how a competitive game's rank tiers work. As of July 5, 2026, here's where the Muse series stands:

CategoryModelArena rank
Text-to-imageMuse Image#2
Single-image editingMuse Image#2
Multi-image editingMuse Image#2
Text-to-videoMuse Video#3
Full top-10 Text-to-Image Arena leaderboard
Full top-10 Single-Image Edit Arena leaderboard
Full top-10 Multi-Image Edit Arena leaderboard
Full top-10 Text-to-Video Arena leaderboard

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

Muse Video is still a preview version. Meta says it's competitive on prompt adherence, visual fidelity, and temporal coherence, and names two areas still being improved: audio-visual sync and physical accuracy of fast motion.

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

Who can use it now, and how do you prove an image was made by AI

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

How to check whether an image was AI-made: 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 or on meta.ai carries an invisible provenance mark that survives cropping, compression, resizing, and screenshotting. Meta has also previewed a detection tool that lets you check whether an image carries a Content Seal. Watermarking for video is planned to follow soon.

An image with an invisible mark can still be detected after being put through the wringer
Original Cropped Compressed Resized Screenshotted = invisible provenance mark (Content Seal)
After cropping, compression, resizing, or screenshotting, the invisible mark remains, and detection tools can still verify whether an image was made by Meta AI.

What you can do once it's connected to Meta's own products

Muse Image is tied into Meta's social ecosystem, and there are already a few kinds of use cases on the ground:

Small businesses
Generate marketing assets directly (example: @averyandme), skipping the need to hire an extra designer or photographer.
Instagram users
Reimagine their own photos combined with public account info, or generate images directly in IG using personalized presets.
Marketing ad asset generated by small business @averyandme using Muse Image
Marketing ad asset generated directly by small business @averyandme using Muse Image. Source: Meta AI Blog.
A personalized image-generation preset in Instagram: pick a "vintage camera" style preset and turn a selfie directly into that style. 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 earned a higher reward. Meta AI Blog · Introducing Muse Image and Muse Video
Source: Meta AI's official blog, "Introducing Muse Image and Muse Video," July 7, 2026. Images in this article are from that blog. Benchmark scores, win rates, and Elo rankings are all Meta's internal evaluations, or figures from third-party leaderboards it cites (Arena, as of July 5, 2026). Some illustrative 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.
翻译完成。这是 Meta Muse Image/Video 发布解读的完整英文版,正文、One-Pager、Comic 三个视图的可见文字全部译出,HTML/CSS/SVG 结构、class/id、代码块、URL 原样保留。