ComfyUI-Wiki commited on
Commit
8f390f2
Β·
verified Β·
1 Parent(s): ae374eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -19,14 +19,14 @@ Original model repository: https://huggingface.co/jdopensource/JoyAI-Image-Edit-
19
  Place the files in the following folders:
20
 
21
  ```
22
- ComfyUI/
23
- `-- models/
24
- |-- diffusion_models/
25
- | |-- joyai_image_edit_plus_bf16.safetensors
26
- | `-- joyai_image_edit_plus_int8_convrot.safetensors
27
- |-- text_encoders/
28
- | |-- qwen3vl_8b_joyimage_edit_plus_bf16.safetensors
29
- | `-- qwen3vl_8b_joyimage_edit_plus_int8_convrot.safetensors
30
- `-- vae/
31
- `-- wan_2.1_vae.safetensors
32
  ```
 
19
  Place the files in the following folders:
20
 
21
  ```
22
+ πŸ“‚ ComfyUI/
23
+ β”œβ”€β”€ πŸ“‚ models/
24
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
25
+ β”‚ β”‚ β”œβ”€β”€ joyai_image_edit_plus_bf16.safetensors
26
+ β”‚ β”‚ └── joyai_image_edit_plus_int8_convrot.safetensors
27
+ β”‚ β”œβ”€β”€ text_encoders/
28
+ β”‚ β”‚ β”œβ”€β”€ qwen3vl_8b_joyimage_edit_plus_bf16.safetensors
29
+ β”‚ β”‚ └── qwen3vl_8b_joyimage_edit_plus_int8_convrot.safetensors
30
+ | └── vae/
31
+ | └── wan_2.1_vae.safetensors
32
  ```