How to install Forge for Stable Diffusion. Automatic1111 but BETTER!

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 310

  • @sebastiankamph
    @sebastiankamph  10 หลายเดือนก่อน +1

    Text guide for Patreon subscribers www.patreon.com/posts/how-to-install-98578765

    • @IndiaUntold
      @IndiaUntold 10 หลายเดือนก่อน +1

      It has some missing controlnet features such as IP adaptor V2 etc. So any way to fix that?

    • @RiftWarth
      @RiftWarth 8 หลายเดือนก่อน

      @sebastiankamph Great video on Forge. I'm learning a lot from you. Quick question...is it possible for these AI tools to utilize specific fashion designs, like those found in Chinese apparel, and generate new images depicting individuals dressed in outfits with these patterns? If so, could you please tell me how?

    • @RisetOnline
      @RisetOnline 6 หลายเดือนก่อน

      Hello Seb,
      Thank you for this video and all your other videos-they've been incredibly helpful to me. However, have you looked into what's been happening with Forge lately? I'm too scared to update Forge because the latest version caused many errors. The author announced that he won't be updating Forge anymore and suggested going back to A1111 🥲 Could you discuss this in detail? My English isn't very good, so I struggle to understand all the latest news about Forge. Thanks!

  • @matijaziljak4478
    @matijaziljak4478 10 หลายเดือนก่อน +9

    I just started using stable diffusion out of curiosity a few days ago and my experience with my 4GB of vram wasn't that much fun, but with forge I'm seeing a drastic difference and I can create an image in less than 2 minutes (before was ~11 min). Thank you so much !!

  • @Alienfodder
    @Alienfodder 10 หลายเดือนก่อน +8

    OMG... this is truly a game changer, at least for me. Even if I'm using a 3060 GTX with 12GB of vram, 4 XL images would take about 15 minutes to generate. Loading the models was also a pain... But now it's all in the past! Thank you, Sebastian!

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +3

      I'm happy that you're happy!

    • @gerardoweimann7921
      @gerardoweimann7921 10 หลายเดือนก่อน +2

      "Even if i'm using a 3060 GTX with 12GB of vram" while i cry with my Vega 56 xddd

  • @EskaronVokonen
    @EskaronVokonen 10 หลายเดือนก่อน +10

    In the webui-user.bat file we can reference our A1111 existing folder, so that we don't need to re-download all the models, embeddings, etc. Then play with it, see if we like it better and later decide if we move everything into Forge (and REM back all the A1111 links)

    • @G0odGames
      @G0odGames 10 หลายเดือนก่อน +5

      how can we do this?

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน

      @@G0odGames set COMMANDLINE_ARGS= --forge-ref-a1111-home "[insert-path]\stable-diffusion-webui"

    • @EskaronVokonen
      @EskaronVokonen 10 หลายเดือนก่อน

      @@G0odGames Like I said (kind of), by editing the webui-user.bat file and removing the @REM (which probably means "remarks", or "comment" if you will) before each meaningful line of code in the webui-user.bat file. @REM tells the computer that whatever follow is only a comment so that it does not try to execute the line. So if you remove the @REM and leave the rest of the line as is, the computer will try to execute the line.
      So for me, my current webui-user.bat file (after editing it) in the Forge folder looks like (but not exactly, be cautious to type your own drive where A1111 is installed (C: ? D: ? Else ?), and change the with... well... your own username on your computer (no need to tell me)
      @echo off
      set PYTHON=
      set GIT=
      set VENV_DIR=
      set COMMANDLINE_ARGS=
      @REM Uncomment following code to reference an existing A1111 checkout.
      set A1111_HOME=C:/Users//stable-diffusion-webui
      @REM
      @REM set VENV_DIR=%A1111_HOME%/venv
      set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% ^
      --ckpt-dir %A1111_HOME%/models/Stable-diffusion ^
      --hypernetwork-dir %A1111_HOME%/models/hypernetworks ^
      --embeddings-dir %A1111_HOME%/embeddings ^
      --lora-dir %A1111_HOME%/models/Lora
      call webui.bat
      Note : I tried to include (uncomment) the set VENV_DIR=%A1111_HOME%/venv line, but due to some tweak I had done on A1111 to use xformers for speed, it mess up with the Forge which has no xformers installed by default. When I have time I'll try to compare my A1111 speed with Forge: without the A1111 references, with A1111 references... and maybe by adding xformers into Forge

    • @cavalrycome
      @cavalrycome 10 หลายเดือนก่อน

      @@G0odGames Look inside the webui-user.bat file. There are already comments there that explain how to do it.

    • @Medychar
      @Medychar 3 หลายเดือนก่อน

      ​@@G0odGames you need to uncomment these lines and use your a1111 path:
      set a1111_home="your_path_to_stable_diffusion_main_folder"
      set venv_dir=%a1111_home%/venv
      set commandline_args=%commandline_args% ^
      --ckpt-dir %a1111_home%/models/stable-diffusion ^
      --hypernetwork-dir %a1111_home%/models/hypernetworks ^
      --embeddings-dir %a1111_home%/embeddings ^
      --lora-dir %a1111_home%/models/lora

  • @Bockiiey
    @Bockiiey 10 หลายเดือนก่อน +3

    Heard about Forge for the first time today and was hoping for you to post this video :) perfect timing

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +4

      Perfect timing indeed then! :D

  • @pete7049
    @pete7049 10 หลายเดือนก่อน +1

    Thank you for this video. I dont know what was wrong with my A1111 settings, but on a 3090, I am generating like 300% faster! What used to take 4 min 30 seconds now takes less than a minute and a half. Game changer.

  • @frankieb.fernandez79
    @frankieb.fernandez79 2 หลายเดือนก่อน

    Props and respect to you sir! You have saved me from doom, other videos don't explain the proper way to install everything using cmd prompt, so I was getting tons of errors. The only thing I wasn't aware of is that Forge won't run on CPU like ComfyUI does, since I don't have Nvidia GPU. Other than that, great job!

  • @KkommA88
    @KkommA88 10 หลายเดือนก่อน +4

    Using it since yesterday, really neat and indeed a bit faster as promised!

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      Nice to hear! What else do you think about it?

    • @ClashMafia
      @ClashMafia 10 หลายเดือนก่อน +1

      @@sebastiankamph it made me able to run sdxl on my laptop with 4gb vram....need few update as thier are bugs like photomaker not working

  • @nenadm5747
    @nenadm5747 10 หลายเดือนก่อน +8

    How to make it work with Amd card?
    Thank you

  • @mperspectiva
    @mperspectiva 4 หลายเดือนก่อน

    The best Video of the year for SD Forge users , outstanding helpful

    • @sebastiankamph
      @sebastiankamph  4 หลายเดือนก่อน

      Glad it was helpful!

  • @Minami1317
    @Minami1317 10 หลายเดือนก่อน +3

    Thank you so much, been using txtimg and transferring all images to SVD for videos is so convenient!

  • @AyalSolav
    @AyalSolav 10 หลายเดือนก่อน +6

    can you direct forge to the directories of A1111 like you can do with comfy? so you don't need to duplicate every model\lora?

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน +14

      set COMMANDLINE_ARGS= --forge-ref-a1111-home "[insert-path]\stable-diffusion-webui"

    • @rasyplus
      @rasyplus 10 หลายเดือนก่อน

      ​@@Steamrickin run.bat right ?can you share full command in run.bat ❤

  • @cherminfoy
    @cherminfoy 4 หลายเดือนก่อน

    my god, this runs way better than automatic1111, so many errors trying to run automatic1111 and no easy explanation on how to fix them, forge is a life saver thank you!

    • @cherminfoy
      @cherminfoy 4 หลายเดือนก่อน

      ok so do not just start installing extensions, realized when he says xformers and such are not in forge that some extensions may cause issues with forge, killed my forge already but as long as you dont install a bunch of extensions that use xformers (if thats what killed mine i dont know im guessing) you should be fine?

    • @kingzamn45
      @kingzamn45 3 หลายเดือนก่อน

      ​@@cherminfoy extensions installed from within forge's extension tab work well for me. Have got photomaker, reactor, sdxl styles and aspect ratio helper

  • @sonbaz
    @sonbaz 7 หลายเดือนก่อน +2

    Hi thank you for the video. Do i need A1111 installed first? Or do i need to remove A1111 before installing Forge? Or can you have both installed?

    • @sebastiankamph
      @sebastiankamph  7 หลายเดือนก่อน +4

      You can have both. They are standalone

  • @narcizyzzt
    @narcizyzzt 10 หลายเดือนก่อน

    This video came perfectly, I just downloaded it and didn't know how to use it :)

  • @mytwocrazydogs9715
    @mytwocrazydogs9715 10 หลายเดือนก่อน +1

    Is there a way to have Forge use the extensions from Automatic1111? or do I need to just copy the contents of the extension folder over to Forge OR just reinstall all extensions in Forge UI? I see all the other ways to link/reuse items from Automatic1111, but not seeing anyone ask about the extensions. Thanks!

  • @joshuaflair6819
    @joshuaflair6819 10 หลายเดือนก่อน

    Thank you, with an RTX 2060 6GB, I was waiting 6 to 8 minutes for a 1024x1024 generation, now it's less than 2 minutes!!! It's day and night !! thank you to the developers of FORGE and thank you for this video

  • @TheSslawek89
    @TheSslawek89 10 หลายเดือนก่อน +1

    The problem is with InstantID. In the preprocessor section you cannot select: instant_id_face_embedding. Because of which the end result is miserable when it comes to this function. I am waiting for some update

  • @fernando749845
    @fernando749845 10 หลายเดือนก่อน +1

    Wonderful Sebastian, thank you! Do you know why many ControlNet models for SD1.5 still haven't been created for SDXL? For example the Tile model. I also feel that models like Depth don't work as accurate or create strange results.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      You're right that the 1.5 controlnets give better results. Not sure why the XL ones are so limited.

  • @Elwaves2925
    @Elwaves2925 10 หลายเดือนก่อน +3

    What does Sebastian call going on holiday with his family? Kamphing.
    Started using this earlier in the week and it's great. Not perfect yet but great and worth it for the performance increase alone. The two things it needs for me to swap full time, a fix for ControlNet not detecting IPAdaptor and for CivitAI Helper to be updated to work with the tree view Forge uses for loras etc.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      Tell me more about this ipadapter bug

    • @Elwaves2925
      @Elwaves2925 10 หลายเดือนก่อน

      @@sebastiankamph It's not picking up the preprocessor file, the one used for face swapping, so you can't select it. The github has several people mentioning this and it's labelled as high priority. I think it may have been fixed too (not sure) but not made it to the main release yet. 🙂

  • @defiantfaith324
    @defiantfaith324 10 หลายเดือนก่อน +2

    Sebastian, I have A1111 already installed should I install the python and git all over again?

    • @Alienfodder
      @Alienfodder 10 หลายเดือนก่อน +1

      No, you don't need to reinstall them. I installed Forge with the versions of GIT and Python that I already had and it works perfectly.

    • @defiantfaith324
      @defiantfaith324 10 หลายเดือนก่อน

      @@Alienfodder Ok thanks bro ..TFI 😄

  • @Cuervo79
    @Cuervo79 2 หลายเดือนก่อน

    Just one thing, if you do it "manually" with the git clone command it does not install svd nor z123 or did I miss something?

  • @soullessrights
    @soullessrights 9 หลายเดือนก่อน

    Yes, it works I really like this!!!
    My mistake was
    checking the download by accident download of zip instead of the "exe" program
    end down after the download I didn't know where the files were isn't A1111, but the username file is "forge"
    it worked great I like the new one.

  • @askingai111
    @askingai111 หลายเดือนก่อน +1

    I have a question. I tried to install Forge both using the simple method and the advanced method. Unfortunately, after installation, I can't find the SVD and Z123 tabs. They are simply not there. Could you help me further?"

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

      might be due to having a way too new and unstable version of forge when using update.bat, saw some youtuber explaining this issue. You could try going back to a more stable version.

  • @JackPaarthurnax
    @JackPaarthurnax 10 หลายเดือนก่อน

    The first video where it actually worked! Thanks!

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      I'm happy to hear that! :)

  • @Liqwalker123
    @Liqwalker123 6 หลายเดือนก่อน

    ok i see the pros of forge but what are the cons? do i miss any options out in forge then using automatic1111? i want to make images like a comic with faceswap of real photos and keep the face, clothes and style but want to be able to change the pose and the background

  • @prixmalcollects9332
    @prixmalcollects9332 10 หลายเดือนก่อน +2

    the problem is when you use sdxl model and use lora, the generation is very slow, does it make loras with sdxl faster? I have 4090, etc but generation is very slow with loras

    • @ronaldbruneau1980
      @ronaldbruneau1980 10 หลายเดือนก่อน

      I've had no luck with the speed up lcm loras using the 4090 with multiple models.....

    • @prixmalcollects9332
      @prixmalcollects9332 10 หลายเดือนก่อน

      @@ronaldbruneau1980 so it remains slow? Guess we'll have to wait for updates

    • @ronaldbruneau1980
      @ronaldbruneau1980 10 หลายเดือนก่อน

      I was actually referring to a1111 deforum using the loras in animation. They actually slowed me down with the 4090

  • @seanknowles7987
    @seanknowles7987 9 หลายเดือนก่อน

    can you copy your fooocus model /checkpoints/lora folders etc from fooocus folders and port them over to your forge folder? Or do I need redownload them for forge specifically? Also, is this download access different than forges webUI ? Or is accessing the webui for forge a simpler method?

  • @BenvanGeest
    @BenvanGeest 9 หลายเดือนก่อน

    Thanks so much for these guides, Sebastian. Automatic 1111 worked great for me, but somehow now I get the following error when trying to generate images: TypeError: 'NoneType' object is not iterable. Do you have any idea what this error message refers to? Cheers, and keep up the great work!

  • @Jizu16
    @Jizu16 2 หลายเดือนก่อน

    Shouldn't python already be installed if we were already using Automatic 1111? And i may have something else that also uses it too. Wouldn't installing an older version potentially hinder another program that requires the latest version for example ?

    • @sebastiankamph
      @sebastiankamph  2 หลายเดือนก่อน +1

      If you're using a1111, you're fine. And yes, since these uis require older Py it might mess up systems that require newer Py. Would have to install different versions in a virtual environment if so.

  • @bluemurloc5896
    @bluemurloc5896 9 หลายเดือนก่อน

    do we have to insert the command git pull into the .bat to make sure it updates automatically?

  • @Avalon1951
    @Avalon1951 4 หลายเดือนก่อน

    Quick question since I'm not a patreon I installed Forge manually and I noticed there is no update.bat, so what do I do in that case?

  • @snaileri
    @snaileri 9 หลายเดือนก่อน

    @sebastiankamph
    How do I add upscaler models, like 4x-UltraSharp to Forge?
    adding it them to .../models/ESRGAN/ doesn't work. The upscaler doesn't appear in the SD Upscale -script list.

  • @FunWaku
    @FunWaku 9 หลายเดือนก่อน +1

    @Sebastian ... but why the forge folder size keeps getting bigger and bigger everytime we prompt or generate something ? any ideas ?

    • @esperlihn4446
      @esperlihn4446 9 หลายเดือนก่อน +1

      I assume probably because it's saving all the generated images to that folder

    • @FunWaku
      @FunWaku 9 หลายเดือนก่อน

      same thought at first untill I recgnized that it wasn't that, it's the Nvidia library files and model@@esperlihn4446

  • @CoconutPete
    @CoconutPete 10 หลายเดือนก่อน

    Ok, I'm back and have come to the conclusion for me (a SD noob) I'm going back to A1111 simply because there's not enough documentation for bugs involving getting various extensions/models to work properly with Forge. But, this is probably a good opportunity for your channel to make Forge content, because there's not much out there. I may try again in the future. Also I found a post on Reddit which apparently there is some bickering between ComfyUI developer and Forge claiming that one stole code from comfy.. not sure all the details, but might be worth a look lol

  • @gamalielj4486
    @gamalielj4486 2 หลายเดือนก่อน

    Is there an equivalent of Mov2Mov in Forge?

  • @thays182
    @thays182 8 หลายเดือนก่อน

    How do you properly direct forge to use your SD1.5 Folders for Models/Loras/etc?

  • @oOROcKetguYOo
    @oOROcKetguYOo 10 หลายเดือนก่อน +1

    How to get it to work with AMD GPU ??? At the end of the Advanced Install (and after adding --skip-torch-cuda-test) there is only the information "Please check that you have an NVIDIA GPU" ...

  • @lennoyl
    @lennoyl 10 หลายเดือนก่อน +1

    Forge is exactly what I was looking for: as easy to use as a1111 but much better optimised.
    the mask in controlnet is the thing I was looking for for a long time in a1111 (that and a better handling of the VRAM) and why I spent more time on comfyUI.
    There are a lot of features "integrated" I don't even know what they do ^^

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +2

      Time to start exploring then! :D

    • @souravroy8834
      @souravroy8834 10 หลายเดือนก่อน +1

      @@sebastiankamph hi can you make a video about installing in amd gpu because i have tried it shows me error

  • @CoconutPete
    @CoconutPete 10 หลายเดือนก่อน

    lora's not showing up... in the A111 version I simply had to delete the cache.json file but no luck with forge.

  • @mp9810
    @mp9810 23 วันที่ผ่านมา +1

    Utter game changer. I was enjoying A1111, but when I tried SDXL models... hopeless. Minutes for an image, and a 50% crash chance when following the recommended Hires. fix settings for Juggernaut XL. If it worked at all, it was about 5mins per image on my RTX 3070 (8GB). After installing forge, it does it all in about 30 secs. What. The. Fuck. Even after only doing AI Art for a few days i've learnt that the hype train is often bullshit, as people chase the "best checkpoint" or "best UI"... but not this time! WOW!

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

      Glad it helped you 😊

  • @PaulRoneClarke
    @PaulRoneClarke 8 หลายเดือนก่อน +1

    Installed this both ways and get the same error when it's about to open the WEB UI "Cannot import name 'undefined' from 'pydantic.fields'" Press any key to continue..
    Seem to have been a bug reported yesterday as I write this (noticed 2 people reported the same thing on Git yesterday - 17th April)

    • @thehmc
      @thehmc 8 หลายเดือนก่อน +1

      Same error for me. Hopefully someone has some insight on this.

  • @dm204375
    @dm204375 10 หลายเดือนก่อน +3

    Forge is amazing and a lot faster then base Auto1111, but there's a caveat. You can't use hypernetworks and some extensions and it has plenty of its own bugs so its best to install it in tandem with regular Automatic1111.

    • @Phraxas52
      @Phraxas52 8 หลายเดือนก่อน

      Which extensions can't be used? There seems to be a virus going around the world preventing people from explicitly stating what extensions do or don't work.

  • @rodrigobarrosempreendedor
    @rodrigobarrosempreendedor 6 หลายเดือนก่อน

    Great video.
    Can you use sd3 webui forge?

  • @kingzamn45
    @kingzamn45 3 หลายเดือนก่อน

    Runs flawlessly on my gtx 1060 6GB version and compared to EasyDiffusion, which is supposed to be the fastest, this is so much more faster than that too and so much more feature rich.
    A full 720p image upscaled to 4k after HiRes fix added as well takes like only 45 seconds to a minute. If you use his LCM tutorial with the 1000 times faster Lora, then that time is cut in half and you can even directly renders high resolution images even quite quickly. Also the 1 click installer worked fine for me.

  • @Shogox
    @Shogox 10 หลายเดือนก่อน +1

    You can also direct it to the model folder used by a1111.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      Great tip!

    • @0ZeroTheHero
      @0ZeroTheHero 10 หลายเดือนก่อน

      How do you do that, is there a tutorial online you can reference to?

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน

      @@0ZeroTheHero set COMMANDLINE_ARGS= --forge-ref-a1111-home "[insert-path]\stable-diffusion-webui"

  • @MrDebranjandutta
    @MrDebranjandutta 9 หลายเดือนก่อน

    How do I share models between forge and the standard install of automatic 1111?

  • @yyzjuan99
    @yyzjuan99 3 หลายเดือนก่อน

    Does this intallation works without GPU and just CPU?

  • @CoconutPete
    @CoconutPete 4 หลายเดือนก่อน

    After seeing some impressive Flux examples on Reddit, I've returned to give Forge another try. I feel sad and nostalgic for SD 1.5 though 😢

  • @mr-peabody
    @mr-peabody 10 หลายเดือนก่อน

    Hi Sebastian
    How big is the "one -click package" and can I run it from a thumb drive?
    Thnx

  • @berke9313
    @berke9313 6 หลายเดือนก่อน

    I dont know if you will answer, but I read that you can upgrade your A1111 to FORGE A1111. Can you make a video for that, pls

  • @johnquertinmont9215
    @johnquertinmont9215 7 หลายเดือนก่อน

    Can I save all my checkpoints, LORA's, wildcards, and textural inversions to a external drive, then put them back after I install Forge, because I have so many of them and I don't want to lose them

  • @XNazgulXX
    @XNazgulXX 4 หลายเดือนก่อน +1

    "SVD" is completely missing. how do I get it? Literally can't find how to do this anywhere.

    • @DrunkenArrow
      @DrunkenArrow 3 หลายเดือนก่อน

      same problem here :/ you found a solution?

    • @XNazgulXX
      @XNazgulXX 2 หลายเดือนก่อน

      @@DrunkenArrow i did but every time i try to reply to you it gets deleted. wtf

    • @Cuervo79
      @Cuervo79 2 หลายเดือนก่อน

      @@XNazgulXX seems that the new version does not have it... any luck?

    • @XNazgulXX
      @XNazgulXX 2 หลายเดือนก่อน

      @@Cuervo79 Once again i post the answer and either this channel or YT deletes it. Can I comment it under your video?

  • @-Belshazzar-
    @-Belshazzar- 8 หลายเดือนก่อน

    but how can one install Forge over an existing 1111 install, so it will use the already hundreds of GB of models that are already in my hard drive?

  • @malarkey102
    @malarkey102 7 หลายเดือนก่อน

    Hi I installed forge but don’t know what all the extensions are it came with I don’t know most of it

  • @mistercapitale
    @mistercapitale 10 หลายเดือนก่อน

    Hey, any chance we can see what all the tabs do? Examples maybe?

  • @Bodrick_G
    @Bodrick_G 10 หลายเดือนก่อน +1

    Can you forward dir to A111's old files (checkpoints, loras etc) to save space?

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      Yes! It's in the webui-user.bat file

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน +3

      set COMMANDLINE_ARGS= --forge-ref-a1111-home "[insert-path]\stable-diffusion-webui"

  • @jgillman1984
    @jgillman1984 8 หลายเดือนก่อน +2

    When launching the webui-user.bat file I get:
    File "F:\Ai\StableDiffusion\Forge\stable-diffusion-webui-forge\venv\lib\site-packages\fastapi\params.py", line 4, in
    from pydantic.fields import FieldInfo, Undefined
    ImportError: cannot import name 'Undefined' from 'pydantic.fields' (F:\Ai\StableDiffusion\Forge\stable-diffusion-webui-forge\venv\lib\site-packages\pydantic\fields.py)
    Any suggestions?

    • @thehmc
      @thehmc 8 หลายเดือนก่อน

      Same error. Just commenting to get notified if anyone solves this.

  • @Asaghon
    @Asaghon 9 หลายเดือนก่อน

    Using "run" after "update" didn't work for me, gave me an error. I had to go into the webui folder and install requirements first with cmd. Then it worked

  • @evelynstrip
    @evelynstrip 4 หลายเดือนก่อน

    uf.. I just installed A1111 in terminal.. with all the cmake protobuf rust python git wget stuff.. now I have no idea how to uninstall all of this.

  • @ronaldbruneau1980
    @ronaldbruneau1980 9 หลายเดือนก่อน

    I use forges deforum tab to create animations. I would like to know how to create the animations within a boundary. I projection map so I would like to know how to keep the animations within the map of my house. Would you know how to accomplish this? I have a png map file that I created but unsure what to use it with.
    TIA

  • @iLEZ
    @iLEZ 2 หลายเดือนก่อน

    I cannot for the life of me succeed, I've followed all the instructions. I have had both Forge and A1111 running for a long time, but I decided to start over with Forge, but now I get different errors each time I try to start the environment. I can't even point at a specific thing, since it's different things each time. Sometimes it just stops on "press any key to continue", and sometimes it gives a lot of red text with basically syntax errors, and sometimes it's more specific errors like it can't install torch or torchvision or whatever. It's awfully strange. I've reinstalled python and git, and I've even tried going into the virtual environment and installing the requirements manually. Still no dice.

  • @부정선거4.15
    @부정선거4.15 10 หลายเดือนก่อน

    Im using sd 1.5 . I wonder . Can i use the lora for 1.5 version in the forge?

  • @soulife8383
    @soulife8383 8 หลายเดือนก่อน

    I'm just getting started with my journey into Stable Diffusion. 1 thing that isn't super obvious to me is, I understand that Forge, A1111, etc, are just browser front ends for SD, but when you follow these install guides, does it bundle with SD? Or am I supposed to install SD as per their website and then follow these guides?
    Edit: and also, is it safe to have multiple front ends installed?

    • @sebastiankamph
      @sebastiankamph  8 หลายเดือนก่อน

      You can install multiple front ends. SD is just that .safetensors file the front end reads. So you're good with just installing a1111, Forge, Comfy etc.

  • @aritradey8270
    @aritradey8270 7 หลายเดือนก่อน +1

    I have 2gb of VRam will this work on my PC?

    • @NewPersonBorn
      @NewPersonBorn 7 หลายเดือนก่อน

      You need 4gb

  • @MonkeyDLuffy-dx6ow
    @MonkeyDLuffy-dx6ow 7 หลายเดือนก่อน

    Thanks man great video for beginners 🙏🏼

  • @CoconutPete
    @CoconutPete 10 หลายเดือนก่อน

    sorry for questions but anyone know if you can use SSD-1B with forge?

  • @Steamrick
    @Steamrick 10 หลายเดือนก่อน +1

    As a fellow 4090 owner I don't care about the speedup, but a 1.6x max resolution increase is more than enough reason to switch over.
    I could barely do 3440x1440 while maxing out vram and system ram before and using system ram caused a huge slowdown. Maybe now it'll be much faster and even enable 4K resolution? I gotta try it out later.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      Agreed! For still image generations, 4090 is fast enough. The reason I even bought it was for the extra vram.

    • @ronaldbruneau1980
      @ronaldbruneau1980 10 หลายเดือนก่อน

      Are you doing animations?
      If so please post if you are getting better results.
      I'm running the 4090 and I'm undecided if I want to install this yet. I'm making text animations about 1min long approx 40ish min in deforum 1920x1080

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน +1

      @@ronaldbruneau1980 I've only done some very few experiements with a Comfy workflow, but animations / video is too clunky for me for now.
      Now if there were an open source model that has results like Sora...

  • @mlsterlous
    @mlsterlous 10 หลายเดือนก่อน +1

    NEED tutorial for AMD in directml mode. Actually i almost got it running, but... when i press generate, there is an error, type error or something....

    • @arch4466
      @arch4466 10 หลายเดือนก่อน

      @user-ef2rv9el9x yo pc js sucks lil bro

  • @mlsterlous
    @mlsterlous 10 หลายเดือนก่อน +4

    Automatic111 works great in directml mode for amd, and i don't even have GPU, only ryzen 7735 integrated graphics. Not only it runs 1.5 models, but also SDXL. 512x512 in 50sec. Something like 1200x800 4-5~ min. I think it's great speed.

    • @nenadm5747
      @nenadm5747 10 หลายเดือนก่อน

      What do I have to do to make it work on Amd card?

    • @danishraza8843
      @danishraza8843 10 หลายเดือนก่อน

      explain with details please

  • @NithinBalakrishnanIsOnline
    @NithinBalakrishnanIsOnline 10 หลายเดือนก่อน +9

    Speaking of Knights,
    What do you call a Knight who is scared of a Chainsaw?
    A Man with common sense.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      😁

    • @ehrenlos161
      @ehrenlos161 10 หลายเดือนก่อน +2

      You shouldn't be afraid of the chainsaw, that's everyone else's job.

  • @ВсякоеРазное-д6я
    @ВсякоеРазное-д6я 9 หลายเดือนก่อน

    Thanks for the video. Can I ask you the dumbest question? When I install it, I always get a light colored theme. All the videos have a dark interface. Is it some theme that needs to be downloaded or browser installation? Thanks.

    • @sebastiankamph
      @sebastiankamph  9 หลายเดือนก่อน

      It's based on your browser settings

  • @bubonicmccc
    @bubonicmccc 10 หลายเดือนก่อน

    I know you said don’t worry about the arguments but are you able to use a share link still? My friends and I use SD to make quick art for characters in D&D games but I don’t like having to be there doing it every time and instead just let them use my computer’s power and SD to make their character concepts/art.
    Edit: for those who also used the --share arg, it does work! I just got it set up 2 days after this and tested it.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +1

      There are some flags still available (see github) but I didn't see that one.

  • @sathishpaidi-zu8us
    @sathishpaidi-zu8us 9 หลายเดือนก่อน

    Thanks for the video, Did i need to instal anything before this like 1111 or controlNet, i wanna use this forge

    • @sebastiankamph
      @sebastiankamph  8 หลายเดือนก่อน +1

      Forge has ControlNet preinstalled. But you might need to get the controlnet models after. But you don't need a1111. All is in the guide

  • @RegularAdventurer711
    @RegularAdventurer711 10 หลายเดือนก่อน

    I haven't seen the fooocus video completely but is it possible to have both forge and foocus ?

    • @Liqwalker123
      @Liqwalker123 6 หลายเดือนก่อน

      why not? you can have fooocus, forge, automatic11111 and comfyui if you want to

  • @musicinthemachine
    @musicinthemachine 10 หลายเดือนก่อน +1

    I installed it a couple of days ago, but ControlNet doesn't work. Any time I try to use it, no matter which type, Canny, Lineart, etc., it gets an error saying: TypeError: 'NoneType' object is not iterable. I put the models in the folder and they show up in the drop down in ControlNet, but always get this same error.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      And you put an image in as an input?

    • @musicinthemachine
      @musicinthemachine 10 หลายเดือนก่อน

      @@sebastiankamph Yes. I have both A111 and Forge installed and set up the same way. It works in A111 but not in Forge. Everything else in Forge is great. It is definitely noticeably fast even on my laptop with 16 GB VRAM. I would love to get the ControlNet working as well.
      I am not a total expert, but I am the creator of the Acorn Is Spinning models on CivitAI, so I have quite a bit of experience using A111 and some with ComfyUI.

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน

      Try referencing your controlnet folder in the A1111 install instead?
      set COMMANDLINE_ARGS= --forge-ref-a1111-home "[insert-path]\stable-diffusion-webui"

    • @fretts8888
      @fretts8888 10 หลายเดือนก่อน

      Not at my machine rn, but I think control net defaults to models prefixed with “lora”, not sure what they are but they seem to generate this error, select one of the other models to see if it works (does for me).

    • @musicinthemachine
      @musicinthemachine 10 หลายเดือนก่อน

      @@sebastiankamph I found the problem. I thought that I had all of the SDXL ControlNet models in the folder but it seems somehow that only the 1.5 models were in there. I was using my Acorn is Spinning XL V2 model and it was trying to use the 1.5 ControlNet models. Now I have it working. Overall I am loving Forge.

  • @brunodegiovanni6428
    @brunodegiovanni6428 10 หลายเดือนก่อน

    Fantastic with my 3060 6Gb! Anyone found a way to fine tune ControlNet weight in the XYZ script? With A1111, the [ControlNet] weight appears amont the options in the drop down menu, but with Forge doesn't

  • @DerpusDingler
    @DerpusDingler 10 หลายเดือนก่อน +1

    Hey, you did it!

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +1

      I got you! What do you think of Forge?

    • @DerpusDingler
      @DerpusDingler 10 หลายเดือนก่อน +2

      @@sebastiankamph Loving it so far! When generating tons of images, that extra 5-9 seconds per image REALLY helps.

    • @Elwaves2925
      @Elwaves2925 10 หลายเดือนก่อน +1

      @@DerpusDingler Agreed, when using wildcards those few seconds really mount up and it can save a LOT of time.

  • @stableArtAI
    @stableArtAI 8 หลายเดือนก่อน

    Not sure why looking at install it show Total VRAM 65536 MB, total RAM 65536 MB, yet have 16GB VRAM on a 64GB system

  • @icchansan
    @icchansan 10 หลายเดือนก่อน

    Thx for sharing this tut, where can i download the stable video checkpoint? try to find the one u used and no luck

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      Check one of my latest videos and it should be there

  • @joem2042
    @joem2042 5 หลายเดือนก่อน

    Is Forge more stable than automatic1111?

  • @DamielBE
    @DamielBE 10 หลายเดือนก่อน

    Can it use existing checkpoints and lora folders with Automatic 1111? I already have a crapload of these, and I don't want to copy all them to another program's folder tree

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      Yep! I explain how in the patreon guide. It's fairly simple, check the webui-user.bat file.

  • @SmartNeto
    @SmartNeto 10 หลายเดือนก่อน +1

    Since your vladui video I still using that, it's a lot faster than a1111 (at least for my AMD processor), but honestly it's a bit unstable with another extensions. I have an RTX 3070 and a Ryzen 7 5800X, would forge be better for me?

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +2

      All signs point to yes. But your mileage may vary.

    • @SmartNeto
      @SmartNeto 10 หลายเดือนก่อน +1

      After a bit of testing I can say that this was actually a great upgrade for me, thanks for your amazing content (:

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +1

      @@SmartNeto happy to hear it!

  • @bigboss3279
    @bigboss3279 6 หลายเดือนก่อน

    bro thanks to you i have 2-3 times faster generation on sdxl with my rtx 4050, the guy who made forge is genius

    • @RisetOnline
      @RisetOnline 6 หลายเดือนก่อน

      Hello friend, have you updated your Forge to the latest version? Any issues with the extensions? I'm too scared to update Forge because the latest version is causing a lot of errors, and the author announced that they won't be updating Forge anymore. They suggested going back to A1111 🥲

    • @johnny-mnemonic13
      @johnny-mnemonic13 5 หลายเดือนก่อน

      @@RisetOnline oh wow, so not a good idea to install forge anymore?

  • @darkman237
    @darkman237 4 หลายเดือนก่อน

    Why would it ask for a username? Never had that happen before...

  • @CoconutPete
    @CoconutPete 10 หลายเดือนก่อน

    the only drawback of SD are the numerous things you have to keep track of, lingo etc..

  • @sub-jec-tiv
    @sub-jec-tiv 10 หลายเดือนก่อน

    Little confused. If you already have a Python install from running A111, do you still need to reinstall Python if you do manual install? Or can you just pull the forge data and start there, using the same Python setup you already have?

    • @ronaldbruneau1980
      @ronaldbruneau1980 10 หลายเดือนก่อน

      Read through the comments but short answer is no

    • @godspeed2145
      @godspeed2145 10 หลายเดือนก่อน

      Python that works for a1111 is the same exact one

  • @mohdfaredzuanmohdnoor4008
    @mohdfaredzuanmohdnoor4008 10 หลายเดือนก่อน

    I have questions. If I already installed A1111, do I need to install python & git again for forge? And can a pc have both forge and A1111?

    • @Elwaves2925
      @Elwaves2925 10 หลายเดือนก่อน

      You don't need to install them again. If you use the 1-Click installer it will do it all for you and everything will be in a self contained folder. So yes, you can use this alongside A1111, it's what I'm doing until a couple of Forge things get fixed.

    • @duskairable
      @duskairable 10 หลายเดือนก่อน

      Forge wont install them again if you have already installed. I install forge manually with git clone btw. You can have both.

  • @tvandang3234
    @tvandang3234 10 หลายเดือนก่อน

    How can I reference the existing model folders that are in my A1111 for Forge without making another copy?

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      This is available in the webui-user.bat file. There's a preset already for it. Just remove the @ and add your path to a1111

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน +1

      To reference everything at once:
      set COMMANDLINE_ARGS= --forge-ref-a1111-home "[insert-path]\stable-diffusion-webui"

  • @CoconutPete
    @CoconutPete 10 หลายเดือนก่อน

    I assume you need to make a brand new installation? I already installed A1111 ... dang 😢

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +1

      Yes and no. There's instructions on github on how to use the Forge fork from a1111. But I would honestly just install this again and have both.

    • @CoconutPete
      @CoconutPete 10 หลายเดือนก่อน

      @@sebastiankamph I'm giving it a try and installing now... I assume I can copy loras and other stuff from a1111 into forge installation... will report back as a potato pc user lol

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน

      @@CoconutPete Just reference your existing a1111 install in the webui-user.bat
      set COMMANDLINE_ARGS= --forge-ref-a1111-home "[insert-path]\stable-diffusion-webui"

  • @copester1204
    @copester1204 10 หลายเดือนก่อน +1

    Great video but you forgot to include how to configure it to use the models, loras, etc., we've downloaded for A1111, ComfyUI, Fooocus, etc.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน +1

      You're right! It's available in the webui-user.bat

    • @CoconutPete
      @CoconutPete 10 หลายเดือนก่อน

      ​@@sebastiankamphcan you explain more about this bat file if you have time someday?

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน

      @@CoconutPete set COMMANDLINE_ARGS= --forge-ref-a1111-home "[insert-path]\stable-diffusion-webui"

  • @classichungamatv7012
    @classichungamatv7012 9 หลายเดือนก่อน

    what are the requirements specs to use a1111

    • @sebastiankamph
      @sebastiankamph  9 หลายเดือนก่อน

      Nvidia gpu 4gb+ vram

    • @classichungamatv7012
      @classichungamatv7012 9 หลายเดือนก่อน

      @@sebastiankamph i have nvdia gtx geforce 1650 with 4gb dedicated gpu memory, can i run it?

    • @classichungamatv7012
      @classichungamatv7012 9 หลายเดือนก่อน

      @@sebastiankamph ?/

    • @classichungamatv7012
      @classichungamatv7012 9 หลายเดือนก่อน

      @@sebastiankamph ??

  • @BIGMASTERTHOR
    @BIGMASTERTHOR 10 หลายเดือนก่อน

    I try some models and only get a 2 second faster picture creation.
    I used hires fix.
    My Graphic card is a 3070ti.
    What is fast on forge, controlnet, XL models?

    • @Alpenmilch
      @Alpenmilch 10 หลายเดือนก่อน

      Pretty much all of it but lower GPU show a more impressive increase in speed compared to high end one 3070ti would be about 10-20% faster on large batches

    • @Steamrick
      @Steamrick 10 หลายเดือนก่อน

      You get a huge speedup anytime A1111 would need to cache into system RAM and Forge doesn't. For my 4090, the time to do a 3440x1440 upscale dropped from well over a minute down to 25~30 seconds. I can also do hires fix on SDXL at full 2x instead of a max of 1.6x without major slowdown.

  • @kevinramos3479
    @kevinramos3479 10 หลายเดือนก่อน

    inside forge does xformers matter?

  • @Alpenmilch
    @Alpenmilch 10 หลายเดือนก่อน

    Forge is indeed faster but I have the ongoing issue that my chekpoints, preset, lora, ect have a hard time to load. I have to refresh every single time when I boot it. It seems like the interface is loaded before that the extensions\models are loaded in.

    • @sebastiankamph
      @sebastiankamph  10 หลายเดือนก่อน

      I'm sorry to hear that. Not sure what could be the issue.

  • @youzzef.
    @youzzef. 10 หลายเดือนก่อน

    Hello anyone know how to stop stable diffusion from using hdd i installed it on ssd but it using hdd seeing it on task manager

  • @crypto_graph1060
    @crypto_graph1060 10 หลายเดือนก่อน

    Someone know how make work lora and embenddings in this version?

  • @onyxfox.09
    @onyxfox.09 3 หลายเดือนก่อน +1

    I dont have the SVD tab

    • @DrunkenArrow
      @DrunkenArrow 3 หลายเดือนก่อน

      me neither, found a solution?

    • @onyxfox.09
      @onyxfox.09 3 หลายเดือนก่อน

      @@DrunkenArrow sadly no. It turns out that it’s not supported in the newer versions.

    • @DrunkenArrow
      @DrunkenArrow 3 หลายเดือนก่อน

      @@onyxfox.09 jeah, thats what was on my mind.. ill try to get an older version later or find another option :D ty for your answer

  • @lxic-bz8hf
    @lxic-bz8hf 9 หลายเดือนก่อน

    anyone know how much space does it take on hard drive ?

  • @alexladoni-w7w
    @alexladoni-w7w 10 หลายเดือนก่อน

    Can you install any automatic1111 extension with forge?

    • @Kryptonic83
      @Kryptonic83 10 หลายเดือนก่อน

      i believe the extensions are compatible but also check if it's not already integrated into forge.