a notebook brought to you by f1shy-dev
Blender 3x/2.9x scene rendering in Google Colab, now with a fancy, easy-to-use GUI!
- Add UI for converting frames to video with
ffmpeg
- Test everything, clean up code
- OpenEXR support
- Attributes/scripts support
- Fix CPU rendering
- Option to cache blender versions to GDrive
- Fetch blender version automatically
- Make rendering have a progress bar...
- You'll need a Google account to use this
- One notebook can only run for a variable maximum time of around 12 hours (24 hours for Google Colab Pro).
- Eevee rendering is not supported in a virtual machine.
- Do note that your access to GPU may be limited or blocked by Google, depending on your usage.
- Have any issues or feature suggestions? Open an issue, or feel free to contribute!
Google Colab is targeted to researchers and students to run AI/ML tasks, data analysis and education, not rendering 3D scenes. Because the computing power provided is free, the usage limits, idle timeouts and speed of the rendering may vary time by time. Colab Pro and Colab Pro+ are available for those who wanted to have a more powerful GPU and longer runtimes for rendering. See the FAQ for more info. In some cases, it might be faster to use an online Blender render farm.
- https://github.com/ynshung/blender-colab for the inspiration and for large amounts of the actual blender bits (e.g setgpu.py)