| --- |
| license: apache-2.0 |
| pipeline_tag: image-to-image |
| tags: |
| - comfyui |
| --- |
| |
| # JoyAI-Image-Edit-Plus (ComfyUI) |
|
|
| Repackaged **Edit Plus** transformer (JD's 16B MMDiT, 1-5 references) for ComfyUI. |
| Requires the [**ComfyUI-JoyAI**](https://github.com/Nynxz/ComfyUI-JoyAI) custom node. |
|
|
| ## Downloads |
|
|
| ### **This repo** |
| - [`joyai_image_edit_plus_bf16.safetensors`](https://huggingface.co/nynxz/JoyAI/blob/main/diffusion_models/joyai_image_edit_plus_bf16.safetensors) (32 GB, bf16) |
| - [`joyai_image_edit_plus_int8convrot.safetensors`](https://huggingface.co/nynxz/JoyAI/blob/main/diffusion_models/joyai_image_edit_plus_int8convrot.safetensors) (16 GB, int8) |
|
|
| ### **Base, text encoder & VAE** |
| - [`jdopensource/JoyAI-Image-Edit-ComfyUI`](https://huggingface.co/jdopensource/JoyAI-Image-Edit-ComfyUI) |
|
|
| ## File Structure |
|
|
| ``` |
| π ComfyUI/models/ |
| βββ π diffusion_models/ |
| β βββ joyai_image_edit_plus_bf16.safetensors |
| β βββ joyai_image_edit_plus_int8convrot.safetensors |
| βββ π text_encoders/ |
| β βββ qwen_3vl_8b_joyimage_bf16.safetensors β jdopensource |
| βββ π vae/ |
| βββ wan_2.1_vae.safetensors β jdopensource |
| ``` |
|
|
| Apache-2.0 Β· model by [JD](https://github.com/jd-opensource/JoyAI-Image). |
|
|