update readme
Browse files- .DS_Store +0 -0
- README.md +6 -6
- T2I.png β images/T2I.png +0 -0
- images_alibaba.png β images/images_alibaba.png +0 -0
- images_alimama.png β images/images_alimama.png +0 -0
- inpaint.png β images/inpaint.png +2 -2
- alimama_flux_inpainting_turbo_8step.json β workflows/alimama_flux_inpainting_turbo_8step.json +0 -0
- t2I_flux_turbo.json β workflows/t2I_flux_turbo.json +0 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
README.md
CHANGED
@@ -13,8 +13,8 @@ tags:
|
|
13 |
---
|
14 |
|
15 |
<div style="display: flex; justify-content: center; align-items: center;">
|
16 |
-
<img src="./images_alibaba.png" alt="alibaba" style="width: 20%; height: auto; margin-right: 5%;">
|
17 |
-
<img src="./images_alimama.png" alt="alimama" style="width: 20%; height: auto;">
|
18 |
</div>
|
19 |
|
20 |
This repository provides a 8-step distilled lora for [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) model released by AlimamaCreative Team.
|
@@ -24,11 +24,11 @@ This checkpoint is a 8-step distilled Lora, trained based on FLUX.1-dev model. W
|
|
24 |
|
25 |
- Text-to-Image.
|
26 |
|
27 |
-
![](./T2I.png)
|
28 |
|
29 |
- With [alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta](https://huggingface.co/alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta). Our distilled lora can be well adapted to the Inpainting controlnet, and the accelerated generated effect can follow the original output well.
|
30 |
|
31 |
-
![](./inpaint.png)
|
32 |
|
33 |
# How to use
|
34 |
## diffusers
|
@@ -62,8 +62,8 @@ image = pipe(
|
|
62 |
|
63 |
## comfyui
|
64 |
|
65 |
-
- T2I turbo workflow: [click here](./t2I_flux_turbo.json)
|
66 |
-
- Inpainting controlnet turbo workflow: [click here](./alimama_flux_inpainting_turbo_8step.json)
|
67 |
|
68 |
|
69 |
# Training Details
|
|
|
13 |
---
|
14 |
|
15 |
<div style="display: flex; justify-content: center; align-items: center;">
|
16 |
+
<img src="./images/images_alibaba.png" alt="alibaba" style="width: 20%; height: auto; margin-right: 5%;">
|
17 |
+
<img src="./images/images_alimama.png" alt="alimama" style="width: 20%; height: auto;">
|
18 |
</div>
|
19 |
|
20 |
This repository provides a 8-step distilled lora for [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) model released by AlimamaCreative Team.
|
|
|
24 |
|
25 |
- Text-to-Image.
|
26 |
|
27 |
+
![](./images/T2I.png)
|
28 |
|
29 |
- With [alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta](https://huggingface.co/alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta). Our distilled lora can be well adapted to the Inpainting controlnet, and the accelerated generated effect can follow the original output well.
|
30 |
|
31 |
+
![](./images/inpaint.png)
|
32 |
|
33 |
# How to use
|
34 |
## diffusers
|
|
|
62 |
|
63 |
## comfyui
|
64 |
|
65 |
+
- T2I turbo workflow: [click here](./workflows/t2I_flux_turbo.json)
|
66 |
+
- Inpainting controlnet turbo workflow: [click here](./workflows/alimama_flux_inpainting_turbo_8step.json)
|
67 |
|
68 |
|
69 |
# Training Details
|
T2I.png β images/T2I.png
RENAMED
File without changes
|
images_alibaba.png β images/images_alibaba.png
RENAMED
File without changes
|
images_alimama.png β images/images_alimama.png
RENAMED
File without changes
|
inpaint.png β images/inpaint.png
RENAMED
File without changes
|
alimama_flux_inpainting_turbo_8step.json β workflows/alimama_flux_inpainting_turbo_8step.json
RENAMED
File without changes
|
t2I_flux_turbo.json β workflows/t2I_flux_turbo.json
RENAMED
File without changes
|