Microsoft Trellis turns any image into a 3D Model INSTANTLY

  Рет қаралды 6,867

halkony2012

halkony2012

Күн бұрын

Пікірлер
@s2f2z3
@s2f2z3 Ай бұрын
Looks interesting Thank u for sharing that with us 🙏🏻 Hope u the best U got a new fan
@Xeranxies
@Xeranxies 29 күн бұрын
What's the topology like? A lot of the time with this type of generation topology is too dense or high to be practically used in game, especially if you have thousands of assets. It's neat, but it'll take an actual artist to retopologise the model, unwrap it and texture it, at which point, for a lot of game assets, would be easier to just create the manually from scratch.
@halkony
@halkony 28 күн бұрын
i go more in depth on the topology in this article: halkonyuncut.com/how-to-use-microsoft-trellis-models-for-game-development/ once you fix the non-manifold edges, you can decimate faces quite effectively
@Matti.unlocked
@Matti.unlocked Ай бұрын
Love this! Thank you
@eintyp4389
@eintyp4389 27 күн бұрын
2024: The eyes of the ai generated chicken fbx look a little to seductive for me. 😂 The problems of the future for sure.
@CoreusSymphonia
@CoreusSymphonia 25 күн бұрын
Sounds like Jake Tapper is commenting this video.
@KimFurrii
@KimFurrii 27 күн бұрын
Can we run this on mobile with desktop mode?
@halkony
@halkony 26 күн бұрын
Yes. The processing is done on external servers, so its like using any other web page.
@CrudelyMade
@CrudelyMade 29 күн бұрын
interesting, currently getting an error after 'generate' button.. I'd try the code myself but I'm on cuda 12 and I've found running 11 and 12 causes issues with a variety of things. love the concept though. if blender has issues with the high poly counts, I wonder about meshmixer ad 3dcoat for those steps. but it also looks like it has simplify settings in the export, so not sure about the problem someone else mentioned. would love to try it out though.
@halkony
@halkony 29 күн бұрын
I'm currently running trellis locally with CUDA 12.2, the version they said they tested with in their docs. 12.6 would probably work fine though. 20 second inference on my 3090, uses maybe half my vram. I ran the .ps1s from this repo to install trellis and it worked like a charm: github.com/sdbds/TRELLIS-for-windows/ as to the other commenter, I looked into it and the models it spits out have non-manifold geometry, making poly manipulation awkward, but theres an easy fix. linked a blogpost about it in that comment.
@j.j.lienart806
@j.j.lienart806 21 күн бұрын
Do you know if there’s a way to export the model as an FBX to work with Auto Desk software?
@jamesmurphy7115
@jamesmurphy7115 21 күн бұрын
yeah - Import the GLB into Blender and export out of Blender as an FBX
@j.j.lienart806
@j.j.lienart806 21 күн бұрын
@@jamesmurphy7115 was hoping there was a way to do it without using blender to streamline the workflow but that's what I've been doing regardless thanks for the quick response!
@Quick_Ink
@Quick_Ink 27 күн бұрын
Looks good for background objects and as 3d references but hero assets and anything animated would need to be modelled by skilled hands.
@ratzerube2762
@ratzerube2762 20 күн бұрын
No, in close future AI does it quicker an cheaper
@3Despaire
@3Despaire 4 күн бұрын
For the moment……. Not forever
@Gerardheime
@Gerardheime Ай бұрын
Tried using it, and it produces models that are unusable for games. They have errors due to the AI hallucinating, a high poly count and messy topology. When I tried to lower the poly count in Blender, the decimate modifier just garbled the model because it couldn't handle the topology. Sure, you can clean up the model manually, but that saves you perhaps 5-10% of total time spent. What this could be useful, to some degree, is allowing 2D concept artists to quickly visualize how the finished model might look like so they can improve the concept or show it to management. Much more niche, but at least viable.
@halkony
@halkony 29 күн бұрын
Agreed. The models I've generated have had 8,000+ faces. However, if you check the "Editing" section of the Trellis page, they give an example prompt that creates a voxel pick up truck. That topology is much more predictable. That part of the model hasn't been released yet though, will post an update when I get my hands on it. Another niche use case I found is when training 2D image models. You can use the different perspectives from a render to give tools like Stable Diffusion much better training data.
@halkony
@halkony 29 күн бұрын
I looked into the models some more and noticed there was non-manifold geometry. That's why decimates and subDs looked like crap. If you merge the verts by distance, the modifiers work just fine. I did a writeup with the solution on my blog: halkonyuncut.com/how-to-use-microsoft-trellis-models-for-game-development/
@Metarig
@Metarig 27 күн бұрын
You can drop the model into Unreal, enable Nanite, and stop worrying about the poly count.
@Linkario86
@Linkario86 Күн бұрын
​​@Metarig yeah, that's why UE5 Games run oh so smooth. Another case of "sounds great on paper, suck when actually used"
@StCost
@StCost Ай бұрын
What a magnificence, thanks, will help a lot
@1337LXD
@1337LXD Ай бұрын
The website is trash, always gives an error no matter what image is set
@nichtig9697
@nichtig9697 16 күн бұрын
ngl, i feel bad for the artists. though will come super handy for my own game as a compsci student
@smoofwah3552
@smoofwah3552 28 күн бұрын
I'm doing something wrong running this on windows xD so I guess I'll try Linux
@halkony
@halkony 28 күн бұрын
this fork worked perfectly for me: github.com/sdbds/TRELLIS-for-windows/ run the .psi marked with "1," then the "2," one with xformers. worked like a charm on CUDA 12.2
@smoofwah3552
@smoofwah3552 28 күн бұрын
@@halkony Win 11 ? I was trying for so long and I get stuck , if you don't mine can you share your installed python version , pip list versions and stuff o.o where did you install it?
@halkony
@halkony 28 күн бұрын
@@smoofwah3552 I'm on win10 with py3.11.6. it should work on win11 tho. clone the repo and run the .ps1 scripts in order and it will create a virtual environment with everything in the requirements.txt. i think i had to call the scripts from an admin console to get it working.
@smoofwah3552
@smoofwah3552 28 күн бұрын
@@halkony I'm doing something totally wrong even the auto scripts don't work I just don't know what it is yet
@SCHOOLERstyle
@SCHOOLERstyle 20 күн бұрын
I create much better 3D models on my channel than any of this AI junk! 💪
@NoobBasically
@NoobBasically 19 күн бұрын
Then this tool is not for you simple as.
@mastergunzz
@mastergunzz 19 күн бұрын
😂 Sure Jan
Trellis - Generate 3D Objects From Images Using AI For Free
10:27
I 3D Printed a $1,175 Chair
16:31
Morley Kert
Рет қаралды 6 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
I Spent a Month using AI for Game Dev
12:43
Aarimous
Рет қаралды 2,6 М.
microsoft TRELLIS / 3D 생성
10:44
스페이스 플라워
Рет қаралды 500
Why do Studios Ignore Blender?
8:52
Film Stop
Рет қаралды 459 М.
My Routine as a 3D Print Farmer
24:11
Samcraft
Рет қаралды 329 М.
AI 3D Models Are Here To Stay // Trellis, Meshy, BlenderGPT
14:03
Why Are 3D Artists Fighting to Work for Free
8:00
InspirationTuts
Рет қаралды 17 М.