Add ComfyUI LoRA Auto Downloader extension

Adding ComfyUI LoRA Auto Downloader extension to the registry.
- Automatically downloads missing LoRAs from CivitAI
- Detects missing LoRAs in workflows
- Smart directory detection
This commit is contained in:
Jay Sankatsing 2025-06-11 20:43:13 +02:00 committed by GitHub
parent 99a9e33648
commit f7d5c94f22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27862,6 +27862,21 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "LargeModGames",
"title": "ComfyUI LoRA Auto Downloader",
"reference": "https://github.com/LargeModGames/comfyui-lora-auto-downloader",
"files": [
"https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/__init__.py",
"https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/auto_lora_detector.py",
"https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/lora_auto_downloader.py",
"https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/workflow_interceptor.py",
"https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/node_config.json",
"https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/requirements.txt"
],
"install_type": "copy",
"description": "Automatically download missing LoRAs from CivitAI and detect missing LoRAs in workflows. Features smart directory detection and easy installation."
}
]
}