open-gigaai/Giga-World-1
apache-2.0 148/148 files local @ f3b8cf5eb6b9
HF_ENDPOINT=https://huffingface.co \
python -c "from huggingface_hub import snapshot_download; snapshot_download('open-gigaai/Giga-World-1')"Model card
Giga-World-1
Directory Structure
model/
โโโ README.md
โโโ assets/
โ โโโ main_page.png
โโโ before_stage1/ # Base checkpoints before stage-1 training
โ โโโ Wan2p1_1p3B-FunContro-GigaRobo-alpha-diffusers/
โ โโโ Wan2p1_1p3B-FunControl-diffusers/
โ โโโ Wan2p2_5B-FunControl-diffusers/
โโโ stage1/ # Stage-1 fine-tuned checkpoints
โ โโโ nano/ # small (1.3B) variant
โ โโโ pro/ # large (5B) variant
โโโ stage2_distill/ # Stage-2 distilled checkpoints
โโโ ...
Training pipeline overview
Model Overview
| Stage | Name | Path | Notes |
|---|---|---|---|
| Open Source | WAN 2.1 1.3B FunControl | Wan2.1-Fun-1.3B-Control | Open-source model. |
| Open Source | WAN 2.2 5B FunControl | Wan2.2-Fun-5B-Control | Open-source model. |
| Before Stage 1 | GigaRobo Alpha Diffusers | before_stage1/Wan2p1_1p3B-FunContro-GigaRobo-alpha-diffusers/ | Pretrained on Giga dataset, then converted to Diffusers. |
| Before Stage 1 | WAN 2.1 1.3B Diffusers | before_stage1/Wan2p1_1p3B-FunControl-diffusers/ | Vanilla Diffusers-converted checkpoint. |
| Before Stage 1 | WAN 2.2 5B Diffusers | before_stage1/Wan2p2_5B-FunControl-diffusers/ | Vanilla Diffusers-converted checkpoint. |
| Stage 1 | Nano (1.3B) | stage1/nano/ | Stage-1 fine-tuned from the 1.3B branches. |
| Stage 1 | Pro (5B) | stage1/pro/ | Stage-1 fine-tuned from the 5B branch. |
| Stage 2 | Nano Distill | ๐ง Coming soon | ๐ง Coming soon. |
| Stage 2 | Pro Distill | ๐ง Coming soon | ๐ง Coming soon. |
Stage-1 checkpoint structure
Each Stage-1 variant (nano / pro) contains two released artifacts: a full Diffusers-format checkpoint and a scene LoRA checkpoint.
stage1/{nano,pro}/
โโโ Giga-World-1-*-stage1_final-diffusers/ # full Diffusers checkpoint
โ โโโ model_index.json # Diffusers pipeline index
โ โโโ transformer/ # DiT / video transformer weights
โ โโโ vae/ # VAE weights
โ โโโ text_encoder/ # text encoder weights
โ โโโ tokenizer/ # tokenizer files
โ โโโ scheduler/ # scheduler config
โ โโโ image_encoder/ # image encoder weights
โ โโโ image_processor/ # image preprocessing config
โโโ Giga-World-1-*-stage1_scene_lora/ # scene LoRA checkpoint
โโโ pytorch_lora_weights.safetensors # LoRA weights for inference
โโโ transformer_full/ # full transformer export
โโโ transformer_partial.pth # partial transformer checkpoint
โโโ pytorch_model/ # training checkpoint shards
โโโ distributed_checkpoint/ # distributed training checkpoint
โโโ scheduler.bin # training scheduler state
โโโ latest # latest checkpoint pointer
โโโ zero_to_fp32.py # ZeRO checkpoint conversion script
โโโ random_states_*.pkl # training random states
Quick Start
Hugging Face Repository
https://huggingface.co/GigaAI-Research/Giga-World-1
SDK Download
# Install Hugging Face Hub
pip install huggingface_hub
# Download the model snapshot via Hugging Face Hub
from huggingface_hub import snapshot_download
model_dir = snapshot_download(repo_id='GigaAI-Research/Giga-World-1')
Git Download
git lfs install
git clone https://huggingface.co/GigaAI-Research/Giga-World-1
Acknowledgements
We sincerely thank the open-source community and the projects that make this work possible.
Thanks also to many other open-source contributors for their tools, models, and community support.
License
This model is released under the Apache License 2.0 unless otherwise specified.