v0.8.18

HumanAIGC/Cloth2Texv0.8.18Jun 21, 2026by EricLBuehler

AI Summary

This release adds better logging for skipped quantization, introduces UQFF-specific CLI subcommands, and hardens remote media fetching in the server.

Key Highlights

  • Better logging for skipped quantization
  • Added UQFF-specific subcommands
  • Harden remote media fetching

New Features

  • UQFF CLI subcommands
  • Enhanced quantization logging

Full Release Notes

## What's Changed
* feat(quant): better logging for when quantization is skipped by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2260
* feat(cli): add uqff-specific subcommands by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2261
* fix(server): harden remote media fetching by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2263


**Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.17...v0.8.18