victor HF Staff commited on
Commit
6441722
·
verified ·
1 Parent(s): 7d972ac

Add base_model metadata (Lightricks/LTX-2.3)

Browse files

This repo currently has no `base_model` set in its card metadata, so it doesn't appear in any model's tree:

```yaml
base_model:
- Lightricks/LTX-2.3
```

Setting this will surface the model in Lightricks/LTX-2.3's **Model Tree** (under its quantizations/finetunes) and improve discoverability for people browsing from the base model.

Feel free to merge directly (or close).

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  library_name: diffusers
3
  pipeline_tag: text-to-video
4
  ---
 
1
  ---
2
+ base_model:
3
+ - Lightricks/LTX-2.3
4
  library_name: diffusers
5
  pipeline_tag: text-to-video
6
  ---