Skip to content

Releases: finegrain-ai/refiners

0.4.0

26 Feb 14:13
7792cff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

0.3.1

06 Feb 14:30
907a6be
Compare
Choose a tag to compare

What's Changed

  • Improved typing for Module and Chain (see #257 for details)
  • Added missing PyPi classifiers to pyproject.toml e.g. Python versions

Full Changelog: v0.3.0...v0.3.1

0.3.0

05 Feb 11:42
ec40113
Compare
Choose a tag to compare

What's Changed

  • Initiated a full-fledged documentation website available at https://refine.rs
  • Added a new SDLoraManager to easily load one or multiple community LoRA-s (e.g. CivitAI)
  • Revamped entirely the LoRA adapter and added support for Conv2dLora
  • Fixed various minor issues in solvers (fka schedulers)
  • Added Euler's method to solvers
  • Expanded IP-Adapter to support multiple image prompts
  • Refactored IP-Adapter for better composability, e.g. with LoRA-s
  • Added dense mask prompt support to Segment Anything
  • Added DINOv2 to foundation models for high-performance visual features
  • Added FreeU for improved quality at no cost
  • Converted the test weights conversion script from bash to Python
  • Replaced Poetry by Rye for Python dependencies management

New Contributors

Full Changelog: v0.2.0...v0.3.0

0.2.0

05 Feb 11:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

0.1.0

05 Feb 11:40
Compare
Choose a tag to compare

Initial release:

  • Initiated core APIs (aka Fluxion), in particular: Chain , Context and Adapter
  • Foundation model: Stable Diffusion 1.5
  • Adapters: ControlNet, LoRA, Reference-Only Control
  • Optional training utils
  • Scripts for converting model weights into the Refiners format