FAST LOCAL Remove Background Software | No Internet Needed RemBG | FREE & Open-Source

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

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

  • @Starius2
    @Starius2 Год назад +3

    THANK GOD!! more ai tools and ai in general ran locally, is so much better.

  • @weirdscix
    @weirdscix Год назад +9

    Another nice find, have you tried Chainner and Upscyl? Both capable of upscaling, Upscayl is a simple enough GUI upscaler. Chainner is a node based program which can Upscale, connect with SD and lots of other things.

    • @TroubleChute
      @TroubleChute  Год назад +2

      Never heard of either, I'm stuck using Waifu2x :3
      Thank you. These have both piqued my interest

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

    thank you works great, even the folders part, (for image sequencing in a video editor)

  • @joelprada5056
    @joelprada5056 Год назад +2

    Hey man, thanks so much for the video, super helpful. You mentioned there's a way to customize how it processes edges and things like that. I want the edges to be sharper and not have that soft glow. Do you know where I can find information on how to do that? Thanks in advance!

  • @mira-graphics
    @mira-graphics Год назад

    Very very helpful video sir. Thanks to you

  • @rodman6644
    @rodman6644 Год назад +1

    Hey brother what's the resolution of your monitor? Btw the video, really helpful, thank you very much!

  • @traubeminze8842
    @traubeminze8842 3 месяца назад

    How can i bring the bat file to edit multiple fotos? Sometimes i need to clear the background from like 10-20 fotos (I do Ebay sellling) That is the only reason i am serching for a local background removal option because the online ones only allow for one at a time, but the bat file does only one at a time too?!

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

    Heads up for anyone finding this way after the release date. I ran the installer for the GPU variation and my RAM is now stuck permanetly at 95% usage. The ONNX Runtime duplicates your GPU and takes your RAM to subsidise it. I have absolutely no idea on how to uninstall or remove it.

  • @amateur87
    @amateur87 9 месяцев назад +4

    I can't install rembg, command doesn't work

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

      Microsoft paint has a free background remover

  • @chrisder1814
    @chrisder1814 Месяц назад

    hello and thank you very much, I have a lot of difficulty understanding because I don't know anything about code, I had some ideas for doing automation with the API but I don't know if I have the ideas are good and achievable, could I write to you so you can tell me what you think about it?

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

    I ask that in the future, make a video to remove the background + change the color of the background en masse

  • @candyxxy
    @candyxxy Год назад +1

    Its not working for me :/ It spams me "Maximum setlocal recursion level reached". With either rembg command or your batch file.

    • @TroubleChute
      @TroubleChute  Год назад +1

      I'm not sure what could cause this, but I forgot to include it in the description. I've put the code I used there :)

  • @TheCunningStunt
    @TheCunningStunt Год назад

    When I run your batch file all I get is "Maximum setlocal recursion level reached" over and over in the terminal.

  • @roufcreation
    @roufcreation 10 месяцев назад

    Very Nice. if this possible to update please share new API. Photoroom online is more accurate Now.

  • @petertrex
    @petertrex Год назад

    hmm.... I get "Maximum setlocalr cursion has reached" err with your script/with CLI

  • @bregsma
    @bregsma 18 дней назад

    God it says satisfied and everything but when I type rembg it says not recognized as internal or exernal command. anyone can help me?

  • @Yeeeeeehaw
    @Yeeeeeehaw Год назад

    Thank you !

  • @mauwiks
    @mauwiks Год назад

    Hi Man, can you make a video how you create your videos? or the process of your content creation process? Thanks

  • @TyreII
    @TyreII 13 дней назад

    This sadly Just corrupts ever file I try to create with it.

  • @Daslipperysloth
    @Daslipperysloth Год назад

    would you happen to know why when i tab out of any game, my cursor goes directly to the top left of my screen

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

      try pausing the game/ just pressing the "escape" button before tabbing out, it works in most games

  • @BrennerEraFan
    @BrennerEraFan Год назад

    Is it possible to do the same with videos?

  • @photoshopmedia
    @photoshopmedia 10 месяцев назад

    I'm still looking for the technology closest to remove bg, these still need to improve more

  • @bernardsarita-o9l
    @bernardsarita-o9l 4 месяца назад

    How do I uninstall?

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

    Iam getting error please can someone help me out??
    Iam getting import error from .onnxruntime_pybind_state import* #noqa

  • @RodgerE2472
    @RodgerE2472 Год назад

    You = Hero

  • @Shamuraii
    @Shamuraii 11 месяцев назад +1

    win. someone reply so i can remember to come back here to redownload python etc lol .. i removed it cuz it was annoying but hey a free background remover sweet guess im back... sick of these greedy guys selling open source tools while claiming free in every single search bar...

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

      They aren't selling the 'Open source tools' they are selling the server costs it takes and the development time of putting together a fully functioning website.

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

      @@Cainny nvm just found out theres a free background remover on microsoft paint lmfao .. and ppl are charging for it

  • @MrDagon777
    @MrDagon777 Год назад

    The local version works worse than their free counterpart. However, in the free online version, you cannot edit many pictures at the same time. But it is possible in local.
    Thanks for the guide.

  • @Giovanny789
    @Giovanny789 Год назад

    It didn't work for me either but I created the bat file with the help of Bing Chat, thanks.

    • @Giovanny789
      @Giovanny789 Год назад

      @echo off
      setlocal enabledelayedexpansion
      if not exist png_wb mkdir png_wb
      for %%f in (*.jpg *.jpeg *.bmp *.tiff *.avif) do (
      set "filename=%%~nf"
      rembg i "%%f" "png_wb/!filename!.png"
      )
      endlocal

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

    command rembg doesn't work. dislike

  • @NitaHadiya-wi8ir
    @NitaHadiya-wi8ir Год назад

    Loddeluooo llpillooko