Skip to content

Commit dbe7d36

Browse files
committed
doc: add missing value examples and Flux XML filter example
1 parent 5439752 commit dbe7d36

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

doc/source/admin/data_tables.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ more than one version, append the version:
146146

147147
```
148148
black-forest-labs/FLUX.1-dev
149-
black-forest-labs/FLUX.1-dev_2
149+
sentence-transformers/all-MiniLM-L6-v2
150+
openai/whisper-large-v3_3.0
150151
```
151152

152153
**`pipeline_tag` (column 2)**
@@ -208,6 +209,15 @@ only relevant model types are shown to the user. Add a `version` or
208209
</param>
209210
```
210211

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+
211221
### Example `.loc` entry
212222

213223
Each row is TAB-separated (7 columns):

0 commit comments

Comments
 (0)