Diffusion Single File
comfyui
victor HF Staff commited on
Commit
392a4c3
·
verified ·
1 Parent(s): 7cc8332

Add base_model metadata (nvidia/Cosmos-Predict2-2B-Text2Image)

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:
- nvidia/Cosmos-Predict2-2B-Text2Image
```

Setting this will surface the model in nvidia/Cosmos-Predict2-2B-Text2Image'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
  license: other
3
  license_name: circlestone-labs-non-commercial-license
4
  license_link: LICENSE.md
 
1
  ---
2
+ base_model:
3
+ - nvidia/Cosmos-Predict2-2B-Text2Image
4
  license: other
5
  license_name: circlestone-labs-non-commercial-license
6
  license_link: LICENSE.md