Views
No views yet
Thinking / Chain-of-Thought Reasoning: Coming Soon
| File | Size | Description |
|---|---|---|
ema.safetensors | ~55GB | Fine-tuned model weights (EMA) |
ae.safetensors | ~320MB | VAE encoder/decoder |
config.json | - | Model configuration |
llm_config.json | - | LLM backbone config |
vit_config.json | - | Vision encoder config |
tokenizer* | - | Tokenizer files |
1from huggingface_hub import snapshot_download
2
3snapshot_download(
4 repo_id="Zhouzone/Omni-Weather",
5 local_dir="models/Omni-Weather",
6 local_dir_use_symlinks=False,
7)1@article{omniweather2025,
2 title = {Omni-Weather: A Unified Multimodal Foundation Model for Weather Understanding and Generation},
3 year = {2025}
4}