add max lora config feature

This commit is contained in:
MindOfMatter
2024-01-25 15:02:43 -05:00
parent f7af74a16d
commit cfe7463fe2
4 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ def worker():
base_model_name = args.pop()
refiner_model_name = args.pop()
refiner_switch = args.pop()
loras = [[str(args.pop()), float(args.pop())] for _ in range(5)]
loras = [[str(args.pop()), float(args.pop())] for _ in range(modules.config.default_loras_max_number)]
input_image_checkbox = args.pop()
current_tab = args.pop()
uov_method = args.pop()