mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-11 21:18:28 +02:00
Show controlnet model in the task info
This commit is contained in:
parent
c895a96a43
commit
8dafe486a2
@ -50,6 +50,7 @@ const taskConfigSetup = {
|
|||||||
lora_alpha: { label: "Lora Strength", visible: ({ reqBody }) => !!reqBody?.use_lora_model },
|
lora_alpha: { label: "Lora Strength", visible: ({ reqBody }) => !!reqBody?.use_lora_model },
|
||||||
preserve_init_image_color_profile: "Preserve Color Profile",
|
preserve_init_image_color_profile: "Preserve Color Profile",
|
||||||
strict_mask_border: "Strict Mask Border",
|
strict_mask_border: "Strict Mask Border",
|
||||||
|
use_controlnet_model: "ControlNet Model",
|
||||||
},
|
},
|
||||||
pluginTaskConfig: {},
|
pluginTaskConfig: {},
|
||||||
getCSSKey: (key) =>
|
getCSSKey: (key) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user