generative-models
generative-models copied to clipboard
Generative Models by Stability AI
Thanks for your great work. I wonder how can I train SV4D by my own dataset? It seems that the training script in Readme has not supported SV4D training. Looking...
Hi! - In sv4d config, there is a `sigma_cond` config in `cond_frame` VideoPredictionEmbedderWithEncoder, and this thing goes to timestep embedder. - https://github.com/Stability-AI/generative-models/blob/1659a1c09b0953ad9cc0d480f42e4526c5575b37/scripts/sampling/configs/sv4d.yaml#L89 - My question is `sigma_cond` is a constant....
Please fix the line - if isinstance(self.first_stage_model.**decoder**, VideoDecoder): to - if isinstance(self.first_stage_model.**decode**, VideoDecoder):
the .mp4 file generate by sv3d_u is 20M but cannot be opened  
SV4D: I have a video with around 50 frames. Is there anyway I can run SV4D on all the 50 frames at once? or do I need to run in...
When running to the node GMFSS Fortuna VFi, the error "GMFSS Fortuna VFI PytorchStreamReader failed reading zip archive: failed finding central directory" occurs 
Hi, Thank you for the amazing work of sv4d 2.0! I am so excited to try the code! However, the hugging face link seems to be corrupted, and I cannot...
I have setup a virtual environment in Google Colab with python 3.10 and installed the requirements "!pip install -r requirements/pt2.txt" I am trying to run this command "python main.py --base...