Releases: LargeModGames/comfyui-smart-lora-downloader
Releases · LargeModGames/comfyui-smart-lora-downloader
v1.0.2 - Bug Fix Release
This release fixes critical import issues in the extension, ensuring it loads properly in ComfyUI.
🔧 Bug Fixes & Code Improvements
- Fixed indentation issues in
auto_lora_detector.py
- Corrected method indentation that was causing import failures
- Fixed code structure for better readability
- Improved code organization
- Removed unnecessary spacing
- Consistent formatting across the codebase
- Fixed extension loading issues in ComfyUI
- Enhanced error handling in core functionality
📝 Documentation Updates
- Updated CHANGELOG.md with v1.0.2 information
- Added clear bug-fix descriptions for users
v1.0.1 - Enhanced Name Matching
🚀 Enhanced LoRA Name Matching
This release significantly improves the ability to find and download LoRAs with different naming conventions between ComfyUI workflows and CivitAI, making the extension much more effective at automatically handling LoRAs.
✨ New Features & Improvements
- Enhanced Smart Matching - Dramatically improved LoRA detection success rate
- Fuzzy matching with Levenshtein distance algorithm
- Multiple search strategies (original, normalized, keywords)
- Handles case variations, version differences, and naming conventions
- Multi-strategy search approach with improved result ranking
- Lowered similarity threshold from 0.3 to 0.2 for better coverage
- Enhanced name normalization with better word boundary detection
- Advanced word splitting (e.g., handling camelCase properly)
- Version pattern removal for better matching across different versions
🐛 Fixes
- Fixed name matching accuracy for LoRAs with different naming conventions
- Improved fuzzy matching reliability with Levenshtein distance calculations
- Better search strategy ordering to prioritize more accurate matches
- Fixed edge cases in name normalization and keyword extraction
- Improved error messages with search strategies and similarity scores
📚 Documentation Updates
- Added restart requirement after downloads
- Added recommended dual-node setup instructions
- Added name variation warnings for users
- Added Workflow Interceptor initialization notes
- Enhanced troubleshooting section with matching examples
💻 Technical Improvements
- Added graceful degradation when optional dependencies are missing
- Ensured backward compatibility with fallback to simple string matching
- Improved performance in search and matching algorithms
For full installation and usage instructions, see the README.md
v1.0.0 - Public Release
ComfyUI LoRA Auto Downloader v1.0.0 🚀
🎉 First Public Release!
This is the first stable public release of the ComfyUI LoRA Auto Downloader extension.
✨ Features
- LoRA Auto Downloader: Automatically downloads missing LoRAs from CivitAI
- Auto LoRA Detector: Detects and lists missing LoRAs in your workflows
- Smart Directory Detection: Uses ComfyUI's dynamic folder paths
- Windows Installation Script: Easy setup with
install.bat
📦 Installation
-
Via ComfyUI Manager (Recommended):
- Search for "LoRA Auto Downloader" in ComfyUI Manager
- Click Install
-
Manual Installation:
- Clone or download this repository to
ComfyUI/custom_nodes/
- Run
install.bat
(Windows) orpip install requests
- Restart ComfyUI
- Clone or download this repository to
📚 Documentation
- README.md - Complete documentation
- QUICKSTART.md - Quick start guide
🐛 Bug Reports & Feature Requests
Please use the issue templates to report bugs or request features.
Full Changelog: https://github.com/LargeModGames/comfyui-lora-auto-downloader/commits/v1.0.0