JoyAI-Image-Edit: Single-Image Instruction-Guided Editing by JD Open Source

JoyAI-Image-Edit is JD Open Source's single-image instruction-guided editing model, combining 8B MLLM + 16B MMDiT. Available in BF16 and INT8 formats with native ComfyUI support.

J

JoyAI-Image-Edit

Image EditingInstruction-GuidedSpatial EditingMultimodal

Single-image instruction-guided editing model by JD Open Source. Accepts an input image and natural language instruction and generates the edited result. Natively supported in ComfyUI with pre-packaged model files in BF16 and INT8 ConvRot formats.

DeveloperJD Open Source (JD.com)
Release Date2026-05
Architecture8B MLLM + 16B MMDiT
LicenseApache-2.0
ComfyUI SupportNative (since June 9, 2026)
FormatsBF16 (full precision) / INT8 ConvRot (quantized)

Model Files

FileDirectoryFormat
joyai_image_edit_bf16.safetensorsdiffusion_models/BF16
joyai_image_edit_int8_convrot.safetensorsdiffusion_models/INT8 ConvRot
qwen3vl_8b_joyimage_edit_bf16.safetensorstext_encoders/BF16
qwen3vl_8b_joyimage_edit_int8_convrot.safetensorstext_encoders/INT8 ConvRot
wan_2.1_vae.safetensorsvae/BF16

Installation

Place the downloaded files in the following ComfyUI directory structure:

ComfyUI/
└── models/
    ├── diffusion_models/
    │   ├── joyai_image_edit_bf16.safetensors
    │   └── joyai_image_edit_int8_convrot.safetensors
    ├── text_encoders/
    │   ├── qwen3vl_8b_joyimage_edit_bf16.safetensors
    │   └── qwen3vl_8b_joyimage_edit_int8_convrot.safetensors
    └── vae/
        └── wan_2.1_vae.safetensors

ComfyUI Workflow

A pre-built ComfyUI workflow is bundled in the HF repository:

FileLink
workflow_joyimage_edit.jsonDownload

Guides and workflows related to this model series.

No articles found.

Comments

Sign in with GitHub to join the discussion.

Loading comments…