More rebase repair.

This commit is contained in:
user1
2023-05-06 23:55:56 -07:00
committed by Kent Keirsey
parent 5d5cdc7716
commit 78b0b37ba6
2 changed files with 1 additions and 24 deletions

View File

@@ -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 {