Update README.md
Browse files
README.md
CHANGED
|
@@ -2,25 +2,30 @@
|
|
| 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
|
| 11 |
Requires the [**ComfyUI-JoyAI**](https://github.com/Nynxz/ComfyUI-JoyAI) custom node.
|
| 12 |
|
| 13 |
## Downloads
|
| 14 |
|
| 15 |
-
|
| 16 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## File Structure
|
| 19 |
|
| 20 |
```
|
| 21 |
π ComfyUI/models/
|
| 22 |
βββ π diffusion_models/
|
| 23 |
-
β
|
|
|
|
| 24 |
βββ π text_encoders/
|
| 25 |
β βββ qwen_3vl_8b_joyimage_bf16.safetensors β jdopensource
|
| 26 |
βββ π vae/
|
|
|
|
| 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**
|
| 16 |
+
- [`joyai_image_edit_plus_bf16.safetensors`](https://huggingface.co/nynxz/JoyAI/blob/main/diffusion_models/joyai_image_edit_plus_bf16.safetensors) (32 GB, bf16)
|
| 17 |
+
- [`joyai_image_edit_plus_int8convrot.safetensors`](https://huggingface.co/nynxz/JoyAI/blob/main/diffusion_models/joyai_image_edit_plus_int8convrot.safetensors) (16 GB, int8)
|
| 18 |
+
|
| 19 |
+
### **Base, text encoder & VAE**
|
| 20 |
+
- [`jdopensource/JoyAI-Image-Edit-ComfyUI`](https://huggingface.co/jdopensource/JoyAI-Image-Edit-ComfyUI)
|
| 21 |
|
| 22 |
## File Structure
|
| 23 |
|
| 24 |
```
|
| 25 |
π ComfyUI/models/
|
| 26 |
βββ π diffusion_models/
|
| 27 |
+
β βββ joyai_image_edit_plus_bf16.safetensors
|
| 28 |
+
β βββ joyai_image_edit_plus_int8convrot.safetensors
|
| 29 |
βββ π text_encoders/
|
| 30 |
β βββ qwen_3vl_8b_joyimage_bf16.safetensors β jdopensource
|
| 31 |
βββ π vae/
|