3DTopia / LGM

[ECCV 2024 Oral] LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation.
https://me.kiui.moe/lgm/
MIT License
1.7k stars 117 forks source link

Does a generator of fixed seed ensure that 4 images of MVDream are fixed? #63

Open ThePassedWind opened 5 months ago

ThePassedWind commented 5 months ago

I tried to add fixed generator for MVDream, but failed to generate fixed 4 images.

Colezwhy commented 4 months ago

I think simply add kiui.seed_everything(input_seed) will work? At least in my case.