Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,8 @@ This repo contains the models from our paper [**DiffBlender: Scalable and Compos
|
|
19 |
DiffBlender successfully synthesizes complex combinations of input modalities.
|
20 |
It enables flexible manipulation of conditions, providing the customized generation aligned with user preferences.
|
21 |
We designed its structure to intuitively extend to additional modalities while achieving a low training cost through a partial update of hypernetworks.
|
22 |
-
|
|
|
23 |
|
24 |
**License:**
|
25 |
Apache 2.0 License
|
|
|
19 |
DiffBlender successfully synthesizes complex combinations of input modalities.
|
20 |
It enables flexible manipulation of conditions, providing the customized generation aligned with user preferences.
|
21 |
We designed its structure to intuitively extend to additional modalities while achieving a low training cost through a partial update of hypernetworks.
|
22 |
+
|
23 |
+
We provide its model checkpoint, trained with six modalities: sketch, depth map, grounding box, keypoints, color palette, and style embedding. >> `./checkpoint_latest.pth`
|
24 |
|
25 |
**License:**
|
26 |
Apache 2.0 License
|