We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5439752 commit dbe7d36Copy full SHA for dbe7d36
1 file changed
doc/source/admin/data_tables.md
@@ -146,7 +146,8 @@ more than one version, append the version:
146
147
```
148
black-forest-labs/FLUX.1-dev
149
-black-forest-labs/FLUX.1-dev_2
+sentence-transformers/all-MiniLM-L6-v2
150
+openai/whisper-large-v3_3.0
151
152
153
**`pipeline_tag` (column 2)**
@@ -208,6 +209,15 @@ only relevant model types are shown to the user. Add a `version` or
208
209
</param>
210
211
212
+Example from the Flux tool (filters by `free_tag` to restrict to Flux-specific model variants):
213
+
214
+```xml
215
+<options from_data_table="huggingface">
216
+ <filter type="static_value" column="4" value="flux"/>
217
+ <filter type="static_value" column="5" value="1"/>
218
+</options>
219
+```
220
221
### Example `.loc` entry
222
223
Each row is TAB-separated (7 columns):
0 commit comments