How to make 3D models from text using AI for 3D printing

  Рет қаралды 21,256

3D Printer Academy Tutorials

3D Printer Academy Tutorials

Күн бұрын

Пікірлер: 34
@aegisgfx
@aegisgfx Жыл бұрын
Works good. This is the beginning of the 3d AI era, a year from now it might be all over for people who cant use AI to make art or 3D
@robertproudfoot7990
@robertproudfoot7990 Жыл бұрын
very unlikely its inside a year. Classic first failings of all humans (myself included) is to see something cool and vastly underestimate the timeframe its going to take. A point a colleague made today. How many people use voice for text? you wrote this with a keyboard, yet voice to text has existed for like 2 decades. Where's VR? Then ask yourself, whats the realistic timescale that AI is generating models (in a way that actually competes vs a skilled competent person). Its going to be quite some time before an AI can beat a skilled persons when doing complex modelling that requires things like stress analysis. Sure gimmicky shit, AI got that down.
@aegisgfx
@aegisgfx Жыл бұрын
@@robertproudfoot7990 stable diffusion went from crap to perfection in 6 months, I think you underestimate how fast this is all moving
@leo-js6nk
@leo-js6nk Жыл бұрын
Anyone can use AI to make art or 3D (or anything). That is the point of those AI tools. The barrier to entry is close to 0. As long as those AI remain tools in the sense that they do not act as AGI, they will need human imput. It will thus be like photography. The barrier to taking a photo is having a camera or a cellphone. But not anyone can be a good/great photographer; that requires skills other than simply being able to manipulate a camera. In the same vein (and as long as we don't have AGI) those who currently are good artists will be able to make use of AI to create things that people with no artistic skills could not. And when we have AGI well... that's a wrap on pretty much everything.
@NickyPerry-zy6xw
@NickyPerry-zy6xw Жыл бұрын
@@aegisgfx I used this all day yesterday and I wish it was ready but its not. Will need another 6 months or so. But these models are unusable lmao
@aegisgfx
@aegisgfx Жыл бұрын
@@NickyPerry-zy6xw well it depends, if you get a low res shark out of it then you can take that into sculpt mode, up the res and sculpt in the details. So its working we for creating base models at the moment in my opinion
@xacbolay
@xacbolay Жыл бұрын
This is amizing! thanks for helping the newbies like me start in this the easiest way!
@aeQuator
@aeQuator Жыл бұрын
to bad this is not shoing in youtube search what so ever...This is exacly what i was looking for...Took mee weeks to find this where you not need any whitelist or buying some wrong ai acces... very big thanks from my side!
@TriQuad
@TriQuad Жыл бұрын
This is insane, thanks for rhe tut, if u have any more tips or tricks to use with this AI pls do more vids of dem
@DeepFrydTurd
@DeepFrydTurd Жыл бұрын
import it into Z brush and refine it and add textures lol, Fast workflow dude
@lineobiribin1157
@lineobiribin1157 11 ай бұрын
I noticed that the repository does not specify a license. Could you please clarify if the code is open for public use, and if so, if there are any specific terms or conditions I should be aware of? I want to ensure that I respect the original author's intentions and comply with any applicable licensing terms.
@sameeruddin
@sameeruddin Жыл бұрын
This was really helpful ..thank you so much !
@NickyPerry-zy6xw
@NickyPerry-zy6xw Жыл бұрын
Thank you!
@ArisenProdigy
@ArisenProdigy Жыл бұрын
Why not just make a colab notebook with all the stuff in it and share the ipynb?
@aegisgfx
@aegisgfx Жыл бұрын
ya I wondered that too
@b1O15
@b1O15 Жыл бұрын
code snippet 6 isnt working for me, it says it should have hash (bunch of letters and numbers) but has (different letters and numbers) try deleting and running this call again. i keep trying that but isnt working. i have like 0 coding knowledge so yaaa..
@mikejones-vd3fg
@mikejones-vd3fg Жыл бұрын
very cool
@A.ECompetency-hq4nn
@A.ECompetency-hq4nn 11 ай бұрын
How to integrate this in android studio for app
@jamespfrommer5048
@jamespfrommer5048 11 ай бұрын
can frosting ai work?
@ayazbulat
@ayazbulat Жыл бұрын
Please help!!!!!!!!!! batch_size = 4 guidance_scale = 15.0 prompt = "shark" -> latents = sample_latents( batch_size=batch_size, model=model, diffusion=diffusion, guidance_scale=guidance_scale, model_kwargs=dict(texts=[prompt] * batch_size), progress=True, clip_denoised=True, use_fp16=True, use_karras=True, karras_steps=64, sigma_min=1e-3, sigma_max=160, s_churn=0, ) "NameError: name 'latents' is not defined". Please help!!!!
@asocialconsciousness8535
@asocialconsciousness8535 Жыл бұрын
Can this be run inside of jyputer notebook locally? But yes mike is right! this is very cool!!
@jefflane2012
@jefflane2012 Жыл бұрын
I received "SHA256 checksum does not match" on #7 text300M load_model
@jefflane2012
@jefflane2012 Жыл бұрын
I ran the code again and it worked. It said it re-downloaded the file.
@dominik1023
@dominik1023 Жыл бұрын
What code snippet???????????????????????
@eier81
@eier81 Жыл бұрын
Check the description of the video.
@edwardkay
@edwardkay Жыл бұрын
when I try this it is saying error for this line: latents = sample_latents( any ideas how to fix this?
@3DPrinterAcademy
@3DPrinterAcademy Жыл бұрын
Did you change the notebook settings to "GPU"? 0:14 Make sure you do that before everything else
@edwardkay
@edwardkay Жыл бұрын
@@3DPrinterAcademy Yeah, I followed all the steps exactly. It's very odd
@3DPrinterAcademyTutorials
@3DPrinterAcademyTutorials Жыл бұрын
you can also use GPT4 to help debug coding errors. Just ask the AI, "what does this error message mean: (past error message)" It can be very helpful!
@edwardkay
@edwardkay Жыл бұрын
@@3DPrinterAcademyTutorials ah yeah, good point. thanks :)
@lmarsh5407
@lmarsh5407 Жыл бұрын
how did you fix this? I'm getting the same error
@Zontar82
@Zontar82 8 ай бұрын
God forbid having it in a proper, easy ti use GUI aint'it ? elitist gonna be eliti-ing?
@roccoforte6011
@roccoforte6011 Жыл бұрын
Hello Thanks for this content!! So everything was fine i changes the prompt to "sunglasses" and it made them but the last part to save them for download and after this final snippet "# Example of saving the latents as meshes. from shap_e.util.notebooks import decode_latent_mesh for i, latent in enumerate(latents): t = decode_latent_mesh(xm, latent).tri_mesh() with open(f'sunglasses_mesh_{i}.ply', 'wb') as f: t.write_ply(f) with open(f'sunglasses_mesh_{i}.obj', 'w') as f: t.write_obj(f)" Nothing happens it just completes the run in 4 seconds
Top Free AI Model Generators Tested for 3D Printing
26:42
3D Revolution
Рет қаралды 120 М.
Effortless AI to 3D Print: Complete Workflow Guide
13:41
BamBam
Рет қаралды 176 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 132 МЛН
Мама у нас строгая
00:20
VAVAN
Рет қаралды 11 МЛН
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
Симбу закрыли дома?! 🔒 #симба #симбочка #арти
00:41
Симбочка Пимпочка
Рет қаралды 4,8 МЛН
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
Meshroom: 3D models from photos using free photogrammetry software
21:45
ExplainingComputers
Рет қаралды 625 М.
I Remade Avatar Water VFX in 100 Hours
11:38
ErikDoesVFX
Рет қаралды 1,9 МЛН
Strong 3D Printed Connections on BIG parts
20:23
NeedItMakeIt
Рет қаралды 92 М.
How to 3D Model Using Blender - Easy Beginner Guide + Tips and Tricks
29:10
3D Printer Academy Tutorials
Рет қаралды 171 М.
Create Stunning 3D Models & Textures With AI  - Full AI Animation Tutorial
13:13
AIAnimation - Jon Draper
Рет қаралды 191 М.
Learn FreeCAD for 3D Printing - Complete Quick and Easy Guide (Beginner)
12:24
3D Printer Academy Tutorials
Рет қаралды 9 М.
Top Next Gen AI 3D Model Generators: Tested for 3D Printing
39:33
3D Revolution
Рет қаралды 92 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 132 МЛН