Fix incorrect link in template workflow (#2579)

This commit is contained in:
bymyself
2025-02-16 07:35:54 -07:00
committed by GitHub
parent bfb1b80cd7
commit 2d2fa5bfe9
3 changed files with 4 additions and 6 deletions

View File

@@ -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',