Views
No views yet
HFGaussianModel class.fernflowerfortresshornsleavesorchidsroomtrex├── config.json
├── model.safetensorsmain branch contains all model files for convenience, named as:config-<scene>.json
model-<scene>.safetensorsfrom_pretrained method from scene.hf_gaussian_model.HFGaussianModel:1from scene.hf_gaussian_model import HFGaussianModel
2
3# Load the 'fern' scene
4model = HFGaussianModel.from_pretrained("Yukinoo/NexusGS-llff", revision="fern")"fern" with any of the available scenes:"flower", "fortress", "horns", "leaves", "orchids", "room", "trex"HFGaussianModel loader is implemented in the NexusGS repository.1from scene.hf_gaussian_model import HFGaussianModel
2
3model = HFGaussianModel.from_pretrained("Yukinoo/NexusGS-llff", revision="scene_name")