Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
base_model: black-forest-labs/FLUX.1-dev
|
|
|
3 |
library_name: diffusers
|
4 |
license: other
|
5 |
inference: true
|
@@ -10,14 +11,29 @@ tags:
|
|
10 |
- diffusers
|
11 |
- control
|
12 |
- diffusers-training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
-
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
16 |
-
should probably proofread and complete it, then remove this comment. -->
|
17 |
-
|
18 |
-
|
19 |
# Flux Edit
|
20 |
|
|
|
|
|
21 |
These are the control weights trained on [black-forest-labs/FLUX.1-dev](htpss://hf.co/black-forest-labs/FLUX.1-dev)
|
22 |
and [TIGER-Lab/OmniEdit-Filtered-1.2M](https://huggingface.co/datasets/TIGER-Lab/OmniEdit-Filtered-1.2M) for image editing. We use the
|
23 |
[Flux Control framework](https://blackforestlabs.ai/flux-1-tools/) for fine-tuning.
|
|
|
1 |
---
|
2 |
base_model: black-forest-labs/FLUX.1-dev
|
3 |
+
datasets: TIGER-Lab/OmniEdit-Filtered-1.2M
|
4 |
library_name: diffusers
|
5 |
license: other
|
6 |
inference: true
|
|
|
11 |
- diffusers
|
12 |
- control
|
13 |
- diffusers-training
|
14 |
+
widget:
|
15 |
+
- text: Give this the look of a traditional Japanese woodblock print.
|
16 |
+
output:
|
17 |
+
url: >-
|
18 |
+
https://huggingface.co/datasets/sayakpaul/sample-datasets/resolve/main/flux-edit-artifacts/edited_car.jpg
|
19 |
+
- text: transform the setting to a winter scene
|
20 |
+
output:
|
21 |
+
url: >-
|
22 |
+
https://huggingface.co/datasets/sayakpaul/sample-datasets/resolve/main/flux-edit-artifacts/green_creature.jpg
|
23 |
+
- text: turn the color of mushroom to gray
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
https://huggingface.co/datasets/sayakpaul/sample-datasets/resolve/main/flux-edit-artifacts/mushroom.jpg
|
27 |
+
- text: Change it to look like it's in the style of an impasto painting.
|
28 |
+
output:
|
29 |
+
url: >-
|
30 |
+
https://huggingface.co/datasets/sayakpaul/sample-datasets/resolve/main/flux-edit-artifacts/norte_dam.jpg
|
31 |
---
|
32 |
|
|
|
|
|
|
|
|
|
33 |
# Flux Edit
|
34 |
|
35 |
+
<Gallery />
|
36 |
+
|
37 |
These are the control weights trained on [black-forest-labs/FLUX.1-dev](htpss://hf.co/black-forest-labs/FLUX.1-dev)
|
38 |
and [TIGER-Lab/OmniEdit-Filtered-1.2M](https://huggingface.co/datasets/TIGER-Lab/OmniEdit-Filtered-1.2M) for image editing. We use the
|
39 |
[Flux Control framework](https://blackforestlabs.ai/flux-1-tools/) for fine-tuning.
|