Skip to content

V0.3.1

Latest
Compare
Choose a tag to compare
@GustavSO GustavSO released this 27 Jun 12:24
13d83e0

Overview

This minor update includes some new features, settings, improvements, and bug fixes.

Features:

  • Fetch specific versions directly: Added the ability to fetch a specific version of a model directly without manually changing it in Model Manager after fetching the main version.
  • Quick Open Folder: Added a button beside the directory dropdown that opens the selected folder in File Explorer.

Settings:

  • Skip Identical Versioning: Added a setting to skip adding the version name to the filename if it matches the model name (default: True).
  • Format on Download: Added a setting to run auto-formatting on the filename input when clicking the download button (default: True).

Minor:

  • Refactored downloader.py by moving the fetching logic to a new file fetcher.py.
  • Enhanced readability of both downloader.py and fetcher.py.

Fixes:

  • Fixed the issue where no error message was printed if the fetch request failed.
  • Excluded words and phrases are now sorted by length to avoid partial removals.

Full Changelog: V0.3.0...V0.3.1