add pipeline tag for better discoverability (#1)
Browse files- add pipeline tag for better discoverability (fd4879521951c64fafdfbd80216d137bcb0f846a)
- Update README.md (08e749ca0ca11f52069dc08722762bbeaa6b6e03)
Co-authored-by: Linoy Tsaban <[email protected]>
README.md
CHANGED
@@ -11,6 +11,7 @@ short_description: Generate styled image from reference image and external LoRA
|
|
11 |
license: mit
|
12 |
base_model:
|
13 |
- black-forest-labs/FLUX.1-dev
|
|
|
14 |
---
|
15 |
|
16 |
**OmniConsistency: Learning Style-Agnostic
|
@@ -23,7 +24,8 @@ Consistency from Paired Stylization Data**
|
|
23 |
<br>
|
24 |
[Show Lab](https://sites.google.com/view/showlab), National University of Singapore
|
25 |
<br>
|
26 |
-
|
|
|
27 |
<img src='./figure/teaser.png' width='100%' />
|
28 |
|
29 |
## Installation
|
|
|
11 |
license: mit
|
12 |
base_model:
|
13 |
- black-forest-labs/FLUX.1-dev
|
14 |
+
pipeline_tag: image-to-image
|
15 |
---
|
16 |
|
17 |
**OmniConsistency: Learning Style-Agnostic
|
|
|
24 |
<br>
|
25 |
[Show Lab](https://sites.google.com/view/showlab), National University of Singapore
|
26 |
<br>
|
27 |
+
|
28 |
+
[[official code]](https://github.com/showlab/OmniConsistency)
|
29 |
<img src='./figure/teaser.png' width='100%' />
|
30 |
|
31 |
## Installation
|