plemeri / transparent-background

This is a background removing tool powered by InSPyReNet (ACCV 2022)
MIT License
791 stars 87 forks source link

latest config.yaml incorrectly set to 1.2.10 #65

Closed Lytanshade closed 4 months ago

Lytanshade commented 4 months ago

Hi there,

Very useful app, thanks for this!

A fresh install of transparent-background has a config.yaml with the old download urls. So it 404 errors when trying to download the models.

 base:
  url: "https://github.com/plemeri/transparent-background/releases/download/1.2.10/ckpt_base.pth"
  md5: "d692e3dd5fa1b9658949d452bebf1cda"
  ckpt_name: "ckpt_base.pth"
  http_proxy: NULL
  base_size: [1024, 1024]
...

my prior install had the config url correctly set to 1.2.12

plemeri commented 4 months ago

Thank you for letting me know the problem. Please download the latest version!

Lytanshade commented 4 months ago

thanks for the quick update!