Refactor video embed implementation to enhance privacy and user experience; replace iframe with a privacy-friendly video container and add external link buttons for YouTube access.

This commit is contained in:
Will Miao
2025-06-10 06:42:50 +08:00
parent 18cdaabf5e
commit a295ff2e06
5 changed files with 100 additions and 38 deletions

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.8.17"
version = "0.8.17-bugfix"
license = {file = "LICENSE"}
dependencies = [
"aiohttp",