mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix model names to match defaults in workflows
This commit is contained in:
parent
f51bb00b5e
commit
4e04ea0c0d
@ -459,7 +459,7 @@
|
|||||||
"name": "ControlNetModelField"
|
"name": "ControlNetModelField"
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"model_name": "sd-controlnet-canny",
|
"model_name": "canny",
|
||||||
"base_model": "sd-1"
|
"base_model": "sd-1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -136,7 +136,7 @@
|
|||||||
"name": "ControlNetModelField"
|
"name": "ControlNetModelField"
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"model_name": "sd-controlnet-depth",
|
"model_name": "depth",
|
||||||
"base_model": "sd-1"
|
"base_model": "sd-1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -444,7 +444,7 @@
|
|||||||
"name": "ControlNetModelField"
|
"name": "ControlNetModelField"
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"model_name": "sd-controlnet-canny",
|
"model_name": "canny",
|
||||||
"base_model": "sd-1"
|
"base_model": "sd-1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user