Пікірлер
@mj2068
@mj2068 Күн бұрын
love that glow.
@miroxleon
@miroxleon Күн бұрын
Thank you!
@peterlan0513
@peterlan0513 3 күн бұрын
Please tell something for Android
@miroxleon
@miroxleon 2 күн бұрын
Thank you for your comment! Unfortunately, I’m unaware of any generative AI tools running natively on Android. Perhaps that is due to the variety of Android devices and their range of hardware specs. The only real open-source offline generative AI tool I’m aware of for mobile devices is “Draw Things“, which can run on MacOS, iOS, and iPadOS. If there really isn’t any AI tool running locally on Android, you may consider using services such as MidJourney or Dall-E via ChatGPT, which both have decent mobile UIs. Another approach would be to run an AI tool such as Fooocus, A1111, or ComfyUI on a PC and host it on the private IP of the device in your network. You can check your IP in the command prompt with ‘ipconfig’ and then add it to the settings of the respective WebUI. For example, this is quite easy if you install your WebUI via Stability Matrix. You'd click on the settings icon of the respective UI and search for something like ‘-listen’, which is probably set to ‘localhost’ or ‘127.0.0…’ by default (although this setting has different names in different WebUIs). There, you paste your local IP address that you've found with ‘ipconfig’. Then, after starting the WebUI on the PC, you should be able to open the WebUI from any device in your local network by typing the following pattern into your browser ‘localIP:port”. You will also see the final “URL” that you can type in the browser on your phone in the command line after starting the WebUI. Then, you can generate images from your phone or any other device in the network. They will be rendered and saved on the PC, but you can queue prompts on your mobile device. Of course, there might be network restrictions depending on your network situation. If you need more help with this, just let me know. The best way to get help is by joining our discord, which you can find in the video descriptions of all my latest videos! I'm sorry that I don't know any native Android tools, but I hope this little overview helped a little bit…!
@Digital-Unicorn
@Digital-Unicorn 10 күн бұрын
All the best
@Bingbangbong28
@Bingbangbong28 11 күн бұрын
Is it better (performance wise) to set those texture and effects in blender or set it via the code like you did in this video
@miroxleon
@miroxleon 11 күн бұрын
Thank you for your comment! This is extremely context dependent, I’d say. For basic stuff, like the materials I’m using here, I’d prefer to do it in code, because it’s easier to make changes on the fly. If you want to optimise performance by baking light into the textures in case of more complex scenes that makes a lot of sense to do in Blende on the other hand. The effects/post-processing I’m doing here are also relatively expensive in terms of computational resources on the client device. But I also couldn’t bake the glowing/bloom effect in the texture, so that’s a compromise I’m willing to take. In the end, as I’ve mentioned, this will mostly depend on your context. If you want to talk about this more (and with other very competent people), you can join our Discord! You’ll find the link under all my latest videos. Perhaps you can get some more context specific help over there! Thanks again for your comment, I hope this helped a little bit!
@kaushikkaranam6788
@kaushikkaranam6788 2 ай бұрын
Man how are you so artistic? Inspired.
@mr.fabian8471
@mr.fabian8471 3 ай бұрын
Thanks
@miroxleon
@miroxleon 3 ай бұрын
Thank YOU for watching and leaving a comment!
@three30am
@three30am 3 ай бұрын
This is just awesome. Keep giving us such great content.
@miroxleon
@miroxleon 3 ай бұрын
Thank you so much for your kind comment! This made my day! It took a while to finish this video, but I’m back with hopefully much more to come soon!
@zorak6611
@zorak6611 3 ай бұрын
how do i do on my mac?
@miroxleon
@miroxleon 3 ай бұрын
Thank you for your comment! It's quite a bit more difficult to run Stable Diffusion/Fooocus on a Mac OS device and since I don't have an M1 or M2 device, I wasn't able to test it yet. You can refer to this unofficial guide on the official GitHub repository for this. I hope this helps. Al tools that run natively on Mac OS are a bit more rare, but I hope you find something that works for you...! github.com/lllyasviel/Fooocus?tab=readme-ov-file#mac
@zorak6611
@zorak6611 3 ай бұрын
@@miroxleon thanks man, i followed the steps and im ended up getting this error- fatal: destination path 'Fooocus' already exists and is not an empty directory. can you help out if you can?
@mecharun4996
@mecharun4996 4 ай бұрын
Spend 6gb for every time open the ai model? Or just one time
@miroxleon
@miroxleon 4 ай бұрын
Thank you for your comment! No worries, you should only have to wait for the download of the model once! Sometimes there are Fooocus updates that come with new models, so they will download together with the update. But you don’t have to re-download and wait for the model every time you open the app! I hope this helps!
@mecharun4996
@mecharun4996 4 ай бұрын
@@miroxleon thankyou
@austinimbastari2760
@austinimbastari2760 4 ай бұрын
Does the gradient hdrs work in react three fiber?
@miroxleon
@miroxleon 4 ай бұрын
Thank you for your comment! I haven’t worked with React Three Fiber before, but I’m pretty sure that it also supports HDRIs…! You can web search for React Three Fiber HDRI or environment to get specific tutorials! You can still use my full tutorial as a reference and perhaps copy the code from Codepen and let ChatGPT translate it to React. Just in case it doesn’t work, you can first get my Gradient HDR Freebie and only buy the full pack after you test it to make sure that it works! If you need more help, feel free to join our Discord server! The link is under all the latest videos! I hope this helps, and good luck and success on your Three.js journey!
@bryanbrewer4272
@bryanbrewer4272 4 ай бұрын
you can put whatever resolutions you want in that tab. its very easy.
@miroxleon
@miroxleon 4 ай бұрын
Oh, thank you for your comment and the update! Much appreciated!
@bryanbrewer4272
@bryanbrewer4272 4 ай бұрын
@@miroxleon i can fil you in if you need.
@FloNocode
@FloNocode 6 ай бұрын
Hi, it work with Apple M1 or just in windows ? ?
@miroxleon
@miroxleon 6 ай бұрын
Thank you for your comment! The short answer is 'yes', although I cannot verify, as I don't have an Apple Silicon device. However, there is an unofficial guide on how to use Fooocus on M1 and M2 devices. As they say: "You can install Fooocus on Apple Mac silicon (M1 or M2) with macOS 'Catalina' or a newer version. Fooocus runs on Apple silicon computers via PyTorch MPS device acceleration. Mac Silicon computers don't come with a dedicated graphics card, resulting in significantly longer image processing times compared to computers with dedicated graphics cards." Here is the link to the instructions: github.com/lllyasviel/Fooocus?tab=readme-ov-file#mac I wish you the best of luck and success getting this to run on your M1 device! Feel free to let us know how this went!
@FloNocode
@FloNocode 6 ай бұрын
@@miroxleon Thanks you for your return ! Your video is really interesting
@miroxleon
@miroxleon 6 ай бұрын
Thank you very much!
@thebadsideofme4229
@thebadsideofme4229 6 ай бұрын
Can i run it on a rtx 3050 laptop
@miroxleon
@miroxleon 6 ай бұрын
Thanks for your comment! The answer is: it depends, but it should work. I did a quick web search which showed that there are different versions of the RTX 3050 Laptop GPU. There are versions from 4GB to 8GB VRAM. Principally, both should work, but it's difficult to estimate without knowing the entire specs. However, you can check the VRAM yourself easily, as described and shown at 2:21 of the video. I would just give it a try to run Fooocus if I were in your situation. My best guess is that it might be slow, but it should work anyway...! Feel free to let us know how it went if you try to run it. Then, if someone else is trying to run Fooocus on a 3050 in the future, they might find value in this info!
@bjkang70
@bjkang70 6 ай бұрын
Awesome :)
@miroxleon
@miroxleon 6 ай бұрын
Thank you for your kind comment!
@tarshswarnkar
@tarshswarnkar 7 ай бұрын
hi, i'm having problem to run it on my vs code, on codepen it is running. please help!
@miroxleon
@miroxleon 7 ай бұрын
Thank you for your comment! Do you have any further information? Any error logs? How did you download the code or copy-pasted it into VS Code? Are you using a server plugin for VS Code? I hope I can help you when I have more information! You can also join our Discord and we can help you there! Here's an invite link: discord.com/invite/WBnTvFtwNn
@tarshswarnkar
@tarshswarnkar 7 ай бұрын
@@miroxleon I ran it on codepen then after successfully running the test code for the three js i.e. the green box rotation one, i pasted the code of html css and js but js isn't working. Please help if you don't mind 🙏
@miroxleon
@miroxleon 7 ай бұрын
​@@tarshswarnkar I think I got you...! So, let me try to set this up for you. Generally, if you copy and paste the code from Codepen into local index.html, script.js, and style.css files, they are not correctly formatted or linked with each other yet. The easiest way to do the setup in VS Code is by creating such an index.html file. Then type "html" in the code editor (don't click away or the suggestions will go away and you will have to retype "html"!). While you're typing there should be a list of suggestions that VS Code makes. One of those is "html:5". That's the general setup for a responsive HTML file. Just click on that entry in the suggestion list or navigate there with arrow key down and enter. Then you should get the general outline for an HTML5 document, starting with <!DOCTYPE html> ... and ending with ... </html>. That's the part that is missing in the Codepen, as Codepen does automatically fill that in itself. Now, you can copy and paste the code from the HTML section on Codepen between <body> and </body>. There are still some minor issues though. Even if you create a script.js file and a style.css file and paste the code from Codepen there, the files don't know that they each exist yet. Your index.html will be the main hub for them to know that they have to work together. Therefore you have to add the line <link rel="stylesheet" href="style.css"> before the </head> tag, so that the HTML knows that it needs the style from the CSS file. Lastly, you'll need to add the script.js file to the mix. For that, simply go down to the end of the document and past the line <script type="module" src="script.js"></script> before the </body> tag. It's important that you use the type="module" here, as we're working with modules in Three.js! Also, make sure that you have saved all files, the index.html with the HTML code, the script.js file with the JavaScript code, and the style.css file with the CSS code. This should be the entire setup, but in order to preview the code, you'll need a live server plugin for VS Code. You could simply open the index.html file in your browser, but if you check the console (usually with ctrl + shift + j) it will show you a CORS error, which is a security thing, and prevents to read from certain files or sources. Anyway, for that purpose we have live servers that run the file on a localhost. If you don't have one setup, click on the "Extensions" icon in the left side bar of VS Code (or press ctrl + shift + x) and search for "Live Server". Any of the top ones should be good. I personally started with "Live Server" by Ritwick Dey and later switched to "Live Server (Five Server)" by Yannick. The first one is super simple but works and the second one has a few more custom options. Simply select one and click on the "Install" button. After the installation, you might have to activate it. When it's fully installed, there should be some kind of "Live" button in the lower right corner of VS Code (the Five Server one is a play icon and "Go Live" next to it). This should start a new local server. Make sure you are in the index.html file when you go live or navigate there when you are live, as only that one will render your scene. If you open the script.js or style.css files with a live server, they will just show you the code. That should be it! Maybe you already know some of this, but the lengthy description is just to make sure, you can follow along if this is your first time going from Codepen to VS Code! To make it easier for you, I created a quick Github Gist, which turns the Codepen code into the separate and linked files that I just described. You can find it here: gist.github.com/miroleon/2280303bb40394f80a9229a2374281af There are two ways you can work with the Github Gist. For one, there is a "Dowload ZIP" button in the top right corner. You can simply download the ZIP, unpack it, open the folder in VS Code, and start your Live Server and this should work (I tested it myself to be sure). You also see the three different files in the preview page on Github Gist. So, you can also recreate these files locally on your machine and then copy paste the code there respectively. Your choice! There's another thing you can do right from Codepen. There is an "Export" button in the right lower corner. If you click on it, you will see the option "Export .zip". This also downloads a zip archive with the code but can be a bit confusing due to the folder structure. If you unzip it, you will get a folder with a LICENSE.txt, a README.md, a "dist" folder and a "src" folder. The "src" folder contains the code in the same form as it's shown on Codepen, so that won't be correctly linked either. However, in the "dist" folder, you will see the correct files with the correct links in the index.html file. Then, you can also open the folder in VS Code and run your Live Server and done! I hope this helped! If this is your first time doing the whole Codepen -> local VS Code thing, don't worry, I had the exact same questions when I started! It's good to learn it. It helps you understand the document structure and everything better! Let me know if you have any further questions or run into any issues!
@tarshswarnkar
@tarshswarnkar 7 ай бұрын
@@miroxleon thank you for your very generous reply, but is there a place where I can send you the problem as a video that I'm, if yes that will be the greatest help
@tarshswarnkar
@tarshswarnkar 7 ай бұрын
@@miroxleon I think 3js is creating a problem, even though I have installed everything
@MauRuizDev
@MauRuizDev 7 ай бұрын
Amazing work!! I noticed you are using three js version 0.136, I tried to replicate it with the newest version (0.160) but it gets totally wrong colors, do you know why it doesn't work with the new version?
@miroxleon
@miroxleon 7 ай бұрын
Hey Mau, thank you for your comment! Oh yes... that's a thing... I'm not perfectly sure what the cause of the different colours is, but there have been some major changes across Three.js version over the years. I must confess, at some point, I gave up staying up-to-date with the latest releases and what changed in them. I had some parametric geometry manipulations I used to do, and they stopped working after r136 or somewhere around there, too. I'm sure there are workarounds, and it's not advisable to keep using outdated releases, but yeah, I must confess, I just stayed with older Three.js versions for my creative projects. For client work, I'd probably take the time to adapt a project for newer releases. Anyway, if you are searching for fixes for the colour issue, I'd have two ideas that might help you. Assuming the differing look is caused by the HDR being differently tone mapped by default between releases, you may want to have a look at the renderer (threejs.org/docs/index.html?q=render#api/en/constants/Renderer) and its toneMapping property (threejs.org/docs/index.html#api/en/renderers/WebGLRenderer.toneMapping). Here, you can find a Three.js example demonstrating different tone mapping types (threejs.org/examples/#webgl_tonemapping). The Three.js documentation also has a more extensive explanation of colour management in general and in Three.js in particular, which might be helpful in this context (threejs.org/docs/#manual/en/introduction/Color-management). I hope this helped at least a little bit. If you have any questions, feel free to raise them! If you want to have a more extensive conversation on the issue (or anything else Three.js related), you're very much invited to join our Discord Server! It's usually easier to have a chat there, compared to the KZbin comments, and other web devs are around that might have some helpful insight as well! discord.gg/dWgeDM9QpB
@MauRuizDev
@MauRuizDev 7 ай бұрын
@@miroxleon Thank you for your response!! Sure it helps a lot, I didn't know where to start. I'll be trying make it look similar to your original result with the latest version, and I'll let you know on the discord if I find something!
@miroxleon
@miroxleon 7 ай бұрын
@@MauRuizDev That'd be amazing! It's always great if we have a chance to learn from each other as a community! Good luck with your efforts with the latest Three.js version and let us know if you need any help along the way! Looing forward to see your results down the line!
@miroxleon
@miroxleon 7 ай бұрын
Thank you for joining the stream! The chapters haven't update in the video yet. In the meantime, you can use the following timestamps: 2:37 Welcome 5:10 Lessons from Last Stream 7:26 Reference and Inspiration 8:54 Getting Started in Blender 12:43 Backface Culling 17:37 Two Types of Subdivision in Blender 23:48 Edge Crease/Edit Subdivision Surface Impact/Smoothness 31:08 Fixing Sizes from Transform to Metric in Dimensions 37:40 Adding Tables from the Room Geometry 42:31 Edge Crease for Straigth Table Edge 55:10 Inset/Inner Extrude 1:01:53 Short Break 1:07:44 From Tube to Vase Shape 1:10:35 Dissolve Edges 1:12:20 Edit Crease After Applying 1:17:03 Adding Second Table Level 1:21:24 Make and Delete Annotation in Blender 1:34:40 Edit Undo Steps in Preferences 1:36:23 Wrap Up
@user-bl7ui2ts8d
@user-bl7ui2ts8d 7 ай бұрын
bob
@miroxleon
@miroxleon 7 ай бұрын
You can find the link to the cheat sheet below the linked livestream or via this link: miroleon.github.io/blender-cheat-sheet/
@joansey56
@joansey56 7 ай бұрын
Totally blown away, such a fantastic detailed tutorial. Thank you so much, and I look forward to learning more from you. Liked and subscribed.
@miroxleon
@miroxleon 7 ай бұрын
Thank you so much for your kind comment! This really means a lot to me! I'll try to keep creating more helpful and educational content in the future!
@drofatfoed
@drofatfoed 7 ай бұрын
I installed Fooocus on my laptop, but it kept throwing an error whenever I try to generate an image. What can I do to stop the error?
@miroxleon
@miroxleon 7 ай бұрын
Thank you for your comment! Can you give any information about the error? I never had an issue like that before, but maybe I can figure something out knowing more about the error...!
@FloNocode
@FloNocode 7 ай бұрын
Hi @miroleon how are you ! thanks for your tutorial. i would like to know if you can make this easilyw with can and custom code ? have you code an example with webflow please ? thanks you
@miroxleon
@miroxleon 7 ай бұрын
Thank you for your comment! I must beg your pardon; I haven't used Webflow before and thus cannot give you any solid information on how to do this within the confines of that framework. I did do some quick research now, and principally, you should be able to embed custom code (which inlcudes HTML, CSS, and JS, which I'm also using here). If you head over to the Codepen for this tutorial via the video description, you could copy the HTML and paste it into your custom code embed. The same goes for CSS, which you would have to put into the <style></style> tag and the <script></script> tag for the JS code. However, Webflow only seems to allow custom code with a max length of 10,000 characters, which might be too little for this particular project. You can minimise the length of the code by deleting all the comments ("//") from my original code and putting it into a website to get rid of all the empty spaces to cut down the character length (you could use this website, for example codebeautify.org/remove-extra-spaces). In the end, I'm not sure whether Webflow can handle the relative complexity of this project - this project isn't crazy complex itself, but it might just be a bit too much for a custom code embed. In the end, I think you have to get a bit creative trying to recreate something like this within Webflow. I hope this tutorial at least gives you an idea of the principle of how one can make such a landing page so that you can search for similar ways to implement it into Webflow. Otherwise, I would just encourage you to maybe use the opportunity to try building a site from the ground up, e.g., by forking the code in Codepen and trying to build your website around this tutorial. I know it's a lot of work, but it's helpful to learn the foundation anyway! If you choose to stay with Webflow, I wish you the best of luck and success in making something like this work within that framework. For all the info on the custom code embed, you can check Webflow's documentation, which I also referenced for my reply: university.webflow.com/lesson/custom-code-embed?topics=elements Lastly, if you want to get more feedback and learn more, you are also welcome to join our Discord! discord.gg/9JtYAqdWzq
@italotorres3653
@italotorres3653 7 ай бұрын
how many interations/second are you getting in this 3080 mobile? i am thinking about to buy a 3080ti laptop with 16gb vram.
@miroxleon
@miroxleon 7 ай бұрын
Thank you for your comment! I must confess that I just changed my setup, so I cannot easily check the old setup's performance and cannot recall the it/s (or s/it) from the top of my head. What I can say is that Stable Diffusion (whether through Fooocus or A1111) ran decently well on that Razer 14 with the 3080. Sure, the fans start spinning, and doing AI animation work isn't fun, but for single image generation, I'd assume a laptop with a 3080ti laptop edition to be equipped well enough. I'll try to run a test soon and get back to you, though! You can also join our Discord and put your question in the AI channel. Then it'd be easier to get back to you once I did a test (and maybe others can help as well)! discord.com/invite/3xxNV52MCZ
@miroxleon
@miroxleon 7 ай бұрын
I managed to check the old setup with the Razer 14/3080 Laptop GPU now. I hope this isn't too late and still is helpful for you...! This isn't comprehensive by any means, but on Fooocus, the laptop peaks at around 1.55 it/s. When I do a quick test through A1111, I tend to be at around 1.15 s/it. I haven't spent time optimising or benchmarking this in this setup yet, so these are the out-of-the-box numbers. If you have any further questions, you can still join the conversation on Discord!
@miroxleon
@miroxleon 7 ай бұрын
I'm sorry for the weird audio glitch in the beginning of the short. I couldn't find a way to fix it, so I hope it's not bothering you too much. Even more so, I recommend the full tutorial (without the audio glitch) to understand Fooocus and Stable Diffusion better! You can find it below the title of the short or via this link: kzbin.info/www/bejne/iKakpnx4eL6fm7ssi=NtlZfo2BozbOpU4m
@spence9593
@spence9593 7 ай бұрын
How do you start it once its already installed after a fresh window boot? Do you need to remember the link or do you have to reinstall and click the link again?
@miroxleon
@miroxleon 7 ай бұрын
Thank you for your comment! I'm not perfectly sure if I understand the question correctly, but I'll try to answer in the best way I can: Since Fooocus comes as an embedded package, you don't have to "install" anything in the common sense of the term. What happens when you first run the .bat file is that the terminal opens, which then downloads the required models so that Stable Diffusion can turn your prompt into an actual image (as a reminder: Fooocus is the user interface; Stable Diffusion is the algorithm; Python is the language). So, once you downloaded all the necessary files, you can run Fooocus via the .bat file. When you close Fooocus by closing the terminal and rebooting your PC, you can start it in the same way that you started it the first time. Simply double-click the .bat file in the original folder. It doesn't have to download everything again. The models are stored automatically in the folder. However, Fooocus is regularly updated, so sometimes it will download updated models as well. You simply have to keep the terminal open for as long as you use Fooocus. If you close the terminal, Fooocus will also close. When you open Fooocus via the .bat file again, it should start the local server itself and automatically open the UI in the browser again. Otherwise you can type the link or ctrl + click the link in the terminal to open the web UI again. So, you just keep that one folder that you originally downloaded and always start Fooocus there. If you want to "uninstall" Fooocus, simply delete that folder. There shouldn't be anything else you have to do to "uninstall" it. Since this is not the same intuitive way to open programs such as Photoshop etc., you can make it a bit easier to start by right-clicking on the .bat file, searching for "Create Shortcut", which might be hidden under "Show more options" and then copy-paste the shortcut to your desktop or pin it to your start menu. Then you can simply double-click that shortcut and it will start the terminal to run the Fooocus UI. Again, the terminal has to stay open for Fooocus to run. When you close the terminal, Fooocus closes as well and probably the browser which started to show the Fooocus UI will also close. I hope my long-winded explanation helped a bit to clarify the usage of Fooocus. If I didn't answer your question, please feel free to ask again. You're also welcome to join our discord if you need any further help or want to exchange more ideas with the community! discord.gg/wxj6YTDuEW
@polgia9314
@polgia9314 7 ай бұрын
Very useful video, but i'd like to understand better models and loras, and how to use material from sites like civitai
@miroxleon
@miroxleon 7 ай бұрын
Thank you for your comment! I can surely do another tutorial for more advanced techniques, using models and LoRAs from CivitAI in A1111 and training your own models and LoRAs with Koya. It's good to know that there is demand for this type of video! I'll work on it soon!
@polgia9314
@polgia9314 7 ай бұрын
@@miroxleon that would be great! personally i'm starting with fooocus, which i find easy to start with but i don't always get the results i want! for example, i'd like to use the same model i created (a person for a sort of comic i'm creating) and i'd like to use poses of other models online, any suggestion?
@miroxleon
@miroxleon 7 ай бұрын
​@@polgia9314 I understand, Fooocus can be somewhat limited in that regard. To get started, have a look at how to install A1111. For models, I personally had the best quality/time performance with a model called "Cyber Realistic", which you can find on CivitAI. However, I have only little experience with "comic" style models. For controlling poses, you should have a look at ControlNet and OpenPose. With those, you can determine the pose of the character that the AI will render, which then also helps with consistency. There is also the OpenPose Editior for A1111, with which you can easily manipulate a pose and adapt it to your needs (there are also people who post their poses for OpenPose online to download). I'm keen to make a more detailed tutorial about this in the near future, but in the meantime, you are also welcome to join our discord. There, we also have an AI channel where you can chat and ask your questions (although there are many other more specialised AI Discords, too)! discord.gg/4GcfAxJDXc
@polgia9314
@polgia9314 7 ай бұрын
@@miroxleon thanks a lot for your advice, I’m gonna look into it 😄
@CRISSBLAZINY
@CRISSBLAZINY 7 ай бұрын
On a mac can work?
@miroxleon
@miroxleon 7 ай бұрын
Thank you for your comment! It's quite a bit more difficult on Mac OS and since I don't have an M1 or M2 Apple device, I wasn't able to test it yet. You can refer to this unofficial guide on the official GitHub repository for this. I hope this helps. AI tools natively for Mac OS are a bit more rare these days, but I hope you find something that works for you...! github.com/lllyasviel/Fooocus#mac
@YikyokCraze
@YikyokCraze 8 ай бұрын
See pictures like God in Cambodia
@goatedkab
@goatedkab 8 ай бұрын
Bro I just found your channel, honestly the value in these videos is off the charts! Thank you so much for your content and the effort you put into making high quality concise content
@miroxleon
@miroxleon 8 ай бұрын
Thank you so much for your kind comment! These always make my day! Admittedly, this video is still my least favorite one, being my first tutorial here. But I hope - if you get to the more recent videos - you find more value with a better presentation! Hope to see you around then and have a great day!
@goatedkab
@goatedkab 8 ай бұрын
Thank you bro!
@miroxleon
@miroxleon 8 ай бұрын
Thank YOU for your kind comment! I hope you enjoy the full tutorial!
@alexfernandesportrai
@alexfernandesportrai 8 ай бұрын
Hi thanks for the video. To Uninstall, do I just delete the folder?
@miroxleon
@miroxleon 8 ай бұрын
Thank you for your comment! You mean to uninstall Fooocus? Yes, you simply delete the folder to "uninstall". Since the entire "program" is just the execution of Python scripts, and since Python is embedded in the Fooocus folder, once you delete the folder, there shouldn't be any traces left on your hard drive (unless you copy-pasted stuff from the Fooocus folder to other locations on your hard drive). I hope this helps. If you have any further questions, don't hesitate to ask!
@alexfernandesportrai
@alexfernandesportrai 8 ай бұрын
Thank you 🙏
@Designer_Fact
@Designer_Fact 8 ай бұрын
Amezing brother ❤️ Krishna bless you 🧡🙏🏻
@miroxleon
@miroxleon 8 ай бұрын
Thank you for your kind comment!
@joseantonioharogonzalez4264
@joseantonioharogonzalez4264 8 ай бұрын
Thanks, it is awesome!!! Regards from Mexico
@miroxleon
@miroxleon 8 ай бұрын
Thank you for your kind comment! Greetings from Germany back to Mexico!
@stacheyweb
@stacheyweb 9 ай бұрын
Hi, thank you for the awesome tutorial you just gained a sub! Can you please tell me how to make it mobile responsive though?
@miroxleon
@miroxleon 9 ай бұрын
Thank you for your kind comment! Could you specify in what way you want it to be responsive? The code on CodePen should already be reasonably responsive and works on mobile devices in principle (although I'm sure there would be ways to make it nicer for mobile-first projects). You can have a look at the full page view via your mobile device to get an impression of its responsiveness: codepen.io/miroleon/full/MWzxdqr But if you're looking for a specific way to make it more responsive, just let me know and I'll try to explain to the best of my abilities!
@faez322
@faez322 9 ай бұрын
Please provide react code too
@chokdeesam2365
@chokdeesam2365 9 ай бұрын
It’s amazing content ! Thank you so much ❤
@miroxleon
@miroxleon 9 ай бұрын
Thank you for your kind comment (as always)! It's always such a great pleasure to see names reappear from previous comments! I hope you keep finding value in my videos in the future!
@miroxleon
@miroxleon 9 ай бұрын
If you're curious about my wallpaper, you can get it via Gumroad now! miroleon.gumroad.com/l/wallpaper_inflate_land
@serhiipolyvanyi8981
@serhiipolyvanyi8981 9 ай бұрын
Thx a lot for this really amazing lesson, could you please tell how I can put on Codepen my own 3d model?
@miroxleon
@miroxleon 9 ай бұрын
Thank you for your comment! I haven't talked about that for a while, indeed. I last mentioned this in my first tutorial, I believe. You can check out the section where I talk about it here: kzbin.info/www/bejne/omjdnIKDaaupkLM As I mentioned back then, you can either get a premium subscription to CodePen to host your own files or find another way to host it somewhere else where CodePen still allows access. For me, just having a GitHub repository with the files and using the links to the "raw" files through GitHub works best. If you haven't used GitHub before and struggle to set this up, just let me know. Maybe I find the time to do a dedicated tutorial for that in the future! I hope this helps for the moment!
@vavinashece5158
@vavinashece5158 9 ай бұрын
You are doing a great job.
@miroxleon
@miroxleon 9 ай бұрын
Thank you so much! More to come soon!
@vavinashece5158
@vavinashece5158 9 ай бұрын
Can you teach us how to make this type of 3D character.
@miroxleon
@miroxleon 9 ай бұрын
Thank you for your comment! The modeling tutorial has been on my to-do list for ages... I will definitely do that in the near future! It's a lot of work for this tutorial in particular, but I'll surely put in the work!
@miroxleon
@miroxleon 9 ай бұрын
Here are a few resources from my previous tutorials that I skipped over in this video! If you want to get a better understanding of the code, make sure to check them out as well! Another parallax-style approach to Three.js (1) kzbin.info/www/bejne/pXS4nXSVlrqtfrs Camera animation with sine and cosine functions (2) kzbin.info/www/bejne/omjdnIKDaaupkLM (3) kzbin.info/www/bejne/bKmZmWx3gb-SY7M [A slightly different approach without a full camera rotation around the object] General lengthy Three.js setup explanation (5) kzbin.info/www/bejne/omjdnIKDaaupkLM (6) kzbin.info/www/bejne/g6bUXommlrWtpac (7) kzbin.info/www/bejne/bKmZmWx3gb-SY7M
@miroxleon
@miroxleon 9 ай бұрын
Here are a few resources from my previous tutorials that I skipped over in this video! If you want to get a better understanding of the code, make sure to check them out as well! Lengthier parallax effect description (1) kzbin.info/www/bejne/j2bOe3mshtmVY7c Camera Animation with sine and cosine functions (2) kzbin.info/www/bejne/omjdnIKDaaupkLM (3) kzbin.info/www/bejne/j2bOe3mshtmVY7c (4) kzbin.info/www/bejne/bKmZmWx3gb-SY7M [A slightly different approach without a full camera rotation around the object] General lengthy Three.js setup explanation (5) kzbin.info/www/bejne/omjdnIKDaaupkLM (6) kzbin.info/www/bejne/g6bUXommlrWtpac (7) kzbin.info/www/bejne/bKmZmWx3gb-SY7M
@roekuu
@roekuu 9 ай бұрын
Should show more visuals when talking about the code. IMO will make it easier and more clear to follow along for instance talking about the Math.sin vs -Math.sin also did not show the final result at the end, which you did in the beginning but it wasn't very clear that this was the effect you are going to showcase. Also don't understand what is parallax about this animation. "Parallax is a displacement or difference in the apparent position of an object viewed along two different lines of sight and is measured by the angle or half-angle of inclination between those two lines." in your example you are only viewing one object. So we don't experience a parallax.
@miroxleon
@miroxleon 9 ай бұрын
Thank you for taking the time to share your feedback! This means a lot to me! I basically agree with all you say. I left out some of the details in this video, as I discussed them multiple times in my previous videos and didn't want to repeat myself over and over. That is why I refer to the other tutorials throughout the video. I simply didn't anticipate this many new viewers for this video, which is a beautiful issue to have! So, here are the sections where I refer to previous tutorials and where I explained the details before: Camera Animation with sine and cosine functions (1) kzbin.info/www/bejne/omjdnIKDaaupkLM (2) kzbin.info/www/bejne/j2bOe3mshtmVY7c (3) kzbin.info/www/bejne/bKmZmWx3gb-SY7M [A slightly different approach without a full camera rotation around the object] General lengthy Three.js setup explanation (4) kzbin.info/www/bejne/omjdnIKDaaupkLM (5) kzbin.info/www/bejne/g6bUXommlrWtpac (6) kzbin.info/www/bejne/bKmZmWx3gb-SY7M Lengthier parallax effect description (7) kzbin.info/www/bejne/j2bOe3mshtmVY7c I surely learned from that and will try to find a better balance of sharing details while not trying to be too repetitive for long-time subscribers! It's quite difficult to strike the right balance while writing these scripts, but I'll take it as a challenge to grow from this tutorial and make better videos in the future! As for the parallax definition: yes, you're right. This does not fit a strict definition of what parallax really means. That is why I always refer to it as "parallax-style" and not outright "parallax". This stems from my personal impression when I scroll through CodePen and see people use the term. In my experience, people tend to use it more as a mimicking of movement through three-dimensional space (e.g. having elements on different z-axis). Since there is no apparent background here, the main subject has no object to move in reference to. Thus, perhaps, it doesn't qualify for "parallax" outright. But I wanted people who are searching for movement on scroll through a three-dimensional space to be able to find the video, as I hoped they would find value in this. I hope this isn't too misleading. I think my future videos will go in different directions again, so perhaps that won't be an issue for those. But I'll try to catch the spirit of the video better in the titles of future tutorials! I hope my comment helped for the moment! Thank you again for your feedback - I'll try to learn from it!
@PraiseYeezus
@PraiseYeezus 9 ай бұрын
Jeez, there's a million and one technologies to learn...nice vid
@miroxleon
@miroxleon 9 ай бұрын
Thank you for your comment! Right? There really is an endless amount of cool new stuff to learn! I'll try to share the few things that I know about in my future tutorials as well!
@Aman_yadav1419
@Aman_yadav1419 9 ай бұрын
Amazing ❤
@miroxleon
@miroxleon 9 ай бұрын
Thank you so much for taking the time to leave a comment and for the compliment! I really do appreciate it!
@Aman_yadav1419
@Aman_yadav1419 9 ай бұрын
@@miroxleon your welcome