Update README and version for NSFW content control enhancements

This commit is contained in:
Will Miao
2025-03-12 22:58:04 +08:00
parent 7f088e58bc
commit 2ea0fa8471
2 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,13 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration
## Release Notes
### v0.7.37
* Added NSFW content control settings (blur mature content and SFW-only filter)
* Implemented intelligent blur effects for previews and showcase media
* Added manual content rating option through context menu
* Enhanced user experience with configurable content visibility
* Fixed various bugs and improved stability
### v0.7.36
* Enhanced LoRA details view with model descriptions and tags display
* Added tag filtering system for improved model discovery

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-lora-manager"
description = "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration."
version = "0.7.36"
version = "0.7.37"
license = {file = "LICENSE"}
dependencies = [
"aiohttp",