huangfeice commited on
Commit
9cd28ec
Β·
verified Β·
1 Parent(s): e33ac80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
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 [joyai_image_diffusers_gguf](https://github.com/feice-huang/joyai_image_diffusers_gguf) custom node.
9
 
10
- Place model files in ComfyUI/models/diffusers - see the GitHub readme for further install instructions.
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```