mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Use DPM++ 2M Karras for Stable Diffusion
This commit is contained in:
parent
40bbd53640
commit
67a83f3ad9
@ -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': 'DDIM',
|
'sampler_name': 'DPM++ 2M Karras',
|
||||||
'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