| --- |
| tags: |
| - comfyui |
| - image-editing |
| - joyai |
| - multi-image |
| license: apache-2.0 |
| library_name: ComfyUI |
| pipeline_tag: image-to-image |
| base_model: jdopensource/JoyAI-Image-Edit-Plus-Diffusers |
| --- |
| |
| # JoyAI-Image-Edit-Plus-ComfyUI |
|
|
| Repackaged model files for ComfyUI. |
|
|
| Original model repository: https://huggingface.co/jdopensource/JoyAI-Image-Edit-Plus-Diffusers |
|
|
| Place the files in the following folders: |
|
|
| ``` |
| ComfyUI/ |
| `-- models/ |
| |-- diffusion_models/ |
| | |-- joyai_image_edit_plus_bf16.safetensors |
| | `-- joyai_image_edit_plus_int8_convrot.safetensors |
| |-- text_encoders/ |
| | |-- qwen3vl_8b_joyimage_edit_plus_bf16.safetensors |
| | `-- qwen3vl_8b_joyimage_edit_plus_int8_convrot.safetensors |
| `-- vae/ |
| `-- wan_2.1_vae.safetensors |
| ``` |
|
|
| Download directly into `ComfyUI/models/`: |
|
|
| ```bash |
| hf download jdopensource/JoyAI-Image-Edit-Plus-ComfyUI \ |
| --local-dir /path/to/ComfyUI/models |
| ``` |
|
|
| Workflow: [workflow_joyimage_edit_plus.json](workflow_joyimage_edit_plus.json) |
|
|
|
|
| ## Links |
|
|
| - Source code and documentation: [github.com/jd-opensource/JoyAI-Image](https://github.com/jd-opensource/JoyAI-Image) |
| - Original Diffusers-format weights: [jdopensource/JoyAI-Image-Edit-Plus-Diffusers](https://huggingface.co/jdopensource/JoyAI-Image-Edit-Plus-Diffusers) |
| - Single-image edit model for ComfyUI: [jdopensource/JoyAI-Image-Edit-ComfyUI](https://huggingface.co/jdopensource/JoyAI-Image-Edit-ComfyUI) |
|
|