huangfeice's picture
Update README.md
9cd28ec verified
|
Raw
History Blame Contribute Delete
1.08 kB
---
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
```