SpatialVID/SpatialVID
Viewer β’ Updated β’ 2.72M β’ 17.3k β’ 42
How to use Yuppie1204/NeoVerse with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yuppie1204/NeoVerse", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yuppie1204/NeoVerse", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]π arXiv | π Project | π₯οΈ GitHub | π€ Hugging Face | π€ ModelScope | ποΈ BiliBili | π₯ YouTube
NeoVerse is a versatile 4D world model that is capable of 4D reconstruction, novel-trajectory video generation, and rich downstream applications.
Please refer to the GitHub repository for detailed instructions on how to use the model.
If you find this work helpful, please help star the repository and consider citing it as follows. It would be greatly appreciated!
@article{yang2026neoverse,
author = {Yang, Yuxue and Fan, Lue and Shi, Ziqi and Peng, Junran and Wang, Feng and Zhang, Zhaoxiang},
title = {NeoVerse: Enhancing 4D World Model with in-the-wild Monocular Videos},
journal = {arXiv preprint arXiv:2601.00393},
year = {2026},
}
Base model
Wan-AI/Wan2.1-T2V-14B