Image: Make the LLM Variations prompt configurable

This commit is contained in:
oobabooga 2025-12-04 10:44:35 -08:00
parent 5763947c37
commit ffef3c7b1d
5 changed files with 35 additions and 6 deletions

View file

@ -294,6 +294,7 @@ def list_interface_input_elements():
'image_batch_size',
'image_batch_count',
'image_llm_variations',
'image_llm_variations_prompt',
'image_model_menu',
'image_dtype',
'image_attn_backend',
@ -549,6 +550,7 @@ def setup_auto_save():
'image_batch_size',
'image_batch_count',
'image_llm_variations',
'image_llm_variations_prompt',
'image_model_menu',
'image_dtype',
'image_attn_backend',