open-gigaai/Giga-World-1

Hugging Face Models Trending Models

Summary

Giga-World-1 is a video generation model released by GigaAI Research on Hugging Face, featuring multiple stage checkpoints and LoRA adapters for scene control.

Tags: diffusers, safetensors, license:apache-2.0, region:us
Original Article
View Cached Full Text

Cached at: 07/10/26, 06:10 AM

open-gigaai/Giga-World-1 · Hugging Face

Source: https://huggingface.co/open-gigaai/Giga-World-1 Giga-World-1 Main Page

https://huggingface.co/open-gigaai/Giga-World-1#directory-structureDirectory 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
    └── ...

https://huggingface.co/open-gigaai/Giga-World-1#training-pipeline-overviewTraining pipeline overview

Giga-World-1 training pipeline

https://huggingface.co/open-gigaai/Giga-World-1#model-overviewModel Overview

https://huggingface.co/open-gigaai/Giga-World-1#stage-1-checkpoint-structureStage-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

https://huggingface.co/open-gigaai/Giga-World-1#quick-startQuick Start

https://huggingface.co/open-gigaai/Giga-World-1#hugging-face-repositoryHugging Face Repository

https://huggingface.co/GigaAI-Research/Giga-World-1

https://huggingface.co/open-gigaai/Giga-World-1#sdk-downloadSDK 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')

https://huggingface.co/open-gigaai/Giga-World-1#git-downloadGit Download

git lfs install
git clone https://huggingface.co/GigaAI-Research/Giga-World-1

https://huggingface.co/open-gigaai/Giga-World-1#acknowledgementsAcknowledgements

We sincerely thank the open-source community and the projects that make this work possible.

DiffusersLeRobotHugging FaceModelScopePyTorch

Thanks also to many other open-source contributors for their tools, models, and community support.

https://huggingface.co/open-gigaai/Giga-World-1#licenseLicense

This model is released under the Apache License 2.0 unless otherwise specified.

Similar Articles

GigaWorld-Policy-0.5: A Faster and Stronger WAM Empowered by AutoResearch

Hugging Face Daily Papers

GigaWorld-Policy-0.5 is an enhanced World Action Model for robot control that improves training and inference efficiency through a Mixed Action-Conditioned World Modeling strategy and a Mixture-of-Transformers architecture, achieving 85ms latency on a local RTX 4090.

robbyant/lingbot-world-v2-14b-causal-fast

Hugging Face Models Trending

LingBot-World 2.0 is an advanced world model achieving unbounded interaction horizons, real-time 720p/60fps video streaming, diverse interactive elements, and an agentic harness integrating pilot and director agents. The model is released on Hugging Face with inference code and technical report.

Genie 3: A new frontier for world models

Google DeepMind Blog

DeepMind announces Genie 3, a general-purpose world model capable of generating interactive environments from text prompts at 24fps in 720p with improved consistency and real-time interactivity compared to previous versions.

Multi-Agent World Models (3 minute read)

TLDR AI

γ-World is a generative multi-agent world model that supports independently controllable, permutation-symmetric agents using Simplex Rotary Agent Encoding and Sparse Hub Attention, achieving real-time 24 FPS rollouts and zero-shot generalization from two to four players.