Skip to content

Commit

Permalink
Merge pull request #229 from rewbs/fix-cn_N_guidance_end-defaults
Browse files Browse the repository at this point in the history
Fix cn n guidance end defaults
  • Loading branch information
rewbs authored Oct 12, 2023
2 parents 332e6aa + 76a585e commit fe3cdae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand All @@ -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']
Expand All @@ -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']
Expand All @@ -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']
Expand All @@ -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']
Expand Down

0 comments on commit fe3cdae

Please sign in to comment.