Add tags and base model for better discoverability
#3
by
linoyts
HF Staff
- opened
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# DreamO
|
5 |
|
@@ -7,5 +13,4 @@ Official model of **[DreamO: A Unified Framework for Image Customization](https:
|
|
7 |
|
8 |
Huggingface demo: https://huggingface.co/spaces/ByteDance/DreamO
|
9 |
|
10 |
-
Github code: https://github.com/bytedance/DreamO
|
11 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- black-forest-labs/FLUX.1-dev
|
5 |
+
pipeline_tag: image-to-image
|
6 |
+
tags:
|
7 |
+
- image-customization
|
8 |
+
- subject-driven-generation
|
9 |
---
|
10 |
# DreamO
|
11 |
|
|
|
13 |
|
14 |
Huggingface demo: https://huggingface.co/spaces/ByteDance/DreamO
|
15 |
|
16 |
+
Github code: https://github.com/bytedance/DreamO
|
|