@comfyorg/comfyui-frontend-types 1.6.6 → 1.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1068 -417
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -30849,83 +30849,56 @@ export declare class ComfyApp {
30849
30849
  name: z.ZodString;
30850
30850
  colors: z.ZodObject<{
30851
30851
  node_slot: z.ZodObject<{
30852
- BOOLEAN: z.ZodOptional<z.ZodString>;
30853
30852
  CLIP: z.ZodOptional<z.ZodString>;
30854
30853
  CLIP_VISION: z.ZodOptional<z.ZodString>;
30855
30854
  CLIP_VISION_OUTPUT: z.ZodOptional<z.ZodString>;
30856
30855
  CONDITIONING: z.ZodOptional<z.ZodString>;
30857
30856
  CONTROL_NET: z.ZodOptional<z.ZodString>;
30858
- CONTROL_NET_WEIGHTS: z.ZodOptional<z.ZodString>;
30859
- FLOAT: z.ZodOptional<z.ZodString>;
30860
- GLIGEN: z.ZodOptional<z.ZodString>;
30861
30857
  IMAGE: z.ZodOptional<z.ZodString>;
30862
- IMAGEUPLOAD: z.ZodOptional<z.ZodString>;
30863
- INT: z.ZodOptional<z.ZodString>;
30864
30858
  LATENT: z.ZodOptional<z.ZodString>;
30865
- LATENT_KEYFRAME: z.ZodOptional<z.ZodString>;
30866
30859
  MASK: z.ZodOptional<z.ZodString>;
30867
30860
  MODEL: z.ZodOptional<z.ZodString>;
30861
+ STYLE_MODEL: z.ZodOptional<z.ZodString>;
30862
+ VAE: z.ZodOptional<z.ZodString>;
30863
+ NOISE: z.ZodOptional<z.ZodString>;
30864
+ GUIDER: z.ZodOptional<z.ZodString>;
30868
30865
  SAMPLER: z.ZodOptional<z.ZodString>;
30869
30866
  SIGMAS: z.ZodOptional<z.ZodString>;
30870
- STRING: z.ZodOptional<z.ZodString>;
30871
- STYLE_MODEL: z.ZodOptional<z.ZodString>;
30872
- T2I_ADAPTER_WEIGHTS: z.ZodOptional<z.ZodString>;
30873
30867
  TAESD: z.ZodOptional<z.ZodString>;
30874
- TIMESTEP_KEYFRAME: z.ZodOptional<z.ZodString>;
30875
- UPSCALE_MODEL: z.ZodOptional<z.ZodString>;
30876
- VAE: z.ZodOptional<z.ZodString>;
30877
30868
  }, "strip", z.ZodTypeAny, {
30878
- BOOLEAN?: string;
30879
30869
  CLIP?: string;
30880
30870
  CLIP_VISION?: string;
30881
30871
  CLIP_VISION_OUTPUT?: string;
30882
30872
  CONDITIONING?: string;
30883
30873
  CONTROL_NET?: string;
30884
- CONTROL_NET_WEIGHTS?: string;
30885
- FLOAT?: string;
30886
- GLIGEN?: string;
30887
30874
  IMAGE?: string;
30888
- IMAGEUPLOAD?: string;
30889
- INT?: string;
30890
30875
  LATENT?: string;
30891
- LATENT_KEYFRAME?: string;
30892
30876
  MASK?: string;
30893
30877
  MODEL?: string;
30878
+ STYLE_MODEL?: string;
30879
+ VAE?: string;
30880
+ NOISE?: string;
30881
+ GUIDER?: string;
30894
30882
  SAMPLER?: string;
30895
30883
  SIGMAS?: string;
30896
- STRING?: string;
30897
- STYLE_MODEL?: string;
30898
- T2I_ADAPTER_WEIGHTS?: string;
30899
30884
  TAESD?: string;
30900
- TIMESTEP_KEYFRAME?: string;
30901
- UPSCALE_MODEL?: string;
30902
- VAE?: string;
30903
30885
  }, {
30904
- BOOLEAN?: string;
30905
30886
  CLIP?: string;
30906
30887
  CLIP_VISION?: string;
30907
30888
  CLIP_VISION_OUTPUT?: string;
30908
30889
  CONDITIONING?: string;
30909
30890
  CONTROL_NET?: string;
30910
- CONTROL_NET_WEIGHTS?: string;
30911
- FLOAT?: string;
30912
- GLIGEN?: string;
30913
30891
  IMAGE?: string;
30914
- IMAGEUPLOAD?: string;
30915
- INT?: string;
30916
30892
  LATENT?: string;
30917
- LATENT_KEYFRAME?: string;
30918
30893
  MASK?: string;
30919
30894
  MODEL?: string;
30895
+ STYLE_MODEL?: string;
30896
+ VAE?: string;
30897
+ NOISE?: string;
30898
+ GUIDER?: string;
30920
30899
  SAMPLER?: string;
30921
30900
  SIGMAS?: string;
30922
- STRING?: string;
30923
- STYLE_MODEL?: string;
30924
- T2I_ADAPTER_WEIGHTS?: string;
30925
30901
  TAESD?: string;
30926
- TIMESTEP_KEYFRAME?: string;
30927
- UPSCALE_MODEL?: string;
30928
- VAE?: string;
30929
30902
  }>;
30930
30903
  litegraph_base: z.ZodObject<{
30931
30904
  BACKGROUND_IMAGE: z.ZodOptional<z.ZodString>;
@@ -30938,7 +30911,7 @@ export declare class ComfyApp {
30938
30911
  NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
30939
30912
  NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
30940
30913
  NODE_DEFAULT_BOXCOLOR: z.ZodOptional<z.ZodString>;
30941
- NODE_DEFAULT_SHAPE: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>]>>;
30914
+ NODE_DEFAULT_SHAPE: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodString]>>;
30942
30915
  NODE_BOX_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
30943
30916
  NODE_BYPASS_BGCOLOR: z.ZodOptional<z.ZodString>;
30944
30917
  NODE_ERROR_COLOUR: z.ZodOptional<z.ZodString>;
@@ -30964,7 +30937,7 @@ export declare class ComfyApp {
30964
30937
  NODE_DEFAULT_COLOR?: string;
30965
30938
  NODE_DEFAULT_BGCOLOR?: string;
30966
30939
  NODE_DEFAULT_BOXCOLOR?: string;
30967
- NODE_DEFAULT_SHAPE?: RenderShape;
30940
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
30968
30941
  NODE_BOX_OUTLINE_COLOR?: string;
30969
30942
  NODE_BYPASS_BGCOLOR?: string;
30970
30943
  NODE_ERROR_COLOUR?: string;
@@ -30990,7 +30963,7 @@ export declare class ComfyApp {
30990
30963
  NODE_DEFAULT_COLOR?: string;
30991
30964
  NODE_DEFAULT_BGCOLOR?: string;
30992
30965
  NODE_DEFAULT_BOXCOLOR?: string;
30993
- NODE_DEFAULT_SHAPE?: RenderShape;
30966
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
30994
30967
  NODE_BOX_OUTLINE_COLOR?: string;
30995
30968
  NODE_BYPASS_BGCOLOR?: string;
30996
30969
  NODE_ERROR_COLOUR?: string;
@@ -31007,24 +30980,24 @@ export declare class ComfyApp {
31007
30980
  BADGE_BG_COLOR?: string;
31008
30981
  }>;
31009
30982
  comfy_base: z.ZodObject<{
31010
- "fg-color": z.ZodString;
31011
- "bg-color": z.ZodString;
31012
- "bg-img": z.ZodOptional<z.ZodString>;
31013
- "comfy-menu-bg": z.ZodString;
30983
+ "fg-color": z.ZodOptional<z.ZodString>;
30984
+ "bg-color": z.ZodOptional<z.ZodString>;
30985
+ "bg-img": z.ZodOptional<z.ZodOptional<z.ZodString>>;
30986
+ "comfy-menu-bg": z.ZodOptional<z.ZodString>;
31014
30987
  "comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
31015
- "comfy-input-bg": z.ZodString;
31016
- "input-text": z.ZodString;
31017
- "descrip-text": z.ZodString;
31018
- "drag-text": z.ZodString;
31019
- "error-text": z.ZodString;
31020
- "border-color": z.ZodString;
31021
- "tr-even-bg-color": z.ZodString;
31022
- "tr-odd-bg-color": z.ZodString;
31023
- "content-bg": z.ZodString;
31024
- "content-fg": z.ZodString;
31025
- "content-hover-bg": z.ZodString;
31026
- "content-hover-fg": z.ZodString;
31027
- "bar-shadow": z.ZodString;
30988
+ "comfy-input-bg": z.ZodOptional<z.ZodString>;
30989
+ "input-text": z.ZodOptional<z.ZodString>;
30990
+ "descrip-text": z.ZodOptional<z.ZodString>;
30991
+ "drag-text": z.ZodOptional<z.ZodString>;
30992
+ "error-text": z.ZodOptional<z.ZodString>;
30993
+ "border-color": z.ZodOptional<z.ZodString>;
30994
+ "tr-even-bg-color": z.ZodOptional<z.ZodString>;
30995
+ "tr-odd-bg-color": z.ZodOptional<z.ZodString>;
30996
+ "content-bg": z.ZodOptional<z.ZodString>;
30997
+ "content-fg": z.ZodOptional<z.ZodString>;
30998
+ "content-hover-bg": z.ZodOptional<z.ZodString>;
30999
+ "content-hover-fg": z.ZodOptional<z.ZodString>;
31000
+ "bar-shadow": z.ZodOptional<z.ZodString>;
31028
31001
  }, "strip", z.ZodTypeAny, {
31029
31002
  "fg-color"?: string;
31030
31003
  "bg-color"?: string;
@@ -31064,113 +31037,26 @@ export declare class ComfyApp {
31064
31037
  "content-hover-fg"?: string;
31065
31038
  "bar-shadow"?: string;
31066
31039
  }>;
31067
- }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
31068
- node_slot: z.ZodObject<{
31069
- BOOLEAN: z.ZodOptional<z.ZodString>;
31070
- CLIP: z.ZodOptional<z.ZodString>;
31071
- CLIP_VISION: z.ZodOptional<z.ZodString>;
31072
- CLIP_VISION_OUTPUT: z.ZodOptional<z.ZodString>;
31073
- CONDITIONING: z.ZodOptional<z.ZodString>;
31074
- CONTROL_NET: z.ZodOptional<z.ZodString>;
31075
- CONTROL_NET_WEIGHTS: z.ZodOptional<z.ZodString>;
31076
- FLOAT: z.ZodOptional<z.ZodString>;
31077
- GLIGEN: z.ZodOptional<z.ZodString>;
31078
- IMAGE: z.ZodOptional<z.ZodString>;
31079
- IMAGEUPLOAD: z.ZodOptional<z.ZodString>;
31080
- INT: z.ZodOptional<z.ZodString>;
31081
- LATENT: z.ZodOptional<z.ZodString>;
31082
- LATENT_KEYFRAME: z.ZodOptional<z.ZodString>;
31083
- MASK: z.ZodOptional<z.ZodString>;
31084
- MODEL: z.ZodOptional<z.ZodString>;
31085
- SAMPLER: z.ZodOptional<z.ZodString>;
31086
- SIGMAS: z.ZodOptional<z.ZodString>;
31087
- STRING: z.ZodOptional<z.ZodString>;
31088
- STYLE_MODEL: z.ZodOptional<z.ZodString>;
31089
- T2I_ADAPTER_WEIGHTS: z.ZodOptional<z.ZodString>;
31090
- TAESD: z.ZodOptional<z.ZodString>;
31091
- TIMESTEP_KEYFRAME: z.ZodOptional<z.ZodString>;
31092
- UPSCALE_MODEL: z.ZodOptional<z.ZodString>;
31093
- VAE: z.ZodOptional<z.ZodString>;
31094
- }, "strip", z.ZodTypeAny, {
31095
- BOOLEAN?: string;
31040
+ }, "strip", z.ZodTypeAny, {
31041
+ node_slot?: {
31096
31042
  CLIP?: string;
31097
31043
  CLIP_VISION?: string;
31098
31044
  CLIP_VISION_OUTPUT?: string;
31099
31045
  CONDITIONING?: string;
31100
31046
  CONTROL_NET?: string;
31101
- CONTROL_NET_WEIGHTS?: string;
31102
- FLOAT?: string;
31103
- GLIGEN?: string;
31104
31047
  IMAGE?: string;
31105
- IMAGEUPLOAD?: string;
31106
- INT?: string;
31107
31048
  LATENT?: string;
31108
- LATENT_KEYFRAME?: string;
31109
31049
  MASK?: string;
31110
31050
  MODEL?: string;
31111
- SAMPLER?: string;
31112
- SIGMAS?: string;
31113
- STRING?: string;
31114
31051
  STYLE_MODEL?: string;
31115
- T2I_ADAPTER_WEIGHTS?: string;
31116
- TAESD?: string;
31117
- TIMESTEP_KEYFRAME?: string;
31118
- UPSCALE_MODEL?: string;
31119
31052
  VAE?: string;
31120
- }, {
31121
- BOOLEAN?: string;
31122
- CLIP?: string;
31123
- CLIP_VISION?: string;
31124
- CLIP_VISION_OUTPUT?: string;
31125
- CONDITIONING?: string;
31126
- CONTROL_NET?: string;
31127
- CONTROL_NET_WEIGHTS?: string;
31128
- FLOAT?: string;
31129
- GLIGEN?: string;
31130
- IMAGE?: string;
31131
- IMAGEUPLOAD?: string;
31132
- INT?: string;
31133
- LATENT?: string;
31134
- LATENT_KEYFRAME?: string;
31135
- MASK?: string;
31136
- MODEL?: string;
31053
+ NOISE?: string;
31054
+ GUIDER?: string;
31137
31055
  SAMPLER?: string;
31138
31056
  SIGMAS?: string;
31139
- STRING?: string;
31140
- STYLE_MODEL?: string;
31141
- T2I_ADAPTER_WEIGHTS?: string;
31142
31057
  TAESD?: string;
31143
- TIMESTEP_KEYFRAME?: string;
31144
- UPSCALE_MODEL?: string;
31145
- VAE?: string;
31146
- }>;
31147
- litegraph_base: z.ZodObject<{
31148
- BACKGROUND_IMAGE: z.ZodOptional<z.ZodString>;
31149
- CLEAR_BACKGROUND_COLOR: z.ZodOptional<z.ZodString>;
31150
- NODE_TITLE_COLOR: z.ZodOptional<z.ZodString>;
31151
- NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
31152
- NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
31153
- NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
31154
- NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
31155
- NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
31156
- NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
31157
- NODE_DEFAULT_BOXCOLOR: z.ZodOptional<z.ZodString>;
31158
- NODE_DEFAULT_SHAPE: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>]>>;
31159
- NODE_BOX_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
31160
- NODE_BYPASS_BGCOLOR: z.ZodOptional<z.ZodString>;
31161
- NODE_ERROR_COLOUR: z.ZodOptional<z.ZodString>;
31162
- DEFAULT_SHADOW_COLOR: z.ZodOptional<z.ZodString>;
31163
- DEFAULT_GROUP_FONT: z.ZodOptional<z.ZodNumber>;
31164
- WIDGET_BGCOLOR: z.ZodOptional<z.ZodString>;
31165
- WIDGET_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
31166
- WIDGET_TEXT_COLOR: z.ZodOptional<z.ZodString>;
31167
- WIDGET_SECONDARY_TEXT_COLOR: z.ZodOptional<z.ZodString>;
31168
- LINK_COLOR: z.ZodOptional<z.ZodString>;
31169
- EVENT_LINK_COLOR: z.ZodOptional<z.ZodString>;
31170
- CONNECTING_LINK_COLOR: z.ZodOptional<z.ZodString>;
31171
- BADGE_FG_COLOR: z.ZodOptional<z.ZodString>;
31172
- BADGE_BG_COLOR: z.ZodOptional<z.ZodString>;
31173
- }, "strip", z.ZodTypeAny, {
31058
+ };
31059
+ litegraph_base?: {
31174
31060
  BACKGROUND_IMAGE?: string;
31175
31061
  CLEAR_BACKGROUND_COLOR?: string;
31176
31062
  NODE_TITLE_COLOR?: string;
@@ -31181,7 +31067,7 @@ export declare class ComfyApp {
31181
31067
  NODE_DEFAULT_COLOR?: string;
31182
31068
  NODE_DEFAULT_BGCOLOR?: string;
31183
31069
  NODE_DEFAULT_BOXCOLOR?: string;
31184
- NODE_DEFAULT_SHAPE?: RenderShape;
31070
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31185
31071
  NODE_BOX_OUTLINE_COLOR?: string;
31186
31072
  NODE_BYPASS_BGCOLOR?: string;
31187
31073
  NODE_ERROR_COLOUR?: string;
@@ -31196,7 +31082,47 @@ export declare class ComfyApp {
31196
31082
  CONNECTING_LINK_COLOR?: string;
31197
31083
  BADGE_FG_COLOR?: string;
31198
31084
  BADGE_BG_COLOR?: string;
31199
- }, {
31085
+ };
31086
+ comfy_base?: {
31087
+ "fg-color"?: string;
31088
+ "bg-color"?: string;
31089
+ "bg-img"?: string;
31090
+ "comfy-menu-bg"?: string;
31091
+ "comfy-menu-secondary-bg"?: string;
31092
+ "comfy-input-bg"?: string;
31093
+ "input-text"?: string;
31094
+ "descrip-text"?: string;
31095
+ "drag-text"?: string;
31096
+ "error-text"?: string;
31097
+ "border-color"?: string;
31098
+ "tr-even-bg-color"?: string;
31099
+ "tr-odd-bg-color"?: string;
31100
+ "content-bg"?: string;
31101
+ "content-fg"?: string;
31102
+ "content-hover-bg"?: string;
31103
+ "content-hover-fg"?: string;
31104
+ "bar-shadow"?: string;
31105
+ };
31106
+ }, {
31107
+ node_slot?: {
31108
+ CLIP?: string;
31109
+ CLIP_VISION?: string;
31110
+ CLIP_VISION_OUTPUT?: string;
31111
+ CONDITIONING?: string;
31112
+ CONTROL_NET?: string;
31113
+ IMAGE?: string;
31114
+ LATENT?: string;
31115
+ MASK?: string;
31116
+ MODEL?: string;
31117
+ STYLE_MODEL?: string;
31118
+ VAE?: string;
31119
+ NOISE?: string;
31120
+ GUIDER?: string;
31121
+ SAMPLER?: string;
31122
+ SIGMAS?: string;
31123
+ TAESD?: string;
31124
+ };
31125
+ litegraph_base?: {
31200
31126
  BACKGROUND_IMAGE?: string;
31201
31127
  CLEAR_BACKGROUND_COLOR?: string;
31202
31128
  NODE_TITLE_COLOR?: string;
@@ -31207,7 +31133,7 @@ export declare class ComfyApp {
31207
31133
  NODE_DEFAULT_COLOR?: string;
31208
31134
  NODE_DEFAULT_BGCOLOR?: string;
31209
31135
  NODE_DEFAULT_BOXCOLOR?: string;
31210
- NODE_DEFAULT_SHAPE?: RenderShape;
31136
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31211
31137
  NODE_BOX_OUTLINE_COLOR?: string;
31212
31138
  NODE_BYPASS_BGCOLOR?: string;
31213
31139
  NODE_ERROR_COLOUR?: string;
@@ -31222,46 +31148,8 @@ export declare class ComfyApp {
31222
31148
  CONNECTING_LINK_COLOR?: string;
31223
31149
  BADGE_FG_COLOR?: string;
31224
31150
  BADGE_BG_COLOR?: string;
31225
- }>;
31226
- comfy_base: z.ZodObject<{
31227
- "fg-color": z.ZodString;
31228
- "bg-color": z.ZodString;
31229
- "bg-img": z.ZodOptional<z.ZodString>;
31230
- "comfy-menu-bg": z.ZodString;
31231
- "comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
31232
- "comfy-input-bg": z.ZodString;
31233
- "input-text": z.ZodString;
31234
- "descrip-text": z.ZodString;
31235
- "drag-text": z.ZodString;
31236
- "error-text": z.ZodString;
31237
- "border-color": z.ZodString;
31238
- "tr-even-bg-color": z.ZodString;
31239
- "tr-odd-bg-color": z.ZodString;
31240
- "content-bg": z.ZodString;
31241
- "content-fg": z.ZodString;
31242
- "content-hover-bg": z.ZodString;
31243
- "content-hover-fg": z.ZodString;
31244
- "bar-shadow": z.ZodString;
31245
- }, "strip", z.ZodTypeAny, {
31246
- "fg-color"?: string;
31247
- "bg-color"?: string;
31248
- "bg-img"?: string;
31249
- "comfy-menu-bg"?: string;
31250
- "comfy-menu-secondary-bg"?: string;
31251
- "comfy-input-bg"?: string;
31252
- "input-text"?: string;
31253
- "descrip-text"?: string;
31254
- "drag-text"?: string;
31255
- "error-text"?: string;
31256
- "border-color"?: string;
31257
- "tr-even-bg-color"?: string;
31258
- "tr-odd-bg-color"?: string;
31259
- "content-bg"?: string;
31260
- "content-fg"?: string;
31261
- "content-hover-bg"?: string;
31262
- "content-hover-fg"?: string;
31263
- "bar-shadow"?: string;
31264
- }, {
31151
+ };
31152
+ comfy_base?: {
31265
31153
  "fg-color"?: string;
31266
31154
  "bg-color"?: string;
31267
31155
  "bg-img"?: string;
@@ -31280,86 +31168,63 @@ export declare class ComfyApp {
31280
31168
  "content-hover-bg"?: string;
31281
31169
  "content-hover-fg"?: string;
31282
31170
  "bar-shadow"?: string;
31283
- }>;
31284
- }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
31171
+ };
31172
+ }>;
31173
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
31174
+ id: z.ZodString;
31175
+ name: z.ZodString;
31176
+ colors: z.ZodObject<{
31285
31177
  node_slot: z.ZodObject<{
31286
- BOOLEAN: z.ZodOptional<z.ZodString>;
31287
31178
  CLIP: z.ZodOptional<z.ZodString>;
31288
31179
  CLIP_VISION: z.ZodOptional<z.ZodString>;
31289
31180
  CLIP_VISION_OUTPUT: z.ZodOptional<z.ZodString>;
31290
31181
  CONDITIONING: z.ZodOptional<z.ZodString>;
31291
31182
  CONTROL_NET: z.ZodOptional<z.ZodString>;
31292
- CONTROL_NET_WEIGHTS: z.ZodOptional<z.ZodString>;
31293
- FLOAT: z.ZodOptional<z.ZodString>;
31294
- GLIGEN: z.ZodOptional<z.ZodString>;
31295
31183
  IMAGE: z.ZodOptional<z.ZodString>;
31296
- IMAGEUPLOAD: z.ZodOptional<z.ZodString>;
31297
- INT: z.ZodOptional<z.ZodString>;
31298
31184
  LATENT: z.ZodOptional<z.ZodString>;
31299
- LATENT_KEYFRAME: z.ZodOptional<z.ZodString>;
31300
31185
  MASK: z.ZodOptional<z.ZodString>;
31301
31186
  MODEL: z.ZodOptional<z.ZodString>;
31187
+ STYLE_MODEL: z.ZodOptional<z.ZodString>;
31188
+ VAE: z.ZodOptional<z.ZodString>;
31189
+ NOISE: z.ZodOptional<z.ZodString>;
31190
+ GUIDER: z.ZodOptional<z.ZodString>;
31302
31191
  SAMPLER: z.ZodOptional<z.ZodString>;
31303
31192
  SIGMAS: z.ZodOptional<z.ZodString>;
31304
- STRING: z.ZodOptional<z.ZodString>;
31305
- STYLE_MODEL: z.ZodOptional<z.ZodString>;
31306
- T2I_ADAPTER_WEIGHTS: z.ZodOptional<z.ZodString>;
31307
31193
  TAESD: z.ZodOptional<z.ZodString>;
31308
- TIMESTEP_KEYFRAME: z.ZodOptional<z.ZodString>;
31309
- UPSCALE_MODEL: z.ZodOptional<z.ZodString>;
31310
- VAE: z.ZodOptional<z.ZodString>;
31311
31194
  }, "strip", z.ZodTypeAny, {
31312
- BOOLEAN?: string;
31313
31195
  CLIP?: string;
31314
31196
  CLIP_VISION?: string;
31315
31197
  CLIP_VISION_OUTPUT?: string;
31316
31198
  CONDITIONING?: string;
31317
31199
  CONTROL_NET?: string;
31318
- CONTROL_NET_WEIGHTS?: string;
31319
- FLOAT?: string;
31320
- GLIGEN?: string;
31321
31200
  IMAGE?: string;
31322
- IMAGEUPLOAD?: string;
31323
- INT?: string;
31324
31201
  LATENT?: string;
31325
- LATENT_KEYFRAME?: string;
31326
31202
  MASK?: string;
31327
31203
  MODEL?: string;
31204
+ STYLE_MODEL?: string;
31205
+ VAE?: string;
31206
+ NOISE?: string;
31207
+ GUIDER?: string;
31328
31208
  SAMPLER?: string;
31329
31209
  SIGMAS?: string;
31330
- STRING?: string;
31331
- STYLE_MODEL?: string;
31332
- T2I_ADAPTER_WEIGHTS?: string;
31333
31210
  TAESD?: string;
31334
- TIMESTEP_KEYFRAME?: string;
31335
- UPSCALE_MODEL?: string;
31336
- VAE?: string;
31337
31211
  }, {
31338
- BOOLEAN?: string;
31339
31212
  CLIP?: string;
31340
31213
  CLIP_VISION?: string;
31341
31214
  CLIP_VISION_OUTPUT?: string;
31342
31215
  CONDITIONING?: string;
31343
31216
  CONTROL_NET?: string;
31344
- CONTROL_NET_WEIGHTS?: string;
31345
- FLOAT?: string;
31346
- GLIGEN?: string;
31347
31217
  IMAGE?: string;
31348
- IMAGEUPLOAD?: string;
31349
- INT?: string;
31350
31218
  LATENT?: string;
31351
- LATENT_KEYFRAME?: string;
31352
31219
  MASK?: string;
31353
31220
  MODEL?: string;
31221
+ STYLE_MODEL?: string;
31222
+ VAE?: string;
31223
+ NOISE?: string;
31224
+ GUIDER?: string;
31354
31225
  SAMPLER?: string;
31355
31226
  SIGMAS?: string;
31356
- STRING?: string;
31357
- STYLE_MODEL?: string;
31358
- T2I_ADAPTER_WEIGHTS?: string;
31359
31227
  TAESD?: string;
31360
- TIMESTEP_KEYFRAME?: string;
31361
- UPSCALE_MODEL?: string;
31362
- VAE?: string;
31363
31228
  }>;
31364
31229
  litegraph_base: z.ZodObject<{
31365
31230
  BACKGROUND_IMAGE: z.ZodOptional<z.ZodString>;
@@ -31372,7 +31237,7 @@ export declare class ComfyApp {
31372
31237
  NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
31373
31238
  NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
31374
31239
  NODE_DEFAULT_BOXCOLOR: z.ZodOptional<z.ZodString>;
31375
- NODE_DEFAULT_SHAPE: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>]>>;
31240
+ NODE_DEFAULT_SHAPE: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodString]>>;
31376
31241
  NODE_BOX_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
31377
31242
  NODE_BYPASS_BGCOLOR: z.ZodOptional<z.ZodString>;
31378
31243
  NODE_ERROR_COLOUR: z.ZodOptional<z.ZodString>;
@@ -31398,7 +31263,7 @@ export declare class ComfyApp {
31398
31263
  NODE_DEFAULT_COLOR?: string;
31399
31264
  NODE_DEFAULT_BGCOLOR?: string;
31400
31265
  NODE_DEFAULT_BOXCOLOR?: string;
31401
- NODE_DEFAULT_SHAPE?: RenderShape;
31266
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31402
31267
  NODE_BOX_OUTLINE_COLOR?: string;
31403
31268
  NODE_BYPASS_BGCOLOR?: string;
31404
31269
  NODE_ERROR_COLOUR?: string;
@@ -31424,7 +31289,7 @@ export declare class ComfyApp {
31424
31289
  NODE_DEFAULT_COLOR?: string;
31425
31290
  NODE_DEFAULT_BGCOLOR?: string;
31426
31291
  NODE_DEFAULT_BOXCOLOR?: string;
31427
- NODE_DEFAULT_SHAPE?: RenderShape;
31292
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31428
31293
  NODE_BOX_OUTLINE_COLOR?: string;
31429
31294
  NODE_BYPASS_BGCOLOR?: string;
31430
31295
  NODE_ERROR_COLOUR?: string;
@@ -31441,24 +31306,24 @@ export declare class ComfyApp {
31441
31306
  BADGE_BG_COLOR?: string;
31442
31307
  }>;
31443
31308
  comfy_base: z.ZodObject<{
31444
- "fg-color": z.ZodString;
31445
- "bg-color": z.ZodString;
31446
- "bg-img": z.ZodOptional<z.ZodString>;
31447
- "comfy-menu-bg": z.ZodString;
31309
+ "fg-color": z.ZodOptional<z.ZodString>;
31310
+ "bg-color": z.ZodOptional<z.ZodString>;
31311
+ "bg-img": z.ZodOptional<z.ZodOptional<z.ZodString>>;
31312
+ "comfy-menu-bg": z.ZodOptional<z.ZodString>;
31448
31313
  "comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
31449
- "comfy-input-bg": z.ZodString;
31450
- "input-text": z.ZodString;
31451
- "descrip-text": z.ZodString;
31452
- "drag-text": z.ZodString;
31453
- "error-text": z.ZodString;
31454
- "border-color": z.ZodString;
31455
- "tr-even-bg-color": z.ZodString;
31456
- "tr-odd-bg-color": z.ZodString;
31457
- "content-bg": z.ZodString;
31458
- "content-fg": z.ZodString;
31459
- "content-hover-bg": z.ZodString;
31460
- "content-hover-fg": z.ZodString;
31461
- "bar-shadow": z.ZodString;
31314
+ "comfy-input-bg": z.ZodOptional<z.ZodString>;
31315
+ "input-text": z.ZodOptional<z.ZodString>;
31316
+ "descrip-text": z.ZodOptional<z.ZodString>;
31317
+ "drag-text": z.ZodOptional<z.ZodString>;
31318
+ "error-text": z.ZodOptional<z.ZodString>;
31319
+ "border-color": z.ZodOptional<z.ZodString>;
31320
+ "tr-even-bg-color": z.ZodOptional<z.ZodString>;
31321
+ "tr-odd-bg-color": z.ZodOptional<z.ZodString>;
31322
+ "content-bg": z.ZodOptional<z.ZodString>;
31323
+ "content-fg": z.ZodOptional<z.ZodString>;
31324
+ "content-hover-bg": z.ZodOptional<z.ZodString>;
31325
+ "content-hover-fg": z.ZodOptional<z.ZodString>;
31326
+ "bar-shadow": z.ZodOptional<z.ZodString>;
31462
31327
  }, "strip", z.ZodTypeAny, {
31463
31328
  "fg-color"?: string;
31464
31329
  "bg-color"?: string;
@@ -31498,37 +31363,24 @@ export declare class ComfyApp {
31498
31363
  "content-hover-fg"?: string;
31499
31364
  "bar-shadow"?: string;
31500
31365
  }>;
31501
- }, z.ZodTypeAny, "passthrough">>;
31502
- }, "strip", z.ZodTypeAny, {
31503
- name?: string;
31504
- id?: string;
31505
- colors?: {
31366
+ }, "strip", z.ZodTypeAny, {
31506
31367
  node_slot?: {
31507
- BOOLEAN?: string;
31508
31368
  CLIP?: string;
31509
31369
  CLIP_VISION?: string;
31510
31370
  CLIP_VISION_OUTPUT?: string;
31511
31371
  CONDITIONING?: string;
31512
31372
  CONTROL_NET?: string;
31513
- CONTROL_NET_WEIGHTS?: string;
31514
- FLOAT?: string;
31515
- GLIGEN?: string;
31516
31373
  IMAGE?: string;
31517
- IMAGEUPLOAD?: string;
31518
- INT?: string;
31519
31374
  LATENT?: string;
31520
- LATENT_KEYFRAME?: string;
31521
31375
  MASK?: string;
31522
31376
  MODEL?: string;
31377
+ STYLE_MODEL?: string;
31378
+ VAE?: string;
31379
+ NOISE?: string;
31380
+ GUIDER?: string;
31523
31381
  SAMPLER?: string;
31524
31382
  SIGMAS?: string;
31525
- STRING?: string;
31526
- STYLE_MODEL?: string;
31527
- T2I_ADAPTER_WEIGHTS?: string;
31528
31383
  TAESD?: string;
31529
- TIMESTEP_KEYFRAME?: string;
31530
- UPSCALE_MODEL?: string;
31531
- VAE?: string;
31532
31384
  };
31533
31385
  litegraph_base?: {
31534
31386
  BACKGROUND_IMAGE?: string;
@@ -31541,7 +31393,7 @@ export declare class ComfyApp {
31541
31393
  NODE_DEFAULT_COLOR?: string;
31542
31394
  NODE_DEFAULT_BGCOLOR?: string;
31543
31395
  NODE_DEFAULT_BOXCOLOR?: string;
31544
- NODE_DEFAULT_SHAPE?: RenderShape;
31396
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31545
31397
  NODE_BOX_OUTLINE_COLOR?: string;
31546
31398
  NODE_BYPASS_BGCOLOR?: string;
31547
31399
  NODE_ERROR_COLOUR?: string;
@@ -31577,39 +31429,24 @@ export declare class ComfyApp {
31577
31429
  "content-hover-fg"?: string;
31578
31430
  "bar-shadow"?: string;
31579
31431
  };
31580
- } & {
31581
- [k: string]: unknown;
31582
- };
31583
- }, {
31584
- name?: string;
31585
- id?: string;
31586
- colors?: {
31432
+ }, {
31587
31433
  node_slot?: {
31588
- BOOLEAN?: string;
31589
31434
  CLIP?: string;
31590
31435
  CLIP_VISION?: string;
31591
31436
  CLIP_VISION_OUTPUT?: string;
31592
31437
  CONDITIONING?: string;
31593
31438
  CONTROL_NET?: string;
31594
- CONTROL_NET_WEIGHTS?: string;
31595
- FLOAT?: string;
31596
- GLIGEN?: string;
31597
31439
  IMAGE?: string;
31598
- IMAGEUPLOAD?: string;
31599
- INT?: string;
31600
31440
  LATENT?: string;
31601
- LATENT_KEYFRAME?: string;
31602
31441
  MASK?: string;
31603
31442
  MODEL?: string;
31443
+ STYLE_MODEL?: string;
31444
+ VAE?: string;
31445
+ NOISE?: string;
31446
+ GUIDER?: string;
31604
31447
  SAMPLER?: string;
31605
31448
  SIGMAS?: string;
31606
- STRING?: string;
31607
- STYLE_MODEL?: string;
31608
- T2I_ADAPTER_WEIGHTS?: string;
31609
31449
  TAESD?: string;
31610
- TIMESTEP_KEYFRAME?: string;
31611
- UPSCALE_MODEL?: string;
31612
- VAE?: string;
31613
31450
  };
31614
31451
  litegraph_base?: {
31615
31452
  BACKGROUND_IMAGE?: string;
@@ -31622,7 +31459,7 @@ export declare class ComfyApp {
31622
31459
  NODE_DEFAULT_COLOR?: string;
31623
31460
  NODE_DEFAULT_BGCOLOR?: string;
31624
31461
  NODE_DEFAULT_BOXCOLOR?: string;
31625
- NODE_DEFAULT_SHAPE?: RenderShape;
31462
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31626
31463
  NODE_BOX_OUTLINE_COLOR?: string;
31627
31464
  NODE_BYPASS_BGCOLOR?: string;
31628
31465
  NODE_ERROR_COLOUR?: string;
@@ -31658,84 +31495,408 @@ export declare class ComfyApp {
31658
31495
  "content-hover-fg"?: string;
31659
31496
  "bar-shadow"?: string;
31660
31497
  };
31661
- } & {
31662
- [k: string]: unknown;
31663
- };
31664
- }>>;
31665
- 'Comfy.ConfirmClear': z.ZodBoolean;
31666
- 'Comfy.DevMode': z.ZodBoolean;
31667
- 'Comfy.Workflow.ShowMissingNodesWarning': z.ZodBoolean;
31668
- 'Comfy.Workflow.ShowMissingModelsWarning': z.ZodBoolean;
31669
- 'Comfy.DisableFloatRounding': z.ZodBoolean;
31670
- 'Comfy.DisableSliders': z.ZodBoolean;
31671
- 'Comfy.DOMClippingEnabled': z.ZodBoolean;
31672
- 'Comfy.EditAttention.Delta': z.ZodNumber;
31673
- 'Comfy.EnableTooltips': z.ZodBoolean;
31674
- 'Comfy.EnableWorkflowViewRestore': z.ZodBoolean;
31675
- 'Comfy.FloatRoundingPrecision': z.ZodNumber;
31676
- 'Comfy.Graph.CanvasInfo': z.ZodBoolean;
31677
- 'Comfy.Graph.ZoomSpeed': z.ZodNumber;
31678
- 'Comfy.Group.DoubleClickTitleToEdit': z.ZodBoolean;
31679
- 'Comfy.GroupSelectedNodes.Padding': z.ZodNumber;
31680
- 'Comfy.InvertMenuScrolling': z.ZodBoolean;
31681
- 'Comfy.Locale': z.ZodString;
31682
- 'Comfy.Logging.Enabled': z.ZodBoolean;
31683
- 'Comfy.NodeLibrary.Bookmarks': z.ZodArray<z.ZodString, "many">;
31684
- 'Comfy.NodeLibrary.Bookmarks.V2': z.ZodArray<z.ZodString, "many">;
31685
- 'Comfy.NodeLibrary.BookmarksCustomization': z.ZodRecord<z.ZodString, z.ZodObject<{
31686
- icon: z.ZodOptional<z.ZodString>;
31687
- color: z.ZodOptional<z.ZodString>;
31688
- }, "strip", z.ZodTypeAny, {
31689
- color?: string;
31690
- icon?: string;
31691
- }, {
31692
- color?: string;
31693
- icon?: string;
31694
- }>>;
31695
- 'Comfy.NodeInputConversionSubmenus': z.ZodBoolean;
31696
- 'Comfy.LinkRelease.Action': z.ZodEnum<[string, ...string[]]>;
31697
- 'Comfy.LinkRelease.ActionShift': z.ZodEnum<[string, ...string[]]>;
31698
- 'Comfy.NodeSearchBoxImpl.NodePreview': z.ZodBoolean;
31699
- 'Comfy.NodeSearchBoxImpl': z.ZodEnum<["default", "simple"]>;
31700
- 'Comfy.NodeSearchBoxImpl.ShowCategory': z.ZodBoolean;
31701
- 'Comfy.NodeSearchBoxImpl.ShowIdName': z.ZodBoolean;
31702
- 'Comfy.NodeSuggestions.number': z.ZodNumber;
31703
- 'Comfy.Node.ShowDeprecated': z.ZodBoolean;
31704
- 'Comfy.Node.ShowExperimental': z.ZodBoolean;
31705
- 'Comfy.PreviewFormat': z.ZodString;
31706
- 'Comfy.PromptFilename': z.ZodBoolean;
31707
- 'Comfy.Sidebar.Location': z.ZodEnum<["left", "right"]>;
31708
- 'Comfy.Sidebar.Size': z.ZodEnum<["small", "normal"]>;
31709
- 'Comfy.SwitchUser': z.ZodAny;
31710
- 'Comfy.SnapToGrid.GridSize': z.ZodNumber;
31711
- 'Comfy.TextareaWidget.FontSize': z.ZodNumber;
31712
- 'Comfy.TextareaWidget.Spellcheck': z.ZodBoolean;
31713
- 'Comfy.UseNewMenu': z.ZodEnum<["Disabled", "Top", "Bottom"]>;
31714
- 'Comfy.TreeExplorer.ItemPadding': z.ZodNumber;
31715
- 'Comfy.Validation.Workflows': z.ZodBoolean;
31716
- 'Comfy.Workflow.SortNodeIdOnSave': z.ZodBoolean;
31717
- 'Comfy.Queue.ImageFit': z.ZodEnum<["contain", "cover"]>;
31718
- 'Comfy.Workflow.WorkflowTabsPosition': z.ZodEnum<["Sidebar", "Topbar"]>;
31719
- 'Comfy.Node.DoubleClickTitleToEdit': z.ZodBoolean;
31720
- 'Comfy.Window.UnloadConfirmation': z.ZodBoolean;
31721
- 'Comfy.NodeBadge.NodeSourceBadgeMode': z.ZodEnum<[string, ...string[]]>;
31722
- 'Comfy.NodeBadge.NodeIdBadgeMode': z.ZodEnum<[string, ...string[]]>;
31723
- 'Comfy.NodeBadge.NodeLifeCycleBadgeMode': z.ZodEnum<[string, ...string[]]>;
31724
- 'Comfy.QueueButton.BatchCountLimit': z.ZodNumber;
31725
- 'Comfy.Keybinding.UnsetBindings': z.ZodArray<z.ZodObject<{
31726
- commandId: z.ZodString;
31727
- combo: z.ZodObject<{
31728
- key: z.ZodString;
31729
- ctrl: z.ZodOptional<z.ZodBoolean>;
31730
- alt: z.ZodOptional<z.ZodBoolean>;
31731
- shift: z.ZodOptional<z.ZodBoolean>;
31732
- meta: z.ZodOptional<z.ZodBoolean>;
31733
- }, "strip", z.ZodTypeAny, {
31734
- shift?: boolean;
31735
- key?: string;
31736
- ctrl?: boolean;
31737
- alt?: boolean;
31738
- meta?: boolean;
31498
+ }>;
31499
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
31500
+ id: z.ZodString;
31501
+ name: z.ZodString;
31502
+ colors: z.ZodObject<{
31503
+ node_slot: z.ZodObject<{
31504
+ CLIP: z.ZodOptional<z.ZodString>;
31505
+ CLIP_VISION: z.ZodOptional<z.ZodString>;
31506
+ CLIP_VISION_OUTPUT: z.ZodOptional<z.ZodString>;
31507
+ CONDITIONING: z.ZodOptional<z.ZodString>;
31508
+ CONTROL_NET: z.ZodOptional<z.ZodString>;
31509
+ IMAGE: z.ZodOptional<z.ZodString>;
31510
+ LATENT: z.ZodOptional<z.ZodString>;
31511
+ MASK: z.ZodOptional<z.ZodString>;
31512
+ MODEL: z.ZodOptional<z.ZodString>;
31513
+ STYLE_MODEL: z.ZodOptional<z.ZodString>;
31514
+ VAE: z.ZodOptional<z.ZodString>;
31515
+ NOISE: z.ZodOptional<z.ZodString>;
31516
+ GUIDER: z.ZodOptional<z.ZodString>;
31517
+ SAMPLER: z.ZodOptional<z.ZodString>;
31518
+ SIGMAS: z.ZodOptional<z.ZodString>;
31519
+ TAESD: z.ZodOptional<z.ZodString>;
31520
+ }, "strip", z.ZodTypeAny, {
31521
+ CLIP?: string;
31522
+ CLIP_VISION?: string;
31523
+ CLIP_VISION_OUTPUT?: string;
31524
+ CONDITIONING?: string;
31525
+ CONTROL_NET?: string;
31526
+ IMAGE?: string;
31527
+ LATENT?: string;
31528
+ MASK?: string;
31529
+ MODEL?: string;
31530
+ STYLE_MODEL?: string;
31531
+ VAE?: string;
31532
+ NOISE?: string;
31533
+ GUIDER?: string;
31534
+ SAMPLER?: string;
31535
+ SIGMAS?: string;
31536
+ TAESD?: string;
31537
+ }, {
31538
+ CLIP?: string;
31539
+ CLIP_VISION?: string;
31540
+ CLIP_VISION_OUTPUT?: string;
31541
+ CONDITIONING?: string;
31542
+ CONTROL_NET?: string;
31543
+ IMAGE?: string;
31544
+ LATENT?: string;
31545
+ MASK?: string;
31546
+ MODEL?: string;
31547
+ STYLE_MODEL?: string;
31548
+ VAE?: string;
31549
+ NOISE?: string;
31550
+ GUIDER?: string;
31551
+ SAMPLER?: string;
31552
+ SIGMAS?: string;
31553
+ TAESD?: string;
31554
+ }>;
31555
+ litegraph_base: z.ZodObject<{
31556
+ BACKGROUND_IMAGE: z.ZodOptional<z.ZodString>;
31557
+ CLEAR_BACKGROUND_COLOR: z.ZodOptional<z.ZodString>;
31558
+ NODE_TITLE_COLOR: z.ZodOptional<z.ZodString>;
31559
+ NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
31560
+ NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
31561
+ NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
31562
+ NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
31563
+ NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
31564
+ NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
31565
+ NODE_DEFAULT_BOXCOLOR: z.ZodOptional<z.ZodString>;
31566
+ NODE_DEFAULT_SHAPE: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodString]>>;
31567
+ NODE_BOX_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
31568
+ NODE_BYPASS_BGCOLOR: z.ZodOptional<z.ZodString>;
31569
+ NODE_ERROR_COLOUR: z.ZodOptional<z.ZodString>;
31570
+ DEFAULT_SHADOW_COLOR: z.ZodOptional<z.ZodString>;
31571
+ DEFAULT_GROUP_FONT: z.ZodOptional<z.ZodNumber>;
31572
+ WIDGET_BGCOLOR: z.ZodOptional<z.ZodString>;
31573
+ WIDGET_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
31574
+ WIDGET_TEXT_COLOR: z.ZodOptional<z.ZodString>;
31575
+ WIDGET_SECONDARY_TEXT_COLOR: z.ZodOptional<z.ZodString>;
31576
+ LINK_COLOR: z.ZodOptional<z.ZodString>;
31577
+ EVENT_LINK_COLOR: z.ZodOptional<z.ZodString>;
31578
+ CONNECTING_LINK_COLOR: z.ZodOptional<z.ZodString>;
31579
+ BADGE_FG_COLOR: z.ZodOptional<z.ZodString>;
31580
+ BADGE_BG_COLOR: z.ZodOptional<z.ZodString>;
31581
+ }, "strip", z.ZodTypeAny, {
31582
+ BACKGROUND_IMAGE?: string;
31583
+ CLEAR_BACKGROUND_COLOR?: string;
31584
+ NODE_TITLE_COLOR?: string;
31585
+ NODE_SELECTED_TITLE_COLOR?: string;
31586
+ NODE_TEXT_SIZE?: number;
31587
+ NODE_TEXT_COLOR?: string;
31588
+ NODE_SUBTEXT_SIZE?: number;
31589
+ NODE_DEFAULT_COLOR?: string;
31590
+ NODE_DEFAULT_BGCOLOR?: string;
31591
+ NODE_DEFAULT_BOXCOLOR?: string;
31592
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31593
+ NODE_BOX_OUTLINE_COLOR?: string;
31594
+ NODE_BYPASS_BGCOLOR?: string;
31595
+ NODE_ERROR_COLOUR?: string;
31596
+ DEFAULT_SHADOW_COLOR?: string;
31597
+ DEFAULT_GROUP_FONT?: number;
31598
+ WIDGET_BGCOLOR?: string;
31599
+ WIDGET_OUTLINE_COLOR?: string;
31600
+ WIDGET_TEXT_COLOR?: string;
31601
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
31602
+ LINK_COLOR?: string;
31603
+ EVENT_LINK_COLOR?: string;
31604
+ CONNECTING_LINK_COLOR?: string;
31605
+ BADGE_FG_COLOR?: string;
31606
+ BADGE_BG_COLOR?: string;
31607
+ }, {
31608
+ BACKGROUND_IMAGE?: string;
31609
+ CLEAR_BACKGROUND_COLOR?: string;
31610
+ NODE_TITLE_COLOR?: string;
31611
+ NODE_SELECTED_TITLE_COLOR?: string;
31612
+ NODE_TEXT_SIZE?: number;
31613
+ NODE_TEXT_COLOR?: string;
31614
+ NODE_SUBTEXT_SIZE?: number;
31615
+ NODE_DEFAULT_COLOR?: string;
31616
+ NODE_DEFAULT_BGCOLOR?: string;
31617
+ NODE_DEFAULT_BOXCOLOR?: string;
31618
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31619
+ NODE_BOX_OUTLINE_COLOR?: string;
31620
+ NODE_BYPASS_BGCOLOR?: string;
31621
+ NODE_ERROR_COLOUR?: string;
31622
+ DEFAULT_SHADOW_COLOR?: string;
31623
+ DEFAULT_GROUP_FONT?: number;
31624
+ WIDGET_BGCOLOR?: string;
31625
+ WIDGET_OUTLINE_COLOR?: string;
31626
+ WIDGET_TEXT_COLOR?: string;
31627
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
31628
+ LINK_COLOR?: string;
31629
+ EVENT_LINK_COLOR?: string;
31630
+ CONNECTING_LINK_COLOR?: string;
31631
+ BADGE_FG_COLOR?: string;
31632
+ BADGE_BG_COLOR?: string;
31633
+ }>;
31634
+ comfy_base: z.ZodObject<{
31635
+ "fg-color": z.ZodOptional<z.ZodString>;
31636
+ "bg-color": z.ZodOptional<z.ZodString>;
31637
+ "bg-img": z.ZodOptional<z.ZodOptional<z.ZodString>>;
31638
+ "comfy-menu-bg": z.ZodOptional<z.ZodString>;
31639
+ "comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
31640
+ "comfy-input-bg": z.ZodOptional<z.ZodString>;
31641
+ "input-text": z.ZodOptional<z.ZodString>;
31642
+ "descrip-text": z.ZodOptional<z.ZodString>;
31643
+ "drag-text": z.ZodOptional<z.ZodString>;
31644
+ "error-text": z.ZodOptional<z.ZodString>;
31645
+ "border-color": z.ZodOptional<z.ZodString>;
31646
+ "tr-even-bg-color": z.ZodOptional<z.ZodString>;
31647
+ "tr-odd-bg-color": z.ZodOptional<z.ZodString>;
31648
+ "content-bg": z.ZodOptional<z.ZodString>;
31649
+ "content-fg": z.ZodOptional<z.ZodString>;
31650
+ "content-hover-bg": z.ZodOptional<z.ZodString>;
31651
+ "content-hover-fg": z.ZodOptional<z.ZodString>;
31652
+ "bar-shadow": z.ZodOptional<z.ZodString>;
31653
+ }, "strip", z.ZodTypeAny, {
31654
+ "fg-color"?: string;
31655
+ "bg-color"?: string;
31656
+ "bg-img"?: string;
31657
+ "comfy-menu-bg"?: string;
31658
+ "comfy-menu-secondary-bg"?: string;
31659
+ "comfy-input-bg"?: string;
31660
+ "input-text"?: string;
31661
+ "descrip-text"?: string;
31662
+ "drag-text"?: string;
31663
+ "error-text"?: string;
31664
+ "border-color"?: string;
31665
+ "tr-even-bg-color"?: string;
31666
+ "tr-odd-bg-color"?: string;
31667
+ "content-bg"?: string;
31668
+ "content-fg"?: string;
31669
+ "content-hover-bg"?: string;
31670
+ "content-hover-fg"?: string;
31671
+ "bar-shadow"?: string;
31672
+ }, {
31673
+ "fg-color"?: string;
31674
+ "bg-color"?: string;
31675
+ "bg-img"?: string;
31676
+ "comfy-menu-bg"?: string;
31677
+ "comfy-menu-secondary-bg"?: string;
31678
+ "comfy-input-bg"?: string;
31679
+ "input-text"?: string;
31680
+ "descrip-text"?: string;
31681
+ "drag-text"?: string;
31682
+ "error-text"?: string;
31683
+ "border-color"?: string;
31684
+ "tr-even-bg-color"?: string;
31685
+ "tr-odd-bg-color"?: string;
31686
+ "content-bg"?: string;
31687
+ "content-fg"?: string;
31688
+ "content-hover-bg"?: string;
31689
+ "content-hover-fg"?: string;
31690
+ "bar-shadow"?: string;
31691
+ }>;
31692
+ }, "strip", z.ZodTypeAny, {
31693
+ node_slot?: {
31694
+ CLIP?: string;
31695
+ CLIP_VISION?: string;
31696
+ CLIP_VISION_OUTPUT?: string;
31697
+ CONDITIONING?: string;
31698
+ CONTROL_NET?: string;
31699
+ IMAGE?: string;
31700
+ LATENT?: string;
31701
+ MASK?: string;
31702
+ MODEL?: string;
31703
+ STYLE_MODEL?: string;
31704
+ VAE?: string;
31705
+ NOISE?: string;
31706
+ GUIDER?: string;
31707
+ SAMPLER?: string;
31708
+ SIGMAS?: string;
31709
+ TAESD?: string;
31710
+ };
31711
+ litegraph_base?: {
31712
+ BACKGROUND_IMAGE?: string;
31713
+ CLEAR_BACKGROUND_COLOR?: string;
31714
+ NODE_TITLE_COLOR?: string;
31715
+ NODE_SELECTED_TITLE_COLOR?: string;
31716
+ NODE_TEXT_SIZE?: number;
31717
+ NODE_TEXT_COLOR?: string;
31718
+ NODE_SUBTEXT_SIZE?: number;
31719
+ NODE_DEFAULT_COLOR?: string;
31720
+ NODE_DEFAULT_BGCOLOR?: string;
31721
+ NODE_DEFAULT_BOXCOLOR?: string;
31722
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31723
+ NODE_BOX_OUTLINE_COLOR?: string;
31724
+ NODE_BYPASS_BGCOLOR?: string;
31725
+ NODE_ERROR_COLOUR?: string;
31726
+ DEFAULT_SHADOW_COLOR?: string;
31727
+ DEFAULT_GROUP_FONT?: number;
31728
+ WIDGET_BGCOLOR?: string;
31729
+ WIDGET_OUTLINE_COLOR?: string;
31730
+ WIDGET_TEXT_COLOR?: string;
31731
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
31732
+ LINK_COLOR?: string;
31733
+ EVENT_LINK_COLOR?: string;
31734
+ CONNECTING_LINK_COLOR?: string;
31735
+ BADGE_FG_COLOR?: string;
31736
+ BADGE_BG_COLOR?: string;
31737
+ };
31738
+ comfy_base?: {
31739
+ "fg-color"?: string;
31740
+ "bg-color"?: string;
31741
+ "bg-img"?: string;
31742
+ "comfy-menu-bg"?: string;
31743
+ "comfy-menu-secondary-bg"?: string;
31744
+ "comfy-input-bg"?: string;
31745
+ "input-text"?: string;
31746
+ "descrip-text"?: string;
31747
+ "drag-text"?: string;
31748
+ "error-text"?: string;
31749
+ "border-color"?: string;
31750
+ "tr-even-bg-color"?: string;
31751
+ "tr-odd-bg-color"?: string;
31752
+ "content-bg"?: string;
31753
+ "content-fg"?: string;
31754
+ "content-hover-bg"?: string;
31755
+ "content-hover-fg"?: string;
31756
+ "bar-shadow"?: string;
31757
+ };
31758
+ }, {
31759
+ node_slot?: {
31760
+ CLIP?: string;
31761
+ CLIP_VISION?: string;
31762
+ CLIP_VISION_OUTPUT?: string;
31763
+ CONDITIONING?: string;
31764
+ CONTROL_NET?: string;
31765
+ IMAGE?: string;
31766
+ LATENT?: string;
31767
+ MASK?: string;
31768
+ MODEL?: string;
31769
+ STYLE_MODEL?: string;
31770
+ VAE?: string;
31771
+ NOISE?: string;
31772
+ GUIDER?: string;
31773
+ SAMPLER?: string;
31774
+ SIGMAS?: string;
31775
+ TAESD?: string;
31776
+ };
31777
+ litegraph_base?: {
31778
+ BACKGROUND_IMAGE?: string;
31779
+ CLEAR_BACKGROUND_COLOR?: string;
31780
+ NODE_TITLE_COLOR?: string;
31781
+ NODE_SELECTED_TITLE_COLOR?: string;
31782
+ NODE_TEXT_SIZE?: number;
31783
+ NODE_TEXT_COLOR?: string;
31784
+ NODE_SUBTEXT_SIZE?: number;
31785
+ NODE_DEFAULT_COLOR?: string;
31786
+ NODE_DEFAULT_BGCOLOR?: string;
31787
+ NODE_DEFAULT_BOXCOLOR?: string;
31788
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31789
+ NODE_BOX_OUTLINE_COLOR?: string;
31790
+ NODE_BYPASS_BGCOLOR?: string;
31791
+ NODE_ERROR_COLOUR?: string;
31792
+ DEFAULT_SHADOW_COLOR?: string;
31793
+ DEFAULT_GROUP_FONT?: number;
31794
+ WIDGET_BGCOLOR?: string;
31795
+ WIDGET_OUTLINE_COLOR?: string;
31796
+ WIDGET_TEXT_COLOR?: string;
31797
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
31798
+ LINK_COLOR?: string;
31799
+ EVENT_LINK_COLOR?: string;
31800
+ CONNECTING_LINK_COLOR?: string;
31801
+ BADGE_FG_COLOR?: string;
31802
+ BADGE_BG_COLOR?: string;
31803
+ };
31804
+ comfy_base?: {
31805
+ "fg-color"?: string;
31806
+ "bg-color"?: string;
31807
+ "bg-img"?: string;
31808
+ "comfy-menu-bg"?: string;
31809
+ "comfy-menu-secondary-bg"?: string;
31810
+ "comfy-input-bg"?: string;
31811
+ "input-text"?: string;
31812
+ "descrip-text"?: string;
31813
+ "drag-text"?: string;
31814
+ "error-text"?: string;
31815
+ "border-color"?: string;
31816
+ "tr-even-bg-color"?: string;
31817
+ "tr-odd-bg-color"?: string;
31818
+ "content-bg"?: string;
31819
+ "content-fg"?: string;
31820
+ "content-hover-bg"?: string;
31821
+ "content-hover-fg"?: string;
31822
+ "bar-shadow"?: string;
31823
+ };
31824
+ }>;
31825
+ }, z.ZodTypeAny, "passthrough">>>;
31826
+ 'Comfy.ConfirmClear': z.ZodBoolean;
31827
+ 'Comfy.DevMode': z.ZodBoolean;
31828
+ 'Comfy.Workflow.ShowMissingNodesWarning': z.ZodBoolean;
31829
+ 'Comfy.Workflow.ShowMissingModelsWarning': z.ZodBoolean;
31830
+ 'Comfy.DisableFloatRounding': z.ZodBoolean;
31831
+ 'Comfy.DisableSliders': z.ZodBoolean;
31832
+ 'Comfy.DOMClippingEnabled': z.ZodBoolean;
31833
+ 'Comfy.EditAttention.Delta': z.ZodNumber;
31834
+ 'Comfy.EnableTooltips': z.ZodBoolean;
31835
+ 'Comfy.EnableWorkflowViewRestore': z.ZodBoolean;
31836
+ 'Comfy.FloatRoundingPrecision': z.ZodNumber;
31837
+ 'Comfy.Graph.CanvasInfo': z.ZodBoolean;
31838
+ 'Comfy.Graph.ZoomSpeed': z.ZodNumber;
31839
+ 'Comfy.Group.DoubleClickTitleToEdit': z.ZodBoolean;
31840
+ 'Comfy.GroupSelectedNodes.Padding': z.ZodNumber;
31841
+ 'Comfy.InvertMenuScrolling': z.ZodBoolean;
31842
+ 'Comfy.Locale': z.ZodString;
31843
+ 'Comfy.Logging.Enabled': z.ZodBoolean;
31844
+ 'Comfy.NodeLibrary.Bookmarks': z.ZodArray<z.ZodString, "many">;
31845
+ 'Comfy.NodeLibrary.Bookmarks.V2': z.ZodArray<z.ZodString, "many">;
31846
+ 'Comfy.NodeLibrary.BookmarksCustomization': z.ZodRecord<z.ZodString, z.ZodObject<{
31847
+ icon: z.ZodOptional<z.ZodString>;
31848
+ color: z.ZodOptional<z.ZodString>;
31849
+ }, "strip", z.ZodTypeAny, {
31850
+ color?: string;
31851
+ icon?: string;
31852
+ }, {
31853
+ color?: string;
31854
+ icon?: string;
31855
+ }>>;
31856
+ 'Comfy.NodeInputConversionSubmenus': z.ZodBoolean;
31857
+ 'Comfy.LinkRelease.Action': z.ZodEnum<[string, ...string[]]>;
31858
+ 'Comfy.LinkRelease.ActionShift': z.ZodEnum<[string, ...string[]]>;
31859
+ 'Comfy.NodeSearchBoxImpl.NodePreview': z.ZodBoolean;
31860
+ 'Comfy.NodeSearchBoxImpl': z.ZodEnum<["default", "simple"]>;
31861
+ 'Comfy.NodeSearchBoxImpl.ShowCategory': z.ZodBoolean;
31862
+ 'Comfy.NodeSearchBoxImpl.ShowIdName': z.ZodBoolean;
31863
+ 'Comfy.NodeSuggestions.number': z.ZodNumber;
31864
+ 'Comfy.Node.ShowDeprecated': z.ZodBoolean;
31865
+ 'Comfy.Node.ShowExperimental': z.ZodBoolean;
31866
+ 'Comfy.PreviewFormat': z.ZodString;
31867
+ 'Comfy.PromptFilename': z.ZodBoolean;
31868
+ 'Comfy.Sidebar.Location': z.ZodEnum<["left", "right"]>;
31869
+ 'Comfy.Sidebar.Size': z.ZodEnum<["small", "normal"]>;
31870
+ 'Comfy.SwitchUser': z.ZodAny;
31871
+ 'Comfy.SnapToGrid.GridSize': z.ZodNumber;
31872
+ 'Comfy.TextareaWidget.FontSize': z.ZodNumber;
31873
+ 'Comfy.TextareaWidget.Spellcheck': z.ZodBoolean;
31874
+ 'Comfy.UseNewMenu': z.ZodEnum<["Disabled", "Top", "Bottom"]>;
31875
+ 'Comfy.TreeExplorer.ItemPadding': z.ZodNumber;
31876
+ 'Comfy.Validation.Workflows': z.ZodBoolean;
31877
+ 'Comfy.Workflow.SortNodeIdOnSave': z.ZodBoolean;
31878
+ 'Comfy.Queue.ImageFit': z.ZodEnum<["contain", "cover"]>;
31879
+ 'Comfy.Workflow.WorkflowTabsPosition': z.ZodEnum<["Sidebar", "Topbar"]>;
31880
+ 'Comfy.Node.DoubleClickTitleToEdit': z.ZodBoolean;
31881
+ 'Comfy.Window.UnloadConfirmation': z.ZodBoolean;
31882
+ 'Comfy.NodeBadge.NodeSourceBadgeMode': z.ZodEnum<[string, ...string[]]>;
31883
+ 'Comfy.NodeBadge.NodeIdBadgeMode': z.ZodEnum<[string, ...string[]]>;
31884
+ 'Comfy.NodeBadge.NodeLifeCycleBadgeMode': z.ZodEnum<[string, ...string[]]>;
31885
+ 'Comfy.QueueButton.BatchCountLimit': z.ZodNumber;
31886
+ 'Comfy.Keybinding.UnsetBindings': z.ZodArray<z.ZodObject<{
31887
+ commandId: z.ZodString;
31888
+ combo: z.ZodObject<{
31889
+ key: z.ZodString;
31890
+ ctrl: z.ZodOptional<z.ZodBoolean>;
31891
+ alt: z.ZodOptional<z.ZodBoolean>;
31892
+ shift: z.ZodOptional<z.ZodBoolean>;
31893
+ meta: z.ZodOptional<z.ZodBoolean>;
31894
+ }, "strip", z.ZodTypeAny, {
31895
+ shift?: boolean;
31896
+ key?: string;
31897
+ ctrl?: boolean;
31898
+ alt?: boolean;
31899
+ meta?: boolean;
31739
31900
  }, {
31740
31901
  shift?: boolean;
31741
31902
  key?: string;
@@ -31819,36 +31980,283 @@ export declare class ComfyApp {
31819
31980
  'Comfy.Workflow.ConfirmDelete': z.ZodBoolean;
31820
31981
  }, "strip", z.ZodTypeAny, {
31821
31982
  'Comfy.ColorPalette'?: string;
31822
- 'Comfy.CustomColorPalettes'?: Record<string, {
31823
- name?: string;
31824
- id?: string;
31825
- colors?: {
31983
+ 'Comfy.CustomColorPalettes'?: Record<string, z.objectOutputType<{
31984
+ id: z.ZodString;
31985
+ name: z.ZodString;
31986
+ colors: z.ZodObject<{
31987
+ node_slot: z.ZodObject<{
31988
+ CLIP: z.ZodOptional<z.ZodString>;
31989
+ CLIP_VISION: z.ZodOptional<z.ZodString>;
31990
+ CLIP_VISION_OUTPUT: z.ZodOptional<z.ZodString>;
31991
+ CONDITIONING: z.ZodOptional<z.ZodString>;
31992
+ CONTROL_NET: z.ZodOptional<z.ZodString>;
31993
+ IMAGE: z.ZodOptional<z.ZodString>;
31994
+ LATENT: z.ZodOptional<z.ZodString>;
31995
+ MASK: z.ZodOptional<z.ZodString>;
31996
+ MODEL: z.ZodOptional<z.ZodString>;
31997
+ STYLE_MODEL: z.ZodOptional<z.ZodString>;
31998
+ VAE: z.ZodOptional<z.ZodString>;
31999
+ NOISE: z.ZodOptional<z.ZodString>;
32000
+ GUIDER: z.ZodOptional<z.ZodString>;
32001
+ SAMPLER: z.ZodOptional<z.ZodString>;
32002
+ SIGMAS: z.ZodOptional<z.ZodString>;
32003
+ TAESD: z.ZodOptional<z.ZodString>;
32004
+ }, "strip", z.ZodTypeAny, {
32005
+ CLIP?: string;
32006
+ CLIP_VISION?: string;
32007
+ CLIP_VISION_OUTPUT?: string;
32008
+ CONDITIONING?: string;
32009
+ CONTROL_NET?: string;
32010
+ IMAGE?: string;
32011
+ LATENT?: string;
32012
+ MASK?: string;
32013
+ MODEL?: string;
32014
+ STYLE_MODEL?: string;
32015
+ VAE?: string;
32016
+ NOISE?: string;
32017
+ GUIDER?: string;
32018
+ SAMPLER?: string;
32019
+ SIGMAS?: string;
32020
+ TAESD?: string;
32021
+ }, {
32022
+ CLIP?: string;
32023
+ CLIP_VISION?: string;
32024
+ CLIP_VISION_OUTPUT?: string;
32025
+ CONDITIONING?: string;
32026
+ CONTROL_NET?: string;
32027
+ IMAGE?: string;
32028
+ LATENT?: string;
32029
+ MASK?: string;
32030
+ MODEL?: string;
32031
+ STYLE_MODEL?: string;
32032
+ VAE?: string;
32033
+ NOISE?: string;
32034
+ GUIDER?: string;
32035
+ SAMPLER?: string;
32036
+ SIGMAS?: string;
32037
+ TAESD?: string;
32038
+ }>;
32039
+ litegraph_base: z.ZodObject<{
32040
+ BACKGROUND_IMAGE: z.ZodOptional<z.ZodString>;
32041
+ CLEAR_BACKGROUND_COLOR: z.ZodOptional<z.ZodString>;
32042
+ NODE_TITLE_COLOR: z.ZodOptional<z.ZodString>;
32043
+ NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
32044
+ NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
32045
+ NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
32046
+ NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
32047
+ NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
32048
+ NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
32049
+ NODE_DEFAULT_BOXCOLOR: z.ZodOptional<z.ZodString>;
32050
+ NODE_DEFAULT_SHAPE: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodString]>>;
32051
+ NODE_BOX_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
32052
+ NODE_BYPASS_BGCOLOR: z.ZodOptional<z.ZodString>;
32053
+ NODE_ERROR_COLOUR: z.ZodOptional<z.ZodString>;
32054
+ DEFAULT_SHADOW_COLOR: z.ZodOptional<z.ZodString>;
32055
+ DEFAULT_GROUP_FONT: z.ZodOptional<z.ZodNumber>;
32056
+ WIDGET_BGCOLOR: z.ZodOptional<z.ZodString>;
32057
+ WIDGET_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
32058
+ WIDGET_TEXT_COLOR: z.ZodOptional<z.ZodString>;
32059
+ WIDGET_SECONDARY_TEXT_COLOR: z.ZodOptional<z.ZodString>;
32060
+ LINK_COLOR: z.ZodOptional<z.ZodString>;
32061
+ EVENT_LINK_COLOR: z.ZodOptional<z.ZodString>;
32062
+ CONNECTING_LINK_COLOR: z.ZodOptional<z.ZodString>;
32063
+ BADGE_FG_COLOR: z.ZodOptional<z.ZodString>;
32064
+ BADGE_BG_COLOR: z.ZodOptional<z.ZodString>;
32065
+ }, "strip", z.ZodTypeAny, {
32066
+ BACKGROUND_IMAGE?: string;
32067
+ CLEAR_BACKGROUND_COLOR?: string;
32068
+ NODE_TITLE_COLOR?: string;
32069
+ NODE_SELECTED_TITLE_COLOR?: string;
32070
+ NODE_TEXT_SIZE?: number;
32071
+ NODE_TEXT_COLOR?: string;
32072
+ NODE_SUBTEXT_SIZE?: number;
32073
+ NODE_DEFAULT_COLOR?: string;
32074
+ NODE_DEFAULT_BGCOLOR?: string;
32075
+ NODE_DEFAULT_BOXCOLOR?: string;
32076
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
32077
+ NODE_BOX_OUTLINE_COLOR?: string;
32078
+ NODE_BYPASS_BGCOLOR?: string;
32079
+ NODE_ERROR_COLOUR?: string;
32080
+ DEFAULT_SHADOW_COLOR?: string;
32081
+ DEFAULT_GROUP_FONT?: number;
32082
+ WIDGET_BGCOLOR?: string;
32083
+ WIDGET_OUTLINE_COLOR?: string;
32084
+ WIDGET_TEXT_COLOR?: string;
32085
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
32086
+ LINK_COLOR?: string;
32087
+ EVENT_LINK_COLOR?: string;
32088
+ CONNECTING_LINK_COLOR?: string;
32089
+ BADGE_FG_COLOR?: string;
32090
+ BADGE_BG_COLOR?: string;
32091
+ }, {
32092
+ BACKGROUND_IMAGE?: string;
32093
+ CLEAR_BACKGROUND_COLOR?: string;
32094
+ NODE_TITLE_COLOR?: string;
32095
+ NODE_SELECTED_TITLE_COLOR?: string;
32096
+ NODE_TEXT_SIZE?: number;
32097
+ NODE_TEXT_COLOR?: string;
32098
+ NODE_SUBTEXT_SIZE?: number;
32099
+ NODE_DEFAULT_COLOR?: string;
32100
+ NODE_DEFAULT_BGCOLOR?: string;
32101
+ NODE_DEFAULT_BOXCOLOR?: string;
32102
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
32103
+ NODE_BOX_OUTLINE_COLOR?: string;
32104
+ NODE_BYPASS_BGCOLOR?: string;
32105
+ NODE_ERROR_COLOUR?: string;
32106
+ DEFAULT_SHADOW_COLOR?: string;
32107
+ DEFAULT_GROUP_FONT?: number;
32108
+ WIDGET_BGCOLOR?: string;
32109
+ WIDGET_OUTLINE_COLOR?: string;
32110
+ WIDGET_TEXT_COLOR?: string;
32111
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
32112
+ LINK_COLOR?: string;
32113
+ EVENT_LINK_COLOR?: string;
32114
+ CONNECTING_LINK_COLOR?: string;
32115
+ BADGE_FG_COLOR?: string;
32116
+ BADGE_BG_COLOR?: string;
32117
+ }>;
32118
+ comfy_base: z.ZodObject<{
32119
+ "fg-color": z.ZodOptional<z.ZodString>;
32120
+ "bg-color": z.ZodOptional<z.ZodString>;
32121
+ "bg-img": z.ZodOptional<z.ZodOptional<z.ZodString>>;
32122
+ "comfy-menu-bg": z.ZodOptional<z.ZodString>;
32123
+ "comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
32124
+ "comfy-input-bg": z.ZodOptional<z.ZodString>;
32125
+ "input-text": z.ZodOptional<z.ZodString>;
32126
+ "descrip-text": z.ZodOptional<z.ZodString>;
32127
+ "drag-text": z.ZodOptional<z.ZodString>;
32128
+ "error-text": z.ZodOptional<z.ZodString>;
32129
+ "border-color": z.ZodOptional<z.ZodString>;
32130
+ "tr-even-bg-color": z.ZodOptional<z.ZodString>;
32131
+ "tr-odd-bg-color": z.ZodOptional<z.ZodString>;
32132
+ "content-bg": z.ZodOptional<z.ZodString>;
32133
+ "content-fg": z.ZodOptional<z.ZodString>;
32134
+ "content-hover-bg": z.ZodOptional<z.ZodString>;
32135
+ "content-hover-fg": z.ZodOptional<z.ZodString>;
32136
+ "bar-shadow": z.ZodOptional<z.ZodString>;
32137
+ }, "strip", z.ZodTypeAny, {
32138
+ "fg-color"?: string;
32139
+ "bg-color"?: string;
32140
+ "bg-img"?: string;
32141
+ "comfy-menu-bg"?: string;
32142
+ "comfy-menu-secondary-bg"?: string;
32143
+ "comfy-input-bg"?: string;
32144
+ "input-text"?: string;
32145
+ "descrip-text"?: string;
32146
+ "drag-text"?: string;
32147
+ "error-text"?: string;
32148
+ "border-color"?: string;
32149
+ "tr-even-bg-color"?: string;
32150
+ "tr-odd-bg-color"?: string;
32151
+ "content-bg"?: string;
32152
+ "content-fg"?: string;
32153
+ "content-hover-bg"?: string;
32154
+ "content-hover-fg"?: string;
32155
+ "bar-shadow"?: string;
32156
+ }, {
32157
+ "fg-color"?: string;
32158
+ "bg-color"?: string;
32159
+ "bg-img"?: string;
32160
+ "comfy-menu-bg"?: string;
32161
+ "comfy-menu-secondary-bg"?: string;
32162
+ "comfy-input-bg"?: string;
32163
+ "input-text"?: string;
32164
+ "descrip-text"?: string;
32165
+ "drag-text"?: string;
32166
+ "error-text"?: string;
32167
+ "border-color"?: string;
32168
+ "tr-even-bg-color"?: string;
32169
+ "tr-odd-bg-color"?: string;
32170
+ "content-bg"?: string;
32171
+ "content-fg"?: string;
32172
+ "content-hover-bg"?: string;
32173
+ "content-hover-fg"?: string;
32174
+ "bar-shadow"?: string;
32175
+ }>;
32176
+ }, "strip", z.ZodTypeAny, {
32177
+ node_slot?: {
32178
+ CLIP?: string;
32179
+ CLIP_VISION?: string;
32180
+ CLIP_VISION_OUTPUT?: string;
32181
+ CONDITIONING?: string;
32182
+ CONTROL_NET?: string;
32183
+ IMAGE?: string;
32184
+ LATENT?: string;
32185
+ MASK?: string;
32186
+ MODEL?: string;
32187
+ STYLE_MODEL?: string;
32188
+ VAE?: string;
32189
+ NOISE?: string;
32190
+ GUIDER?: string;
32191
+ SAMPLER?: string;
32192
+ SIGMAS?: string;
32193
+ TAESD?: string;
32194
+ };
32195
+ litegraph_base?: {
32196
+ BACKGROUND_IMAGE?: string;
32197
+ CLEAR_BACKGROUND_COLOR?: string;
32198
+ NODE_TITLE_COLOR?: string;
32199
+ NODE_SELECTED_TITLE_COLOR?: string;
32200
+ NODE_TEXT_SIZE?: number;
32201
+ NODE_TEXT_COLOR?: string;
32202
+ NODE_SUBTEXT_SIZE?: number;
32203
+ NODE_DEFAULT_COLOR?: string;
32204
+ NODE_DEFAULT_BGCOLOR?: string;
32205
+ NODE_DEFAULT_BOXCOLOR?: string;
32206
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
32207
+ NODE_BOX_OUTLINE_COLOR?: string;
32208
+ NODE_BYPASS_BGCOLOR?: string;
32209
+ NODE_ERROR_COLOUR?: string;
32210
+ DEFAULT_SHADOW_COLOR?: string;
32211
+ DEFAULT_GROUP_FONT?: number;
32212
+ WIDGET_BGCOLOR?: string;
32213
+ WIDGET_OUTLINE_COLOR?: string;
32214
+ WIDGET_TEXT_COLOR?: string;
32215
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
32216
+ LINK_COLOR?: string;
32217
+ EVENT_LINK_COLOR?: string;
32218
+ CONNECTING_LINK_COLOR?: string;
32219
+ BADGE_FG_COLOR?: string;
32220
+ BADGE_BG_COLOR?: string;
32221
+ };
32222
+ comfy_base?: {
32223
+ "fg-color"?: string;
32224
+ "bg-color"?: string;
32225
+ "bg-img"?: string;
32226
+ "comfy-menu-bg"?: string;
32227
+ "comfy-menu-secondary-bg"?: string;
32228
+ "comfy-input-bg"?: string;
32229
+ "input-text"?: string;
32230
+ "descrip-text"?: string;
32231
+ "drag-text"?: string;
32232
+ "error-text"?: string;
32233
+ "border-color"?: string;
32234
+ "tr-even-bg-color"?: string;
32235
+ "tr-odd-bg-color"?: string;
32236
+ "content-bg"?: string;
32237
+ "content-fg"?: string;
32238
+ "content-hover-bg"?: string;
32239
+ "content-hover-fg"?: string;
32240
+ "bar-shadow"?: string;
32241
+ };
32242
+ }, {
31826
32243
  node_slot?: {
31827
- BOOLEAN?: string;
31828
32244
  CLIP?: string;
31829
32245
  CLIP_VISION?: string;
31830
32246
  CLIP_VISION_OUTPUT?: string;
31831
32247
  CONDITIONING?: string;
31832
32248
  CONTROL_NET?: string;
31833
- CONTROL_NET_WEIGHTS?: string;
31834
- FLOAT?: string;
31835
- GLIGEN?: string;
31836
32249
  IMAGE?: string;
31837
- IMAGEUPLOAD?: string;
31838
- INT?: string;
31839
32250
  LATENT?: string;
31840
- LATENT_KEYFRAME?: string;
31841
32251
  MASK?: string;
31842
32252
  MODEL?: string;
32253
+ STYLE_MODEL?: string;
32254
+ VAE?: string;
32255
+ NOISE?: string;
32256
+ GUIDER?: string;
31843
32257
  SAMPLER?: string;
31844
32258
  SIGMAS?: string;
31845
- STRING?: string;
31846
- STYLE_MODEL?: string;
31847
- T2I_ADAPTER_WEIGHTS?: string;
31848
32259
  TAESD?: string;
31849
- TIMESTEP_KEYFRAME?: string;
31850
- UPSCALE_MODEL?: string;
31851
- VAE?: string;
31852
32260
  };
31853
32261
  litegraph_base?: {
31854
32262
  BACKGROUND_IMAGE?: string;
@@ -31861,7 +32269,7 @@ export declare class ComfyApp {
31861
32269
  NODE_DEFAULT_COLOR?: string;
31862
32270
  NODE_DEFAULT_BGCOLOR?: string;
31863
32271
  NODE_DEFAULT_BOXCOLOR?: string;
31864
- NODE_DEFAULT_SHAPE?: RenderShape;
32272
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
31865
32273
  NODE_BOX_OUTLINE_COLOR?: string;
31866
32274
  NODE_BYPASS_BGCOLOR?: string;
31867
32275
  NODE_ERROR_COLOUR?: string;
@@ -31897,10 +32305,8 @@ export declare class ComfyApp {
31897
32305
  "content-hover-fg"?: string;
31898
32306
  "bar-shadow"?: string;
31899
32307
  };
31900
- } & {
31901
- [k: string]: unknown;
31902
- };
31903
- }>;
32308
+ }>;
32309
+ }, z.ZodTypeAny, "passthrough">>;
31904
32310
  'Comfy.ConfirmClear'?: boolean;
31905
32311
  'Comfy.DevMode'?: boolean;
31906
32312
  'Comfy.Workflow.ShowMissingNodesWarning'?: boolean;
@@ -31988,36 +32394,283 @@ export declare class ComfyApp {
31988
32394
  'Comfy.Workflow.ConfirmDelete'?: boolean;
31989
32395
  }, {
31990
32396
  'Comfy.ColorPalette'?: string;
31991
- 'Comfy.CustomColorPalettes'?: Record<string, {
31992
- name?: string;
31993
- id?: string;
31994
- colors?: {
31995
- node_slot?: {
31996
- BOOLEAN?: string;
32397
+ 'Comfy.CustomColorPalettes'?: Record<string, z.objectInputType<{
32398
+ id: z.ZodString;
32399
+ name: z.ZodString;
32400
+ colors: z.ZodObject<{
32401
+ node_slot: z.ZodObject<{
32402
+ CLIP: z.ZodOptional<z.ZodString>;
32403
+ CLIP_VISION: z.ZodOptional<z.ZodString>;
32404
+ CLIP_VISION_OUTPUT: z.ZodOptional<z.ZodString>;
32405
+ CONDITIONING: z.ZodOptional<z.ZodString>;
32406
+ CONTROL_NET: z.ZodOptional<z.ZodString>;
32407
+ IMAGE: z.ZodOptional<z.ZodString>;
32408
+ LATENT: z.ZodOptional<z.ZodString>;
32409
+ MASK: z.ZodOptional<z.ZodString>;
32410
+ MODEL: z.ZodOptional<z.ZodString>;
32411
+ STYLE_MODEL: z.ZodOptional<z.ZodString>;
32412
+ VAE: z.ZodOptional<z.ZodString>;
32413
+ NOISE: z.ZodOptional<z.ZodString>;
32414
+ GUIDER: z.ZodOptional<z.ZodString>;
32415
+ SAMPLER: z.ZodOptional<z.ZodString>;
32416
+ SIGMAS: z.ZodOptional<z.ZodString>;
32417
+ TAESD: z.ZodOptional<z.ZodString>;
32418
+ }, "strip", z.ZodTypeAny, {
32419
+ CLIP?: string;
32420
+ CLIP_VISION?: string;
32421
+ CLIP_VISION_OUTPUT?: string;
32422
+ CONDITIONING?: string;
32423
+ CONTROL_NET?: string;
32424
+ IMAGE?: string;
32425
+ LATENT?: string;
32426
+ MASK?: string;
32427
+ MODEL?: string;
32428
+ STYLE_MODEL?: string;
32429
+ VAE?: string;
32430
+ NOISE?: string;
32431
+ GUIDER?: string;
32432
+ SAMPLER?: string;
32433
+ SIGMAS?: string;
32434
+ TAESD?: string;
32435
+ }, {
31997
32436
  CLIP?: string;
31998
32437
  CLIP_VISION?: string;
31999
32438
  CLIP_VISION_OUTPUT?: string;
32000
32439
  CONDITIONING?: string;
32001
32440
  CONTROL_NET?: string;
32002
- CONTROL_NET_WEIGHTS?: string;
32003
- FLOAT?: string;
32004
- GLIGEN?: string;
32005
32441
  IMAGE?: string;
32006
- IMAGEUPLOAD?: string;
32007
- INT?: string;
32008
32442
  LATENT?: string;
32009
- LATENT_KEYFRAME?: string;
32010
32443
  MASK?: string;
32011
32444
  MODEL?: string;
32445
+ STYLE_MODEL?: string;
32446
+ VAE?: string;
32447
+ NOISE?: string;
32448
+ GUIDER?: string;
32012
32449
  SAMPLER?: string;
32013
32450
  SIGMAS?: string;
32014
- STRING?: string;
32451
+ TAESD?: string;
32452
+ }>;
32453
+ litegraph_base: z.ZodObject<{
32454
+ BACKGROUND_IMAGE: z.ZodOptional<z.ZodString>;
32455
+ CLEAR_BACKGROUND_COLOR: z.ZodOptional<z.ZodString>;
32456
+ NODE_TITLE_COLOR: z.ZodOptional<z.ZodString>;
32457
+ NODE_SELECTED_TITLE_COLOR: z.ZodOptional<z.ZodString>;
32458
+ NODE_TEXT_SIZE: z.ZodOptional<z.ZodNumber>;
32459
+ NODE_TEXT_COLOR: z.ZodOptional<z.ZodString>;
32460
+ NODE_SUBTEXT_SIZE: z.ZodOptional<z.ZodNumber>;
32461
+ NODE_DEFAULT_COLOR: z.ZodOptional<z.ZodString>;
32462
+ NODE_DEFAULT_BGCOLOR: z.ZodOptional<z.ZodString>;
32463
+ NODE_DEFAULT_BOXCOLOR: z.ZodOptional<z.ZodString>;
32464
+ NODE_DEFAULT_SHAPE: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodLiteral<RenderShape>, z.ZodString]>>;
32465
+ NODE_BOX_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
32466
+ NODE_BYPASS_BGCOLOR: z.ZodOptional<z.ZodString>;
32467
+ NODE_ERROR_COLOUR: z.ZodOptional<z.ZodString>;
32468
+ DEFAULT_SHADOW_COLOR: z.ZodOptional<z.ZodString>;
32469
+ DEFAULT_GROUP_FONT: z.ZodOptional<z.ZodNumber>;
32470
+ WIDGET_BGCOLOR: z.ZodOptional<z.ZodString>;
32471
+ WIDGET_OUTLINE_COLOR: z.ZodOptional<z.ZodString>;
32472
+ WIDGET_TEXT_COLOR: z.ZodOptional<z.ZodString>;
32473
+ WIDGET_SECONDARY_TEXT_COLOR: z.ZodOptional<z.ZodString>;
32474
+ LINK_COLOR: z.ZodOptional<z.ZodString>;
32475
+ EVENT_LINK_COLOR: z.ZodOptional<z.ZodString>;
32476
+ CONNECTING_LINK_COLOR: z.ZodOptional<z.ZodString>;
32477
+ BADGE_FG_COLOR: z.ZodOptional<z.ZodString>;
32478
+ BADGE_BG_COLOR: z.ZodOptional<z.ZodString>;
32479
+ }, "strip", z.ZodTypeAny, {
32480
+ BACKGROUND_IMAGE?: string;
32481
+ CLEAR_BACKGROUND_COLOR?: string;
32482
+ NODE_TITLE_COLOR?: string;
32483
+ NODE_SELECTED_TITLE_COLOR?: string;
32484
+ NODE_TEXT_SIZE?: number;
32485
+ NODE_TEXT_COLOR?: string;
32486
+ NODE_SUBTEXT_SIZE?: number;
32487
+ NODE_DEFAULT_COLOR?: string;
32488
+ NODE_DEFAULT_BGCOLOR?: string;
32489
+ NODE_DEFAULT_BOXCOLOR?: string;
32490
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
32491
+ NODE_BOX_OUTLINE_COLOR?: string;
32492
+ NODE_BYPASS_BGCOLOR?: string;
32493
+ NODE_ERROR_COLOUR?: string;
32494
+ DEFAULT_SHADOW_COLOR?: string;
32495
+ DEFAULT_GROUP_FONT?: number;
32496
+ WIDGET_BGCOLOR?: string;
32497
+ WIDGET_OUTLINE_COLOR?: string;
32498
+ WIDGET_TEXT_COLOR?: string;
32499
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
32500
+ LINK_COLOR?: string;
32501
+ EVENT_LINK_COLOR?: string;
32502
+ CONNECTING_LINK_COLOR?: string;
32503
+ BADGE_FG_COLOR?: string;
32504
+ BADGE_BG_COLOR?: string;
32505
+ }, {
32506
+ BACKGROUND_IMAGE?: string;
32507
+ CLEAR_BACKGROUND_COLOR?: string;
32508
+ NODE_TITLE_COLOR?: string;
32509
+ NODE_SELECTED_TITLE_COLOR?: string;
32510
+ NODE_TEXT_SIZE?: number;
32511
+ NODE_TEXT_COLOR?: string;
32512
+ NODE_SUBTEXT_SIZE?: number;
32513
+ NODE_DEFAULT_COLOR?: string;
32514
+ NODE_DEFAULT_BGCOLOR?: string;
32515
+ NODE_DEFAULT_BOXCOLOR?: string;
32516
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
32517
+ NODE_BOX_OUTLINE_COLOR?: string;
32518
+ NODE_BYPASS_BGCOLOR?: string;
32519
+ NODE_ERROR_COLOUR?: string;
32520
+ DEFAULT_SHADOW_COLOR?: string;
32521
+ DEFAULT_GROUP_FONT?: number;
32522
+ WIDGET_BGCOLOR?: string;
32523
+ WIDGET_OUTLINE_COLOR?: string;
32524
+ WIDGET_TEXT_COLOR?: string;
32525
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
32526
+ LINK_COLOR?: string;
32527
+ EVENT_LINK_COLOR?: string;
32528
+ CONNECTING_LINK_COLOR?: string;
32529
+ BADGE_FG_COLOR?: string;
32530
+ BADGE_BG_COLOR?: string;
32531
+ }>;
32532
+ comfy_base: z.ZodObject<{
32533
+ "fg-color": z.ZodOptional<z.ZodString>;
32534
+ "bg-color": z.ZodOptional<z.ZodString>;
32535
+ "bg-img": z.ZodOptional<z.ZodOptional<z.ZodString>>;
32536
+ "comfy-menu-bg": z.ZodOptional<z.ZodString>;
32537
+ "comfy-menu-secondary-bg": z.ZodOptional<z.ZodString>;
32538
+ "comfy-input-bg": z.ZodOptional<z.ZodString>;
32539
+ "input-text": z.ZodOptional<z.ZodString>;
32540
+ "descrip-text": z.ZodOptional<z.ZodString>;
32541
+ "drag-text": z.ZodOptional<z.ZodString>;
32542
+ "error-text": z.ZodOptional<z.ZodString>;
32543
+ "border-color": z.ZodOptional<z.ZodString>;
32544
+ "tr-even-bg-color": z.ZodOptional<z.ZodString>;
32545
+ "tr-odd-bg-color": z.ZodOptional<z.ZodString>;
32546
+ "content-bg": z.ZodOptional<z.ZodString>;
32547
+ "content-fg": z.ZodOptional<z.ZodString>;
32548
+ "content-hover-bg": z.ZodOptional<z.ZodString>;
32549
+ "content-hover-fg": z.ZodOptional<z.ZodString>;
32550
+ "bar-shadow": z.ZodOptional<z.ZodString>;
32551
+ }, "strip", z.ZodTypeAny, {
32552
+ "fg-color"?: string;
32553
+ "bg-color"?: string;
32554
+ "bg-img"?: string;
32555
+ "comfy-menu-bg"?: string;
32556
+ "comfy-menu-secondary-bg"?: string;
32557
+ "comfy-input-bg"?: string;
32558
+ "input-text"?: string;
32559
+ "descrip-text"?: string;
32560
+ "drag-text"?: string;
32561
+ "error-text"?: string;
32562
+ "border-color"?: string;
32563
+ "tr-even-bg-color"?: string;
32564
+ "tr-odd-bg-color"?: string;
32565
+ "content-bg"?: string;
32566
+ "content-fg"?: string;
32567
+ "content-hover-bg"?: string;
32568
+ "content-hover-fg"?: string;
32569
+ "bar-shadow"?: string;
32570
+ }, {
32571
+ "fg-color"?: string;
32572
+ "bg-color"?: string;
32573
+ "bg-img"?: string;
32574
+ "comfy-menu-bg"?: string;
32575
+ "comfy-menu-secondary-bg"?: string;
32576
+ "comfy-input-bg"?: string;
32577
+ "input-text"?: string;
32578
+ "descrip-text"?: string;
32579
+ "drag-text"?: string;
32580
+ "error-text"?: string;
32581
+ "border-color"?: string;
32582
+ "tr-even-bg-color"?: string;
32583
+ "tr-odd-bg-color"?: string;
32584
+ "content-bg"?: string;
32585
+ "content-fg"?: string;
32586
+ "content-hover-bg"?: string;
32587
+ "content-hover-fg"?: string;
32588
+ "bar-shadow"?: string;
32589
+ }>;
32590
+ }, "strip", z.ZodTypeAny, {
32591
+ node_slot?: {
32592
+ CLIP?: string;
32593
+ CLIP_VISION?: string;
32594
+ CLIP_VISION_OUTPUT?: string;
32595
+ CONDITIONING?: string;
32596
+ CONTROL_NET?: string;
32597
+ IMAGE?: string;
32598
+ LATENT?: string;
32599
+ MASK?: string;
32600
+ MODEL?: string;
32015
32601
  STYLE_MODEL?: string;
32016
- T2I_ADAPTER_WEIGHTS?: string;
32602
+ VAE?: string;
32603
+ NOISE?: string;
32604
+ GUIDER?: string;
32605
+ SAMPLER?: string;
32606
+ SIGMAS?: string;
32017
32607
  TAESD?: string;
32018
- TIMESTEP_KEYFRAME?: string;
32019
- UPSCALE_MODEL?: string;
32608
+ };
32609
+ litegraph_base?: {
32610
+ BACKGROUND_IMAGE?: string;
32611
+ CLEAR_BACKGROUND_COLOR?: string;
32612
+ NODE_TITLE_COLOR?: string;
32613
+ NODE_SELECTED_TITLE_COLOR?: string;
32614
+ NODE_TEXT_SIZE?: number;
32615
+ NODE_TEXT_COLOR?: string;
32616
+ NODE_SUBTEXT_SIZE?: number;
32617
+ NODE_DEFAULT_COLOR?: string;
32618
+ NODE_DEFAULT_BGCOLOR?: string;
32619
+ NODE_DEFAULT_BOXCOLOR?: string;
32620
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
32621
+ NODE_BOX_OUTLINE_COLOR?: string;
32622
+ NODE_BYPASS_BGCOLOR?: string;
32623
+ NODE_ERROR_COLOUR?: string;
32624
+ DEFAULT_SHADOW_COLOR?: string;
32625
+ DEFAULT_GROUP_FONT?: number;
32626
+ WIDGET_BGCOLOR?: string;
32627
+ WIDGET_OUTLINE_COLOR?: string;
32628
+ WIDGET_TEXT_COLOR?: string;
32629
+ WIDGET_SECONDARY_TEXT_COLOR?: string;
32630
+ LINK_COLOR?: string;
32631
+ EVENT_LINK_COLOR?: string;
32632
+ CONNECTING_LINK_COLOR?: string;
32633
+ BADGE_FG_COLOR?: string;
32634
+ BADGE_BG_COLOR?: string;
32635
+ };
32636
+ comfy_base?: {
32637
+ "fg-color"?: string;
32638
+ "bg-color"?: string;
32639
+ "bg-img"?: string;
32640
+ "comfy-menu-bg"?: string;
32641
+ "comfy-menu-secondary-bg"?: string;
32642
+ "comfy-input-bg"?: string;
32643
+ "input-text"?: string;
32644
+ "descrip-text"?: string;
32645
+ "drag-text"?: string;
32646
+ "error-text"?: string;
32647
+ "border-color"?: string;
32648
+ "tr-even-bg-color"?: string;
32649
+ "tr-odd-bg-color"?: string;
32650
+ "content-bg"?: string;
32651
+ "content-fg"?: string;
32652
+ "content-hover-bg"?: string;
32653
+ "content-hover-fg"?: string;
32654
+ "bar-shadow"?: string;
32655
+ };
32656
+ }, {
32657
+ node_slot?: {
32658
+ CLIP?: string;
32659
+ CLIP_VISION?: string;
32660
+ CLIP_VISION_OUTPUT?: string;
32661
+ CONDITIONING?: string;
32662
+ CONTROL_NET?: string;
32663
+ IMAGE?: string;
32664
+ LATENT?: string;
32665
+ MASK?: string;
32666
+ MODEL?: string;
32667
+ STYLE_MODEL?: string;
32020
32668
  VAE?: string;
32669
+ NOISE?: string;
32670
+ GUIDER?: string;
32671
+ SAMPLER?: string;
32672
+ SIGMAS?: string;
32673
+ TAESD?: string;
32021
32674
  };
32022
32675
  litegraph_base?: {
32023
32676
  BACKGROUND_IMAGE?: string;
@@ -32030,7 +32683,7 @@ export declare class ComfyApp {
32030
32683
  NODE_DEFAULT_COLOR?: string;
32031
32684
  NODE_DEFAULT_BGCOLOR?: string;
32032
32685
  NODE_DEFAULT_BOXCOLOR?: string;
32033
- NODE_DEFAULT_SHAPE?: RenderShape;
32686
+ NODE_DEFAULT_SHAPE?: string | RenderShape;
32034
32687
  NODE_BOX_OUTLINE_COLOR?: string;
32035
32688
  NODE_BYPASS_BGCOLOR?: string;
32036
32689
  NODE_ERROR_COLOUR?: string;
@@ -32066,10 +32719,8 @@ export declare class ComfyApp {
32066
32719
  "content-hover-fg"?: string;
32067
32720
  "bar-shadow"?: string;
32068
32721
  };
32069
- } & {
32070
- [k: string]: unknown;
32071
- };
32072
- }>;
32722
+ }>;
32723
+ }, z.ZodTypeAny, "passthrough">>;
32073
32724
  'Comfy.ConfirmClear'?: boolean;
32074
32725
  'Comfy.DevMode'?: boolean;
32075
32726
  'Comfy.Workflow.ShowMissingNodesWarning'?: boolean;