Skip to content

Releases: ryogrid/anime-illust-image-searcher

New query options are added (Windows Executables)

30 Oct 12:09
c59cca8
Compare
Choose a tag to compare

DISCRAIMER:
THIS BULDS ARE PROVIDED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Revision

https://github.com/ryogrid/anime-illust-image-searcher/tree/c3acba39c4315707b6b04a9cc8425fcc55972c1b

About Package

  • At first execution of tagging, model files are downloaded to YOUR_HOME_DIR/.cache/huggingface/hub
    • It occupies several giga bytes :)
  • About usage
    • Please see repository top page :)
  • Attention
    • When your image files are many (about over 10k), several giga bytes memory use occurs at tagging and genmodel :)
      • If memory amount of your machine is insufficient for the processing, my programs may abnormally exit... :|

Embedding model is changed from LSI to Doc2Vec

29 Oct 10:24
Compare
Choose a tag to compare

DISCRAIMER:
THIS BULDS ARE PROVIDED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  • At first execution of tagging, model file is downloaded to YOUR_HOME_DIR/.cache/huggingface/hub
    • It occupies several giga bytes :)
  • About usage
    • Please see repository top page
  • Attention
    • When your image files are many (about over 10k), several giga bytes memory use occurs at tagging and genmodel :)
      • If memory amount of your machine is insufficient for the processing, my programs may abnormally exit... :|

First Windows binary package

17 Oct 13:21
Compare
Choose a tag to compare

DISCRAIMER:
THIS BULDS ARE PROVIDED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  • At first execution of tagging.exe, model file is downloaded to YOUR_HOME_DIR/.cache/huggingface/hub
    • It occupies several giga bytes :)
  • About usage
    • Please see this
    • This release is former version which uses LSI method (not BM25 and Doc2Vec)