How to Install Stable Diffusion Automatic1111

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии •

  • @59Marcel
    @59Marcel 9 месяцев назад +1

    Thank you for the really clear and understandable installation of SD. The pacing of your tutorial was very good.

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад

      Thank you very much for taking the time to leave your comment and providing such useful feedback.

    • @59Marcel
      @59Marcel 9 месяцев назад +1

      No, thank you. I'm looking forward to many more of your tutorials.@@FoxtonAI

  • @Nsnitroed
    @Nsnitroed 8 месяцев назад +2

    I want to ask about the GPU error problem

    • @FoxtonAI
      @FoxtonAI  8 месяцев назад

      Hello. Can you provide more specific details about your error problem.

    • @alexdmitryspb
      @alexdmitryspb 8 месяцев назад +1

      @@FoxtonAI I suppose @Nsnitroed is talking about RuntimeError: Torch is not able to use GPU, which I also face. Could you please give us an advice how to deal with it? Thank you in advance!

  • @Turdmonkee99
    @Turdmonkee99 9 месяцев назад +2

    I'm getting a Couldn't launch Python error, but I did install 3.10.6. I feel like I'm missing a step. [Edit] Fixed, just re-installed.

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад

      Excellent. Thanks for updating. Glad you got it all fixed.

  • @christiannilsen2835
    @christiannilsen2835 5 месяцев назад +1

    What Python version is valid today? Is it still the older 3.10.6 ?

    • @FoxtonAI
      @FoxtonAI  5 месяцев назад

      3.10.6 is still good.

  • @sgl3163
    @sgl3163 2 месяца назад

    Here's something. I tried installing this on a new installation of Windows 10. Before doing it, you have to install some version of Microsoft C++ distributable. Your one click method with Stability Matrix, checks for it and downloads it. The batch file in this method does not check for it and it will create an error. Now most people who have played any type of video game or used any other graphics program will probably already have those C++ files. But in my case, on a new install of the OS, they won't be there and will create an error.

    • @FoxtonAI
      @FoxtonAI  2 месяца назад

      Thanks for your useful clarification.

  • @pyhack
    @pyhack 9 месяцев назад +1

    The clearest tutorial I have ever seen online - great job :)

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад

      Thank you very much for your kind words. Glad you found the video helpful. Comments like this make all the time and effort to produce these videos worthwhile!

  • @sakashay
    @sakashay 5 месяцев назад

    got runtime error: Torch is not able to use GPU
    system RAM 16GB, intel graphic card 8GB

    • @FoxtonAI
      @FoxtonAI  5 месяцев назад

      You'll need an NVidia graphics card for this method.

  • @gabrielgennari9405
    @gabrielgennari9405 5 месяцев назад

    Good morning! I am trying to install Automatic1111 and I can't get it to work at all. I'm getting the error "exit code 1."
    Is there any way you can help me? Maybe a Zoom call or something like that?
    I've tried everything and I can't make it work... Thank you!

    • @FoxtonAI
      @FoxtonAI  4 месяца назад

      Did you manage to solve your issue? Otherwise, have a search on Google for the specific error, there are lots of simple solutions, depending on the specific error code 1.

  • @NielaLife
    @NielaLife 4 месяца назад

    Hi, I dont have the file webui-user.bat. Just webui-user and when i click that appears RUNTIME ERROR Torch its not able to use GPU; add skip torch cuda test etc etc. What i did wrong

    • @NielaLife
      @NielaLife 4 месяца назад +1

      just webiu-user

    • @FoxtonAI
      @FoxtonAI  4 месяца назад

      Hello. Did you get your issue sorted out?

  • @kelvinspaceart8896
    @kelvinspaceart8896 7 месяцев назад

    I can't generate the picture.
    ( If you want to force a new download, use `force_download=True`.)

    • @FoxtonAI
      @FoxtonAI  6 месяцев назад

      Did you get your problem fixed?

  • @suhankumardevadiga
    @suhankumardevadiga 9 месяцев назад

    " RuntimeError: Torch is not able to use GPU" how to ressolve this?

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад +1

      Hello. I've never personally experienced that specific error, but you may want to take a look at this link, it seems that it's a quick and easy solution:
      www.reddit.com/r/StableDiffusion/comments/z6nkh0/torch_is_not_able_to_use_gpu/
      Hope that helps you.

  • @megas343
    @megas343 7 месяцев назад

    for me gives an message saying: instalation unsuccessful. no module named pip.

    • @FoxtonAI
      @FoxtonAI  7 месяцев назад

      That's strange. Try reinstalling Python again.

  • @rehanfrancois2903
    @rehanfrancois2903 8 месяцев назад

    EVERYONE can help me? RuntimeError: Couldn't install torch.

    • @FoxtonAI
      @FoxtonAI  8 месяцев назад

      Hello. This error usually occurs if you install the incorrect Python version. You need to install version 3.10.6. You can check which version of Python you have installed by doing the following on a Windows PC:
      1: Press Win+R to open the Run dialog.
      2: Type cmd and press Enter to open the Command Prompt window.
      3: In the Command Prompt, type python --version and press Enter.
      Hope that helps!

    • @dziku2222
      @dziku2222 7 месяцев назад

      @@FoxtonAI Same error, Python 3.10.6 while checking the version

  • @DritzzHistoryFacts-pi8sm
    @DritzzHistoryFacts-pi8sm 9 месяцев назад

    Hi love the vidoes, they are so clear. But trying to install i get an error code of 128 help 😫

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад

      Hello. Thanks for your comment. If you did a new, clean install, it's strange that you should get a 128 error. This would probably only occur if there was some kind of interruption when downloading the files. However, you can solve it by deleting the folders/files in the "stable-diffusion-webui
      epositories" folder and then running the "webui-user.bat", which should reinstall everything again correctly. This link steps through the solution for you:
      github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/8859
      Hope that helps you.

    • @DritzzHistoryFacts-pi8sm
      @DritzzHistoryFacts-pi8sm 9 месяцев назад

      Hi thank you so much for your response, I uninstalled using your uninstall video and then reinstalled watching your video, I’ve noticed my CMD prompt box reads different from yours when you do the E:\Automatic 111\stable-diffusion-webui and hit the webui-user.bat. mine starts with the below . Is the issue with the fatal detected dubious ownership?. I have saved it to an new Seagate E drive I brought last week?
      Creating venv in directory E:\Automatic 111\stable-diffusion-webui\venv using python "C:\Users\User\AppData\Local\Programs\Python\Python310\python.exe"
      venv "E:\Automatic 111\stable-diffusion-webui\venv\Scripts\Python.exe"
      fatal: detected dubious ownership in repository at 'E:/Automatic 111/stable-diffusion-webui'
      'E:/Automatic 111/stable-diffusion-webui' is on a file system that does not record ownership
      To add an exception for this directory, call:
      git config --global --add safe.directory 'E:/Automatic 111/stable-diffusion-webui'
      fatal: detected dubious ownership in repository at 'E:/Automatic 111/stable-diffusion-webui'
      'E:/Automatic 111/stable-diffusion-webui' is on a file system that does not record ownership
      To add an exception for this directory, call:
      @@FoxtonAI

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад +1

      I've never experienced that particular error before personally, but I did a bit of digging and there's a great explanation and solution here:
      stackoverflow.com/questions/72978485/git-submodule-update-failed-with-fatal-detected-dubious-ownership-in-reposit
      Hope that helps!

    • @DritzzHistoryFacts-pi8sm
      @DritzzHistoryFacts-pi8sm 9 месяцев назад +1

      ​@@FoxtonAI Thank you so much for your help with all of this. I just couldn't get it to work through my E drive, so I had to uninstall and put on my C drive It now works. I really like your videos. there really clear and easy to follow. be good to see more videos on starters for stable diffusion. I've used Midjourney, Leonardo and Dalle 3 but this seems a little
      daunting

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад +1

      @DritzzHistoryFacts-pi8sm Glad you got it working in the end. I was wondering if you managed to get things sorted, so thanks for updating me. Glad you like the videos and are finding them helpful. I have a whole stack of Stable Diffusion videos that I'm working on, so make sure you're subscribed and stay tuned!

  • @taira2209
    @taira2209 9 месяцев назад +1

    ty :)

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад

      You're welcome! Glad you found the video helpful.

  • @makarovhanazawa3883
    @makarovhanazawa3883 9 месяцев назад

    thanks bro i love u xaxaxxaxaxaxa

    • @FoxtonAI
      @FoxtonAI  9 месяцев назад

      Thanks very much!