instantx-admin
commited on
Commit
•
e1a7665
1
Parent(s):
891e304
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: flux-1-dev-non-commercial-license
|
4 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
5 |
+
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
library_name: diffusers
|
9 |
+
pipeline_tag: text-to-image
|
10 |
+
|
11 |
+
tags:
|
12 |
+
- Text-to-Image
|
13 |
+
- IP-Adapter
|
14 |
+
- Diffusers
|
15 |
+
- Flux.1-dev
|
16 |
+
- image-generation
|
17 |
+
- Stable Diffusion
|
18 |
+
base_model: black-forest-labs/FLUX.1-dev
|
19 |
+
---
|
20 |
+
|
21 |
+
# FLUX.1-dev-IP-Adapter
|
22 |
+
|
23 |
+
This repository contains a IP-Adapter for FLUX.1-dev model released by researchers from [InstantX Team](https://huggingface.co/InstantX), we hope you can enjoy this model.
|
24 |
+
|
25 |
+
# Showcases
|
26 |
+
|
27 |
+
# Inference
|
28 |
+
TODO
|
29 |
+
|
30 |
+
# Limitations
|
31 |
+
This model supports image reference, but is not perfect for style transfer, which means that there exists a trade-off between content leakage and style transfer. We don't find similar properties in FLUX.1-dev (DiT-based) as in [InstantStyle](https://instantstyle.github.io/) (UNet-based). It may take several attempts to get satisfied results. Furthermore, current released model may suffer from limited diversity, thus cannot cover some styles or concepts.
|
32 |
+
|
33 |
+
# License
|
34 |
+
The model is released under [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md). All copyright reserved.
|
35 |
+
|
36 |
+
# Acknowledgements
|
37 |
+
This project is sponsored by [HuggingFace](https://huggingface.co/) and [fal.ai](https://fal.ai/).
|
38 |
+
|
39 |
+
# Citation
|
40 |
+
If you find this project useful in your research, please cite us via
|
41 |
+
```
|
42 |
+
@misc{flux-ipa,
|
43 |
+
author = {InstantX Team},
|
44 |
+
title = {InstantX FLUX.1-dev IP-Adapter Page},
|
45 |
+
year = {2024},
|
46 |
+
}
|
47 |
+
```
|