mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +01:00
Fix the AUTOMATIC1111 request in sd-api-pictures (closes #5993)
This commit is contained in:
parent
4ea260098f
commit
3e3f8637d6
@ -33,7 +33,7 @@ params = {
|
|||||||
'hr_upscaler': 'ESRGAN_4x',
|
'hr_upscaler': 'ESRGAN_4x',
|
||||||
'hr_scale': '1.0',
|
'hr_scale': '1.0',
|
||||||
'seed': -1,
|
'seed': -1,
|
||||||
'sampler_name': 'DPM++ 2M Karras',
|
'sampler_name': 'DPM++ 2M',
|
||||||
'steps': 32,
|
'steps': 32,
|
||||||
'cfg_scale': 7,
|
'cfg_scale': 7,
|
||||||
'textgen_prefix': 'Please provide a detailed and vivid description of [subject]',
|
'textgen_prefix': 'Please provide a detailed and vivid description of [subject]',
|
||||||
|
Loading…
Reference in New Issue
Block a user