Natlamir
Natlamir
  • 66
  • 269 715
Reinforcement Learning from Scratch: Gymnasium, Stable Baselines 3, and RL Zoo, and Nachos!
Learning about Reinforcement Learning in this video for beginners made by a beginner! Lets learn how to train an AI agent from scratch using popular tools like Gymnasium, Stable Baselines 3, and RL Zoo.
In this video:
00:00 - How Gymnasium environments work (00:00)
01:39 - Installation process (01:39)
05:01 - Creating a random agent (05:01)
08:22 - Training with Stable Baselines 3 (08:22)
15:15 - Advanced training using RL Zoo and DQN algorithm (15:15)
17:10 - Understanding training metrics (17:10)
25:05 - Watching your trained agent in action (25:05)
Perfect for beginners with basic Python knowledge who want to get started with Reinforcement Learning.
Miniconda: docs.anaconda.com/miniconda/
Resources:
Gymnasium:
github.com/Farama-Foundation/Gymnasium
gymnasium.farama.org/index.html
Stable Baselines 3:
stable-baselines3.readthedocs.io/en/master/index.html
github.com/DLR-RM/stable-baselines3
RL Zoo:
github.com/DLR-RM/rl-baselines3-zoo
rl-baselines3-zoo.readthedocs.io/en/master/
Have questions? Leave them in the comments below!
#ReinforcementLearning #MachineLearning #AITutorial
มุมมอง: 85

วีดีโอ

Fabric Patterns UI - Use patterns with local Ollama LLM
มุมมอง 215วันที่ผ่านมา
The fabric patterns allow for customized output responses from the LLM. I created a little UI that makes it a bit more convenient to use fabric patterns against a local Ollama LLM. I will be using this temporarily while we wait for the official fabric patterns GUI to release as is mentioned on their github page. Fabric github: github.com/danielmiessler/fabric My UI github: github.com/natlamir/f...
MeloTTS Training Locally on Windows
มุมมอง 338วันที่ผ่านมา
Forked the MeloTTs repository, and made changes to be able to run training locally on Windows. forked github: github.com/natlamir/MeloTTS-Windows git for windows: git-scm.com/download/win miniconda: docs.anaconda.com/miniconda/
MeloTTS - Local Install of this REALLY fast TTS (on par with PiperTTS)
มุมมอง 41014 วันที่ผ่านมา
This has been around for nearly a year, and just today I found out about it. I couldn't believe how fast and high quality this TTS is. In the future, I plan to make more videos on this, especially one where I try to train a voice. github: github.com/myshell-ai/MeloTTS pikachu's post: github.com/myshell-ai/MeloTTS/issues/73#issuecomment-2007025477 git for windows: git-scm.com/download/win minico...
Lipsick - Remove face mask box from DINet lip-sync
มุมมอง 48714 วันที่ผ่านมา
This is built on DINet, uses alpha rendering to remove the face mask / box from the lip-synced video that we sometimes get in DINet. It has a Web UI to make inference easier. forked github: github.com/natlamir/LipStick git for windows: git-scm.com/download/win ffmpeg: www.ffmpeg.org/ miniconda: docs.anaconda.com/miniconda/ original repository: github.com/Inferencer/LipSick 0:00 Intro 3:05 Prere...
Biniou - a self-hosted webui for 30+ generative ai
มุมมอง 18221 วันที่ผ่านมา
Installing biniou - 30 generative ai modules. CUDA toolkit 12.1: developer.nvidia.com/cuda-12-1-0-download-archive binious github: github.com/Woolverine94/biniou
Installing Open WebUI Ollama Local Chat with LLMs and Documents without Docker
มุมมอง 99821 วันที่ผ่านมา
Installing the Open WebUI to chat with LLMs running on Ollama and with documents. Trying out the pip install method so that it doesn't require Docker to run. ollama: ollama.com/ miniconda: docs.anaconda.com/miniconda/ Open WebUI: docs.openwebui.com/getting-started/ 0:00 Intro 0:10 Install Ollama 1:06 Install Miniconda 1:23 Install Open Web UI 3:25 Testing out Open Web UI
FasterLivePortrait - Local Install Windows
มุมมอง 23421 วันที่ผ่านมา
Exploring a faster version of LivePortrait github: github.com/warmshao/FasterLivePortrait/releases/tag/v1.4 ffmpeg: www.gyan.dev/ffmpeg/builds/ visual studio: visualstudio.microsoft.com/
Installing, Setting up, and Trying out a Chat with Documents project - kotaemon
มุมมอง 1.1K28 วันที่ผ่านมา
github: github.com/Cinnamon/kotaemon
PiperUI Updates
มุมมอง 18228 วันที่ผ่านมา
Made some changes to the PiperUI that were suggested by people. Github: github.com/natlamir/PiperUI
Trying out new Eleven Labs voices, and then run ollama locally with CPU only?
มุมมอง 239หลายเดือนก่อน
ollama: ollama.com/ Discovered that Eleven Labs now has new expressive voices. Will probably test different voices out in future videos. Today, it is Sassy Aerisita!
Installing Magic Animate on Windows (Requires over 100 GB disk space (see description), NVIDIA GPU)
มุมมอง 4.8K9 หลายเดือนก่อน
Note: for the pretrained models, rather than a git clone of the entire directory, you might be able to download just the needed files so the download won't be so large overall. See this github issue for details: github.com/magic-research/magic-animate/issues/13 Installing and trying out the Magic Animate locally on windows. Original Repository: github.com/magic-research/magic-animate Forked Rep...
Installing Private GPT on Windows (chat with local documents with local LLM) CPU & GPU
มุมมอง 20K10 หลายเดือนก่อน
Chat with local documents with local LLM using Private GPT on Windows for both CPU and GPU. Private GPT Install Steps: docs.privategpt.dev/installation 0:00 Intro 0:09 Conda & Git 0:56 Poetry 2:38 Compiler 3:03 Min GW 5:15 Chocolate 6:56 Make 7:12 Poetry Run 9:17 CPU Test 11:20 GPU & CUDA
Local Piper TTS Training (Using WSL)
มุมมอง 4.1K10 หลายเดือนก่อน
Training and finetuning custom voice for Piper TTS using WSL. Github: github.com/rhasspy/piper Article: ssamjh.nz/create-custom-piper-tts-voice/ Batch File and Transcript Python script: github.com/natlamir/ProjectFiles/tree/main/PiperUI 0:00 Intro 0:25 Custom Dataset 3:17 Install WSL 4:45 Update Ubuntu 5:25 Install Piper 7:15 Preprocessing Dataset 7:59 Training 9:29 Export 10:52 Testing
Installing EmotiVoice on Windows. A Multi-Voice and Prompt-Controlled TTS Engine
มุมมอง 2.1K10 หลายเดือนก่อน
Forked Repository: github.com/natlamir/EmotiVoice
Train / Finetune Custom Voice With Piper TTS
มุมมอง 7K10 หลายเดือนก่อน
Train / Finetune Custom Voice With Piper TTS
PiperUI (a user interface for the Piper TTS)
มุมมอง 2.8K10 หลายเดือนก่อน
PiperUI (a user interface for the Piper TTS)
Piper TTS (Nearly realtime TTS, and demo of a UI work in progress)
มุมมอง 4.6K10 หลายเดือนก่อน
Piper TTS (Nearly realtime TTS, and demo of a UI work in progress)
How I make videos with Eleven Labs, Davinci Resolve, OBS
มุมมอง 86410 หลายเดือนก่อน
How I make videos with Eleven Labs, Davinci Resolve, OBS
Installing Stability Matrix (1 click installers for Automatic 1111, ComfyUI, Fooocus, and more)
มุมมอง 8K10 หลายเดือนก่อน
Installing Stability Matrix (1 click installers for Automatic 1111, ComfyUI, Fooocus, and more)
Learning NLP From Scratch - Setup & Sentiment Analysis (HuggingFace NLP Course)
มุมมอง 33710 หลายเดือนก่อน
Learning NLP From Scratch - Setup & Sentiment Analysis (HuggingFace NLP Course)
PixArt-alpha Google Colab & Windows Install
มุมมอง 1.7K10 หลายเดือนก่อน
PixArt-alpha Google Colab & Windows Install
Wav2Lip vs VideoRetalking vs DINet
มุมมอง 6K10 หลายเดือนก่อน
Wav2Lip vs VideoRetalking vs DINet
VideoRetalking Web UI
มุมมอง 3.4K10 หลายเดือนก่อน
VideoRetalking Web UI
Chat With Documents (text) in Ooga Booga
มุมมอง 8K10 หลายเดือนก่อน
Chat With Documents (text) in Ooga Booga
Running Quantized Zephyr 7B Beta GPTQ on Windows Using oobabooga Web UI
มุมมอง 91011 หลายเดือนก่อน
Running Quantized Zephyr 7B Beta GPTQ on Windows Using oobabooga Web UI
How to Train and Clone Voice With Accent (workflow using audio webui and OnlySpeakTTS)
มุมมอง 4.1K11 หลายเดือนก่อน
How to Train and Clone Voice With Accent (workflow using audio webui and OnlySpeakTTS)
Zero123++ (image to multi-view model) Install on Windows
มุมมอง 2.3K11 หลายเดือนก่อน
Zero123 (image to multi-view model) Install on Windows
Re-Installing Wav2Lip WebUI (this time with 1 environment)
มุมมอง 3.3K11 หลายเดือนก่อน
Re-Installing Wav2Lip WebUI (this time with 1 environment)
Thin-Plate-Spline-Motion-Model (TPSM) on Windows (October 2023) & Coding new functionality
มุมมอง 1.4K11 หลายเดือนก่อน
Thin-Plate-Spline-Motion-Model (TPSM) on Windows (October 2023) & Coding new functionality

ความคิดเห็น

  • @dezmond8416
    @dezmond8416 6 ชั่วโมงที่ผ่านมา

    tell pls how to stress vowels in words?

  • @dezmond8416
    @dezmond8416 6 ชั่วโมงที่ผ่านมา

    Could you pls tell how to stress vowels in words?

    • @Natlamir
      @Natlamir 5 ชั่วโมงที่ผ่านมา

      I'm not sure if there is a way to stress vowels in words with Piper.

  • @dezmond8416
    @dezmond8416 6 ชั่วโมงที่ผ่านมา

    Thank you so much!

    • @Natlamir
      @Natlamir 5 ชั่วโมงที่ผ่านมา

      Thanks for your support, Dezmond! I'm glad you found it helpful.

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

    A belated 'Thank You' from a NEW Subscriber !

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

      Better late than never! Welcome aboard, David. Appreciate your support and hope you enjoy the content.

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

    NEW Subscriber BUT Long Time Piper User !

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

      Thanks for subscribing, David! Glad to have a long-time Piper user join our community. Hope you find the content valuable.

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

    Sir there is only Pretrained ckpt file but no last ckpt file i can't find file?

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

      What is the folder structure for your google drive. Is there a lightning_logs folder?

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

    i have 8gb graphics card is it ok. Gforce RTX 8 GB

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

      If you are running locally, that might work, you might have to adjust some parameters like batch size.

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

    excatly what software we need to install already to my pc

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

      If using Google Colab, you shouldn't need any software because it will run on Google's T4 GPU.

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

    i am unable to get last ckpt in drive folder please metion it clearly can you please i have 20 wav file but it is my first time? Thank you

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

      There should be a file in the lightning_logs/version_0/checkpoints

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

    If I use this method, will it run on the CPU or GPU?

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

      Should run on GPU. When I run it, it is utilizing GPU / CUDA

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

    This is some great work. Thanks for sharing your progress through example. I was looking forward to using fine tuning to come up with some variations of the same voice and some kind of program to know when to switch or vary the outputs similar to real human speech. This yelling voice works amazing and I look forward to what else you come up with.

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

      Thanks for your enthusiasm, Jonas! Your idea about dynamically switching outputs is intriguing and could lead to even more realistic AI speech synthesis.

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

    Nachos!

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

      😂

  • @Tech-era
    @Tech-era 4 วันที่ผ่านมา

    How do I run the model offline? once I disable the internet, the whole process just stops

    • @Natlamir
      @Natlamir 4 วันที่ผ่านมา

      Is that so? Interesting. I will try that. Does that happen for you when using just ollama through the command prompt, or only when using it with WebUI?

    • @Tech-era
      @Tech-era 4 วันที่ผ่านมา

      @@Natlamir only happens when using llama on webui. It however works fine on the command prompt whether in offline or online mode

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

      @@Tech-era Thanks for the info, I will try that out and will see if the same happens for me when trying through webui.

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

      @@Tech-era I think I found a solution. You will need to add an environment variable. A user variable. Add this: Variable name: OLLAMA_BASE_URLS Variable value: 127.0.0.1:11434 then relaunch the conda prompt and try again.

  • @paraderiraleki6438
    @paraderiraleki6438 4 วันที่ผ่านมา

    Unfortunately, I have an amd video card, is there any way to run it on cpu or without cuda?

    • @Natlamir
      @Natlamir 4 วันที่ผ่านมา

      Unfortunately, I don't think it will run on CPU. There is a google colab notebook available in the original repository at: github.com/Inferencer/LipSick/tree/Google-Collab

  • @ironmanYT-n9o
    @ironmanYT-n9o 5 วันที่ผ่านมา

    nice, now i know how to run it locally. unfortunately, i got an error. any clue how to solve that? its when running inference.py File "inference.py", line 280, in <module> main() File "inference.py", line 277, in main subprocess.call(command, shell=platform.system() != 'Windows') File "C:\Users\Home\miniconda3\envs\wav2lip\lib\subprocess.py", line 287, in call with Popen(*popenargs, **kwargs) as p: File "C:\Users\Home\miniconda3\envs\wav2lip\lib\subprocess.py", line 729, in __init__ restore_signals, start_new_session) File "C:\Users\Home\miniconda3\envs\wav2lip\lib\subprocess.py", line 1017, in _execute_child startupinfo)

    • @ironmanYT-n9o
      @ironmanYT-n9o 5 วันที่ผ่านมา

      fixed with installing ffmpeg at C:\Users\myname.conda\envs\wav2lip\Library\bin

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

    This is all wrong, i should be back in the school....🤣

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

      Indeed! 🤣

  • @giuseppemusso6779
    @giuseppemusso6779 6 วันที่ผ่านมา

    when I try to type the command "git clone" etc. the software tells me that "git" is not recognized as an internal or external command, an operable program or a batch file. Can you tell me why? It's the first time I try to install DINET

    • @Natlamir
      @Natlamir 6 วันที่ผ่านมา

      Sorry I must have forgotten to include t hat step. For most install, you will need to install Git for Windows and Anaconda / miniconda before installing.

  • @enagid
    @enagid 6 วันที่ผ่านมา

    Thanks for the funny tutorial! I was able to run Re-Talking once with the provided example video and audio files, but since then, my PC keeps crashing (restarting) on every trial, even when running on the example files. It always crashes on the FaceDet phase (100%), or [Step 6] Lip Synthesis, as can be seen here: th-cam.com/video/eMuM4go2iXs/w-d-xo.html. What could be the reason? How do I troubleshoot? I have a very strong PC: CPU: Intel, 13900K GPUL ASUS TUF Gaming GeForce RTX 3090 OC Edition Mother board: Gigabyte Z690 AORUS Ultra RAM: Corsair VENGEANCE 64GB (2x32GB) DDR5 DRAM 5600MHz C40 4 NVME Drives Thanks, Edo

    • @Natlamir
      @Natlamir 6 วันที่ผ่านมา

      That is strange, it is utilizing all of the GPU? What is the CPU utilization like? Is there anything being logged in the Event Viewer? I would say try lowering the --face_det_batch_size to 2, or other batch_size params listed in the inference_utils python file, but there is already logic to auto-reduce if there is a runtime error, so not sure if that will help.

  • @markAsheppardUK
    @markAsheppardUK 6 วันที่ผ่านมา

    I was trying to follow your video but on my Docker version a lot of the files you have shown are not on mine? Even when you look at the repo the files are different or am I missing something

    • @Natlamir
      @Natlamir 6 วันที่ผ่านมา

      Yeah, I had to make code changes to get the training to work on Windows. I didn't try with Docker. They have steps to install using Docker here: github.com/myshell-ai/MeloTTS/blob/main/docs/install.md#docker-install

  • @Marshaal__27
    @Marshaal__27 6 วันที่ผ่านมา

    so what if i have downloaded the model and the config already is the a way possible to include it to the models folder and making the ui not to download it again. please??

    • @Natlamir
      @Natlamir 6 วันที่ผ่านมา

      You should be able to place the .onnx and .json files in the models folder and it should work. It should use the one in the models folder. The custom folder will have models that show up in the Custom dropdown.

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

    'open-webui' is not recognized as an internal or external command, operable program or batch file. :/

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

      Sounds like something might have gone wrong during the pip install open-webui?

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

      @@Natlamir i honestly don't know, i've tried setting different paths for installation of python and all that.

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

    The CPU run worked but i'm facing trouble running the following command for running with GPU: $env:CMAKE_ARGS='-DLLAMA_CUBLAS=on'; poetry run pip install --force-reinstall --no-cache-dir llama-cpp-python numpy==1.26.0 I ran it in the anaconda powershell after cding to the repo and activating the environment but I get an error when it's building wheels: ERROR: Failed building wheel for llama-cpp-python Failed to build llama-cpp-python ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (llama-cpp-python)

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

      Are you running from powershell or command prompt? Have you installed the CUDA toolkit? Maybe try running the commands separately for each thing with multiple pip installs. May need to post it as an issue on the project github's Issues.

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

    It keeps saying ImportError: Local dependencies not found, install with `poetry install --extras llms-llama-cpp` and even after running that line and doing make run, it then complains with: ImportError: UI dependencies not found, install with `poetry install --extras ui` And then if I install that and try make run, it then goes back to the same first error! ImportError: Local dependencies not found, install with `poetry install --extras llms-llama-cpp It's a cycle. They seem to be uninstalling each other. What to do?!

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

      That is interesting, I wonder if you try running poetry install --extras "llms-llama-cpp ui" to install both dependencies simultaneously to see if it resolves the cycle of conflicting installations.

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

    great voice 😅

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

      haha, Thank you!

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

    make not installed. An error occurred during installation: Unable to obtain lock file access on 'C:\ProgramData\chocolatey\lib\995c915eb7cf3c8b25f2235e513ef8ca0c75c3e7' for operations on 'C:\ProgramData\chocolatey\lib\make'. This may mean that a different user or administrator is holding this lock and that this process does not have permission to access it. If no other process is currently performing an operation on this file it may mean that an earlier NuGet process crashed and left an inaccessible lock file, in this case removing the file 'C:\ProgramData\chocolatey\lib\995c915eb7cf3c8b25f2235e513ef8ca0c75c3e7' will allow NuGet to continue.

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

      This error suggests a file permission issue or a locked file. Try running the installation as an administrator. If that doesn't work, manually delete the lock file mentioned in the error message, then attempt the installation again.

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

    installing process is not clear in this video, so make another video in this same process. Please

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

      Thanks for the feedback. I'll be re-visiing past installation videos and creating updated, more detailed installation guide in future videos.

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

    That voice though

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

      Indeed! 😂

  • @feramval
    @feramval 10 วันที่ผ่านมา

    Omg, thanks, you rock❤

    • @Natlamir
      @Natlamir 10 วันที่ผ่านมา

      Thanks for the kind words! 🙏 Thanks for telling me about fabric, it is a really cool project.

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

    Great video. I have this problem and I dont know what to do: [Step 0] Number of frames available for inference: 135 [Step 1] Landmarks Extraction in Video. landmark Det:: 100%|██████████████████████████████████████████████████████████████| 135/135 [00:17<00:00, 7.68it/s] [Step 2] 3DMM Extraction In Video:: 0%| | 0/135 [00:00<?, ?it/s] Traceback (most recent call last): File "inference.py", line 345, in <module> main() File "inference.py", line 103, in main trans_params, im_idx, lm_idx, _ = align_img(frame, lm_idx, lm3d_std) File "C:\video-retalking\third_part\face3d\util\preprocess.py", line 196, in align_img trans_params = np.array([w0, h0, s, t[0], t[1]]) ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (5,) + inhomogeneous part.

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

      This error suggests an issue with the face alignment process, likely due to inconsistent landmark detection. Try using a different video with clearer facial features, or adjust lighting and camera angle for better face visibility. You might need to check for updates to the Video Retalking app or consider reporting the issue on the project's GitHub page.

  • @AhmadAli-xv4vd
    @AhmadAli-xv4vd 11 วันที่ผ่านมา

    I want an AI to run it locally for coding. Any suggestions for best results?

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

      There is a coding pattern, there was also another create app type pattern. You might be able to get good results using those along with deepseek coder or other coding LLMs

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

    Hello brother, my question is does this work on amd gpus with microsoft olive? been trying for months just tired? please tell me if it works or not? if no, ill happily give up

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

      From my research, it looks like unfortunately, it doesn't currently work with AMD GPUs using Microsoft Olive. It's designed for NVIDIA GPUs. For AMD, consider alternatives like InvokeAI or NMKD Stable Diffusion GUI.

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

    Natlamir's girlfriend is here to rescue 🛟😂

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

      🤣

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

    can you make a linux version of piperUI? (or just make it run on wine somehow?) i really want to use piper but im stuck on linux, and it feels like there is no almost gui's of any kind for any of the tts programs available on linux, and the tiny few that i could find are not good. everything wants me to use the command line and that's bad for my hand pain.t

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

      Unfortunately, PiperUI is currently a Windows-only application built with .NET Framework and WPF, which aren't directly compatible with Linux. I think I will look into using .NET Core for cross-platform compatibility. I will look into doing that, thanks!

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

    Can I use on my phone ?

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

      Unfortunately, this particular AI setup isn't designed for mobile devices. It requires more processing power than most phones can provide. For now, it's best used on a desktop or laptop computer.

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

    Will this also work on M1 macs? Or o we need NVIDIA GPU + Windows?

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

      The M1's neural engine should be able to handle these AI tasks efficiently. I've only tested on NVIDIA GPU.

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

    I can't listen to this voice, it makes me anxious

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

      Thanks for your feedback. I understand the voice may not be for everyone. You might prefer watching with subtitles or reading the video transcript instead.

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

    😅 I lov3 this video style. The voices are gr3at. And informative.

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

    I'm too dumb/impatient to mess with all this stuff (Python uggghhhh), I watch these videos for the comedy

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

      Glad you're enjoying the humor! 😂 Even if you're not coding along, I hope you're picking up some interesting AI concepts. I would like to see more AI projects written in languages that don't have as many dependency issues, it can be a hassle sometimes managing the dependencies, but conda definitely helps with that.

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

    Hi, Spanish it's not supported right?

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

      On their Github page they do list Spanish as a supported language, I think you should also be able to train in Spanish using the Spanish language code / model.

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

    i luv this guy, after watching a second video from him 😅

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

      Thanks for the support! I'm happy you're enjoying the content. 😂

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

    best instruction guy on yt :D

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

      Thank you for the kind words!

  • @Nine-Signs
    @Nine-Signs 13 วันที่ผ่านมา

    Dear excitable mystery British A.i voice person kindly making videos. / Natlamir :) I am having a headache and wondered if you could share a line or two here or if you wanted make a video, regarding a headache I am having. No matter how I try, I cant seem to load any different models nor Lora's into it. I go to the model manager for example, and I find an applicable checkpoint sdxl model from Citivai as example, I copy the web address of the page and plonk it into the model downloader in Biniou, and all it does is download a few hundred kilobytes then says the model has been downloaded. Same for Loras. Do I need to edit the URL or do something else to it to make Biniou accept the model and install it? As for huggingface, I have an account but I haven't a clue what url I am supposed to take from there to put into Biniou as while I can find relevant pages for applicable models and such easy enough on there, huggingface don't exactly have a ''download"' button and when you are new to all this its a little befuddling. Many thanks, from an excitable british man.

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

    These demos are so cool! How do I learn to make apps using this? I was thinking - a chatbot website in nextjs that calls this fastAPI backend code?

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

      Thanks for your interest! I haven't learned to create a chatbot website with Next.js and FastAPI but that sounds very interesting!

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

    thanks for your great videos.i was wondering can't we combine liveportrait and lipsync to get something realy realistic?

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

      That's an interesting idea. Combining LivePortrait and lip sync technologies could potentially create more realistic animations. I think I tried running the face animation using a talking input video, but the lips in the output video wouldn't move much, worth exploring to see if it may be possible.

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

    god damn the quality and emotional tts is crazy. thanks for showing!

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

      Thanks! Glad you appreciated the TTS quality and emotional depth. It's amazing how far the technology has come.

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

    Hey can you make a video next about how to integrate Fabric GitHub project into the mix, would be super cool if i could use custom prompts inside webui.❤

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

      Thanks for the suggestion! That is a great idea, I will look into integrating fabric patterns for different types of prompts.

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

      @@Natlamir I can't wait to see the vid, trying to figure it out for myself as well.

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

  • @احمدصبيح-خ7و
    @احمدصبيح-خ7و 15 วันที่ผ่านมา

    Good but I want to run this program quickly without putting codes. How so?

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

      The forked github repository has the code for closing the mouth and the double chin issue.

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

    Great work! Quick question: What do you think about its performance based on previous videos you have shown i.e compared to video_retalking, wave2lip etc also there is some new repo i would like you to try out called diff2lip

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

      Thank you! I found that the performance was not as good as the other ones mentioned, I think this is because it does the face tracking for each frame, and it does that twice. Once for the initial video, and once during the blending. And it doesn't appear to be utilizing CUDA during that. Thanks for mentioning diff2lip. I remember hearing about this some time back, but it didn't have the source code at that time. Thanks for reminding me about that, I will be checking it out. Thanks!

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

      @Natlamir in your opinion, which models seems to be best so far ? For lipsync and maybe additionally for high resolution output?

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

      @@asadhayat9473 I like the original wav2lip, it provided good accuracy, just very low resolution. I tried diff2lip but there are a lot of artifacts with teeth and the quality doesn't seem better than wav2lip. For high resolution, probably DINet / lipstick. I remember doing a comparison of the results from different lip sync projects in a video a while back.

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

      @Natlamir would like to setup a call with you for knowledge sharing if possible. Let me know if it works for you :)

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

    i am probably behind all the cool kids, but thank you sir!

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

      haha, You're welcome! Glad you found the content helpful.