From 2ea0fa8471aa82e7860ca644450e0169dea8e754 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Wed, 12 Mar 2025 22:58:04 +0800 Subject: [PATCH] Update README and version for NSFW content control enhancements --- README.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33599543..237e32e1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d1758ca9..bf0f069c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",