Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,18 @@ This is a direct GGUF conversion of [jdopensource/JoyAI-Image-Edit-Diffusers](ht
|
|
| 5 |
|
| 6 |
As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
|
| 7 |
|
| 8 |
-
The model files should be used with the [
|
| 9 |
|
| 10 |
-
Place model files in ComfyUI/models
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
|
| 7 |
|
| 8 |
+
The model files should be used with the [joyai_image_comfyui_gguf](https://github.com/feice-huang/joyai_image_comfyui_gguf) custom node.
|
| 9 |
|
| 10 |
+
Place model files in ComfyUI/models - see the GitHub readme for further install instructions.
|
| 11 |
+
|
| 12 |
+
```
|
| 13 |
+
ComfyUI/models/
|
| 14 |
+
βββ diffusion_models/
|
| 15 |
+
β βββ joy_image_edit_bf16.safetensors # bf16 transformer (optional)
|
| 16 |
+
β βββ joy-image-edit-transformer-Q4_K_M.gguf # one or more GGUF quants
|
| 17 |
+
βββ text_encoders/
|
| 18 |
+
β βββ qwen3vl_joyimage_bf16.safetensors # bf16 text encoder (optional)
|
| 19 |
+
β βββ joy-image-edit-text_encoder-Q4_K_M.gguf # one or more GGUF quants
|
| 20 |
+
βββ vae/
|
| 21 |
+
βββ joy_image_edit_vae.safetensors # VAE is never quantized
|
| 22 |
+
```
|