diff --git a/public/templates/depth_controlnet.json b/public/templates/depth_controlnet.json index ca9516108..c8880e789 100644 --- a/public/templates/depth_controlnet.json +++ b/public/templates/depth_controlnet.json @@ -324,7 +324,7 @@ "outputs": [], "properties": {}, "widgets_values": [ - "\ud83d\udec8 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#pose-controlnet)" + "\ud83d\udec8 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#t2i-adapter-vs-controlnets)" ], "color": "#432", "bgcolor": "#653" diff --git a/public/templates/lora.json b/public/templates/lora.json index f30458190..518bf581a 100644 --- a/public/templates/lora.json +++ b/public/templates/lora.json @@ -268,7 +268,7 @@ "outputs": [], "properties": {}, "widgets_values": [ - "\ud83d\udec8 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/inpaint/#outpainting)" + "\ud83d\udec8 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/lora/)" ], "color": "#432", "bgcolor": "#653" diff --git a/src/constants/coreTemplates.ts b/src/constants/coreTemplates.ts index 9c25ee302..bfa6088f5 100644 --- a/src/constants/coreTemplates.ts +++ b/src/constants/coreTemplates.ts @@ -6,8 +6,6 @@ export const CORE_TEMPLATES = [ templates: [ { name: 'default', - tutorialUrl: - 'https://github.com/comfyanonymous/ComfyUI/wiki/Basic-Tutorial', mediaType: 'image', mediaSubtype: 'png' }, @@ -139,14 +137,14 @@ export const CORE_TEMPLATES = [ mediaType: 'image', mediaSubtype: 'png', tutorialUrl: - 'https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#2-pass-pose-worship' + 'https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#pose-controlnet' }, { name: 'depth_controlnet', mediaType: 'image', mediaSubtype: 'png', tutorialUrl: - 'https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#pose-controlnet' + 'https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#t2i-adapter-vs-controlnets' }, { name: 'depth_t2i_adapter',