mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 23:23:43 +00:00
Image: Add LLM-generated prompt variations
This commit is contained in:
parent
7fb9f19bd8
commit
2793153717
3 changed files with 61 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ settings = {
|
|||
'image_seed': -1,
|
||||
'image_batch_size': 1,
|
||||
'image_batch_count': 1,
|
||||
'image_llm_variations': False,
|
||||
'image_model_menu': 'None',
|
||||
'image_dtype': 'bfloat16',
|
||||
'image_attn_backend': 'sdpa',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue