Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,6 @@ pipeline_tag: text-to-image
|
|
| 11 |
tags:
|
| 12 |
- Text-to-Image
|
| 13 |
- IP-Adapter
|
| 14 |
-
- Diffusers
|
| 15 |
- Flux.1-dev
|
| 16 |
- image-generation
|
| 17 |
- Stable Diffusion
|
|
@@ -39,6 +38,12 @@ This is a regular IP-Adapter, where the new layers are added into 38 single and
|
|
| 39 |
<img src="./assets/teasers/8.png" width="1024"/>
|
| 40 |
</div>
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
# Inference
|
| 44 |
```python
|
|
@@ -46,7 +51,11 @@ This is a regular IP-Adapter, where the new layers are added into 38 single and
|
|
| 46 |
```
|
| 47 |
|
| 48 |
# Limitations
|
| 49 |
-
This model supports image reference, but is not
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
# License
|
| 52 |
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.
|
|
|
|
| 11 |
tags:
|
| 12 |
- Text-to-Image
|
| 13 |
- IP-Adapter
|
|
|
|
| 14 |
- Flux.1-dev
|
| 15 |
- image-generation
|
| 16 |
- Stable Diffusion
|
|
|
|
| 38 |
<img src="./assets/teasers/8.png" width="1024"/>
|
| 39 |
</div>
|
| 40 |
|
| 41 |
+
# Showcases (LoRA)
|
| 42 |
+
We adopt [Shakker-Labs/FLUX.1-dev-LoRA-collections](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-collections) as a character LoRA and use its default prompt.
|
| 43 |
+
|
| 44 |
+
<div class="container">
|
| 45 |
+
<img src="./assets/teasers/9.png" width="1024"/>
|
| 46 |
+
</div>
|
| 47 |
|
| 48 |
# Inference
|
| 49 |
```python
|
|
|
|
| 51 |
```
|
| 52 |
|
| 53 |
# Limitations
|
| 54 |
+
This model supports image reference, but is not for fine-grained style transfer or character consistency, 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,
|
| 55 |
+
|
| 56 |
+
<div class="container">
|
| 57 |
+
<img src="./assets/teasers/10.png" width="1024"/>
|
| 58 |
+
</div>
|
| 59 |
|
| 60 |
# License
|
| 61 |
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.
|