upload checkpoints
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<h1 align="center">JoyAI-Image-Edit<br><sub><sup>Awakening Spatial Intelligence in Unified Multimodal Understanding and Generation</sup></sub></h1>
|
| 2 |
|
| 3 |
<div align="center">
|
|
@@ -5,6 +12,8 @@
|
|
| 5 |
[](https://joyai-image.s3.cn-north-1.jdcloud-oss.com/JoyAI-Image.pdf)
|
| 6 |
[](https://github.com/jd-opensource/JoyAI-Image)
|
| 7 |
[](https://huggingface.co/jdopensource/JoyAI-Image-Edit) 
|
|
|
|
|
|
|
| 8 |
[](LICENSE)
|
| 9 |
|
| 10 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
pipeline_tag: image-edit
|
| 7 |
+
---
|
| 8 |
<h1 align="center">JoyAI-Image-Edit<br><sub><sup>Awakening Spatial Intelligence in Unified Multimodal Understanding and Generation</sup></sub></h1>
|
| 9 |
|
| 10 |
<div align="center">
|
|
|
|
| 12 |
[](https://joyai-image.s3.cn-north-1.jdcloud-oss.com/JoyAI-Image.pdf)
|
| 13 |
[](https://github.com/jd-opensource/JoyAI-Image)
|
| 14 |
[](https://huggingface.co/jdopensource/JoyAI-Image-Edit) 
|
| 15 |
+
[](https://modelscope.cn/models/jd-opensource/JoyAI-Image-Edit) 
|
| 16 |
+
[](https://huggingface.co/spaces/stevengrove/JoyAI-Image-Edit-Space) 
|
| 17 |
[](LICENSE)
|
| 18 |
|
| 19 |
|
meta.yaml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: JoyAI-Image-Edit
|
| 2 |
+
type: image-edit
|
| 3 |
+
|
| 4 |
+
structure:
|
| 5 |
+
transformer:
|
| 6 |
+
path: transformer
|
| 7 |
+
|
| 8 |
+
vae:
|
| 9 |
+
path: vae/Wan2.1_VAE.pth
|
| 10 |
+
|
| 11 |
+
text_encoder:
|
| 12 |
+
path: JoyAI-Image-Und
|