Automatically filter by loader (closes #4072)

This commit is contained in:
oobabooga 2023-09-25 10:28:35 -07:00
parent 63de9eb24f
commit b973b91d73
3 changed files with 12 additions and 7 deletions

View file

@ -77,6 +77,7 @@ def create_interface():
'instruction_template': shared.settings['instruction_template'],
'prompt_menu-default': shared.settings['prompt-default'],
'prompt_menu-notebook': shared.settings['prompt-notebook'],
'filter_by_loader': shared.args.loader or 'All'
})
if Path("cache/pfp_character.png").exists():