Update version to 0.8.13; enhance recipe management and source tracking features in release notes

This commit is contained in:
Will Miao
2025-05-09 11:38:46 +08:00
parent d0d5eb956a
commit fa08c9c3e4
3 changed files with 8 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ class LoraManagerLoader:
# Then process loras from kwargs with support for both old and new formats
loras_list = get_loras_list(kwargs)
print(f"Loaded loras list: {loras_list}")
for lora in loras_list:
if not lora.get('active', False):
continue