Create With Tech
Create With Tech
  • 145
  • 859 540
How to Install TripoSR for 2D to 3D Printing with AI – Step-by-Step Guide
Learn how to install TripoSR and transform your 2D images into 3D models ready for 3D printing! In this step-by-step tutorial, I’ll walk you through the full installation process of TripoSR, including setting up a batch file and a small Python script to streamline launching the application. With this setup, you’ll be able to start the Gradio UI quickly, making it even easier to convert your images into 3D printable models.
Whether you're new to AI tools or looking to optimize your workflow, this video is designed to help you get started.
00:00 - Intro
00:44 - Installing Global Requirements
05:36 - Removing CUDA References from System Environment Variables
08:04 - TripoSR Main Installation
25:28 - Installing Batch File & Pi Script for Automatic Startup
30:50 - Outro
Global Requirements:
Python: www.python.org/downloads/ (I recommend using Python 3.12)
Visual Studio Build Tools: visualstudio.microsoft.com/visual-cpp-build-tools/ (install everything having to do with C++)
Rust & Cargo: www.rustup.rs
Notepad++ notepad-plus-plus.org/
Installation Steps
1. Install all the Global Requirements.
2. Remove any reference to CUDA from System Environment Variables. Make sure to make a copy of the information in an application such as Notepad++
3. Make a folder for TripoSR C:/TripoSR
4. Open up the Command Line Interface (CLI) and go to the TripoSR folder: cd C:/TripoSR
5. Clone the TripoSR repository from GitHub: git clone github.com/VAST-AI-Research/TripoSR.git
6. Create a Virtual Environment: python -m venv venv
7. Activate the virtual environment: venv\Scripts\activate
8. Install PyTorch: pip3 install torch torchvision torchaudio
9. Update PIP: python.exe -m pip install --upgrade pip
10. Update setuptools: pip install --upgrade setuptools
11. Go into the folder with the requirements.txt: cd C:/TripoSR/TripoSR
12. Install the TripoSR dependencies: pip install -r requirements.txt
13. Install onnxruntime: pip install onnxruntime
14. Uninstall Gradio 4.8.0 (which does not work properly): pip uninstall gradio
15. Install the newest version of Gradio: pip install --upgrade gradio . Ignore the red error...
16. Run the Gradio script to run the program: python gradio_app.py
Installing the Batch and Python script for easier accessibility to the program:
1. Copy the batch script and the Python script to a text program such as Notepad++
2. Copy Batch script into Notepad++ and name it -- run_triposr.bat -- Save it in C:/TripoSR
@echo off
cd C:\TripoSR
call venv\Scripts\activate
cd C:\TripoSR\TripoSR
start cmd /k python gradio_app.py
REM Wait for the server to be available using the Python script
python wait_for_server.py
REM Launch Chrome after server is ready
start chrome 127.0.0.1:7860
pause
3. Copy Python script into Notepad++ and name it -- wait_for_server.py -- Save it in C:/TripoSR/TripoSR
import socket
import time
def wait_for_server(host, port):
while True:
try:
with socket.create_connection((host, port), timeout=2):
print("Server is up!")
breakw
except (OSError, ConnectionRefusedError):
print("Waiting for server...")
time.sleep(2)
wait_for_server("127.0.0.1", 7860)
ENJOY!
มุมมอง: 1 224

วีดีโอ

From Image to 3D Model to 3D Print Using TripoSR
มุมมอง 23K21 วันที่ผ่านมา
In this video, I'll demonstrate how to use TripoSR, an open-source AI model, to convert 2D images into 3D models and print them using a 3D printer. The TripoSR model is installed directly on my computer, but if you need installation instructions, please refer to the GitHub page linked below for a step-by-step guide: github.com/VAST-AI-Research/TripoSR github.com/wjakob/instant-meshes 00:00 - In...
From Concept to Creation: Designing an Animated Chatbot Face
มุมมอง 3106 หลายเดือนก่อน
In this video, I'll walk you through the design process behind my Chatbot's animated LED face. From concept to creation, I'll share the inspiration and technical details that brought this project to life. And then, I'll take it a step further by having a natural conversation with my Chatbot. See how our exchange goes! Let me know if this is more to your liking! 00:00 - Intro 01:05 - Components ...
Easy/Free Mixed Reality for Microsoft Flight Simulator 2020 VR
มุมมอง 6K7 หลายเดือนก่อน
In this video, I'm going to show you how to create a mixed reality experience with Microsoft Flight Simulator using only open source software. This system allows you to create any cockpit for the pass-through, and best of all, it's completely free! This is a step-by-step tutorial on setting up this immersive experience. You'll learn how to configure the necessary software, create custom cockpit...
MSFS in VR and 3D Printed Mods
มุมมอง 4238 หลายเดือนก่อน
In this video I'm going to walk you through the mods I made to my Microsoft Flight Simulator setup with original 3D designed and printed parts. 00:00 - Intro 00:16 - The 3D Printed Mods 04:39 - The Software I Use 09:04 - Loading the Software 11:58 - Getting Ready in Virtual Desktop 12:55 - MSFS in VR 26:29 - Outro
An Easier Way to Make a Hole on a Curved Surface in FreeCAD
มุมมอง 7Kปีที่แล้ว
In this video I'll show you an easy way to make a hole on a curved surface in FreeCAD without using a Datum Plane.
ESP32 3D Printed Photogrammetry
มุมมอง 1.1Kปีที่แล้ว
In this video I'll show you how you can 3D Print a versatile turntable (for photogrammetry and product display). This project is easy and perfect for people who are new to electronics and 3D printing. All the files you need will be made available soon. Interested? Comment below! Don't miss out-subscribe and ring the notification bell for more exciting projects! 00:00 - Intro 00:38 - Project Ins...
Mastering FreeCAD's Trace Feature: Designing a 3D-Printed Electronic Component Container
มุมมอง 66Kปีที่แล้ว
Welcome to my latest FreeCAD tutorial! In this video I'll show you how to use FreeCAD's Trace feature to design a custom container for electronic components. Whether you're a beginner or a seasoned CAD user, I've got you covered with easy-to-follow steps and expert tips. Here's what you'll learn: 1. How to navigate FreeCAD's interface 2. Using images to trace precise 3D models 3. Designing a co...
Make Hinged 3D Models Easily in FreeCAD
มุมมอง 2.4Kปีที่แล้ว
In this video I'll show you how you too can easily make 3D hinged models in FreeCAD. This is a relatively easy project that will teach you a bit about image manipulation for 3D printing as well as Computer Aided Design using FreeCAD. Things You'll need: 1. FreeCAD (Official Release which I don't recommend) www.freecad.org/downloads.php 2. FreeCAD (Realthunder version recommended) github.com/rea...
Apple's Vision Pro -- Spacial Computing! Is This the Future?
มุมมอง 768ปีที่แล้ว
Is Apple's new Vision Pro going to change the way we live and work? Here's my take.
Four Slicer Settings For Difficult to Print 3D Models
มุมมอง 799ปีที่แล้ว
In this video I'll show you how to succeed with difficult print-in-place 3D models using 4 simple settings in the slicer! 00:00 - Intro 01:55 - Setting #1 03:11 - Important Info 04:35 - Setting #2 06:35 - Setting #3 (This is the big one!) 10:09 - Timelapse of print 10:41 - Setting #4 14:12 - Outro Flexi Raptor Download: 1. Printables: www.printables.com/model/804-flexi-raptor 2. Thingiverse: ww...
Klipper 3D Printing Flow & Extrusion -- Easy!
มุมมอง 16Kปีที่แล้ว
In this video I'll walk you, step by step, to help you get perfect flow and extrusion with Klipper. This is something you absolutely need to get perfect prints with your 3D printer. 00:00 - Intro The problem (under extrusion) 00:35 - What You Need 01:18 - Calibrating Extrusion (Rotational Distance) 04:46 - Extrusion Multiplier (Explained) 05:51 - Calculating Extrusion Multiplier 08:35 - Outro D...
Mouse Ears To Prevent Warped 3D Prints
มุมมอง 1.9Kปีที่แล้ว
Warping of the corners of 3D prints is a very common and annoying issue in 3D printing. Using Mouse Ears will prevent warping without damaging your 3D print. In this video I'm going to show you a simple way to place Mouse Ears on a print and how to get them off with minimal damage to your 3D printed part. Music from #Uppbeat (free for Creators!): uppbeat.io/t/prigida/picture-frames License code...
I Saved My Daughter $26.07 with 3D Printing
มุมมอง 241ปีที่แล้ว
Helping my daughter with her murder mystery party using 3D printing. Music from #Uppbeat (free for Creators!): uppbeat.io/t/fugu-vibes/plastic-world License code: Z8WSTZ2OIC6GIHKA
Make Original Models for 3D Printing With Almost 0 Knowledge
มุมมอง 1.9Kปีที่แล้ว
In this tutorial I show you how to create original 3D models easily even if you have absolutely now knowledge of Computer Aided Design. Download Inkscape inkscape.org/release/inkscape-1.2.2/ Download FreeCAD (Official) www.freecad.org/downloads.php Download FreeCAD (Realthunder) github.com/realthunder/FreeCAD/releases Uppbeat Music License Music from #Uppbeat (free for Creators!): uppbeat.io/t/...
Design a Simple Container in FreeCAD -- Beginner Tutorial
มุมมอง 1.4K2 ปีที่แล้ว
Design a Simple Container in FreeCAD Beginner Tutorial
Bambu Lab P1P and DJI Playbook
มุมมอง 3.7K2 ปีที่แล้ว
Bambu Lab P1P and DJI Playbook
Don't Nix It, Fix It!
มุมมอง 2462 ปีที่แล้ว
Don't Nix It, Fix It!
Make a Model in Virtual Reality and then 3D Print it -- For total beginners!
มุมมอง 2.1K2 ปีที่แล้ว
Make a Model in Virtual Reality and then 3D Print it For total beginners!
Two Easy Ways to Edit STL Files For 3D Printing
มุมมอง 84K2 ปีที่แล้ว
Two Easy Ways to Edit STL Files For 3D Printing
Nasty Cura 5 Bug
มุมมอง 1.8K2 ปีที่แล้ว
Nasty Cura 5 Bug
Stop Filament Ooze From 3D Printer Nozzle
มุมมอง 25K2 ปีที่แล้ว
Stop Filament Ooze From 3D Printer Nozzle
Easy solution to an annoying Z-Offset problem!
มุมมอง 4.9K2 ปีที่แล้ว
Easy solution to an annoying Z-Offset problem!
Video Editing in 1993 -- Fast Video Machine Lite
มุมมอง 6892 ปีที่แล้ว
Video Editing in 1993 Fast Video Machine Lite
Print a Temperature Tower to Improve your 3D Prints -- Cura 4.13.1
มุมมอง 3.4K2 ปีที่แล้ว
Print a Temperature Tower to Improve your 3D Prints Cura 4.13.1
Make a Hole on Curved Surface in FreeCAD
มุมมอง 22K2 ปีที่แล้ว
Make a Hole on Curved Surface in FreeCAD
Get Thumbnails in Octoprint --EASY!
มุมมอง 6K2 ปีที่แล้ว
Get Thumbnails in Octoprint EASY!
Total Beginner Tutorial -- Design & Print 3D Vases
มุมมอง 7193 ปีที่แล้ว
Total Beginner Tutorial Design & Print 3D Vases
Easy z-offset adjustment for your 3D printer.
มุมมอง 104K3 ปีที่แล้ว
Easy z-offset adjustment for your 3D printer.
Oxtongue Lake Remixed
มุมมอง 1643 ปีที่แล้ว
Oxtongue Lake Remixed

ความคิดเห็น

  • @pentearmacaco
    @pentearmacaco 13 ชั่วโมงที่ผ่านมา

    One of the clearest videos I've seen. Easy to follow. My only hangup was in creating a sketch before making an empty body first. It can't be extruded that way.

  • @francesrosado9288
    @francesrosado9288 วันที่ผ่านมา

    Your video help me a lot. Thanks for posting!

  • @pawel3241
    @pawel3241 วันที่ผ่านมา

    Its 50 questions now

  • @sys2
    @sys2 2 วันที่ผ่านมา

    I saw the stepper motor driver board was a bit out of perpective, in gimp you can fix that quite easily .. i do it so seldom that i need to look it up every time but its not hard so the screw holes are in line when sketching =)

  • @fransvanderwerf7485
    @fransvanderwerf7485 2 วันที่ผ่านมา

    Great tutorial and easy to follow. It lowers the threshold for sure on FreeCad! Further I like that you combined it with the practical use. What printer did you use? Looked quite smooth! Thanks a lot!!

    • @CreatewithTech
      @CreatewithTech 2 วันที่ผ่านมา

      I'm glad the video was helpful. I printed that with the Bambu X1 Carbon. RG

    • @fransvanderwerf7485
      @fransvanderwerf7485 2 วันที่ผ่านมา

      @@CreatewithTech I certainly was! thanks a lot creative man 😃

  • @LeadDennis
    @LeadDennis 2 วันที่ผ่านมา

    Thank you for being so helpful, keep it up.

  • @nicwilson58
    @nicwilson58 3 วันที่ผ่านมา

    At least get it right Zoffset is NOT the distance between nozzle and bed, its the distance from nozzle tip to probe tip. it's a negative value added to z0 once homed, to create a new virtual 0, thereby placing the nozzle at the same Z that the probe tip found.

    • @CreatewithTech
      @CreatewithTech 3 วันที่ผ่านมา

      I actually touched on what you're describing at the beginning of the video. This, however, is a beginner tutorial for what the z offset is, as defined in most 3D printing sites. It is also the first definition generated by Google: Z-offset is the distance between the tip of the nozzle and the top of the heated bed on a 3D printer. It's a parameter that adjusts the initial height of the print nozzle above the bed. It's always possible to have a more nuanced definition (which I guess yours is) but for a person trying to understand how to set the Z offset and get a general understanding of what it is, my explanation more than serves its purpose. Thanks for commenting. RG

  • @AngelArsFoundation
    @AngelArsFoundation 5 วันที่ผ่านมา

    I've watched countless videos that () show how to edit a STL file. Yours was the one that a person could actually follow along with. Well done. Thank you. I have also subscribed because I was so impressed with your video 👍

  • @charleschchu
    @charleschchu 7 วันที่ผ่านมา

    Tablet remote don't work no more😭

  • @mikejones-vd3fg
    @mikejones-vd3fg 7 วันที่ผ่านมา

    Its super amazing, it let our imagination do the work , not our technical skills manipulating tools or software. That being said i spent lots of time learning technical skills so i appriciate that , but also appreciate others cant do what i can physically, but have even better imaginations than i do, now have a chance to shine! And the rest of us get to benefit and enjoy from. Jimi hendrix can sit back and be blown away from some guys music who had no chance in playing like he did, thanks to these tools. Thank you. Everybody because this is a culmination of us all, thats where the data came from. And its still not as good as the original source dont forget that, as good as AI is, its not as good as the original copy, US. We still need us to feed the AI. Just like we need the billions of our cells to do what we do, dont forget the shoulders we stand on, as we let others use ours.

  • @steveevans7489
    @steveevans7489 7 วันที่ผ่านมา

    Thank you very much!!! I also subscribed just from this one video

  • @Ech0WithThatZero
    @Ech0WithThatZero 7 วันที่ผ่านมา

    what about electricity

  • @bentreloar3129
    @bentreloar3129 9 วันที่ผ่านมา

    Hello I got up to the step in command where u install triposr to the folder but comes up with not recognized

    • @CreatewithTech
      @CreatewithTech 8 วันที่ผ่านมา

      Which version of Python are you using? Do a python --version command to see which version is installed...if it's higher than 3.12 it won't work...Pytorch needs 3.12 or lower to work. If that's the issue, uninstall python and reinstall 3.12 and then start again. RG

  • @gottahavitvt
    @gottahavitvt 9 วันที่ผ่านมา

    I have it running, but it's really not doing very well. Are there setting I can set somewhere to adjust the process? The sliders seem to do nothing.

    • @CreatewithTech
      @CreatewithTech 9 วันที่ผ่านมา

      Hello @gottahavitvt...Glad to see you got it working. I'm not sure what you mean by not doing very well...I'm going to assume that you mean the meshes don't look very good...if that's the case, it's probably because of the images you're using. Generally you should try to get "3D" images...by 3D I mean images that have some depth...also, try to use high resolution images. I would look for images that are at least 1024 x 1024. Look at the MB count of your images. Make sure that it's at least 500K or even 1-2 MB...the bigger the image and the more details it has the better the 3D model will look. RG

    • @gottahavitvt
      @gottahavitvt 8 วันที่ผ่านมา

      @@CreatewithTech Yeah it just seems to falter far more than some of the online tools like makerworld and meshyai. I usually end up with a model with a 2d face on the front and like a blob or pyramid for the depth. While far from perfect the online tools seem to do a much better job which is unfortunate as I'd love to be able to do this offline.

    • @CreatewithTech
      @CreatewithTech 8 วันที่ผ่านมา

      @@gottahavitvt What you're experiencing reflects the quality of the images that you're using. You need higher resolution images with more 3D detail. Don't use cartoonish images. It tends to falter with these. If you want really high quality there is a much better open source 2D to 3D model called Trellis. The quality of the 3D models with this is unparalled. The only problem is that it needs a good quality GPU to work. If you've got a GPU with 16gigs of RAM I highly recommend you give it a try. Here's the link to the Github page: github.com/microsoft/TRELLIS

    • @gottahavitvt
      @gottahavitvt 8 วันที่ผ่านมา

      @CreatewithTech that's I will try it. I have a 4080 super

    • @CreatewithTech
      @CreatewithTech 8 วันที่ผ่านมา

      @@gottahavitvt Yes, that's the GPU I have and it works great with Trellis...try it and let me know if you like the results better. I think you'll be very impressed. RG

  • @Grenoble7
    @Grenoble7 9 วันที่ผ่านมา

    Thank you very much for your detailed tuto. This is really a great help for me. Thanks to you i can now run gradio. On the flip side I have less success on my generations quality. I think you have shown the pictures that give really the best results, mine are a level below, a bit like DALLE-2 images two years ago. Not sure if i can really get something printable. But anyway, thank you again, please continue this kind of tutos.

  • @JohnDoe-mg7ht
    @JohnDoe-mg7ht 9 วันที่ผ่านมา

    You should have rotated the stepper motor so that holes are on same horizontal axis...

  • @matthewmathis62
    @matthewmathis62 11 วันที่ผ่านมา

    Great video! Very interesting, and pleasant to hear. I have heard of this technique before, but used your video to cover the topic again after I had forgotten the details on how to do it. Thank you for sharing your knowledge, Ronen! (don't know if I got your name right). By the way, Did you know that you are created in God's image, and that He made you so that you could become His friend? Because it's true! He loves you very very much! He actually loves you so much, that while you were yet still a sinner, Christ died for you. Few people would die for someone else. Perhaps some would die for an honorable man. But Christ died for you, because of His great love for you. And He has demonstrated His love for you in this. If you want to know more about Him, then ask Him! He is listening, and if you speak to Him, He will respond. He wants to know you more than you want to know Him. I hope that you seek God. There is no greater task in life than to seek the Creator, YHWH, I AM. "6 Seek ye the Lord while he may be found, call ye upon him while he is near: 7 Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the Lord, and he will have mercy upon him; and to our God, for he will abundantly pardon." Isaiah 55:6-7

  • @ThomasYates916
    @ThomasYates916 11 วันที่ผ่านมา

    Success!!!!! It was this version of Python 3.13.1 that was the culprit. I installed Python 3.12.1 and everything worked. I'm sorry for taking up all your time. I really do appreciate your patients with me. Your a Gem! How can I buy you a coffee?

    • @CreatewithTech
      @CreatewithTech 11 วันที่ผ่านมา

      Yes, exactly! Python 3.13 does not work with PyTorch...this is why I suggested using Python 3.12 in the video. I knew that it works. Anyway, so glad you figured it out and got it working. Installing some of this stuff can be a real challenge. Now you can start playing with it and having some fun. No need to buy me a coffee...I'm just glad that it's all working for you now. Cheers. RG

  • @DBartelDK
    @DBartelDK 12 วันที่ผ่านมา

    Thanks for this nice video. Several times you say it must be a high resolution image, to use as source. What do you consider to be be high resolution, in this case?

    • @CreatewithTech
      @CreatewithTech 12 วันที่ผ่านมา

      Well, a high resolution image is one with a reasonable number of pixels per inch...You can tell a high resolution image by looking at it. Typically it would be nice and sharp. If it's a really tiny image though and you zoom in and it's a low resolution image you would be able to see the pixels. The way I find images, is by looking at their size (in terms of MB). The higher the MB count the higher the resolution...at least this is a good measure most of the time, with some exceptions...RG

  • @fredseranIllustronarrator
    @fredseranIllustronarrator 12 วันที่ผ่านมา

    GENIAL Ca marche parfaitement, un grand merci ! Salut de Suisse

  • @ThomasYates916
    @ThomasYates916 12 วันที่ผ่านมา

    Thank you so much for taking the time to do this. However, I'm stuck again at installing Torch. This is the error message I get. (venv) C:\TripoSR>pip3 install torch torchvision torchaudio ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch I guess I'm not meant to install this but I would love to have it.

    • @CreatewithTech
      @CreatewithTech 12 วันที่ผ่านมา

      Hi Tomas...did you use this command when trying to install Torch? pip3 install torch torchvision torchaudio Copy this command and try it again...let me know what happens...Good Luck. RG

    • @ThomasYates916
      @ThomasYates916 12 วันที่ผ่านมา

      @@CreatewithTech I'm going to go back and review everything. I'll let you know what happens.

    • @ThomasYates916
      @ThomasYates916 12 วันที่ผ่านมา

      Won't work. (venv) C:\TripoSR>pip3 install torch torchvision torchaudio ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch Thanks for trying.

    • @CreatewithTech
      @CreatewithTech 12 วันที่ผ่านมา

      @@ThomasYates916 I'm sorry. I know it must be frustrating. My suggestion is that you start again. Delete everything in the C:/TripoSR folder and start from scratch. Also check your Python version...by going to the Command Prompt and putting in this command: python --version . Which version do you have installed?? Let me know and I'll try to walk you through the installation. RG

    • @ThomasYates916
      @ThomasYates916 11 วันที่ผ่านมา

      @@CreatewithTech I started over as you suggested. I have Python 3.13.1. Rust is installed 1.84.0, cargo is installed 1.84.0. Everything went fine until I got to the point to install torch. Once again this is the error: (venv) C:\TripoSR>pip3 install torch torchvision torchaudio ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch. If it means anything I am using a brand new Lenovo All in One computer I got for Christmas. (I treated myself). Would this matter at all? Any other help would be appreciated.

  • @Maartenderidder
    @Maartenderidder 12 วันที่ผ่านมา

    Hi, I have a question, When I imported the SVG file in Inkscape an unremovable black outline shows up. Instead of the whole same color. I can't see why this is. Can you, or someone give me advice?

  • @fredseranIllustronarrator
    @fredseranIllustronarrator 12 วันที่ผ่านมา

    Très intéressant, merci.

  • @danbleicher5219
    @danbleicher5219 12 วันที่ผ่านมา

    You have the patience of a saint. I followed your tutorial - step by step - and it works really well. You give a thorough explanation and I managed to get TripoSR up and running. I look forward to your future videos with new and interesting subjects of 3D, technology, etc. Many thanks. Dan

  • @cdvries
    @cdvries 12 วันที่ผ่านมา

    Finally someone who actually shows how it’s done thank you so much.

  • @thoff1348
    @thoff1348 13 วันที่ผ่านมา

    Thanks for video and straight forward points, will reference a lot going forward. Nice to see full process and final result.

  • @jomiller7332
    @jomiller7332 14 วันที่ผ่านมา

    would be great to put a tutorial for ComfyUI Triposr, I tried it but I could not get some the wheels installed due to strange restricted access errors

  • @mathy522
    @mathy522 15 วันที่ผ่านมา

    Thank you tutorial video! ❤ afternoon i will try it again (I had generate problem when clicked nothing happend and got error) but now I saw how solved this you! Thank you once again! Edit: Thank you very much! Working well! Thank you once again! I have rtx 4050 laptop but stayed cpu method thank you!

  • @christopherd.winnan8701
    @christopherd.winnan8701 15 วันที่ผ่านมา

    Wake me when there is a web UI ready to go. ;-)

    • @CreatewithTech
      @CreatewithTech 15 วันที่ผ่านมา

      Gradio is a web UI...but you need to install it. Not difficult really...try it. RG

    • @christopherd.winnan8701
      @christopherd.winnan8701 15 วันที่ผ่านมา

      @@CreatewithTech - I am sure it is easy, but in terms of wider adoption, it needs a standard interface. Looking forward to seeing more of your prints.

    • @jcreyf
      @jcreyf 15 วันที่ผ่านมา

      Thank you for the info! I'm going to install it too. I run Linux though. Installing will be easier for me 😊 I'm so happy that I stopped using windows decades ago.

  • @samj1012
    @samj1012 16 วันที่ผ่านมา

    best video on the downloaded, stubborn STL files.. Now Question: if we downloaded 2 STL files or more, and need to stick them as one part without modifying them, can you please advice how ? you get what I mean, to reduce assembly effort and time whenever possible. 👍🙏

  • @selinamularz9194
    @selinamularz9194 16 วันที่ผ่านมา

    (Herp nerd) That's a frog, but the program gave it a toad-like warts. Thank you for the info, I'm looking forward to trying this.

  • @BioFactory1
    @BioFactory1 17 วันที่ผ่านมา

    What is the link to the online version?

    • @CreatewithTech
      @CreatewithTech 17 วันที่ผ่านมา

      This is the link for it, but it looks as though it's broken...it was working before :( huggingface.co/spaces/stabilityai/TripoSR

  • @dbenwit4321
    @dbenwit4321 19 วันที่ผ่านมา

    OK now that I have gotten TripoSR installed and running my computer, when click on the Generate button, nothing happens. Nor 3D image is generated. Do I need a GPU on my computer to get this to work? I thought that it would work without a GPU. Is it due to something else?

    • @CreatewithTech
      @CreatewithTech 19 วันที่ผ่านมา

      No...this is a problem with Gradio...the requirements.txt seems to be using an older version that doesn't work. You need to update Gradio...get back to the Windows Command Line Interface and make sure you're in the TripoSR folder and that you've enabled virtual environment. Once there you need to run the following commands, one by one... 1 pip uninstall gradio .... 2 pip install --upgrade gradio . Let me know if this works for you. RG

    • @dbenwit4321
      @dbenwit4321 19 วันที่ผ่านมา

      @@CreatewithTech OK that fixed the problem thanks

  • @tarunarya1780
    @tarunarya1780 19 วันที่ผ่านมา

    Fabulous unique guide.

  • @paleopteryx
    @paleopteryx 19 วันที่ผ่านมา

    I hate they use Rust. I don't want to install that crap on my computer :(

    • @CreatewithTech
      @CreatewithTech 19 วันที่ผ่านมา

      Why? Please explain. RG

  • @MrGTAmodsgerman
    @MrGTAmodsgerman 20 วันที่ผ่านมา

    Slicers also support OBJ format. That converting process is just a waste of time. It only makes sense if you were actually creating the model in a software to export it in the STL format. But the information is already gone due to the OBJ format.

    • @CreatewithTech
      @CreatewithTech 20 วันที่ผ่านมา

      Most slicers do support OBJ files but some older slicers do not. STL files are the standard format so I thought it would be a good idea to show the conversion process. Also, the surface geometry of STL files is simpler and generally tends to print better than OBJ files on certain printers. STLs also don't have any texture information which means they can potentially take less time to slice. It was also my experience that bringing the OBJ file directly into the slicer meant the placement of the model on the bed was not ideal and the model was also extremely tiny. So resizing and remeshing before slicing was a good idea. RG

  • @marisamoazen6482
    @marisamoazen6482 20 วันที่ผ่านมา

    Looking forward to the how to download video

  • @josephperez7995
    @josephperez7995 20 วันที่ผ่านมา

    Great job thank you

  • @mohamedkikia7338
    @mohamedkikia7338 20 วันที่ผ่านมา

    Does this run on linux or is it Windows based only?

    • @CreatewithTech
      @CreatewithTech 20 วันที่ผ่านมา

      It should run on Linux just fine...RG

    • @mohamedkikia7338
      @mohamedkikia7338 19 วันที่ผ่านมา

      @@CreatewithTech Thank you

  • @ThomasYates916
    @ThomasYates916 21 วันที่ผ่านมา

    I am totally lost installing this. I think I screwed up my system trying to follow the instruction. Do you any further guidance?

    • @CreatewithTech
      @CreatewithTech 21 วันที่ผ่านมา

      Hello @ThomasYates916...I'll be making a step-by-step how to install video which I'll be posting in the next day or so. RG

    • @ThomasYates916
      @ThomasYates916 21 วันที่ผ่านมา

      Thank you for responding to me.

    • @CreatewithTech
      @CreatewithTech 21 วันที่ผ่านมา

      @@ThomasYates916 I've updated the installation guide in the description in case you want to try again. Let me know if it's clearer now and if you can get it to work. RG

    • @ThomasYates916
      @ThomasYates916 16 วันที่ผ่านมา

      @@CreatewithTech The more things I try the more confused I get. I've deleted everything I've done so far. I'm sorry to be such a pain but could you see your way clear to do a step by step video? I think that would help me a lot. At my age, I'm more of a visual person.

    • @CreatewithTech
      @CreatewithTech 16 วันที่ผ่านมา

      @@ThomasYates916 Hi Thomas...yes, I'm working on a step by step video...it's almost done. I'll have it up probably tomorrow afternoon. RG

  • @Lutz1605
    @Lutz1605 21 วันที่ผ่านมา

    Hi, thanks for this great video. Since my English isn't that good, I'd like to ask if you can make a short video showing how to install TroipoSR with all the necessary things and commands? Linux is completely foreign to me, sorry :-D That would be great.

    • @CreatewithTech
      @CreatewithTech 21 วันที่ผ่านมา

      This installation is actually on Windows 11. I'll be posting a step-by-step installation guide video in the next day or two. RG

    • @CreatewithTech
      @CreatewithTech 21 วันที่ผ่านมา

      I've updated the installation guide in the description in case you want to try to install again. RG

    • @Lutz1605
      @Lutz1605 19 วันที่ผ่านมา

      @@CreatewithTech vielen DANK

  • @williamwebb2042
    @williamwebb2042 22 วันที่ผ่านมา

    First off regarding the post by the person that was stuck at step 5. The latest Pyton version caused ne to get stuck too. Version 3.8 -3.11 seem to work. I am stuck on step 6. when nmake -? runs it fails with no such file or directory. Any Thoughts? I wient thru the procedure on two different Win11 24h2 machines with the same result.

    • @CreatewithTech
      @CreatewithTech 22 วันที่ผ่านมา

      Hello @williamwebb2042...I'm sorry for the difficulties. Installation of this is definitely finicky. I'm going to work on a how-to installation video. Hopefully I'll have it up in the next few days. What is the specific error that you're seeing? One thing that you might try (it may or may not help) is put the error through Chatgpt and see if it gives some ideas. RG

    • @williamwebb2042
      @williamwebb2042 22 วันที่ผ่านมา

      @@CreatewithTech I am really surprised at how fussy this program is on ther Python version. A lot of people will install the latest version 3.13. It will not work. Unfortunately that's not my problem. Wehn I try installing requirements.txt here's what happens: Building wheel for torchmcubes (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for torchmcubes (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [26 lines of output] 2025-01-02 11:26:21,206 - scikit_build_core - WARNING - cmake should not be in build-system.requires - scikit-build-core will inject it as needed 2025-01-02 11:26:21,206 - scikit_build_core - WARNING - ninja should not be in build-system.requires - scikit-build-core will inject it as needed 2025-01-02 11:26:21,218 - scikit_build_core - INFO - RUN: C:\Users\17147\AppData\Local\Temp\pip-build-env-cy0hwzf0\overlay\Lib\site-packages\cmake\data\bin\cmake -E capabilities 2025-01-02 11:26:21,239 - scikit_build_core - INFO - CMake version: 3.31.2 *** scikit-build-core 0.10.7 using CMake 3.31.2 (wheel) 2025-01-02 11:26:21,241 - scikit_build_core - INFO - Build directory: build *** Configuring CMake... 2025-01-02 11:26:21,289 - scikit_build_core - WARNING - Can't find a Python library, got libdir=None, ldlibrary=None, multiarch=None, masd=None 2025-01-02 11:26:21,296 - scikit_build_core - INFO - RUN: C:\Users\17147\AppData\Local\Temp\pip-build-env-cy0hwzf0\overlay\Lib\site-packages\cmake\data\bin\cmake -S. -Bbuild -Cbuild\CMakeInit.txt -DCMAKE_INSTALL_PREFIX=C:\Users\17147\AppData\Local\Temp\tmpcd7dqhwp\wheel\platlib loading initial cache file build\CMakeInit.txt -- Building for: NMake Makefiles CMake Error at CMakeLists.txt:2 (project): Running 'nmake' '-?' failed with: no such file or directory CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! *** CMake configuration failed FAILURE!! [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for torchmcubes Failed to build torchmcubes ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (torchmcubes) (venv) C:\TripoSR\TripoSR> It looks to me like my file structure differes from what cmake expects. I don't see an obvious reason for that.

    • @williamwebb2042
      @williamwebb2042 22 วันที่ผ่านมา

      @@CreatewithTech Here is the error I am getting in the requirements.txt install. It looks to me like my file stucture differs from what requirement.txt expects. I am no Linux expert so my obervations end there. Building wheel for torchmcubes (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for torchmcubes (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [26 lines of output] 2025-01-02 11:26:21,206 - scikit_build_core - WARNING - cmake should not be in build-system.requires - scikit-build-core will inject it as needed 2025-01-02 11:26:21,206 - scikit_build_core - WARNING - ninja should not be in build-system.requires - scikit-build-core will inject it as needed 2025-01-02 11:26:21,218 - scikit_build_core - INFO - RUN: C:\Users\17147\AppData\Local\Temp\pip-build-env-cy0hwzf0\overlay\Lib\site-packages\cmake\data\bin\cmake -E capabilities 2025-01-02 11:26:21,239 - scikit_build_core - INFO - CMake version: 3.31.2 *** scikit-build-core 0.10.7 using CMake 3.31.2 (wheel) 2025-01-02 11:26:21,241 - scikit_build_core - INFO - Build directory: build *** Configuring CMake... 2025-01-02 11:26:21,289 - scikit_build_core - WARNING - Can't find a Python library, got libdir=None, ldlibrary=None, multiarch=None, masd=None 2025-01-02 11:26:21,296 - scikit_build_core - INFO - RUN: C:\Users\17147\AppData\Local\Temp\pip-build-env-cy0hwzf0\overlay\Lib\site-packages\cmake\data\bin\cmake -S. -Bbuild -Cbuild\CMakeInit.txt -DCMAKE_INSTALL_PREFIX=C:\Users\17147\AppData\Local\Temp\tmpcd7dqhwp\wheel\platlib loading initial cache file build\CMakeInit.txt -- Building for: NMake Makefiles CMake Error at CMakeLists.txt:2 (project): Running 'nmake' '-?' failed with: no such file or directory CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! *** CMake configuration failed FAILURE!! [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for torchmcubes Failed to build torchmcubes ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (torchmcubes) (venv) C:\TripoSR\TripoSR>

    • @williamwebb2042
      @williamwebb2042 22 วันที่ผ่านมา

      @@CreatewithTech I got it! I discovered that the C++ component of Build tools was missing. After installing Build Tools you have to hit Modify and select it from the available packages. I discovered that sept on the github issues. I got a bit further. Far enough to see Torch was missing. I installed Torch with pip and requirements.txt would then work. I got to the last step and failed because onnxruntime was missing. I installed it and was able to bring up the web page at the local address. Oh happy day.

    • @CreatewithTech
      @CreatewithTech 21 วันที่ผ่านมา

      I've updated the installation guide in the description in case you want to try to install again. RG

  • @robertviens6104
    @robertviens6104 22 วันที่ผ่านมา

    Nice way of scaling, right up my alley. As a noob, I wish you would mention every step procedures as you assume we'd know how. I suppose I'd know if I were a more experienced User. Thanks, I'll be dropping y from time to time.

  • @controversialrebel5639
    @controversialrebel5639 22 วันที่ผ่านมา

    A very helpful and informative video. Thank you for sharing.

  • @flyingping
    @flyingping 22 วันที่ผ่านมา

    Is this the new Freecad or the old Freecad?

  • @유관동-u6x
    @유관동-u6x 23 วันที่ผ่านมา

    It's awesome! Thank you for your video~

  • @bitzz
    @bitzz 23 วันที่ผ่านมา

    i'm stuck on step 5 :(

    • @CreatewithTech
      @CreatewithTech 22 วันที่ผ่านมา

      I'm planning on doing an install video. Unfortunately sometimes the installation can be tricky. I had to overcome a few hurdles myself before I got it working. Stay tuned. RG

    • @bitzz
      @bitzz 22 วันที่ผ่านมา

      @@CreatewithTech it really doesn't like windows :(

    • @dbenwit4321
      @dbenwit4321 22 วันที่ผ่านมา

      @@CreatewithTech As Someone who has worked in IT for years, including with Linux and other open source software, I am having problems with following your instructions for installing TripoSR on my Windows 11 machine, especially with the last couple of steps. A separate video on the installation of TripoSR would be helpful as it is not straight forward. Also, you use a batch file to start TripoSR but I see no reference to where that file comes from or what is in it. Love the capabilities of TripoSR as you have shown but it is of no use to me if I can't get it installed.

    • @CreatewithTech
      @CreatewithTech 22 วันที่ผ่านมา

      @@dbenwit4321 Hi there...I'm sorry you're having issues with the installation. I agree, it can be a bit tricky...I'm actually going to update the information in the description in the next day or so for better clarity, and I'm also working on a video that I'll be posting (probably Saturday) where I'll show step by step how to install this project on Windows 11. I promise you'll have access to this soon. The batch file is something that I created myself to save me the time of having to go to the folder with the files and activate the virtual environment and then run the python script etc. I'll make the batch file available as well. I've been working on the video and clearer instructions for most of the day, but I don't think I'll be able to upload everything today. If I can I'll get everything up tomorrow, but more likely Saturday. RG

    • @dbenwit4321
      @dbenwit4321 22 วันที่ผ่านมา

      @@CreatewithTech OK thanks whenever you can get it done

  • @MehrAeulius
    @MehrAeulius 23 วันที่ผ่านมา

    I'll be waiting for further tutorials regarding this topic❤

  • @nathan22211
    @nathan22211 23 วันที่ผ่านมา

    one thing to note about your steps, when it comes to pyvenvs on windows, you need to enable something in order to run the batch file for the pyvenv (I forget what). Also, you can just point to the python executable in the pipvenv run it that way

    • @CreatewithTech
      @CreatewithTech 20 วันที่ผ่านมา

      Yes, you're correct. I'll add that code shortly. My description is too long because of the installation instructions and I can't post it. I'll try to make the install information more succinct so I can add that. RG

  • @BlondieHappyGuy
    @BlondieHappyGuy 23 วันที่ผ่านมา

    This is very cool! While it's impressive how good the front turns out, what really impresses me is how the A.I. can figure out what the back should look like, without having anything to go on. What I would have loved to see is how well this works using a photo of people's faces and/or full body photos. I'd imagine that if it works, it would require that the picture be taken against a green screen or any solid color, rather than the usual backgrounds. At some point, I'll have to play around with this.