mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 08:25:00 -05:00
More rebase repair.
This commit is contained in:
@@ -108,12 +108,7 @@ const parseControlField = (controlField: unknown): ControlField | undefined => {
|
||||
if (!('control' in controlField)) {
|
||||
return;
|
||||
}
|
||||
console.log(typeof controlField.control);
|
||||
// A ControlField's `controlnets` must be a array
|
||||
// TODO: check type - array of tuples
|
||||
//if (Array.isArray(controlField.control)) {
|
||||
//return;
|
||||
// }
|
||||
// console.log(typeof controlField.control);
|
||||
|
||||
// Build a valid ControlField
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user