Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,55 @@
|
|
| 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- ControlNet
|
| 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-ControlNet-Depth
|
| 22 |
+
|
| 23 |
+
This repository contains an unified ControlNet for FLUX.1-dev model jointly trained by researchers from [InstantX Team](https://huggingface.co/InstantX) and [Shakker Labs](https://huggingface.co/Shakker-Labs).
|
| 24 |
+
|
| 25 |
+
# Model Cards
|
| 26 |
+
- This checkpoint is a Pro version of [FLUX.1-dev-Controlnet-Union](https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union).
|
| 27 |
+
- The recommended controlnet_conditioning_scale is 0.3-0.7.
|
| 28 |
+
|
| 29 |
+
## Control Mode
|
| 30 |
+
|
| 31 |
+
| Control Mode | Description | Current Model Validity |
|
| 32 |
+
|:------------:|:-----------:|:-----------:|
|
| 33 |
+
|0|canny|🟢high|
|
| 34 |
+
|1|tile|🟢high|
|
| 35 |
+
|2|depth|🟢high|
|
| 36 |
+
|3|blur|🟢high|
|
| 37 |
+
|4|pose|🟢high|
|
| 38 |
+
|5|gray|🟢high|
|
| 39 |
+
|6|lq|🟢high|
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
# Showcases
|
| 43 |
+
|
| 44 |
+
<div class="container">
|
| 45 |
+
<img src="./assets/teaser.png" width="1024"/>
|
| 46 |
+
</div>
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
# Inference
|
| 50 |
+
```python
|
| 51 |
+
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
# Acknowledgements
|
| 55 |
+
This project is sponsored by [Shakker AI](https://www.shakker.ai/). All copyright reserved.
|