forked from extern/easydiffusion
sampler -> sampler_name
This commit is contained in:
parent
cb81e2aacd
commit
0dbce101ac
@ -160,9 +160,9 @@ const TASK_MAPPING = {
|
|||||||
readUI: () => (useUpscalingField.checked ? upscaleModelField.value : undefined),
|
readUI: () => (useUpscalingField.checked ? upscaleModelField.value : undefined),
|
||||||
parse: (val) => val
|
parse: (val) => val
|
||||||
},
|
},
|
||||||
sampler: { name: 'Sampler',
|
sampler_name: { name: 'Sampler',
|
||||||
setUI: (sampler) => {
|
setUI: (sampler_name) => {
|
||||||
samplerField.value = sampler
|
samplerField.value = sampler_name
|
||||||
},
|
},
|
||||||
readUI: () => samplerField.value,
|
readUI: () => samplerField.value,
|
||||||
parse: (val) => val
|
parse: (val) => val
|
||||||
@ -351,7 +351,7 @@ const TASK_TEXT_MAPPING = {
|
|||||||
prompt_strength: 'Prompt Strength',
|
prompt_strength: 'Prompt Strength',
|
||||||
use_face_correction: 'Use Face Correction',
|
use_face_correction: 'Use Face Correction',
|
||||||
use_upscale: 'Use Upscaling',
|
use_upscale: 'Use Upscaling',
|
||||||
sampler: 'Sampler',
|
sampler_name: 'Sampler',
|
||||||
negative_prompt: 'Negative Prompt',
|
negative_prompt: 'Negative Prompt',
|
||||||
use_stable_diffusion_model: 'Stable Diffusion model',
|
use_stable_diffusion_model: 'Stable Diffusion model',
|
||||||
use_hypernetwork_model: 'Hypernetwork model',
|
use_hypernetwork_model: 'Hypernetwork model',
|
||||||
|
Loading…
Reference in New Issue
Block a user