Commit
•
f7798e0
1
Parent(s):
f9d34d7
Add tags for better discoverability and integration
Browse filesThis PRs add meta-tags to display the model as an adapter and help discoverability, ecosystem integration and diffusers compatibility
![image.png](https://cdn-uploads.huggingface.co/production/uploads/624bebf604abc7ebb01789af/5Z4pQqwqD4Y6WYa6X9nfS.png)
Besides this PR, we would suggest that a cool model card is built so folks can see examples/interact more, check out this as an example:
- https://huggingface.co/alvdansen/frosting_lane_flux
- https://huggingface.co/alvdansen/frosting_lane_flux/blob/main/README.md
README.md
CHANGED
@@ -2,4 +2,10 @@
|
|
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 |
+
base_model: black-forest-labs/FLUX.1-dev
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
tags:
|
8 |
+
- diffusers
|
9 |
+
- lora
|
10 |
+
- flux
|
11 |
---
|