- 29
- 123 951
Archive
เข้าร่วมเมื่อ 29 เม.ย. 2020
Was geht?
Mein Kanal zeigt dir wie du programmieren lernen kannst.
Ich zeige dir wie du mit der Programmiersprache Rust programmieren lernen kannst.
Weiterhin zeige ich dir, die Programmiersprache Dart und das Flutter Framework, sodass du Applikationen für jede Platform programmieren kannst.
Mein Fokus ist auf Rust gerichtet, mit dem Flutter Framework programmiere ich aber auch.
Ich halte Abstand von Online Kursen oder Bücher, da ich das moralisch nicht vertrete.
Wenn dir meine Videos gefallen, dann empfhele mich an deine Freunde weiter.
Eine erfolgreichen Tag dir!
Mein Kanal zeigt dir wie du programmieren lernen kannst.
Ich zeige dir wie du mit der Programmiersprache Rust programmieren lernen kannst.
Weiterhin zeige ich dir, die Programmiersprache Dart und das Flutter Framework, sodass du Applikationen für jede Platform programmieren kannst.
Mein Fokus ist auf Rust gerichtet, mit dem Flutter Framework programmiere ich aber auch.
Ich halte Abstand von Online Kursen oder Bücher, da ich das moralisch nicht vertrete.
Wenn dir meine Videos gefallen, dann empfhele mich an deine Freunde weiter.
Eine erfolgreichen Tag dir!
WSL Administration Commands Tutorial
Today I'll show you some commands to manage WSL. I'll cover how to import and export WSL machines. How to change the name of a WSL machine. And I'll show you where the WSL filesystem is located.
_________________________________________________________________
This is the link to the Microsoft Learn Site:
learn.microsoft.com/en-us/windows/wsl/wsl-config
_________________________________________________________________
_________________________________________________________________
This is the link to the Microsoft Learn Site:
learn.microsoft.com/en-us/windows/wsl/wsl-config
_________________________________________________________________
มุมมอง: 86
วีดีโอ
OobaBooga Install Windows 11 (WSL2)
มุมมอง 1.1Kปีที่แล้ว
This video explains how to install the OobaBooga Text Generation Web-Ui in WSL2. The advantage of WSL2 is that you can export the OS image and if something goes wrong or doesn't work, you can simply reimport it. There is no need for the long installation process. Also, you don't have to store all your models on the WSL2 OS, because WSL2 (and Linux in general) lets you create file links. You can...
Controlnet 1.1 easy install Automatic1111 controlnet
มุมมอง 3Kปีที่แล้ว
Controlnet 1.1 Tutorial on how to install it for automatic1111. It's pretty easy. I show you how you can use openpose. I show you how to install custom poses from civitai. This way you don't have to fiddle with it. Afterwards I show you how use Controlnet for batch generation of poses. If you have a question just ask away. Contronet1.1 Files: This Tutorial explains some more Controlnetmodels: s...
Stable Diffusion Performance Optimization Tutorial
มุมมอง 46Kปีที่แล้ว
Stable Diffusion Performance Optimization I'll show you how to generate Images faster in Automatic1111. It should also work for Vlad Automatic. You can turn off GPU Scheduling in Windows Settings. You may also turn off Hardware Acceleration in the Browsers Settings you use the Stable Diffusion WebUI with. Additionally, you can increase the power budget of your GPU to maximum performance. This c...
Stable Diffusion Easy Install Guide
มุมมอง 535ปีที่แล้ว
Automatic1111 install guide easy way I'll show you how to install Automatic1111 the easy way. It's the easiest stable diffusion installation I found. I guide you through the installation of WSL2 and the installation of Automatic1111. I'll show you how you can circumvent system ram limitations. Afterwards I'll show you how you can improve the speed of your GPU with command line arguments for aut...
Stable Diffusion GPU Benchmark
มุมมอง 2.2Kปีที่แล้ว
This video explains how to benchmark your GPU. I show you how to install the plugin and the different available benchmarks. This is really useful if you want to see what performance other people are getting from their gpus. If you have a question just ask in the comments! Official Command Documentation: github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings Per...
Stable Diffusion Installation on WSL2 Ubuntu
มุมมอง 2.7Kปีที่แล้ว
This video explains how to install vlad automatic in WSL2. The advantage of WSL2 is that you can export the OS image and if something goes wrong or simply doesn't work, you can simply reimport it. There is no need for the long installation process. Also, you don't have to store all your models on the WSL2 OS, because WSL2 (and Linux in general) lets you create file links. You can just put them ...
Vlad Automatic1111 Ubuntu Installation
มุมมอง 2.2Kปีที่แล้ว
This video explains how to install vlad automatic in WSL2. The advantage of WSL2 is that you can export the OS image and if something goes wrong or doesn't work, you can simply reimport it. There is no need for the long installation process. Also, you don't have to store all your models on the WSL2 OS, because WSL2 (and Linux in general) lets you create file links. You can just put them somewhe...
Install yolov8 on WSL2 with Pytorch for GPU and miniconda
มุมมอง 2.6Kปีที่แล้ว
In this video I show how to install miniconda in WSL2. I then show you how to install the computer vision model yolov8 and pytorch for the gpu. The commands are listed below the timestamps and links. Links: Miniconda Installers: repo.anaconda.com/miniconda/ Pytorch: pytorch.org/get-started/locally/ Timestamps: 0:00 Download Miniconda Installer 0:48 Miniconda Installation 1:07 Setting Path Varia...
Install WSL2 on Windows 11 with NVIDIA CUDA 11.8
มุมมอง 34Kปีที่แล้ว
I explain how to install Ubuntu in WSL2. Afterwards I install Nvidia Cuda 11.8 and the nvidia cuda toolkit. Then I install pip3 and pytorch. I verify the successful installation by compiling a cuda program. I show how to fix an issue related to the accessibility of the nvidia profiler output. I have listed the exact comamnds down below the links and timestamps. The links to the official documen...
Aruba Switch Firmware Update
มุมมอง 21Kปีที่แล้ว
Today I'll show you how to update the firmware of an Aruba Switch which runs AOS. I'll walk you through the steps of the firmware upgrade of the Aruba Switch and show you how to install a terminal emulator and a TFTP server. In the end of the video I go through some common errors that happen when trying to update the firmware of a switch. Below are the timestamps and links. I have listed the co...
Cisco Switch Basic Configuration Tutorial
มุมมอง 34ปีที่แล้ว
I explain how to setup a cisco switch and connect two laptops to it. Thanks!
121. Best Time to Buy and Sell Stock - Leetcode - Python 3 - Brute Force and Two Pointer Solution
มุมมอง 1092 ปีที่แล้ว
In this video I'll go through the solution to Leetcode 121 called "Best Time to Buy and Sell Stock". It is categorized as easy. I've explained a brute force and two pointer approach to the problem. The code is in Python 3. It is a problem in the "Array" category. Link to question: leetcode.com/problems/best-time-to-buy-and-sell-stock/ Two-pointer theory: th-cam.com/video/On03HWe2tZM/w-d-xo.html...
1929. Concatenation of Array Solution - Leetcode - Python 3
มุมมอง 5942 ปีที่แล้ว
In this video I'll go through the solution to Leetcode 1929 called "Concatenation of Array". It is categorized as easy. I've explained a manual approach to the problem. The code is in Python 3. It is a problem in the "Array" category. Link to question: leetcode.com/problems/concatenation-of-array/ Python list slicing: th-cam.com/video/ajrtAuDg3yw/w-d-xo.html & th-cam.com/video/KAXvMbD1Zac/w-d-x...
mit pancakeswap TPT BUSD LP Token staken
มุมมอง 563 ปีที่แล้ว
In diesem Video erkläre ich dir wie du mit pancakeswap TPT BUSD LP Token staken kannst. Ich weiß, dass ich in meinen Videos viel technischen Jargon nutze. Dies soll in keiner Weise abstoßend wirken. Diese Videos produziere ich, weil ich mit diesen das jeweilig erklärte Thema schneller gelernt hätte. Meine Videos entstehen aus dem Zweck, dir (und meinem hypotethischem Ich) die Zeit zu ersparen, ...
Metamask Wallet mit CheapEth Blockchain verbinden
มุมมอง 923 ปีที่แล้ว
Metamask Wallet mit CheapEth Blockchain verbinden
Metamask Wallet mit Mainnet BSC verbinden
มุมมอง 1433 ปีที่แล้ว
Metamask Wallet mit Mainnet BSC verbinden
Visual Studio Code Installation Tutorial - VS Code installieren [Deutsch/4k]
มุมมอง 9194 ปีที่แล้ว
Visual Studio Code Installation Tutorial - VS Code installieren [Deutsch/4k]
Flutter und Dart mit Visual Studio Code aufsetzen - Flutter und Dart installieren
มุมมอง 1.1K4 ปีที่แล้ว
Flutter und Dart mit Visual Studio Code aufsetzen - Flutter und Dart installieren
Rust Projekt mit Cargo erstellen - Rust Hello World! [Deutsch]
มุมมอง 2314 ปีที่แล้ว
Rust Projekt mit Cargo erstellen - Rust Hello World! [Deutsch]
Rust Tutorial - rustc Erklärung - Rust Kompillierer Erklärung [Deutsch]
มุมมอง 1834 ปีที่แล้ว
Rust Tutorial - rustc Erklärung - Rust Kompillierer Erklärung [Deutsch]
Rust Tutorial - rustup Erklärung - Rust Versionen verwalten [Deutsch]
มุมมอง 1834 ปีที่แล้ว
Rust Tutorial - rustup Erklärung - Rust Versionen verwalten [Deutsch]
Rust Programmiersprache installieren - Rust mit Visual Studio Code [Deutsch]
มุมมอง 1.2K4 ปีที่แล้ว
Rust Programmiersprache installieren - Rust mit Visual Studio Code [Deutsch]
Dart Tutorial - Dart Klassen und Instanzen
มุมมอง 7594 ปีที่แล้ว
Dart Tutorial - Dart Klassen und Instanzen
Flutter Anfänger Tutorial #1 - App Struktur - Wie eine Flutter App funktioniert - Flutter Tutorial
มุมมอง 4534 ปีที่แล้ว
Flutter Anfänger Tutorial #1 - App Struktur - Wie eine Flutter App funktioniert - Flutter Tutorial
Flutter Anfänger Tutorial #0.2 - Flutter App Reset Button - Flutter Tutorial
มุมมอง 2574 ปีที่แล้ว
Flutter Anfänger Tutorial #0.2 - Flutter App Reset Button - Flutter Tutorial
Flutter Anfänger Tutorial #0.1 - Flutter App Minus Button - Flutter Tutorial
มุมมอง 1124 ปีที่แล้ว
Flutter Anfänger Tutorial #0.1 - Flutter App Minus Button - Flutter Tutorial
Eigene App programmieren - Flutter und Android Studio installieren - Flutter Anfänger Tutorial #0
มุมมอง 1.1K4 ปีที่แล้ว
Eigene App programmieren - Flutter und Android Studio installieren - Flutter Anfänger Tutorial #0
Perfect. That worked like a charm. Thank you so much bro... Glad to watch your video. Keep going.
Brother you are the hero we never deserved but always needed.
TYVM
hello I have a question. this instruction doesn't explicitly install cudnn which is required by a lot deep learning packages according to their official documents. So I wonder if it's necessary to do so to prevent any potential problems
Why not do it through the web management interface? It is supported just fine. Do we gain anything by sending the upgrade image through the command line? I have the Aruba 6200F (JL727B)
Thank you!!!
Das problem es bracht extrem lange obwohl ich nur 2 propmts eingegeben hab. Wenn ich mehrere prompts eingebe funktioniert es garnicht erst
little question here: im having issues that docker on windows does not allow me to only send infos of my second gpu into the container. i wanna make sure that it just only runs at the second one.
Amazing. So clear and straight forward.
what gpu do you have? does it worth doing it for amd users?
Great video. Would this work with a newer cuda toolkit e.g. 12.5?
amazing tutorial - this still works in 2024. thank you kindly, good sir!
did u install with cuda 11.8 or the newer versions?
same question: did you use cuda toolkit 11.8 or a newer one? (e.g. 12.5)
@@CarlWells-b4s 11.8 just like the video suggested
@@_fl3x_up_ 11.8 just like the video suggested
My laptop freezes everytime i hit generate 😢 Please help
goated
This is an excellent tutorial. It helped me a lot. Thank you.
Thank you!!! 💪💪💪
After going through nvidia documentation many times and watching and following one other video, I was about to give up. And even after seeing this video, I still found finding cuda toolkit for wsl very difficult. I was expecting to see wsl ubuntu as operating system but it showed up only after selecting linux and architecture as x86_64. @archive you could have also explained your choice of cuda version 11.8. It was only when i reached pytorch installation, i understood I should have stuck with 12.1 instead of choosing the latest 12.5. pytorch worked even with the version mismatch.
Awesome!
very simple and clear steps to start it, thanks! 👏
is there a system info extention for comfyui??
Did everything in the video and image generation still takes a long time it maybe even slower because I took out medvram
instaling xfomrers was the big one for me. I have a 3070ti and went from 22 mins for a single 1920 x 1080 image to 50 seconds. it was pretty fast as it was at 512 x 512 but for some reason 1080 images slowed it to a crawl. Thank you!
What a man
wow, thank you, from waiting 60 seconds for 512x512 on Pony models now it takes 10second. RTX 3070ti
after running the "sudo apt-get -y install cuda" I get a Blue screen of death with code "page fault in nonpaged area" what could be the error?
Thank you so much!!!!
Thanks for this useful video. I would love to similate the 3190 core switch on GNS3 but I can only do the latest os do you know how I can get the older version as that’s the switches we use at my work place
thank you for this tutorial. I have followed the following instructions though I don't know why I'm getting " segmentation fault ' while executing nvidia-smi: +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.54.10 Driver Version: 551.61 CUDA Version: 12.4 | |-----------------------------------------+------------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+========================+======================| Segmentation fault
Hi Eya. I had the same issues. Downgrade your NVIDIA Host drivers, with the lower version of CUDA(12.1 in my case). It perfectly works for me, the problem has been solved and i;m able to rich my GPU from the PyTorch and tensorflow now.
THANK YOU! I LOVE U 🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷
How do I restart automatic1111 on windows? What's the command? Thank you for the video!
On console CTRL+C
I am getting this error when I do nvidia-smi Failed to initialize NVML: GPU access blocked by the operating system Failed to properly shut down NVML: GPU access blocked by the operating system
what if I have a 2060sup and a 4060, only 4060 is being used. i would like to be able to set up my 2060sup to run my auto1111, then if i feel like it I can also run a comfyui separately
appreciate your time to create this! managed to set up my dev environment for ML, thanks!
Ubuntu??
I am crying been at for 2 days i'll just look up geniuses like you from now
I'm glad it helped you!
@@Archive-pg2zn chad
Can someone please help its using 100% of my cpu and giving me super slow performance and not using my gpu at all btw my specs are 7600 for cpu and 6800xt for gpu as well as 32gb of ddr5 ram
such a shame ... you are making a tutorial on windows bro ! the title stipulate a general tuto compatible for server side, windows is such a trash in term of performance ! :P
Are you sure this is ubuntu!
I love that Arnold Schwarzanegger is giving AI tips.
Works way better now. Yet my RTX 3080 still does not run on 100% it feels like. Not that that means anything but the GPU constantly stays at 60 degrees with barely any cooling on yet it moves between 80% and 100% in the 3D usage in the task manager. I adapted everything in the global settings of the Nvidea Control Panel yet it seems like there is still a lot to go. Comparing it to other benchmarks confirms this. Is there anything more you can advise on?
why on the Earth you need to rename bat file to txt? What a lamer...
THANK YOU! After thrashing through several install docs, repos and youtube videios...was about to give up... then saw your detailed step by step video that was the trick. All the other instructions never came close to succes or this detail of steps. Would never get my AI models GPU acceleration without this!!
hi, im using rtx2060super, my problem is SD using lot of my ram not gpu..how to make it using the GPU btw Thanks
for editing .bat files, can't you just shift right click and then open with?
or click show more options and then open with
RuntimeError: No CUDA GPUs are available
but this is not Automatic1111 😔
Isn't it sufficient to right click on the bat file and choose modify to open it in notepad?
Thanks! It really helped a lot, I really liked the compilation example. Knowing nothing about CUDA, is nice to see how it works.
I just started using Automatic1111 but it was so slow compared to ComfyUI, I was about to remove Automatic1111 but now thanks to you, it is flying through generations. Awesome video 👍👍
Thank you! My images were being made in 3 minutes, it went to 20 seconds.