progress on my TRELIIS to #Blender add-on, this is a "real-time" footage so it's not very exciting to watch but it gives a good idea of what it would be like to use #TRELLIS for real. ✨
https://buff.ly/42zYdc7
https://buff.ly/42zYdc7
@jeffpalmer @roywig
I feel you on both fronts 🤗 as both ecosystems qualify as "the jungle".
for JS, I now use Parcel as it just works, it is cross platform and has minimal dependencies.
for Python, I too installed the system version (3.9) then pip install the requirements as I go and pray that it won't crash my setup.
it's always sound to 'pip freeze > bkup.txt' before a weird lib install
I do image & ML stuff and Pytorch is farily stable but
working with CUDA is a fucking nightmare