generative-models icon indicating copy to clipboard operation
generative-models copied to clipboard

Generative Models by Stability AI

Results 282 generative-models issues
Sort by recently updated
recently updated
newest added

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 ![Image](https://github.com/user-attachments/assets/6430d655-7f86-417e-b84b-4a267ce1c405) ![Image](https://github.com/user-attachments/assets/7d6bf775-11a4-4c35-8023-85d7de6047f9)

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 ![Image](https://github.com/user-attachments/assets/5dd7079b-58d8-44be-bcd6-f6dc15ce9cd1)

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...