IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Python module

max.pipelines.architectures.qwen_image_edit

Qwen-Image-Edit diffusion architecture for image editing.

QwenImageEditTransformerModel

class max.pipelines.architectures.qwen_image_edit.QwenImageEditTransformerModel(config, encoding, devices, weights, session)

source

Bases: ComponentModel

Edit-specific transformer compiled once with dynamic token masking.

Parameters:

load_model()

load_model()

source

Load and return a runtime model instance.

Return type:

Callable[[…], Any]