Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
library_name: diffusers
|
6 |
-
---
|
7 |
# FLUX.1-merged
|
8 |
|
9 |
This repository provides the merged params for [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)
|
@@ -100,4 +100,9 @@ image = pipeline(
|
|
100 |
generator=torch.manual_seed(0),
|
101 |
).images[0]
|
102 |
image.save("merged_flux.png")
|
103 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
---
|
7 |
# FLUX.1-merged
|
8 |
|
9 |
This repository provides the merged params for [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)
|
|
|
100 |
generator=torch.manual_seed(0),
|
101 |
).images[0]
|
102 |
image.save("merged_flux.png")
|
103 |
+
```
|
104 |
+
|
105 |
+
## Documentation
|
106 |
+
|
107 |
+
* https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux
|
108 |
+
* https://huggingface.co/docs/diffusers/main/en/api/models/flux_transformer
|