Skip to content

Commit dcc6f41

Browse files
committed
FlowState Latent Source - Stable
1 parent a9cea61 commit dcc6f41

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

FlowState_LatentSource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def INPUT_TYPES(s):
7070
'vae': TYPE_VAE_IN
7171
},
7272
'optional': {
73-
'input_image': TYPE_IMAGE
73+
'input_img': TYPE_IMAGE
7474
}
7575
}
7676

-8 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "flowstate-creator-nodes"
33
description = "The ultimate suite of streamlined ComfyUI nodes for creative professionals."
4-
version = "0.0.5"
4+
version = "0.0.6"
55
license = {file = "LICENSE"}
66
dependencies = []
77

0 commit comments

Comments
 (0)