| --- |
| 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 |
| ``` |
|
|