How to Integrate ChatGPT (Open AI) in Houdini

  Рет қаралды 12,115

Sadjad Rabiee

Sadjad Rabiee

Күн бұрын

Get ready to elevate your #Houdini coding and artistic skills with the seamless integration of chatGPT(OpenAI) and Houdini !!!
This #tutorial is enabling you to write #VEX and #Python code directly in Houdini.
Unlike other methods dealing with #ChatGPT through a browser, this tutorial will show you how to install and integrate ChatGPT within Houdini itself.
=====================================================
Contents of this video:
0:00 Introduction
1:23 Create an #OpenAI account and generate API_KEY
3:20 Install pip module in Houdini
4:57 Install OpenAI module in Houdini
6:13 Using Chat Completion in Python
7:45 OpenAI Models
9:40 Messages, Prompt and Roles in Chat Completion
25:00 Add API_KEY global variable
26:06 OpenAI Image Generation
31:30 Installing Houdini OpenAI Digital Assets
32:45 JK OpenAI Wrangle node (prompt-based coding)
38:40 JK OpenAI Python node (prompt-based coding)
46:25 JK OpenAI Image Generator
49:30 JK OpenAI Image Edit
53:30 JK OpenAI Image Variation
=====================================================
► Project Files + Digital Assets:
sadjad.gumroad.com/l/xnryoi
=====================================================
► Command codes to install pip and OpenAI:
curl bootstrap.pypa.io/get-pip.py -o d:/pip/get-pip.py
hython d:/pip/get-pip.py
hython -m pip install openai
=====================================================
► Reddit Community: / houdini_fx
► Linkedin: / sadjad-rabiee-vfx
► Instagram: / sadjad_rabiee_vfx
/ rabiee.sadjad
► IMDB: www.imdb.com/name/nm5610853
► Twitter: / sadjadrabiee
► Facebook: / joker386
► Vimeo: vimeo.com/user6017839

Пікірлер: 51
@tylerstrasser2073
@tylerstrasser2073 Жыл бұрын
Thank you so much! I was waiting for someone to implement and was super curious how to do it myself and so I thank you so much for uploading this gold mine!!
@NimaGhorab
@NimaGhorab Жыл бұрын
What a fantastic tutorial. Thanks a million.
@sadeghsaem
@sadeghsaem Жыл бұрын
That was magnificent !❤
@Reza.Norouzi
@Reza.Norouzi Жыл бұрын
Thank you so much for sharing🙏🏽🙏🏽🙏🏽
@omidmehdipour4912
@omidmehdipour4912 Жыл бұрын
Best idea, thanks mate👍
@robertlangnickel6911
@robertlangnickel6911 2 ай бұрын
Awesome tutorial, thanks alot!
@hosseinkhezri7700
@hosseinkhezri7700 Жыл бұрын
Thanks for sharing these experience
@vfxskull6208
@vfxskull6208 5 ай бұрын
this is fantastic!
@Phuvitt
@Phuvitt Жыл бұрын
Very useful thanks
@cerealnpixels
@cerealnpixels Жыл бұрын
Thank you very very much
@saeedzare2410
@saeedzare2410 Жыл бұрын
Thanks Sadjad
@VedChache
@VedChache Жыл бұрын
Hey its really help full thank you so much Sadjad , I have an additional inquiry regarding Houdini expressions. I've noticed that various signs such as , [ ] ( ) @ ; , etc. are used, and I am eager to comprehend their meanings and learn how to utilize them effectively without using open AI. Sometimes, I find myself copy-pasting without knowing what each sign does. Thus, I am interested in gaining knowledge that would empower me to experiment with these expressions independently. Would you kindly guide me to the appropriate resources where I can acquire this understanding?
@MrPixolator
@MrPixolator Жыл бұрын
Pioneer as always. :)
@sadjadrabiee
@sadjadrabiee Жыл бұрын
Thank you 😃
@VISHNU.S_143
@VISHNU.S_143 Жыл бұрын
​@@sadjadrabiee hi, plese make tutorial about reastic fireworks in houdini with rendering mantra
@alchemysounds9035
@alchemysounds9035 Жыл бұрын
SO TTHANK YOU FOR THIS GREAT SUPPORT
@sadjadrabiee
@sadjadrabiee Жыл бұрын
Thank you 🙏
@NARUTO78600
@NARUTO78600 Жыл бұрын
That sound good
@markgzggjg
@markgzggjg 7 ай бұрын
When using JK OpenAi Wrangle for vex coding, is there also a limitation of the number of requests. I am using Houdini 20, and I can't make it work. Can we still do your setup workflow or did something change? I am using a free account
@cesarmerchan3416
@cesarmerchan3416 Жыл бұрын
Hi nice video, I was wondering if then I'd want to uninstal the pip you add which command should I use?.. thanks
@sadjadrabiee
@sadjadrabiee Жыл бұрын
Thank you , You can also use pip itself for doing that hython -m pip uninstall pip
@io4641
@io4641 Жыл бұрын
any idea about this error from the gumroad assets? Traceback (most recent call last): File "Sop/JK_OPENAI_WRANGLE::1.0/response", line 1, in File "Sop/JK_OPENAI_WRANGLE::1.0, PythonModule", line 43, in JK File "Sop/JK_OPENAI_WRANGLE::1.0, PythonModule", line 15, in GPT_Completion AttributeError: module 'openai' has no attribute 'ChatCompletion'
@sadjadrabiee
@sadjadrabiee Жыл бұрын
Hello are you sure openai module is installed in your Houdini? double check "import openai" command in Python SOP node and see if you get any error or no
@MrMaximLL
@MrMaximLL Жыл бұрын
very interesting to try, but for some reason it does not work for me, I have a free version houdini
@0x0abb
@0x0abb 8 ай бұрын
I am tring it out but the JK open wrangle is giving me a bunch of errors. I am suing Houdini 19.5.682
@heavensssblade
@heavensssblade 6 ай бұрын
Hey, thank you so much for your work! I'm trying to use the assets but when I try to generate the wrangle code I receive this error: Traceback (most recent call last): File "Sop/JK_OPENAI_WRANGLE::1.0/response", line 1, in File "Sop/JK_OPENAI_WRANGLE::1.0, PythonModule", line 43, in JK File "Sop/JK_OPENAI_WRANGLE::1.0, PythonModule", line 26, in GPT_Completion File "C:\Users\heavensssblade\AppData\Roaming\Python\Python37\site-packages\openai\lib\_old_api.py", line 39, in __call__ raise APIRemovedInV1(symbol=self._symbol) openai.lib._old_api.APIRemovedInV1: You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 Is it a problem with the asset or with my openai package?
@GusKesaranond
@GusKesaranond 4 ай бұрын
Got the same error, would like to know as well
@esmel5321
@esmel5321 Жыл бұрын
Wow, great. i am new, i would like to know how can i install this in Linux, thanks (i don't have much knowledge in Linux).
@sadjadrabiee
@sadjadrabiee Жыл бұрын
Hello Have you tried to install it on Linux with the same method which I explained for windows? At least in Houdini side it should be similar! Let me know how that works !
@Ori734
@Ori734 Жыл бұрын
Hi bro, do you recommend me to study machine learning over Houdini, I am undecided whether to start studying houdini or machine learning, in the future how do you see things? thanks.
@sadjadrabiee
@sadjadrabiee Жыл бұрын
I might not be the best person to answer that Although these two fields are related (we can use AI in VFX), they are separate in terms of study. You need to choose one based on your needs and desires. In the future, we might have many AI tools that help us to improve and simplify VFX. As a VFX artist, it is beneficial to have more knowledge about AI. However, it is not necessary to study machine learning extensively and completely abandon VFX.
@fxhouse1207
@fxhouse1207 3 ай бұрын
Not all code are perfect generating with chatGPT. But how you will decide, for that you need to learn VEX thoroughly.
@sabotage3d
@sabotage3d Жыл бұрын
Hey man OpenAI DALL-E is dead I would concentrate more on stable diffusion.
@ehsanvfx9784
@ehsanvfx9784 Жыл бұрын
سلام جناب ربیعی عزیز . مرسی از آموزش های مفیدتون . برای عضویت اجازه نمیده ثبت نام کنیم . به خاطر تحریم ایران . راهی هست که بتونیم ثبت نام کنیم ؟ با تشکر
@sadjadrabiee
@sadjadrabiee Жыл бұрын
سلام بله متاسفانه این مشکل برای دوستان ایرانی هست امکانش هست درخواستتون رو در گروه تلگرام هودینی مطرح کنید تا ببینید شاید دوستان راه حلی براش پیدا کرده باشند : t.me/joinchat/CTO58UMfFvZePO1vKUfgsA
@de5iner
@de5iner Жыл бұрын
I studied vfx in uni, I’m about to graduate. I have checked for Jobs, essentially I cannot get any roles without min 3 year’s experience
@sadjadrabiee
@sadjadrabiee Жыл бұрын
Although your comment is unrelated to the subject of video, but as far as I know there is no rule about having at least 3 years experience to get the job! I know many artists who get the job right a way after graduation! Of course it could be dependent to where you are applying to (county) However in my opinion having a good demo reel is more important than study in university or college, if you prepare a good demo reel you will have more chance to get the job. Base on your desire field (FX, Animation, CFX,…) spend more time to watch others demo reel on that field and requirements of the companies and try to improve your skills (e.g watching more tutorials rather than what they teach you in uni), then try to make a good and standard reel for your self 🌺🌺
@de5iner
@de5iner Жыл бұрын
@@sadjadrabiee thanks for the advice
@AnhHoang-qy4vs
@AnhHoang-qy4vs Жыл бұрын
Thank you so much for your tutorial
@sadjadrabiee
@sadjadrabiee Жыл бұрын
Hello I explained this error in the video, check this: 13:48 and also 47:26 That's because you have reached to limitation of the number of requests to send to OpenAI with a free account! for example when working with ChatCompletion you can only send 3 requests per each minute, after that you must wait for next minute!
@AnhHoang-qy4vs
@AnhHoang-qy4vs Жыл бұрын
@@sadjadrabiee Oh, thank you so much , i'll urpgrade my account :)
@VISHNU.S_143
@VISHNU.S_143 Жыл бұрын
​@@sadjadrabiee hi, plese make tutorial about reastic fireworks in houdini with rendering mantra
@mehranesmaili9989
@mehranesmaili9989 Жыл бұрын
salam jenab rabiee man mikhastam dore pishrafte shomaro ke dar madreseye honarhaye khalaq ke dar saal 2019 bargozar shod az eky az dostanam tahie konam Hossein Khezri dostam hastan va goftan ke bayad ejazash ro az shoma bgiram in tutorial ha khely mitone be man komak kone chon dar iran source amoozeshi kame motazer javabeton hastam... ek doonaya mannon🙏 (bbakshid english type kardam youtube bug midad🙏)
@sadjadrabiee
@sadjadrabiee Жыл бұрын
سلام مشکلی نداره 🌺👍👍
@mehranesmaili9989
@mehranesmaili9989 Жыл бұрын
@@sadjadrabiee ek donya mamnon❤❤❤
@ViralKiller
@ViralKiller Жыл бұрын
the way the python file is all over the windows system is cancerous
@sadjadrabiee
@sadjadrabiee Жыл бұрын
Hello Would you please explain more ?
This Isn't Just A Chatbot (OpenAI Should Be Scared...)
10:13
Theo - t3․gg
Рет қаралды 125 М.
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 99 МЛН
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 75 МЛН
AI Generated Videos Just Changed Forever
12:02
Marques Brownlee
Рет қаралды 8 МЛН
Blender user tries Houdini for the FIRST time!
8:07
Bad Normals
Рет қаралды 400 М.
Try THIS to instantly make DALL·E 3 way better!!!
10:11
Glibatree
Рет қаралды 186 М.
Stop paying for ChatGPT with these two tools | LMStudio x AnythingLLM
11:13
Scientific Concepts You're Taught in School Which are Actually Wrong
14:36
Houdini Custom Pyro Shader | Redshift, Renderman, Arnold
1:33:26
Sadjad Rabiee
Рет қаралды 51 М.
чёт жутковато стало☠️
0:20
𝓢𝓾𝓰𝓪𝓻ℂ𝔸𝕏𝔸ℙ𝕆𝕂_Sasha
Рет қаралды 2,2 МЛН
Chori Chori 🤣 #comedy #funny
0:43
Micky Makeover
Рет қаралды 10 МЛН
чёт жутковато стало☠️
0:20
𝓢𝓾𝓰𝓪𝓻ℂ𝔸𝕏𝔸ℙ𝕆𝕂_Sasha
Рет қаралды 2,2 МЛН