Add ComfyUI model installation guide

#2
by Lexius - opened
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -18,15 +18,15 @@ Original model repository: https://huggingface.co/jdopensource/JoyAI-Image-Edit-
18
 
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
  ```
 
18
 
19
  Place the files in the following folders:
20
 
21
+ ```text
22
  πŸ“‚ ComfyUI/
23
  β”œβ”€β”€ πŸ“‚ models/
24
  β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
25
+ β”‚ β”‚ β”œβ”€β”€ joyai_image_edit_bf16.safetensors
26
+ β”‚ β”‚ └── joyai_image_edit_int8_convrot.safetensors
27
  β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
28
+ β”‚ β”‚ β”œβ”€β”€ qwen3vl_8b_joyimage_edit_bf16.safetensors
29
+ β”‚ β”‚ └── qwen3vl_8b_joyimage_edit_int8_convrot.safetensors
30
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
31
+ β”‚ β”‚ └── wan_2.1_vae.safetensors
32
  ```