--- license: apache-2.0 --- This is a direct GGUF conversion of [jdopensource/JoyAI-Image-Edit-Diffusers](https://huggingface.co/jdopensource/JoyAI-Image-Edit-Diffusers) As this is a quantized model not a finetune, all the same restrictions/original license terms still apply. The model files should be used with the [joyai_image_comfyui_gguf](https://github.com/feice-huang/joyai_image_comfyui_gguf) custom node. Place model files in ComfyUI/models - see the GitHub readme for further install instructions. ``` ComfyUI/models/ ├── diffusion_models/ │ ├── joy_image_edit_bf16.safetensors # bf16 transformer (optional) │ └── joy-image-edit-transformer-Q4_K_M.gguf # one or more GGUF quants ├── text_encoders/ │ ├── qwen3vl_joyimage_bf16.safetensors # bf16 text encoder (optional) │ └── joy-image-edit-text_encoder-Q4_K_M.gguf # one or more GGUF quants └── vae/ └── joy_image_edit_vae.safetensors # VAE is never quantized ```