Luinux - Linux Made EZ
Luinux - Linux Made EZ
  • 35
  • 65 516
How to install WebUI Forge on AMD GPUs | Linux Tutorial
In this video, I show how to install WebUI Forge for AMD GPUs on Linux. This tutorial will work on RDNA2 cards (RX 6000 series) and on RDNA3 cards (RX 7000 series), it might work on the 5000 series, but I have no way to test it. Older cards like Polaris (RX 580...) or Vega are no longer supported and will not work using this tutorial. If you want to install on a Polaris card, look for the tutorial for Polaris GPUs on this channel(Only WebUI and ComfyUI at the moment).
Create ROCm VENV Video:
ua-cam.com/video/GTxmkQyC6-U/v-deo.html
Download the SD model:
Stable Diffusion model: huggingface.co/sam749/Photon-v1/blob/main/photon_v1.safetensors
Get WebUI Forge:
git clone github.com/lllyasviel/stable-diffusion-webui-forge
00:00 Intro
00:10 Install VENV
00:25 Get WebUI Forge
00:52 Install Forge requirements
02:02 Forge exec permission
02:20 Getting SD Model
02:45 First launch and tests
04:50 Close Forge
05:15 Launching Forge Easier
Переглядів: 869

Відео

How to install PyTorch with ROCm on linux | Machine Learning on AMD Radeon
Переглядів 591Місяць тому
Video where I teach how to install PyTorch with AMD ROCm on an isolated VENV to use Machine Learning on Linux with AMD GPUs. Install the packages: Arch Linux(AUR) = sudo yay -Syu wget git python311 python-virtualenv Fedora 41/RHEL 9 = sudo dnf install wget git python3.12 python3-virtualenv OpenSUSE Leap/Tumbleweed = sudo zypper in wget git python311 python311-virtualenv Ubuntu_22.XX/Debian 12 =...
ShadPS4 - How to ENABLE patches in SDL builds (non-GUI versions)
Переглядів 92Місяць тому
I couldn't find this information anywhere other than a commit on GitHub, so I decided to make this video to help anyone who is also unsure about how to do this. Patch repository by @illusion0001: github.com/illusion0001/PS4-PS5-Game-Patch/tree/main/patches/xml Patch repository by @shadps4: github.com/shadps4-emu/ps4_cheats/tree/main/PATCHES text to enable patches: isEnabled = "true" 00:00 Intro...
Launch ComfyUI with ONE click (Linux) - Quick Tip
Переглядів 4372 місяці тому
In this video I show you how to launch ComfyUI from the desktop like other normal applications. Although the video is aimed at ComfyUI, you can easily adapt it for WebUI or any other program. Text for the .desktop file: [Desktop Entry] Name=ComfyUI GenericName=ComfyUI Categories=AI;Application; Comment=ComfyUI Launcher Exec= Icon= StartupNotify=true Terminal=true Type=Application 00:00 Intro 00...
ComfyUI - How to install FLUX - FLUX running on GPUs with only 4GB.
Переглядів 8042 місяці тому
In this video, I demonstrate three different methods for installing and using FLUX in ComfyUI. These methods cater to high-end GPUs as well as entry-level GPUs with only 4GB of VRAM. First method links: Clips: huggingface.co/comfyanonymous/flux_text_encoders/tree/main VAE: huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors Flux1-dev: huggingface.co/black-forest-labs/FLUX.1...
ComfyUI: How to Update and Install Extensions Manually
Переглядів 2272 місяці тому
In this video, I will show you how to update ComfyUI and install extensions manually. Keep in mind that this video was recorded on Linux, so you will have to adapt the commands to your system, whether it is Windows or MacOS. 00:00 Intro 00:17 Update ComfyUI 01:19 Installing Extensions
ComfyUI - How to use LoRAs, Embeddings, and VAEs
Переглядів 2922 місяці тому
In this video, I show how to install and use LoRAs, Embeddings, and VAEs in ComfyUI. Even though the video was recorded on Linux, this tutorial is perfectly compatible for those who use Windows. The model i used to generate the image if youre insterest: civitai.com/models/23900?modelVersionId=304817 LoRA used: civitai.com/models/91861?modelVersionId=97932 Embedding used: civitai.com/models/7808...
ComfyUI - How to Upscale Images(Hires fix) - Works even on 4GB GPUs
Переглядів 6192 місяці тому
In this video, I show some of my favorite methods for upscaling both AI-generated images and real images, such as those downloaded from the internet or photos. Everything is explained in a simple and quick way. Even though the video was recorded on Linux, this tutorial is perfectly compatible for those who use Windows. The model I used to generate the images if you are interested: huggingface.c...
Install ComfyUI for AMD GPU (6000 and 7000 series) on Linux - Faster than webUI
Переглядів 3,3 тис.3 місяці тому
In this video, I show how to install ComfyUI for AMD GPUs on Linux. This tutorial will work on RDNA2 cards (RX 6000 series) and on RDNA3 cards (RX 7000 series). Older cards like Polaris (RX 580...) are no longer supported and will not work using this tutorial. If you want to install on a Polaris card, look for the tutorial for Polaris GPUs on this channel. Your distro will need to have Python 3...
Install Stable Diffusion webUI for AMD GPU on ANY Linux distro.
Переглядів 1,5 тис.3 місяці тому
In this video, I show how to install SD webUI for AMD GPUs on Linux. This tutorial will work on RDNA2 cards (RX 6000 series) and on RDNA3 cards (RX 7000 series). Older cards like Polaris (RX 580...) are no longer supported and will not work using this tutorial. If you want to install on a Polaris card, look for the tutorial for Polaris GPUs on this channel. Your distro will need to have Python ...
Install Minecraft on ANY Linux distro - Official installation
Переглядів 1363 місяці тому
Simple guide on how to install Minecraft Java on Linux, without extra repositories or secondary launchers. I will also show you how to fix the icons and solve any potential problems. Link to download Minecraft: www.minecraft.net/download Link to Icon: launcher.mojang.com/download/minecraft-launcher.svg Desktop Entry Sample Text: [Desktop Entry] Type=Application Name=Minecraft Launcher GenericNa...
Install ComfyUI or Fooocus on Ubuntu(Polaris GPUs: RX 580, 570...)
Переглядів 1,1 тис.4 місяці тому
Many viewers asked for a tutorial on how to install ComfyUI and Fooocus on my webUI video, so in response to their requests, here is a video to complement the other one and show how to install ComfyUI and Fooocus on Ubuntu for Polaris GPUs. ROCm is available for Ubuntu 24.04, but only in version 6 that do not support Polaris cards, so we will have to use Ubuntu 22.04. Link to the first video: u...
Install ChatGPT, AI Image Generator, and Voice Chat Bot on ANY Linux distro - KoboldCpp + Vulkan
Переглядів 4675 місяців тому
Install ChatGPT, AI Image Generator, and Voice Chat Bot on ANY Linux distro - KoboldCpp Vulkan
Install Stable Diffusion for AMD GPUs on Windows | ComfyUI and webUI on AMD.
Переглядів 17 тис.5 місяців тому
Install Stable Diffusion for AMD GPUs on Windows | ComfyUI and webUI on AMD.
Linux KERNEL Comparison - Vanilla vs Zen vs LQX vs CachyOS - Low-End PC
Переглядів 1,4 тис.6 місяців тому
Linux KERNEL Comparison - Vanilla vs Zen vs LQX vs CachyOS - Low-End PC
Install ROCm + Stable Diffusion webUI on Ubuntu for Polaris GPUs(RX 580, 570...)
Переглядів 1,6 тис.6 місяців тому
Install ROCm Stable Diffusion webUI on Ubuntu for Polaris GPUs(RX 580, 570...)
Arch Linux vs Windows - Gaming Performance Comparison 2024
Переглядів 9 тис.6 місяців тому
Arch Linux vs Windows - Gaming Performance Comparison 2024
Windows vs Linux - GAMING PERFORMANCE COMPARISON
Переглядів 9 тис.6 місяців тому
Windows vs Linux - GAMING PERFORMANCE COMPARISON
How to transfer any file from your Computer(Linux) to other devices. No installations or paid Apps.
Переглядів 707 місяців тому
How to transfer any file from your Computer(Linux) to other devices. No installations or paid Apps.
Install QEMU/VirGL and FIX VirGL Error on Nvidia GPUs - Linux Mint and other Debian-based distros
Переглядів 6657 місяців тому
Install QEMU/VirGL and FIX VirGL Error on Nvidia GPUs - Linux Mint and other Debian-based distros
Install STABLE DIFFUSION for Polaris GPUs(RX 580, RX 550...) - Alma Linux 9(RHEL 9)
Переглядів 2,1 тис.7 місяців тому
Install STABLE DIFFUSION for Polaris GPUs(RX 580, RX 550...) - Alma Linux 9(RHEL 9)
Waydroid VS Bliss OS - PERFORMANCE TEST - Android Gaming on Linux
Переглядів 4,5 тис.7 місяців тому
Waydroid VS Bliss OS - PERFORMANCE TEST - Android Gaming on Linux
Set up a repository for LOCAL PACKAGES - Fedora and RHEL.
Переглядів 1557 місяців тому
Set up a repository for LOCAL PACKAGES - Fedora and RHEL.
RUN QEMU from the command line with VirGL - QEMU vertical screen for ANDROID
Переглядів 3048 місяців тому
RUN QEMU from the command line with VirGL - QEMU vertical screen for ANDROID
Enabling dnsmasq - speeding up connections with local DNS cache.
Переглядів 2658 місяців тому
Enabling dnsmasq - speeding up connections with local DNS cache.
Enable Firefox GPU Video Decode on Linux - Firefox VAAPI Decode
Переглядів 2438 місяців тому
Enable Firefox GPU Video Decode on Linux - Firefox VAAPI Decode
VirGL performance test - Running Games and Apps in a VM using a virtualized 3D GPU?
Переглядів 4848 місяців тому
VirGL performance test - Running Games and Apps in a VM using a virtualized 3D GPU?
A small guide on how to make XFCE more INTUITIVE and BEAUTIFUL. - SIMPLE and CLEAN DESKTOP
Переглядів 8948 місяців тому
A small guide on how to make XFCE more INTUITIVE and BEAUTIFUL. - SIMPLE and CLEAN DESKTOP
INSTALL Arch Linux with GNOME - SIMPLE and CLEAN installation
Переглядів 2149 місяців тому
INSTALL Arch Linux with GNOME - SIMPLE and CLEAN installation
Running Android games on Linux - BlissOS on QEMU/KVM
Переглядів 1,3 тис.9 місяців тому
Running Android games on Linux - BlissOS on QEMU/KVM

КОМЕНТАРІ

  • @meyou7041
    @meyou7041 15 годин тому

    so i managed to get the program to run, but i cant get it to work. i am using a cyberrealistic model that i use in stable diffusion flawlessly, but it immediately crashes my pc in comfy ui. ive tried with normal vr ram usage too but same issue. i have a radeon 7900xtx

    • @meyou7041
      @meyou7041 15 годин тому

      so the powershell says Total VRAM 1024 MB, total RAM 64617 MB pytorch version: 2.4.1+cpu Set vram state to: NORMAL_VRAM but i have MUCH MUCH more vram than that. how do i make it read my gpu's total vram?

  • @Tat.Tvamm.Asi.......
    @Tat.Tvamm.Asi....... 20 годин тому

    You are a life saver bro, i was fkn pissed off watching tutorials that didn't work, God bless you. I thought I cant install it because I don't have NVIDIA.

  • @brunosantos4388
    @brunosantos4388 День тому

    top canal, top video, you are awesome.

  • @michaele.strasser9641
    @michaele.strasser9641 День тому

    Good: 1. It's still working. 2. After all is set and done the generation is faster than before. 3. ComfyUI does use the complete GPU RAM. Check your task manager. If not, see a comment down below. You need to find the mentioned python script, open it in your python editor, search for the line and type TRUE there, not true, it's case sensitive. Bad: 1. The video isn't complete enough for any artist who has no experience with such installations. For how to set the PATH in windows you need to Google. It's not difficult but a hurdle. 2. The performance boost you get is ridiculous. I am running a 6800XT with 16GB RAM on a system with 32GB RAM. The rendering of a 1024x512 image is now around 2 minutes and 30 seconds. With the CPU only it's around 12 minutes. That's 6 times faster but for any productive workflow it's still too slow. But better than before. A friend of mine has a system with an older Nvidia 1660 GTX. Maybe I will make a short test there to see the difference. If so, I'll report here. I wonder how fast a 4070 might be in comparison to my 6800.

  • @leebjorkman9063
    @leebjorkman9063 День тому

    When I execute the PIP install requirements text, I get an error that says, “sub process exited with error. Getting requirements to build the wheel did not run successfully exit code: 1 File not found error: [winError 2] the system cannot find the file specified [end of output]” I’m running on Windows 11 with a AMD 7900 XT 32 gigs of RAM 12th gen Intel i5 12600 K

  • @MadviIIains
    @MadviIIains 2 дні тому

    if you are having issues with torch install through the requirements text make sure you are using python 3.10 like in the video

  • @dogbig2787
    @dogbig2787 2 дні тому

    Thank you my good brother, it took 3 hours to follow your instructions and it was all worth it when the pictures came out, love from China!

  • @mleitejunior
    @mleitejunior 3 дні тому

    Not working with AMD Radeon RX 7600 XT

  • @Parzibalthefirst
    @Parzibalthefirst 3 дні тому

    Not very helpful. These torch.cuda.is_available() torch.cuda.device_count() torch.cuda.current_device() torch.cuda.device(0) torch.cuda.get_device_name(0) say they detected my gpu(rx 7600 xt) and are gonna use it, but when i ran a neural network, this was the output: Segmentation fault (core dumped). Currently no solution. rocm6.2 + pytorch 2.5.1 + python 3.9.

    • @Luinux-Tech
      @Luinux-Tech 2 дні тому

      Can you try uninstalling PyTorch with: "pip uninstall torch torchvision torchaudio" and then reinstall with: "pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url download.pytorch.org/whl/rocm6.1" ?

    • @Luinux-Tech
      @Luinux-Tech 2 дні тому

      And also, are you using the argument "HSA_OVERRIDE_GFX_VERSION=11.0.0" to launch your application?

    • @Parzibalthefirst
      @Parzibalthefirst 2 дні тому

      @@Luinux-Tech yes. Tried what you've sayed but still no solution. I think I'll wait for kernel 6.14 cause the problem might be with the system.

  • @mrhognogger9689
    @mrhognogger9689 5 днів тому

    Your guide succeeded where others have failed. Many thanks - works perfectly.

  • @mleitejunior
    @mleitejunior 5 днів тому

    I am trying this in my ubuntu with Ubuntu 24.04.1 LTS and Python 3.11 but got the errors: got prompt model weight dtype torch.float16, manual cast: None model_type EPS Segmentation fault (core dumped)

    • @mleitejunior
      @mleitejunior 5 днів тому

      What about the GPU drivers, mine is a Radeon RX 7600 Challenger OT × 12 16GB. Shoul I use the newest one?

    • @Luinux-Tech
      @Luinux-Tech 5 днів тому

      It seems to me that PyTorch updated and broke again. Uninstall PyTorch with: "pip uninstall torch torchvision torchaudio" and then reinstall with: "pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url download.pytorch.org/whl/rocm6.1"

    • @Luinux-Tech
      @Luinux-Tech 5 днів тому

      If this solves your problem, please let me know so I can change the command in the video description.

    • @mleitejunior
      @mleitejunior 3 дні тому

      @@Luinux-Tech It did not solved the problem, still getting RuntimeError: HIP error: invalid device function HIP kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing AMD_SERIALIZE_KERNEL=3. Compile with `TORCH_USE_HIP_DSA` to enable device-side assertions.

    • @Luinux-Tech
      @Luinux-Tech 2 дні тому

      Can you show me the command line you are using to launch Comfy?

  • @Carrington1961
    @Carrington1961 6 днів тому

    ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch

  • @jirikrajnak9047
    @jirikrajnak9047 7 днів тому

    Thanks, man.

  • @LuisJoseSuntasig
    @LuisJoseSuntasig 7 днів тому

    @luinux-tech excuse me veery fast in rx 580 8gb only install linux mint kernel 5.19.0.50 rocm 5.5 amdgpu install version 5.5 with -- usecase = rocm,hiplibsdk,mlsdk GO github of viebrix repo pytorch-gfx803 with 2 archives pytorch and vision and you proces for all polaris ONLY UPDATE driver amdgpu more stability in etc /apt /souceslist.d /amdgpu list change line only of 5.5.0 to 6.2.3 today OK

  • @LDB.LinHao
    @LDB.LinHao 8 днів тому

    I reached the part where I need to download files during the Git setup, but I found that version 2.46.0 is not included. So, can I download the latest one instead?

  • @CapaUno1322
    @CapaUno1322 8 днів тому

    Hi there, I'm in the process of trying to install Applio the voice RVC, I thinks it's functionally less complex or demanding than Stable Diffusion but eh! I wondered if you could take a look at how to install it as the peeps at Al Hispano are not as clued up about Linux. I have an idea that if I follow this tutorial and adjust it then it should work...even so if you took a look at it you would get a lot of views for figuring it out, it's a very good RVC, also there is F5-TTS which doesn't have a lot of info on linux installation, I'm having a go but any help would be appreciated and a lot of people would watch you videos, I don't think it that difficult in principle but it's when you get errors things get tricky if you're not so familiar, thanks buddy, let me know what you think....any advice would be greatly appreciated. ♥

    • @Luinux-Tech
      @Luinux-Tech 6 днів тому

      Yo, I tested Applio today and managed to install it on Linux. I tested TTS, and it works perfectly; it's very fast even on an RX 550. Wait a few days, and I should release the video.

    • @CapaUno1322
      @CapaUno1322 6 днів тому

      @@Luinux-Tech I love you man! Thank you so much, do you have a buy me a coffee? I want to write stories and use voices but though I can get by with some terminal work, I'm not an expert, I have a nebulous right brain and the structure of Python and stuff in Linux takes me a while to get my head around as it's not what I do mostly, I think I could get it but it's sometimes weeks of googling and youtube videos and retrying, I do try though, I do give things a go, I'm on my fourth attempt with Applio, first one didn't run, second one I got an numpy error with a version mismatch which didn't make sense, I had the version of Python 3.10 but eh, this is where my mind starts to get clouds. Sorry for the waffle but I did want to show that I do have a go myself, I like to know how things work but it's a lot....again thanks man! I'll post your video on the Applio discord and get you some traffic, great work! Happy Saturday! ♥♥♥

    • @Luinux-Tech
      @Luinux-Tech 5 днів тому

      No, I don't have any support pages yet, but I appreciate your consideration. And it's not your fault that you're confused. AMD has little documentation on AI compared to NVIDIA, and most projects don't even offer basic support. Zluda (which is the layer to enable CUDA on AMD GPUs) is even less documented.

    • @Luinux-Tech
      @Luinux-Tech 2 дні тому

      Hey, I apologize for the mistake, but when I installed Applio and tested TTS, everything was running on the CPU. I started it with the ZLUDA parameters, and the program didn't show any errors, so I assumed that everything was working normally. While I was doing some tests, I realized that it was running on the CPU. In the last few days, I tried every way to make it work with GPU acceleration, but nothing worked. According to the ZLUDA documentation, to make it work with PyTorch on Linux, it is necessary to compile PyTorch with CUDA and PTX. I compiled the entire stack of PyTorch with CUDA multiple times, and a new error always appeared. According to the ZLUDA devs themselves: "PyTorch received very little testing. ZLUDA's coverage of cuDNN APIs is very minimal (just enough to run ResNet-50), and realistically you won't get much running." But not all is lost, since even on a Ryzen 4100 (quad-core CPU), I was able to use TTS at a considerable speed, and even inferencing worked. Depending on how you intend to use the Applio, maybe it is enough?

    • @CapaUno1322
      @CapaUno1322 2 дні тому

      @@Luinux-Tech Hi there buddy, no need to apologize I guess you spent enough of your time trying it out! It's not straight forward at all, I'll still buy you a coffee but just to say that there is also the normal RVC-Project which does have Linux instructions on their GIT page, that could work, also there is F5-TTS which is awesome by all accounts. The Applio peeps say that you can get it running on windows but for my with my knowledge and the fact I did a clean install I didn't want to mess my installation up with lots of random files as I don't know so well what I am doing. If you wanted to try either of the above RVC-Project on Linux or Applio on windows that would be cool, I would like to be able to train models. I have this lovely rx6800, I looked at the 3090s and maybe later in the year when the price drops a bit but to me they don't look so good in my rig and Nvidia have all that power draw stuff and melting power cables! Anyway see what you think, and thanks for trying, that's really cool! Have a fun day!

  • @AlpacaLipzMeow
    @AlpacaLipzMeow 9 днів тому

    I had stability issues with SD forge, I just wanted to add that if you want to use ComfyUI the process is near exactly the same. Only three things to keep in mind is that ComfyUI's requirements file is named requirements.txt, that in order to start it you activate python and type main .py, and that you won't need the skip install command to launch it. Everything else follows this tutorial like a charm. (edited to prevent accidental link in comment. Make sure main and .py are one word when you use it to start ComfyUI)

  • @daninogueanimations6216
    @daninogueanimations6216 12 днів тому

    thanks

  • @kotekutalia
    @kotekutalia 12 днів тому

    Ryzen 5900X, RX 6800, Windows 11 - worked flawlessly, thanks.

  • @rubensoliveira9681
    @rubensoliveira9681 12 днів тому

    my "dkms status" shows as: amdgpu/6.8.5-2041575.22.04: added what do I do?

  • @AlpacaLipzMeow
    @AlpacaLipzMeow 13 днів тому

    This was the only tutorial I've followed that I managed to get working. Thanks.

  • @Fragmentsoftimez7
    @Fragmentsoftimez7 14 днів тому

    The best tutorial bro, Thank you very much for the video

  • @stinkydoessomething
    @stinkydoessomething 14 днів тому

    i keep running into this error "ERROR: Could not find a version that satisfies the requirement torch (from versions: none)" i'm using python 3.10.6

  • @alexandr7445
    @alexandr7445 15 днів тому

    can it work with ollama?

  • @huameng-vd4vs
    @huameng-vd4vs 15 днів тому

    I'm Chinese, I don't know English, but after seeing your video, it helped me a lot, although I need translation software to understand, thank you very much, and I have subscribed.

  • @lofidriver0
    @lofidriver0 15 днів тому

    It worked just fine. 6650 XT. used lowvram. Thanks a lot!

    • @Luinux-Tech
      @Luinux-Tech 15 днів тому

      You're welcome!

    • @MrJohnboyofsj
      @MrJohnboyofsj 11 днів тому

      I have Rx 5700xt only able to generate 200x200 pixels before running into out of memory errors even with that parameter what sizes can you generate

    • @Luinux-Tech
      @Luinux-Tech 11 днів тому

      @ I have an RX 550 4GB and I can easily generate 512x512 images (up to 1024x1024 on Linux with native ROCm and optimizations). The 5000 series has some unique problems; try using the parameters: "--opt-sub-quad-attention --medvram" and see if it works. With these parameters, you should be able to generate a 512x512 image in about 30 seconds.

    • @lofidriver0
      @lofidriver0 11 днів тому

      @@MrJohnboyofsj it also depends on the model you are using. For instance if you use a cartoon model of some kind you may create higher resolution images, but using flux and stable may not be so successful.

  • @toto-ce3vb
    @toto-ce3vb 15 днів тому

    Do you think having a pc with AMD gpu for Linux for gaming is a better and there's no driver issues?

    • @Luinux-Tech
      @Luinux-Tech 15 днів тому

      Yes, I have been using Linux for gaming for about 8 years, and I can say that currently the experience is very good. Even on weak hardware, the games run very close to Windows, sometimes even better. However, be careful with online games as they tend to be problematic due to anti-cheat measures.

    • @Luinux-Tech
      @Luinux-Tech 15 днів тому

      In Linux, drivers usually come with the kernel. In the case of AMD GPUs, everything works out of the box. The only thing you should note is to use the most recent kernel if your GPU has just been released (less than 6 months ago).

  • @srivarshan780
    @srivarshan780 15 днів тому

    on windows??

    • @Luinux-Tech
      @Luinux-Tech 15 днів тому

      Sorry, but I haven't done a Forge tutorial on Windows yet. I was actually thinking about doing an update on the Windows tutorials. Keep an eye on the channel; it should be out next week.

    • @AlertImDK
      @AlertImDK 14 днів тому

      @@Luinux-Techwaiting for

  • @user-he3gn5bb2y
    @user-he3gn5bb2y 16 днів тому

    would love to see the tutorial for the sd forge directml fork i think would work fine with 5000 and polaris gpus even if not as fast

    • @Luinux-Tech
      @Luinux-Tech 15 днів тому

      Yes, it works, but you will need to install it on a distro with native ROCm. PyTorch binaries are no longer compiled with support for older GPUs, so you have to use PyTorch compiled for these GPUs: github.com/LinuxMadeEZ/PyTorch-GFX803.

    • @user-he3gn5bb2y
      @user-he3gn5bb2y 15 днів тому

      @@Luinux-Tech thanks i will try to do that using your guide👍 but still would apreciate an update since WebUI Forge (and its amdgpu directml fork) lack documentation

    • @user-he3gn5bb2y
      @user-he3gn5bb2y 8 днів тому

      @@Luinux-Tech confirming with rx580 works well with your pytorch/torchvision compiled for ubuntu im using stable-diffusion-webui-amdgpu-forge thanks for these tutorials👍

  • @ChewyChops
    @ChewyChops 18 днів тому

    thanks for the video, unfortunately comfyui only sees 1gb vram on my 7900xt :(

    • @Luinux-Tech
      @Luinux-Tech 18 днів тому

      This is just a bug in DirectML. Don't worry, it will use all the VRAM it needs. You can check in the Task Manager.

  • @meghashyamsonwane715
    @meghashyamsonwane715 19 днів тому

    Hey brother i just recently switched to atch linux and i have 2 gui kde plasma and hyprland, i have gtx 1650 and cpu i5 f, i got more than 100fps average in cs2 casuals where there are 10 players in one team, got approx 300 fps in Minecraft and this is without any texture packs i guess i would easily get 350 fps. So is everything good

  • @NurNur-g1v
    @NurNur-g1v 20 днів тому

    Nice click bait miniature.

    • @Luinux-Tech
      @Luinux-Tech 20 днів тому

      Hehehe, the Lora used is: civitai.com/models/118892/shizune-naruto-lora and the model name is: "anyloraCheckpoint_bakedvaeBlessedFp16".

  • @renealbrechtsen9743
    @renealbrechtsen9743 22 дні тому

    When I try to generate images with 16:9 resolutions, I get the error "Warning: Ran out of memory when regular VAE decoding, retrying with tiled VAE decoding." Any idea how to fix this ?

    • @renealbrechtsen9743
      @renealbrechtsen9743 22 дні тому

      Actually never mind. I just needed to add the --highvram flag. Thanks for the tutorial.

  • @justaguy9681
    @justaguy9681 22 дні тому

    What does SDL or GUI mean? because some mods work differently depending on which version you have and I don't know what's mine

    • @Luinux-Tech
      @Luinux-Tech 22 дні тому

      SDL or "Non GUI" builds are builds without a graphical interface, in which you interact by passing commands to the binary through the terminal.

  • @taufiqrahman4156
    @taufiqrahman4156 24 дні тому

    Bro i know this is dumb question but did u made it by using xformers for rocm?

    • @Luinux-Tech
      @Luinux-Tech 24 дні тому

      Xformers is not necessary in Forge, the built-in functionality is faster without it.

  • @sergiorocco-h5e
    @sergiorocco-h5e 25 днів тому

    im using ComfyUI, when I run "pip install -r . equirements.txt" I get this error "ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch" GPU AMD Radeon RX 6700 XT CPU AMD Ryzen 7 3700X 8-Core Processor 8 Cores

    • @Luinux-Tech
      @Luinux-Tech 24 дні тому

      Are you using python 3.10? Newer versions may cause this problem.

  • @Porrei.
    @Porrei. 26 днів тому

    For some reason evertthing works fine but when I try to execute a prompt it crashes with a blue screen. I have A 9700 xtx so I dont know why It crashed everytime

  • @tikroute
    @tikroute 26 днів тому

    I am gonna try it tomorrow. Thanks man.

  • @taufiqrahman4156
    @taufiqrahman4156 26 днів тому

    need rocm sir?

    • @Luinux-Tech
      @Luinux-Tech 26 днів тому

      No, it comes bundled with pytorch

  • @cptninja7890
    @cptninja7890 27 днів тому

    bro after typing the command py -m venu venu "No module named venu" i am getting this error

    • @Luinux-Tech
      @Luinux-Tech 27 днів тому

      You misspelled the command. The correct command is: "py -m venv venv".

    • @cptninja7890
      @cptninja7890 27 днів тому

      @Luinux-Tech yeah.....I got everything to work correctly...do recommend some other models to try for comphy ui? As the model u used in this video doesn't give good pictures

  • @drago939393
    @drago939393 28 днів тому

    What about Windows?

  • @finalsonic1448
    @finalsonic1448 28 днів тому

    Thanks

  • @maxit0x
    @maxit0x Місяць тому

    awesome!

  • @AlcaudonFromHyperion
    @AlcaudonFromHyperion Місяць тому

    Why u r using pip install torch instead of pip3.11 install torch?

  • @erkam3
    @erkam3 Місяць тому

    RADV driver is a gold, but lack of lossless scaling or gamescope native frame generation made me switch back to windows. But whenever gamescope native frame gen comes, i will fully use linux again

  • @LintarX
    @LintarX Місяць тому

    it support on rx5700xt?

    • @Luinux-Tech
      @Luinux-Tech Місяць тому

      I can't guarantee it, but try using the flag "HSA_OVERRIDE_GFX_VERSION=10.3.0".

  • @Captain_Adagio
    @Captain_Adagio Місяць тому

    I tried to build the latest pytorch whl files from source to support my RX 570 GPU and failed so I ended up using your builded files on GitHub and it works, you sir are a genius

  • @Captain_Adagio
    @Captain_Adagio Місяць тому

    I followed your instructions on my newly installed Ubuntu Studio 22.04, and it worked. I had to adjust the power settings of my RX 570 GPU because it unexpectedly shuts down during image generation.

  • @Captain_Adagio
    @Captain_Adagio Місяць тому

    That is a cool new trick!

  • @Remicharest
    @Remicharest Місяць тому

    I'm not sure I ever commented on YT. Thanks for this video ; it isn't promoting artificial obsolescence or anti-poor tactics as it makes "playing" with AI accessible with old gpus and for that i'm very grateful. I 'll upgrade soon but it does give some perspective. Why didn't you use Linux ?

    • @Luinux-Tech
      @Luinux-Tech Місяць тому

      I do, I have other videos where I show how to do it in Linux as well.