> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Meta Muse Image in ComfyUI: Text to Image and Image Edit

> Generate and edit images with Meta's Muse Image 1.0 Partner Nodes in ComfyUI. Agentic image generation with built-in web search, image search, and code execution, plus instruction-based editing across up to 10 reference images.

Meta Muse Image 1.0 is the first image generation model from Meta Superintelligence Labs, announced on July 7, 2026. It generates images at roughly 2.5 megapixels and stands out for its agentic approach: before rendering, the model can search the web for facts, search for reference images, and even run code to get quantities, layouts, charts, and diagrams precise. ComfyUI exposes Muse Image through two Partner Nodes: Meta Muse Image Text to Image for generation, and Meta Muse Image Edit for instruction-based editing and combining.

## What Meta Muse Image is good at

* **Agentic rendering**: The model plans before it draws, using built-in web search, image search, and code execution (all three toggles are on by default in the node's advanced options)
* **Precise quantities and layouts**: Text-heavy posters, charts, diagrams, and layouts benefit from the code-execution path; turning it off falls back to approximation
* **Multi-reference editing**: The Edit node accepts 1 to 10 reference images. Refer to them in the prompt as `@Image1`, `@Image2`, and so on, numbered in input order
* **Flexible framing**: 14 aspect ratios from 1:1 up to 21:9 and 9:21, plus `auto`, which lets the model choose from the prompt (generation) or keeps the input's ratio (edit)
* **Reasoning control**: Choose `high` or `low` reasoning strength depending on how much planning the image needs

## Example outputs

Text-to-image generation from a single prompt:

![Muse Image output](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/muse_image_1.0.png)

<Tip>
  To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the [Partner Nodes Overview](/tutorials/partner-nodes/overview) section of the documentation to understand the specific requirements for using the Partner Nodes.
</Tip>

<Tip>
  <Tabs>
    <Tab title="Local users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated.

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Cloud users">
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

## Meta Muse Image Text to Image workflow

Generate an image from a text description using Meta's Muse Image 1.0 model. One text prompt is accepted and one image is output.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_meta_muse_image_t2i-1.webp" alt="Meta Muse Image Text-to-Image workflow preview" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_meta_muse_image_t2i&utm_source=docs&utm_medium=referral&utm_campaign=meta-muse-image">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_meta_muse_image_t2i.json">
    Download JSON or search "Muse Image" in Template Library
  </Card>
</CardGroup>

![Muse Image Text-to-Image output](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/muse_image_1.0.png)

## Meta Muse Image Edit workflow

Edit or combine up to 10 reference images guided by a text prompt. Reference images are connected to the `image_1` to `image_10` inputs, and the prompt addresses each one as `@Image1`, `@Image2`, and so on, numbered in input order. A batched input counts once per image.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_meta_muse_image_image_edit-1.webp" alt="Meta Muse Image Edit workflow preview" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_meta_muse_image_image_edit&utm_source=docs&utm_medium=referral&utm_campaign=meta-muse-image">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_meta_muse_image_image_edit.json">
    Download JSON or search "Muse Image" in Template Library
  </Card>
</CardGroup>

### Input files

<CardGroup cols={2}>
  <Card title="Whale figure" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/deep_blue_whale_swim_scene.png">
    deep\_blue\_whale\_swim\_scene.png
  </Card>

  <Card title="Modern house" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/desert_red_modern_house.png">
    desert\_red\_modern\_house.png
  </Card>
</CardGroup>

The example workflow combines the two inputs with the prompt: "Use the whale figure from @image1 and make it roam across the sky above the picture in @image2".

![Muse Image Edit output](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_meta_muse_image_image_edit.png)

## Get started

1. Update ComfyUI to the latest version
2. Go to Template Library, search for `Muse Image`

### Prompting tips

* Be explicit about what must stay accurate: Muse Image follows instructions closely, so state counts, positions, and labels directly in the prompt
* For posters and diagrams, keep the code execution toggle on (advanced options) so quantities and alignment are computed rather than approximated
* In the Edit workflow, name every reference you connect. An `@Image` tag with no connected input fails the run
* Use `auto` aspect ratio when you want the model to decide the framing from the prompt; use a fixed ratio for consistent series output

## Pricing

| Node                          | Credits       |
| :---------------------------- | :------------ |
| Meta Muse Image Text to Image | 3.017 / image |
| Meta Muse Image Edit          | 3.017 / image |
