mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 14:45:28 +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
|
|
@ -320,6 +320,7 @@ settings = {
|
|||
'image_batch_size': 1,
|
||||
'image_batch_count': 1,
|
||||
'image_llm_variations': False,
|
||||
'image_llm_variations_prompt': 'Please create a creative variation of the image generation prompt above. Keep the same general subject and style, but vary the details, composition, lighting, or mood. Respond with only the new prompt, nothing else.',
|
||||
'image_model_menu': 'None',
|
||||
'image_dtype': 'bfloat16',
|
||||
'image_attn_backend': 'sdpa',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue