Skip to main content

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]