Skip to content

Commit 4e04ea0

Browse files
committed
fix model names to match defaults in workflows
1 parent f51bb00 commit 4e04ea0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

invokeai/app/services/workflow_records/default_workflows/ESRGAN Upscaling with Canny ControlNet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
"name": "ControlNetModelField"
460460
},
461461
"value": {
462-
"model_name": "sd-controlnet-canny",
462+
"model_name": "canny",
463463
"base_model": "sd-1"
464464
}
465465
},

invokeai/app/services/workflow_records/default_workflows/Multi ControlNet (Canny & Depth).json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"name": "ControlNetModelField"
137137
},
138138
"value": {
139-
"model_name": "sd-controlnet-depth",
139+
"model_name": "depth",
140140
"base_model": "sd-1"
141141
}
142142
},
@@ -444,7 +444,7 @@
444444
"name": "ControlNetModelField"
445445
},
446446
"value": {
447-
"model_name": "sd-controlnet-canny",
447+
"model_name": "canny",
448448
"base_model": "sd-1"
449449
}
450450
},

0 commit comments

Comments
 (0)