nynxz commited on
Commit
0a065dc
Β·
verified Β·
1 Parent(s): e1bd7d8

add readme

Browse files
Files changed (1) hide show
  1. README.md +27 -0
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).