Тёмный

Getting Started with Stable Diffusion in 2024 for Absolute Beginners 

Surfaced Studio
Подписаться 463 тыс.
Просмотров 51 тыс.
50% 1

Опубликовано:

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 193   
@neilie6593
@neilie6593 4 месяца назад
Great overview of installing and running stable diffusion locally, but judging by the issues in the comments I think it needs to cover what to do if a newer version of Python is already installed. I am an absolute beginner :) but the way I got around the PyTorch version issue was to install Python 3.10.6 to a different directory to my current python installation, selecting the Add to Path checkbox during installation. Then, before running webui-user.bat, I had to edit my user environment variables by selecting the Python 3.10.6 path and clicking the Move Up button so that it appeared before my Python 3.12 path in the list. Then stable diffusion could be installed OK, although I had to update my NVidia drivers before it would generate images. I hope this helps somebody!
@kenneths5088
@kenneths5088 3 месяца назад
I searched the internet for 45 minutes and figured out the issue. Then checked the comments and saw this, which would have saved me the 45 minutes. Ha. I ended up uninstalling 3.12 and installing 3.10.6, which worked for me. Version 3.12 gets the Torch error.
@bricology
@bricology 2 месяца назад
@neilie6593 -- I have a feeling that this addresses the problem that I am having after doing the same (installing the latest build of Python, but the command prompt window saying that Python could not be found). Alas, I don't understand most of what you said after describing your problem. I downloaded 3.10.6, but I don't know where I should install it, nor how one edits "user environment variables", etc. Any chance the directions could be broken-down a bit for we mere mortals?😅 Thanks!
@LofiCafe.
@LofiCafe. 2 месяца назад
worked! just had to move the path up
@stigridsdale
@stigridsdale 5 месяцев назад
Great video thank you but I'm having trouble downloading stable diffusion there is no webUI.bat file. There is one called webui-user and it's a windows batch file. When I try to open it windows 11 says defender smart screen prevented an unrecognised app from starting. Running this app might put your PC at risk. The only box I can take on is don't run or the close the window x button. I've installed python. any ideas .thanks
@audreyandremington5265
@audreyandremington5265 4 месяца назад
Hi! I got a very similar screen. It wouldn't show the "run anyway" button unless I clicked on the little v arrow to get more information. Once i clicked and it revealed a few lines of information about the name of the program, the button appeared. I guess Windows is trying to make you think harder before you run stuff?
@Sportrider22
@Sportrider22 2 месяца назад
Thanks for your excellent video. I was able to get everything installed despite the python version and torch snafu's how after entering a very simple prompt all I ever get is "in queue" and nothing happens after an hour or so. So after an install that took about two hours, I am simply giving up and going back to some free web based AI generators. Thanks again.
@DragonSephi87
@DragonSephi87 2 месяца назад
I would love to see how you can input images to help train it to a certain direction, for example as a game developer i'd love to input my previous made textures to get similar results, as my artistic style is quite unique
@pixelkat1819
@pixelkat1819 7 месяцев назад
confusing. Web UI gives error that it was designed using python 3.10. So I deleted python 3.12.1 and installed 3.10 But now when running Web UI it says it cant find folder of python 3.12.1...which makes sense as I deleted it and installed 3.10 (which is in the proper Programs folder) but apparently this web UI is not compatible with python 3.10? argh. any ideas? thanks
@chrtsng3722
@chrtsng3722 7 месяцев назад
same here couldnt launch python
@pixelkat1819
@pixelkat1819 7 месяцев назад
@@chrtsng3722 there are quite a few other videos with slightly different instructions on installing all this so I will try those. If I'm successful I'll let you know.
@SurfacedStudio
@SurfacedStudio 7 месяцев назад
Do try installing python 3.10 directly to see if that works. Might have to uninstall 3.12 fully to be sure it’s only using the older version
@pixelkat1819
@pixelkat1819 7 месяцев назад
@@SurfacedStudio i did that. Completely removed 3.12.1 and installed 3.10. I double checked that a 3.10 folder had been created in the Programs folder… but command prompt web ui says cant install as python 3.12.1. not found. Thats why I wondered if earlier version of web ui is needed instead but the list of past versions doesnt make it easy to see which is the correct to use. thanks. To confusing for me.
@mothjo
@mothjo 7 месяцев назад
I think I found a fix. I had the same thing happen to me. I whet to C:\Users\(YOUR NAME)\AppData\Local\Programs\Python. then i changed the folder name from Python310 to Python312. I think it is looking for the new vision of Python even though it is incompatible so you have to trick it. If u cant tell i don't know much about Python lol. @@pixelkat1819​
@krzysztofglegoa1799
@krzysztofglegoa1799 4 месяца назад
When I try to open webui-user.bat file I get the message saying "No module named pip" and "Launch unsuccessful. Exiting." Does anybody face the same issue? It happens when I use Python 3.11.5 as well as 3.12.3
@Spiritualoasis2121
@Spiritualoasis2121 4 месяца назад
I have tried several times and keep getting this message: ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: 2.2.0, 2.2.0+cu121, 2.2.1, 2.2.1+cu121, 2.2.2, 2.2.2+cu121, 2.3.0, 2.3.0+cu121) ERROR: No matching distribution found for torch==2.1.2
@3sguitar
@3sguitar 4 месяца назад
I get this same error message even if I try it on the 3.12.1 or 3.12.3 version of Python.
@audreyandremington5265
@audreyandremington5265 4 месяца назад
@@3sguitar It's telling me "This program is tested with 3.10.6 Python, but you have 3.12.3." I'm going to try uninstalling python and re-downloading the 3.10.6 version
@MrBrockHeinz
@MrBrockHeinz 4 месяца назад
Gotta remove the new version of Python, and pick a 3.10 version. Also remember to delete the venv folder in your stable diffusion ui folder, or else it will continue looking for your Python in a 3.12 folder (or whatever version you previously downloaded). When you double click the bat file to start again, it'll create a new venv folder with the new 3.10 location.
@christiandeleo7737
@christiandeleo7737 Месяц назад
@@MrBrockHeinzyeah just read it on the cmd.. was not obvious to me as all of this is new (I am a noob) on this.. but thank you 👍
@moyomaher7984
@moyomaher7984 Месяц назад
@@audreyandremington5265 latest windows installer version of the 3.10.x is 3.10.11 if you wish to update the python
@roopesh_indana
@roopesh_indana Месяц назад
My system had nvidia GeForce gtx 1650 it is taking 10 mins 😢
@aL3891_
@aL3891_ 7 месяцев назад
Nice, hope youll cover more advanced topics like training and using custom models
@zangetsuha
@zangetsuha 7 дней назад
why does mine take so long to generate images even if i use your same prompts?
@SurfacedStudio
@SurfacedStudio 7 дней назад
Are you running the exact same hardware?
@orukadhasolta2.0
@orukadhasolta2.0 Месяц назад
Old 'stable-diffusion-webui-master' not working, Use New Version 'sd.webui' according to your Graphics Card
@SurfacedStudio
@SurfacedStudio Месяц назад
Have they introduced new scripts? I haven’t used SD in a while :)
@MaiyaFoxyAi
@MaiyaFoxyAi 2 месяца назад
Whats the gpu requirment for SD?
@Musruliini
@Musruliini 3 месяца назад
This was exactly what I was looking for to start, and I bet for others too. Thanks!❤
@SurfacedStudio
@SurfacedStudio 3 месяца назад
Glad it was helpful!
@LensAndMotion
@LensAndMotion Месяц назад
I am getting error “could not find version that satisfies the requirement torch==2.1.2
@SurfacedStudio
@SurfacedStudio Месяц назад
You might not have the right version of Python installed. Check with the SD version you downloaded what version of python you need. Then uninstall any you might already have and only install that specific one - that seems to resolve it for most people
@SwathiK-cv3wq
@SwathiK-cv3wq 2 месяца назад
is it possible on a local machine without GPU?
@grandpa_frost
@grandpa_frost Месяц назад
Thnx, very easy and informative guide!
@ericgcastile
@ericgcastile 6 месяцев назад
Nice video thank you. But when I run web user sh it opens Xcode, I have mac. Also I tried changing to terminal but nothing happens.
@JyHandmadeStudio
@JyHandmadeStudio 9 часов назад
same here
@diaochaney9556
@diaochaney9556 7 месяцев назад
hey, thanks for this amazing tutorial. I've been trying to follow the steps, but when I press run for webui-user.bat I met two errors: [1]installing torch and torch vision - where torch couldn't be fetched. [2] an error checking the latest version of pip. wondering if you have any experience on those two issues? thank you
@SurfacedStudio
@SurfacedStudio 7 месяцев назад
Hm can’t say I have unfortunately. The failing to fetch sounds like a networking issue and the pip versioning seems like some local tools not working. What OS are you on?
@peculiarhumanbiped
@peculiarhumanbiped 7 месяцев назад
I had the same issue. I just had to delete python 3.12 and install version 3.11.5 instead. Then I also had to install Git. But after that the script ran through. It works for me now. I was just able to generate my first smiling cat 😸
@SurfacedStudio
@SurfacedStudio 7 месяцев назад
Hehe, glad to hear you got it working!
@fokeyjo
@fokeyjo 7 месяцев назад
If you need to have multiple versions of python running, you need to run the pip command like: `python -m pip --python \python.exe install pytorch`. Then in webui-user.bat, set the python variable to point to your python.exe
@surirathod8511
@surirathod8511 5 месяцев назад
@@peculiarhumanbiped Thanks, it worked for me.
@smukkesteafalle
@smukkesteafalle 7 месяцев назад
Hi There! Thanks for the great and easy to follow video. I have a problem though and I hope you can help, when I run the webui-user (mine does not say .bat) it does say windows batch file after the date and time So when run it I am getting "could not find a version that satisfies the requirements for torch==2.0.1 ( from versions: 2.2.0, 2.2.0+cu118, 2.2.1, 2.2.1+cu118) ERROR: No matching distribution found for torch==2.0.1 Then some white text and ERROR code 1 press any key to continue, I press, it closes down... what have done wrong is my computer missing something to be able to run it? I'm not that technical, I only learn what I have to to do the things I want to do and I would love to try stable diffusion.
@dandancastano1298
@dandancastano1298 6 месяцев назад
same
@pedroc3948
@pedroc3948 6 месяцев назад
same.
@bugyoosaeung1624
@bugyoosaeung1624 5 месяцев назад
Same issues.
@Altrious
@Altrious 5 месяцев назад
Good thing he told people to leave comments so he could answer questions and then ignore them
@thatkidneyguy6737
@thatkidneyguy6737 5 месяцев назад
Install an older version of Python and you'll be alright
@cineacademy
@cineacademy 7 месяцев назад
Hey, My buddy you are my first teacher, you taught me how to get a witch out of TV😅. Thank you for everything. you did and have been doing.
@erfuniti3570
@erfuniti3570 3 месяца назад
if I want to use ComfyUI, should I install Stable Diffusion XL Model either? thank you
@SurfacedStudio
@SurfacedStudio 3 месяца назад
You can use any stable diffusion model you like with Comfy UI. What you "should" and "should not" isn't something I could tell you :)
@fokeyjo
@fokeyjo 7 месяцев назад
I think knowing how to use these tools to get great output is the real magic. But I'm trying to make up for my lack of artist's skills, rather than using it for an ideas system. Very interested in any follow ups you do
@riotechmod
@riotechmod 7 месяцев назад
I'm using this from long time, this is very powerful.
@EX0NIS
@EX0NIS 5 месяцев назад
I keep getting the error: "File "C:\Users yan1\OneDrive\Documents\stableDiffusion\stable-diffusion-webui-master\stable-diffusion-webui-master\launch.py", line 48, in main() File "C:\Users yan1\OneDrive\Documents\stableDiffusion\stable-diffusion-webui-master\stable-diffusion-webui-master\launch.py", line 39, in main prepare_environment() File "C:\Users yan1\OneDrive\Documents\stableDiffusion\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\launch_utils.py", line 386, in prepare_environment raise RuntimeError( RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check Press any key to continue . . ." whenever i run the webui-user batch file, any ideas why?
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
‘Torch is not able to use GPU’. What graphics card do you have?
@Mirikashh
@Mirikashh 5 месяцев назад
@@SurfacedStudio I got this issue as well - it seems to occur with AMD GPUs
@JackRainfield
@JackRainfield 3 месяца назад
I guess I'm not an absolute beginner! LOL I'm trying to come up with the more appropriate adjectives but somehow my choices are probably not considered acceptable language on RU-vid.
@rubenramirez-x8o
@rubenramirez-x8o 23 дня назад
Generating images guide 8:53
@tails_the_god
@tails_the_god 3 месяца назад
do i need a graphics card?
@SurfacedStudio
@SurfacedStudio 3 месяца назад
An NVIDIA GPU is recommended, not sure you can run it without a graphics card altogether
@kyledc6402
@kyledc6402 2 месяца назад
Is 3 mins alot to generate 1 image?
@SurfacedStudio
@SurfacedStudio Месяц назад
Depends on the image. And what you qualify as ‘a lot’. And your computer.
@mr.icebear8750
@mr.icebear8750 3 месяца назад
i followed steps but now its saying python was not found
@mr.icebear8750
@mr.icebear8750 3 месяца назад
ok never mind i fixed that problem now i have "no module named pip"
@AbsolutelyJason
@AbsolutelyJason 5 месяцев назад
Thank you!
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
You're welcome!
@dollarproduction24
@dollarproduction24 7 месяцев назад
Please make a complete tutorial video on ComfyUI without dedicated GPU
@maheshbl4853
@maheshbl4853 7 месяцев назад
Wow. Thanks. I'm also interested in the video game you are working on.
@SurfacedStudio
@SurfacedStudio 7 месяцев назад
Thanks! More to come :)
@GenericUsername-qp1ww
@GenericUsername-qp1ww 3 месяца назад
wont launch the ui, says couldnt clone assets
@SurfacedStudio
@SurfacedStudio 3 месяца назад
What says couldn’t clone assets and where?
@rizzmo8451
@rizzmo8451 3 месяца назад
@@SurfacedStudio this is the most recent reply i could find, mine seems to download fine but becomes stuck once its 100% downloaded, just ssaying theyres 2.5gb/2.5gb ? eta: 0:00:00
@SurfacedStudio
@SurfacedStudio 3 месяца назад
Sounds like an issue with your internet or the connection?
@Artistram3d1
@Artistram3d1 18 дней назад
Interesting! However, with all of the issues I've read below, I think I'll stick with traditional art, like a certain Jack 'King' Kirby. All he needed was a pencil, paper and his cigar. 'nuff said!
@cyfox9298
@cyfox9298 3 месяца назад
it gives the torch error every solution I searched didn't help
@SurfacedStudio
@SurfacedStudio 3 месяца назад
Can you be more specific? “My car doesn’t start” is hard to diagnose via internet. Where is the error, what does it look like, what have you tried, what happened when you tried those solutions, what are you trying next?
@krutoyinfo
@krutoyinfo 7 месяцев назад
Nice
@SurfacedStudio
@SurfacedStudio 7 месяцев назад
Thanks
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
This do not work with intel processor just AMD processor.
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
venv "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: 1.9.3 Commit hash: Traceback (most recent call last): File "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\launch.py", line 48, in main() File "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\launch.py", line 39, in main prepare_environment() File "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\modules\launch_utils.py", line 386, in prepare_environment raise RuntimeError( RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check Press any key to continue . . .
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
I'm running this on an Intel processor. Never used an AMD one so I'm not sure what your problem is?
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
Sounds more like your graphics card isn't strong enough? What GPU do you have?
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
@@SurfacedStudio I'm using: NVIDIA GeForce RTX3060 Laptop GPU
@casual_citizen
@casual_citizen 2 месяца назад
doesn't work. just get missing torch 2.1.2
@SurfacedStudio
@SurfacedStudio Месяц назад
Double check you have the exact version of Python installed that is required by the version of SD you downloaded, that’s usually the issue
@snuffchan
@snuffchan 4 месяца назад
Can anyone recommend a much dumber tutorial?
@Usingthisaccounttolearn
@Usingthisaccounttolearn 2 месяца назад
Did ya ever find one, i need it T-T
@zippedmouthgaming5637
@zippedmouthgaming5637 Месяц назад
Shows the need for RU-vid to have a x3 speed
@SurfacedStudio
@SurfacedStudio Месяц назад
At x3 you might almost cut my average video length down to 20m 😉
@zippedmouthgaming5637
@zippedmouthgaming5637 Месяц назад
@@SurfacedStudio Lol I can imagine! With SD specifically it seems like every single process has a billion steps to get through but you're right, I guess that's everything
@lanoi3d
@lanoi3d 5 месяцев назад
My generations all come out looking terrible. Just tons of weird stuff. Additional hands, legs, extra heads, weird psychedelic glitchiness all around, I can't get it working right at all to produce anything halfway useful.
@OfficialInformationMedia
@OfficialInformationMedia 4 месяца назад
lol image if god did a copyright claim on humans.
@OptimusPrime-gy7js
@OptimusPrime-gy7js 6 месяцев назад
So basically anyone with a Mac laptop won't be able to use it.
@SurfacedStudio
@SurfacedStudio 6 месяцев назад
Why not? Mac can run python
@OptimusPrime-gy7js
@OptimusPrime-gy7js 6 месяцев назад
@@SurfacedStudio Cool, just thought it would require a decent graphics card. Mine is a lowly hardwired Intel UHD Graphics 630 1536 MB.
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
You do need a decent graphics card as it runs on your GPU. That’s separate from whether you have a Mac or a windows or a Linux machine though :)
@OptimusPrime-gy7js
@OptimusPrime-gy7js 5 месяцев назад
@@SurfacedStudio Thanks, I did a little research into connecting an external GPU rig into my Mac Mini but feel it will just be bottlenecking the GPU. So I'm going to upgrade my PC build instead, I've been spoiled by the glamorous life of low spec Macs. 😂
@thelolguy007
@thelolguy007 3 месяца назад
I’m new to Ai. What is program is suitable to make a rock music video with yourself part of it? I haven’t seen many
@oscr_zen
@oscr_zen 3 месяца назад
oh sweet, I though sdxl is paid
@SurfacedStudio
@SurfacedStudio 3 месяца назад
As free as the SD base model :)
@Orion3G
@Orion3G Месяц назад
Python not found.. press key to exit. So before you waste your time like I did, this doesn't seem to work anymore, the right version of python doesn't seem supported anymore so I can't download it, so all this is for nothing thanks.
@azainkhan9364
@azainkhan9364 20 дней назад
Hey! Thank you for saving our time Did you found any other way?
@bang3rachi
@bang3rachi 7 месяцев назад
Ugh AI? instant unfollow. get some morals.
@gingerdog8203
@gingerdog8203 7 месяцев назад
Right
@salabur
@salabur 7 месяцев назад
why did you submit your message online? get some morals. Mailmen also have to feed their families. Hypocrite
@pedroc3948
@pedroc3948 6 месяцев назад
Why is this unethical? Do you mean this program? or AI in general?
@tyrzxv
@tyrzxv 5 месяцев назад
You do realize, it's not really ai like in the movies, right ? It's another computer program, like all the other programs that your using, where programmers sat down and hard coded like 20% to 50%, and the rest of the code was completed by libraries of code the program has in its database, developed from humans in the past. Programmers have been doing this for decades, although it's not quite as easy for the coder as these programs are making it for general user... still, it's JUST a program that interprets a user's simplified code words and then references actions it should take based on those words. These "ai" programs aren't exactly intelligent and are more like really decent at decoding adjectives and nouns, and then referencing a database of what to do with those words. So, really, your "moral" opposition to this, is really towards computers in total, and you should go back to the 1940's before there were computers.
@bang3rachi
@bang3rachi 5 месяцев назад
@tyrzxv lol lmao imagine being such a dork and defending this shit, yes I know it's not actual Ai like "the movies" I know it was programmed by unethical losers who don't have an imagination and train their loser program on other people's work to generate this shit. Go touch grass.
@rfaz4153
@rfaz4153 3 месяца назад
very disappointed
@1maximilien
@1maximilien 7 месяцев назад
Unfollow
@PrinceWesterburg
@PrinceWesterburg 5 месяцев назад
Too much chit-chat - 4mins in and 'Install java' is all I've got!
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
Not sure what you’re watching but none of this video includes installing Java
@AironyAi
@AironyAi 7 месяцев назад
Its sad to seeing you promoting this unethical ai bullshit. Time to unsubscribe 😢
@Bugthehollywoodpug
@Bugthehollywoodpug 6 месяцев назад
hahhahhhah youre a moron
@pedroc3948
@pedroc3948 6 месяцев назад
Hey man, why is this unethical? I'm honestly curious, I'm just starting to search this. It's the first time I'm seeing someone say it's unethical. Can you recommend a video or channel about this?
@tyrzxv
@tyrzxv 5 месяцев назад
It's just another program, like all other programs on your computer, that decodes words you give it, into actions. There is no real intelligence in these programs, and people are so attached to the "ai" buzzword without realizing that it's still just a program with a large database. In a way, it's a bit hypocritical to say it's unethical, if your using a computer at all, since computers were unethical ways of creating art back in the day. Plus every program you use, was written by a coder in a more archaic form of this same technique that people are now calling "ai".
@SceneSurgeSnippets
@SceneSurgeSnippets 7 месяцев назад
Never clicked faster on one of your videos
@SurfacedStudio
@SurfacedStudio 7 месяцев назад
LOL! You definitely were FAST! 😀
@sevenstars7310
@sevenstars7310 7 месяцев назад
​@SurfacedStudio  dad you keep comming 😊 i hope you're always fine
@AbsolutelyJason
@AbsolutelyJason 5 месяцев назад
😊
@SennyMarshall
@SennyMarshall 5 месяцев назад
Thank you!!!
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
Welcome!
@dollarproduction24
@dollarproduction24 7 месяцев назад
Does it need an external GPU to run Stable Diffusion? Can it be used without external GPUs?
@SurfacedStudio
@SurfacedStudio 7 месяцев назад
I’ve never had an external GPU. You need a decent graphics card but you won’t need anything beyond what you can get in basic laptops and desktops
@dollarproduction24
@dollarproduction24 7 месяцев назад
@@SurfacedStudio As I have only Integrated Intel GPU on my PC. Is it possible to run Stable Diffusion with HotshotXL on the existing system?
@DavidMartins1
@DavidMartins1 15 дней назад
I'm not at all impressed by the results shown in the video. Is this worth the hustle? I've used several paid AI image generators that produce truly amazing results and take your feedback to improve. Does Stable Diffusion take any form of feedback from the user to regenerate an image? Would I be able to train a model?
@johntnguyen1976
@johntnguyen1976 7 месяцев назад
Smart pick using Stable Diffusion and not the commercial/paid tools! 👏🏽👏🏽 Pay no attention to the unsubbers. I'm in the vfx field and aeeing content from a vfx artist trying to integrate ai into their workflow is good to see... because its exactly what the big studios are already doing. So the same short-sighted naysayers here are the same types who were yelling back in the day to shun the Photoshop artists...digital cameras and digital cinematographera...and any artist really who used the computer. Heard these types of complaints thru the years so many times...and they fade away quick because they get left behind. "Adapt or die" in our field has always been true, and still is. Ai isn't going to take your artist job....an artist that knows how to properly use Ai is going to take your artist job. It's an uncomfortable fact, but it's happening.
@AironyAi
@AironyAi 7 месяцев назад
Sorry but you are wrong. You can’t compare cameras, photoshop with ai. Does cameras used every painting to make photos? Was photoshop built on others people artwork? „Adapt or die“ yes artists are adapting thats why ai techfirms getting sued. And btw your „artist using ai“ will be gone very fast too. If ceos can easy use ai they don’t need an „ai artist“
@gingerdog8203
@gingerdog8203 7 месяцев назад
The thing is though, photoshop and cameras still need talent and need to be used in combination with other skills like lighting, composition, framing, technique, colors, etc. All ai needs is a sentence, its a way different level of effort and very much not the same thing
@MichaelR1975
@MichaelR1975 3 месяца назад
@@gingerdog8203 still takes some talent to get decent images just writing a sentence does not get the perfect image.
@MrPrimeFive
@MrPrimeFive 2 месяца назад
The older models where much better
@aaliceMG
@aaliceMG 3 месяца назад
I successfully entered the 8:50 webpage ui, but when importing v1-5-pruned-emaonly, I got an error Expecting value: line 1 column 1 (char 0). Does anyone know what I should do?
@vladartiomav2473
@vladartiomav2473 4 месяца назад
Thanx for this tutorial. On Linux it installs like a charm, there is a script that makes it easy, even with a higher version of python it works perfect 👌
@ericgcastile
@ericgcastile 6 месяцев назад
Does this run on Mac?
@SurfacedStudio
@SurfacedStudio 6 месяцев назад
If your Mac runs python then yes :)
@Corpus_Callosum
@Corpus_Callosum 4 месяца назад
Does anyone sell new PC's with Stable Diffusion installed...?
@SurfacedStudio
@SurfacedStudio 4 месяца назад
I don’t think that’s a thing. But I might be wrong, there seems to be a market for anything these days. It’s pretty easy to install yourself so not sure if people would pay for that
@Corpus_Callosum
@Corpus_Callosum 4 месяца назад
@@SurfacedStudio Thanks. May be easy for some but I see comments of many people having difficulties with installing.
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
This work for Intel processor PC or just for AMD processor PC because can't find Torch file for Intel just AMD and Linux.
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
Works fine for intel / AMD processors. But you need to make sure your graphics card can handle it
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
@@SurfacedStudio I'm using: NVIDIA GeForce RTX3060 Laptop GPU
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
I follow the steps but looks like it's not working well with the last version of Python 3.12.3 because can't install it: Couldn't launch python exit code: 9009 stderr: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. Launch unsuccessful. Exiting. Press any key to continue . . .
@Mirikashh
@Mirikashh 5 месяцев назад
I had this issue. Uninstalled that version of python and then installed python 3.10.6 and it worked.
@PuneetChhikara
@PuneetChhikara 4 месяца назад
@@Mirikashh This worked for me as well. You may need to delete 'venv' folder as well.
@fareshajjar1208
@fareshajjar1208 29 дней назад
If Ai is so smart, why doesn't it know how many fingers a human being has?
@SurfacedStudio
@SurfacedStudio 29 дней назад
AI isn’t ‘smart’. It’s good at identifying and applying patterns very very efficiently. It does not ‘understand’ how many fingers humans have because it doesn’t understand what humans are ;)
@Danishviqar
@Danishviqar 6 месяцев назад
The way you explained is perfect for a layman like me. Before coming to your video, I saw many, but none could make a layman understand sd so easily as you did. U deserve a line and su subscribe. Looking forward for more AI stuffs in simple language.
@SurfacedStudio
@SurfacedStudio 5 месяцев назад
Thank you for the kind words! Very happy to hear you enjoy my way of teaching :)
@MichaelR1975
@MichaelR1975 3 месяца назад
well took me a few hrs of troubleshooting but I finally got it work. the only downside is I am having to use my CPU instead of my GPU and renders take forever. Anyone know how to get it to work with AMD GPUs? I have A RX 6600.
@supercanaldokyooh7852
@supercanaldokyooh7852 2 месяца назад
did you find a way to make it work? I have the very same GPU
@pentametero
@pentametero 2 месяца назад
iT DOESN'T SEEM TO WORK ON WINDOWS 11 DOES IT...You couldn't make it any more difficult could you? De Quoi est-ce que tu parles? HUH?
@SurfacedStudio
@SurfacedStudio 2 месяца назад
Working fine on Windows 11 - it's the only OS I've been running it on so far
@gingerdog8203
@gingerdog8203 7 месяцев назад
Unsubbing.
@pedroc3948
@pedroc3948 6 месяцев назад
Hello brother. I'm new to AI. I'm curious about why some people are claiming this to be unethical. Is it Stable Diffusion or AI in general? I'm new to this, can you give some insight? I want to know if I'm missing something before getting involved.
@OdysseusMcNobody
@OdysseusMcNobody 3 месяца назад
cant trust anyone now a days. off to another video, we all the same problem. nice troll idk by who tho
@alexjulius69
@alexjulius69 6 месяцев назад
Omg I'm so excited, a right-wing AI that's not censored and controlled by the disgusting left wing monsters, and it's totally decentralized, I love this, I'm gonna make so much money creating funny AI images haha. These guys that are developing these open-source tools are the real heroes.
@nopes1776
@nopes1776 3 месяца назад
Why do all of you think everyone is living under a rock because they don't know ai? Maybe people actually have skill and prefer to draw by hand or actually do photography, being able to put words in a prompt literally requires no talent.
@SurfacedStudio
@SurfacedStudio 3 месяца назад
There's a difference between 'not knowing AI' and 'not having heard of AI'. I think if you fall into the latter category and you've somehow come to this video then some news might have passed you by. Also, do note that I deliberately never call it AI 'art' anywhere in this video. It generates AI images. Whether it's 'art' is a separate discussion
@kyleschultz3130
@kyleschultz3130 3 месяца назад
The words in the prompt is only the last little bit of making ai images if that was all I took every ai programmer wouldn't have a job
@kyleschultz3130
@kyleschultz3130 3 месяца назад
Also writing promt for ai takes a baseline understanding of the keywords the ai can understand kinda like people who edit photos in photoshop
@ChaseFace
@ChaseFace 2 месяца назад
@@kyleschultz3130 go be mad somewhere else friend, this isn't a constructive use of your time
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
I try to installed again but looks like it's not working anymore with the recently version of Python: Creating venv in directory C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\venv using python "C:\Users\Kedem Dray\AppData\Local\Programs\Python\Python312\python.exe" venv "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\venv\Scripts\Python.exe" ============================================================================================================================= INCOMPATIBLE PYTHON VERSION This program is tested with 3.10.6 Python, but you have 3.12.3. If you encounter an error with "RuntimeError: Couldn't install torch." message, or any other error regarding unsuccessful package (library) installation, please downgrade (or upgrade) to the latest version of 3.10 Python and delete current Python and "venv" folder in WebUI's directory. You can download 3.10 Python from here: www.python.org/downloads/release/python-3106/ Alternatively, use a binary release of WebUI: github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre Use --skip-python-version-check to suppress this warning. ============================================================================================================================= Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)] Version: 1.9.3 Commit hash: Installing torch and torchvision Looking in indexes: pypi.org/simple, download.pytorch.org/whl/cu121 ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: 2.2.0, 2.2.0+cu121, 2.2.1, 2.2.1+cu121, 2.2.2, 2.2.2+cu121, 2.3.0, 2.3.0+cu121) ERROR: No matching distribution found for torch==2.1.2 Traceback (most recent call last): File "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\launch.py", line 48, in main() File "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\launch.py", line 39, in main prepare_environment() File "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\modules\launch_utils.py", line 380, in prepare_environment run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True) File "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\modules\launch_utils.py", line 115, in run raise RuntimeError(" ".join(error_bits)) RuntimeError: Couldn't install torch. Command: "C:\Users\Kedem Dray\Desktop\New Stable Diffusion\stable-diffusion-webui-master\venv\Scripts\python.exe" -m pip install torch==2.1.2 torchvision==0.16.2 --extra-index-url download.pytorch.org/whl/cu121 Error code: 1 Press any key to continue . . .
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
Now said that I don't have Python 3.10.6 installed: Couldn't launch python exit code: 9009 stderr: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. Launch unsuccessful. Exiting. Press any key to continue . . .
@gUm_bY745
@gUm_bY745 3 месяца назад
I get the same error , don't know how to fix it EDIT: I just followed the github's install process instead and it all works now
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
I have stable-diffusion-v1-4 but I still have problems with this one.
@sorkoatbot7792
@sorkoatbot7792 5 месяцев назад
But I sill have problems with this Stable Diffusion in 2024
Далее
host ALL your AI locally
24:20
Просмотров 1,1 млн
23 AI Tools You Won't Believe are Free
25:19
Просмотров 2 млн
С какого года вы со мной?
00:13
Просмотров 174 тыс.
Adobe's New AI Video Generator is Bonkers!
25:38
Просмотров 108 тыс.
AI Video Tools Are Exploding. These Are the Best
23:13
Просмотров 166 тыс.
9 incredible AI apps that changed my life forever
16:29
Stable diffusion VS Midjourney: All you need to know
8:19
How Stable Diffusion Works (AI Image Generation)
30:21
Просмотров 149 тыс.
FLUX 1 Schnell - Local Install Guide / ComfyUI
11:29
Просмотров 134 тыс.