Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
tags:
|
| 3 |
+
- comfyui
|
| 4 |
+
- image-editing
|
| 5 |
+
- joyai
|
| 6 |
+
- multi-image
|
| 7 |
license: apache-2.0
|
| 8 |
+
library_name: ComfyUI
|
| 9 |
+
pipeline_tag: image-to-image
|
| 10 |
+
base_model: jdopensource/JoyAI-Image-Edit-Plus-Diffusers
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# JoyAI-Image-Edit-Plus-ComfyUI
|
| 14 |
+
|
| 15 |
+
Repackaged model files for ComfyUI.
|
| 16 |
+
|
| 17 |
+
Original model repository: https://huggingface.co/jdopensource/JoyAI-Image-Edit-Plus-ComfyUI
|
| 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 |
+
```
|