2
6 Comments

PH premiere - AI background removal tool โœ‚๏ธย ๐Ÿ–ผ๏ธย - secure, zero latency. 100% free for all

Hey folks!

I just released a beta ๐Ÿšง of Img-Cut โœ‚๏ธ ๐Ÿ–ผ๏ธ on ProductHunt ๐Ÿ†, a free state of the art tool for background removal.

Link: https://www.producthunt.com/posts/img-cut-background-removal

The main difference between other tools available is that itโ€™s performing a secure local execution with state of the art AI ๐Ÿค– also the results outperform ๐Ÿ’ช the majority of the paid apps available out there.

The only caveat is that you need GPU on your device - due to intensive machine learning models being executed.

Feedback greatly appreciated ๐Ÿ™‡

on June 6, 2023
  1. 1

    congrats on your launch!

    1. 1

      thank you! โค๏ธ I hope you find it useful :)

  2. 1

    I just tried going to https://img-cut.aishoot.co/?ref=producthunt and I got a message that said that

    No GPU Detected โš ๏ธ

    Unfortunately, it seems that your device does not have a GPU availalbe in the browser ๐Ÿ˜ข. AI models are extremely slow (๐Ÿฅต minutes!) when ran without a GPU, that's why we require GPU for this web app. (availalbe is not spelled correctly: available)

    I am using FireFox and according to the link you shared: https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API#browser_compatibility FireFox should work.

    I switched over to chrome and I think it worked, it says the model is 100% loaded, but I cannot figure out what to do next. Chrome Console is giving an error:

    Uncaught (in promise) Error: The highest priority backend 'webgpu' has not yet been initialized. Make sure to await tf.ready() or await tf.setBackend() before calling other methods
    at get backend [as backend] (849-b7dff4c75b0a736f.js:7183:1384)
    at y.makeTensor (849-b7dff4c75b0a736f.js:7183:8432)
    at o (849-b7dff4c75b0a736f.js:11249:1134)
    at i (849-b7dff4c75b0a736f.js:11219:54)
    at Module.$ (849-b7dff4c75b0a736f.js:7243:4046)
    at ii.loadSync (849-b7dff4c75b0a736f.js:14524:13615)
    at 849-b7dff4c75b0a736f.js:14524:13197
    at async Object.is (849-b7dff4c75b0a736f.js:14524:17718)
    at async c (722-369d8c5ef933e3b5.js:1:14255)

    I am excited to try it! I had DALL*E generate a full grown woman riding on the back of a Doberman the size of a horse. It would be perfect to test the removal of the background.

    1. 1

      oh bummer!
      mind sharing the os and version your running?
      Firefox WeGPU works but only in the nightly FF version on either Linux or Windows.
      Chrome WebGPU works currently with macOS and Windows only.

      wondering if you setup matches one of the two cases above - seems that app is unable to load the webgpu backend.

      1. 1

        There is the issue. I am on Debian GNU/Linux 11 (bullseye) and FireFox Extended Support Release 102.11.Oesr (64-bit). If it won't work on Chrome w/ Debian, then this is the expected condition. I will have to fire-up Virt Manager and test it on Windows.