Skip to content

Commit cdfc01d

Browse files
Fix model names to match defaults in workflows & update example workflows in docs (#5351)
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [X] Bug Fix - [ ] Optimization - [ ] Documentation Update - [ ] Community Node Submission ## Have you discussed this change with the InvokeAI team? - [ ] Yes - [ ] No, because: ## Have you updated all relevant documentation? - [ ] Yes - [ ] No ## Description ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue # - Closes # ## QA Instructions, Screenshots, Recordings <!-- Please provide steps on how to test changes, any hardware or software specifications as well as any other pertinent information. --> ## Merge Plan <!-- A merge plan describes how this PR should be handled after it is approved. Example merge plans: - "This PR can be merged when approved" - "This must be squash-merged when approved" - "DO NOT MERGE - I will rebase and tidy commits before merging" - "#dev-chat on discord needs to be advised of this change when it is merged" A merge plan is particularly important for large PRs or PRs that touch the database in any way. --> ## Added/updated tests? - [ ] Yes - [ ] No : _please replace this line with details on why tests have not been included_ ## [optional] Are there any post deployment tasks we need to perform?
2 parents f51bb00 + dc632a7 commit cdfc01d

File tree

8 files changed

+5348
-2529
lines changed

8 files changed

+5348
-2529
lines changed

docs/workflows/ESRGAN_img2img_upscale_w_Canny_ControlNet.json

Lines changed: 707 additions & 307 deletions
Large diffs are not rendered by default.

docs/workflows/Face_Detailer_with_IP-Adapter_and_Canny.json

Lines changed: 2160 additions & 1262 deletions
Large diffs are not rendered by default.

docs/workflows/Multi_ControlNet_Canny_and_Depth.json

Lines changed: 798 additions & 303 deletions
Large diffs are not rendered by default.

docs/workflows/Prompt_from_File.json

Lines changed: 482 additions & 226 deletions
Large diffs are not rendered by default.

docs/workflows/SDXL_Text_to_Image.json

Lines changed: 803 additions & 234 deletions
Large diffs are not rendered by default.

docs/workflows/Text_to_Image.json

Lines changed: 395 additions & 194 deletions
Large diffs are not rendered by default.

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)