mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Image: Make the LLM Variations prompt configurable
This commit is contained in:
parent
5763947c37
commit
ffef3c7b1d
5 changed files with 35 additions and 6 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue