You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for providing this open source model!
I'm attempting to run the Stable Video Diffusion using the simple_video.py script. I'm running this with the following arguments.
--version svd --input_path data/robot_images --image_size 512
But I'm running into an out of memory error. I have two A100 GPU's available to me. Is there a way to enable multi-GPU? Thanks!
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 3.50 GiB (GPU 0; 31.74 GiB total capacity; 23.40 GiB already allocated; 1.92 GiB free; 29.42 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
The text was updated successfully, but these errors were encountered:
Hello, thank you for providing this open source model!
I'm attempting to run the Stable Video Diffusion using the simple_video.py script. I'm running this with the following arguments.
--version svd --input_path data/robot_images --image_size 512
But I'm running into an out of memory error. I have two A100 GPU's available to me. Is there a way to enable multi-GPU? Thanks!
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 3.50 GiB (GPU 0; 31.74 GiB total capacity; 23.40 GiB already allocated; 1.92 GiB free; 29.42 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
The text was updated successfully, but these errors were encountered: