Using Blender with AI

Using Blender with AI

December 20, 2024

This year I saw a very cool video about design patterns.

ℹ️
By using the Phi Data YT Summarizer… 💻
These are the Key Video take aways 📌

Using Blender

Installing Blender

I was consolidating here some OSS Tools for engineering.

Among them, Blender:

#https://www.blender.org/download/release/Blender4.3/blender-4.3.1-linux-x64.tar.xz/

sudo snap install blender --classic #right now it is 4.3.1
#sudo snap install blender --channel=4.3/stable --classic

You can always download the versions from: https://www.blender.org/download/

Blender as a Code

Blender with Python Scripting.

Thanks to https://github.com/CGArtPython/blender_plus_python/tree/main

Blender with AI

Image generations models are really interesting.

On this post I have reviewed recently the latest tools to use them.

With controlnet and flux

https://www.reddit.com/r/comfyui/comments/1ekv3tx/poseable_humans_with_flux_blender_playbook/

ControlNet vs

With Control net, we can provide more than a text prompt to get the desired results from the T2I models.

I mean, we can provide images as prompts!

Conclusions


FAQ

https://blendermarket.com/

https://www.blender.org/

https://github.com/blender/blender

https://github.com/gd3kr/BlenderGPT Blender Add-ons https://github.com/agmmnn/awesome-blender https://awesome-blender.netlify.app/

Blender Ad-ons

BlendAI: A versatile suite of AI tools, including image-to-3D, text-to-3D, and more.   BlendAI Library Pro: Another powerful collection of AI tools, offering features like image-to-3D, text-to-HDRI, and text-to-PBR.   Autodepth AI: Creates depth maps from images, crucial for many AI-powered 3D workflows.   3D AI Studio: A comprehensive suite of AI tools for 3D artists, covering a wide range of tasks.  

Benchmarks with Blender

https://opendata.blender.org/

More Design as a Code

Video as a Code

ℹ️
With Python MoviePy, as covered on this post