From 814f68f2a79832d03a3e2f6f7675882013256ea2 Mon Sep 17 00:00:00 2001 From: Inn1917 <1475691351@qq.com> Date: Tue, 2 Sep 2025 15:47:16 +0800 Subject: [PATCH] modify filenames --- README.md | 25 +++++++++++++------------ code/download_checkpoints.py | 2 +- code/panoramic_image_to_video.py | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7fe231a..0a620c1 100644 --- a/README.md +++ b/README.md @@ -202,16 +202,7 @@ chmod +x install.sh ./install.sh ``` -## 📊 GPU vram requirement -The minimum GPU vram requirement to run our pipeline is 16g. The specific amount of GPU vram occupation under different model settings are listed below. -| Model Name | VRAM | -| :---------: | :----------: | -| PanoVideoGen-480p w.o. vram management | ~40g | -| PanoVideoGen-720p w.o. vram management | ~60g | -| PanoVideoGen-720p-5b w.o. vram management | ~19g | -| PanoVideoGen-480p w. vram management | ~15g | -| PanoVideoGen-720p w. vram management | ~19g | -| PanoVideoGen-720p-5b w. vram management | ~12g | + ## 💫 Pretrained Models | Model Name | Description | Download | @@ -222,6 +213,16 @@ The minimum GPU vram requirement to run our pipeline is 16g. The specific amount |PanoVideoGen-720p-5b|lora_5b.safetensors|[Link](https://huggingface.co/Skywork/Matrix-3D)| |PanoLRM-480p|pano_lrm_480p.pt|[Link](https://huggingface.co/Skywork/Matrix-3D)| +## 📊 GPU vram requirement +The minimum GPU vram requirement to run our pipeline is 16g. The specific amount of GPU vram occupation under different model settings are listed below. +| Model Name | vram management on/off |VRAM | +| :---------: | :----------: | :----------: | +| PanoVideoGen-480p| off | ~40g | +| PanoVideoGen-720p| off | ~60g | +| PanoVideoGen-720p-5b| off | ~19g | +| PanoVideoGen-480p| on | ~15g | +| PanoVideoGen-720p| on | ~19g | +| PanoVideoGen-720p-5b| on | ~12g |