Commit
•
474c506
1
Parent(s):
5cf8c94
Meta-data suggestion
Browse filesWould also recommend making a nice model card! Using a README.md like https://huggingface.co./alvdansen/flux_film_foto/blob/main/README.md as a reference
README.md
CHANGED
@@ -2,4 +2,14 @@
|
|
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 |
---
|
|
|
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 |
+
pipeline_tag: text-to-image
|
6 |
+
base_model: black-forest-labs/FLUX.1-dev
|
7 |
+
tags:
|
8 |
+
- diffusers
|
9 |
+
- lora
|
10 |
+
- flux
|
11 |
+
inference:
|
12 |
+
parameters:
|
13 |
+
width: 1536
|
14 |
+
height: 640
|
15 |
---
|