add readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-image
|
| 4 |
+
tags:
|
| 5 |
+
- comfyui
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# JoyAI-Image-Edit-Plus (ComfyUI)
|
| 9 |
+
|
| 10 |
+
Repackaged **Edit Plus** transformer (JD's 16B MMDiT, 1β5 references) for ComfyUI.
|
| 11 |
+
Requires the [**ComfyUI-JoyAI**](https://github.com/Nynxz/ComfyUI-JoyAI) custom node.
|
| 12 |
+
|
| 13 |
+
## Downloads
|
| 14 |
+
|
| 15 |
+
- **This repo** β [`joyai_image_edit_plus_bf16.safetensors`](https://huggingface.co/nynxz/JoyAI/blob/main/diffusion_models/joyai_image_edit_plus_bf16.safetensors) (32 GB, bf16)
|
| 16 |
+
- **Base, text encoder & VAE** β [`jdopensource/JoyAI-Image-Edit-ComfyUI`](https://huggingface.co/jdopensource/JoyAI-Image-Edit-ComfyUI)
|
| 17 |
+
|
| 18 |
+
## File Structure
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
π ComfyUI/models/
|
| 22 |
+
βββ π diffusion_models/
|
| 23 |
+
β βββ joyai_image_edit_plus_bf16.safetensors β this repo
|
| 24 |
+
βββ π text_encoders/
|
| 25 |
+
β βββ qwen_3vl_8b_joyimage_bf16.safetensors β jdopensource
|
| 26 |
+
βββ π vae/
|
| 27 |
+
βββ wan_2.1_vae.safetensors β jdopensource
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
Apache-2.0 Β· model by [JD](https://github.com/jd-opensource/JoyAI-Image).
|