fyp1 commited on
Commit
b3a7332
1 Parent(s): 30a291e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,6 +1,12 @@
1
  ---
2
- base_model:
3
- - black-forest-labs/FLUX.1-dev
4
  pipeline_tag: text-to-image
5
  library_name: diffusers
6
- ---
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: black-forest-labs/FLUX.1-dev
 
3
  pipeline_tag: text-to-image
4
  library_name: diffusers
5
+ tags:
6
+ - flux
7
+ - text-to-image
8
+ - diffusion
9
+ - image-generation
10
+ license: apache-2.0 # Add the correct license
11
+ inference: true # Make sure inference API is enabled
12
+ ---