From 4cebfe0e2a88cd8f6ffbaa965e2a88515dd0d2c9 Mon Sep 17 00:00:00 2001 From: Robin Fernandes Date: Thu, 12 Oct 2023 10:55:24 +1100 Subject: [PATCH] Default for cn_guidance_end should be 1, not 100... --- src/data/fields.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/fields.ts b/src/data/fields.ts index b01ed0d..0ba6494 100644 --- a/src/data/fields.ts +++ b/src/data/fields.ts @@ -372,7 +372,7 @@ export const defaultFields: InterpolatableFieldDefinition[] = [ { name: "cn_1_guidance_end", type: "number", - defaultValue: 100, + defaultValue: 1, description: "", color: [200, 200, 250], labels: ['control_net'] @@ -396,7 +396,7 @@ export const defaultFields: InterpolatableFieldDefinition[] = [ { name: "cn_2_guidance_end", type: "number", - defaultValue: 100, + defaultValue: 1, description: "", color: [200, 200, 150], labels: ['control_net'] @@ -420,7 +420,7 @@ export const defaultFields: InterpolatableFieldDefinition[] = [ { name: "cn_3_guidance_end", type: "number", - defaultValue: 100, + defaultValue: 1, description: "", color: [250, 150, 150], labels: ['control_net'] @@ -444,7 +444,7 @@ export const defaultFields: InterpolatableFieldDefinition[] = [ { name: "cn_4_guidance_end", type: "number", - defaultValue: 100, + defaultValue: 1, description: "", color: [200, 150, 250], labels: ['control_net'] @@ -468,7 +468,7 @@ export const defaultFields: InterpolatableFieldDefinition[] = [ { name: "cn_5_guidance_end", type: "number", - defaultValue: 100, + defaultValue: 1, description: "", color: [150, 200, 250], labels: ['control_net']