SkinnyDevi / webui_tavernai_charas

A TavernUI Character extension for oobabooga's Text Generation WebUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A TavernUI Character extension for oobabooga's Text Generation WebUI

This extension features a character searcher, downloader and manager for any TavernAI cards.

General features

  • Main page recent and random cards, as well as random categories upon main page launch
  • Card filtering with text search, NSFW blocking* and category filtering
  • Card downloading
  • Card contents previewing
  • Offline card manager
  • Search and delete downloaded cards

*Disclaimer: As TavernAI is a community supported character database, characters may often be mis-categorized, or may be NSFW when they are marked as not being NSFW.

This extension was made for oobabooga's text generation webui.

Installation

You need a little bit of coding knowldge (close to none, but the more the better).

If you used a 'one-click-installer', open the CMD_FLAGS.txt file inside your installation folder.

To activate the extension, you must add the following to an existing line or new line (if no other startup flags are used):

--extensions webui_tavernai_charas

With this, the extension activates and you will see upon restart of the WebUI a new section with the extension contents.

For more information on how to install and activate users, please refer to the original documentation by oobaboga

Support me!

This extension takes some time to make, and I love working on it and fixing it for the community.

Want to support my development? Donate me over Paypal!

Extension screenshots

Main extension page with recent and random cards MainSection

Search online TavernAI cards CardSearcher

Advanced search filtering with card categories SearcherCategories

Card previews from the card's image URL CardPreviewing

Manage your offline cards OfflineCardManager

Changelog

[1.3.2]

Fixes:

  • Fixes issue #11 where TavernAI API's changed and would not fetch categories correctly, breaking the extension. Thank you to @baptisterajaut for the bug report and others for helping out!
  • Fixed a styling bug in the character delete dropdown in the Downloaded tab.

[1.3.1]

Fixes:

  • Fixes issue #10 where temp folder wasn't being checked if it was created. Discovered by @lisea2017 and @Gamefriend996. Thank you for the support!

Additional:

  • Added a donate button below extension version.

Past changelog

[1.3.0]

Features:

  • Implements a recent preview dropdown list in the Card Preview tab (suggested by @TheInvisibleMage in issue #7). Thank you for the suggestion!

Fixes:

  • Resolves a styling issue with the loader bar in the download notification.

[1.2.4]

Fixes:

  • Resolves issue #8 and #9 discovered by @drago87. Thanks for the support!
  • Works correctly with the latest version of text-generation-webui (29/01/2024)

[1.2.3]

Fixes:

  • Fixed some styling issues within the extension

[1.2.2]

Fixes:

  • Updated to the latest WebUI
  • Patched errors related to removed functions

[1.2.1]

Features:

  • Added a search bar to search for categories in the Online Character Search tab

Fixes:

  • Implemented a check for fixing disparity between the local extension's version and the local config's last recorded version

[1.1.1]

Features:

  • Implemented an update checker that displays a button inside the Downloaded Characters' tab, allowing the user to download and install the update with one click

Fixes:

  • Categories in the Online Character Searcher tab now are displayed by alphabetical order

[1.1.0]

Features:

  • Added versioning
  • Implemented a Card Preview tab that allows the user to preview a card's content through it's image URL. This refers to issue #2. Thank you to @mykeehu for the suggestion!
  • Added a prompt before downloading to specify if the card wants to be previewed before downloading

Fixes:

  • Split the main charas_ui.py file into submodules for readability
  • Added a commonplace for all components
  • General fixes, refactorings and improvements to the code base

About

A TavernUI Character extension for oobabooga's Text Generation WebUI

License:Apache License 2.0


Languages

Language:Python 92.0%Language:CSS 6.9%Language:JavaScript 1.2%