├── .github ├── FUNDING.yml └── workflows │ └── publish_action.yml ├── FS_Assets.py ├── FS_Constants.py ├── FS_Mappings.py ├── FS_Nodes.py ├── FS_Types.py ├── FS_Utils.py ├── FlowState_Chef.py ├── FlowState_Chef_Ingredients.py ├── FlowState_FluxEngine.py ├── FlowState_LatentSource.py ├── FlowState_Node.py ├── FlowState_SaveTempVideo.py ├── FlowState_SimpleLatent.py ├── FlowState_VideoCreator.py ├── FlowState_VideoPreview.py ├── FlowState_WANStudio.py ├── FlowState_WANStudio_Pro.py ├── LICENSE ├── README.md ├── __init__.py ├── __pycache__ ├── FS_Assets.cpython-313.pyc ├── FS_Constants.cpython-313.pyc ├── FS_Mappings.cpython-313.pyc ├── FS_Nodes.cpython-313.pyc ├── FS_Types.cpython-313.pyc ├── FS_Utils.cpython-313.pyc ├── FlowState_Chef.cpython-313.pyc ├── FlowState_Chef_Ingredients.cpython-313.pyc ├── FlowState_FluxEngine.cpython-313.pyc ├── FlowState_FluxSampler.cpython-313.pyc ├── FlowState_LatentSelector.cpython-313.pyc ├── FlowState_LatentSource.cpython-313.pyc ├── FlowState_Node.cpython-313.pyc ├── FlowState_Painter.cpython-313.pyc ├── FlowState_Painter_Ingredients.cpython-313.pyc ├── FlowState_QuickEdit.cpython-313.pyc ├── FlowState_QuickEdit_Prompts.cpython-313.pyc ├── FlowState_SaveTempVideo.cpython-313.pyc ├── FlowState_SimpleLatent.cpython-313.pyc ├── FlowState_VideoCreator.cpython-313.pyc ├── FlowState_VideoPreview.cpython-313.pyc ├── FlowState_WANStudio.cpython-313.pyc ├── FlowState_WANStudio_Pro.cpython-313.pyc └── __init__.cpython-313.pyc ├── imgs ├── FlowState Chef.png ├── FlowState Creator Suite - Comfy Registry Icon.png ├── FlowState Flux Engine.png ├── FlowState Latent Source.png ├── FlowState Simple Latent.png ├── FlowState WAN Studio.png ├── FlowState WAN Studio.webp └── FlowState-Creator-Nodes-Banner.png ├── pyproject.toml ├── requirements.txt └── wiki-docs ├── Home.md ├── Installation.md ├── Releases.md ├── Sidebar.md ├── Sponsorship.md ├── Upcoming.md └── nodes ├── FlowState_Chef.MD ├── FlowState_Chef_Ingredients.MD ├── FlowState_FluxEngine.MD ├── FlowState_LatentSource.MD ├── FlowState_SimpleLatent.MD ├── FlowState_VideoCreator.MD ├── FlowState_VideoPreview.MD ├── FlowState_WANStudio.MD └── FlowState_WANStudio_Pro.MD /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/publish_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/.github/workflows/publish_action.yml -------------------------------------------------------------------------------- /FS_Assets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FS_Assets.py -------------------------------------------------------------------------------- /FS_Constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FS_Constants.py -------------------------------------------------------------------------------- /FS_Mappings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FS_Mappings.py -------------------------------------------------------------------------------- /FS_Nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FS_Nodes.py -------------------------------------------------------------------------------- /FS_Types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FS_Types.py -------------------------------------------------------------------------------- /FS_Utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FS_Utils.py -------------------------------------------------------------------------------- /FlowState_Chef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_Chef.py -------------------------------------------------------------------------------- /FlowState_Chef_Ingredients.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_Chef_Ingredients.py -------------------------------------------------------------------------------- /FlowState_FluxEngine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_FluxEngine.py -------------------------------------------------------------------------------- /FlowState_LatentSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_LatentSource.py -------------------------------------------------------------------------------- /FlowState_Node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_Node.py -------------------------------------------------------------------------------- /FlowState_SaveTempVideo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_SaveTempVideo.py -------------------------------------------------------------------------------- /FlowState_SimpleLatent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_SimpleLatent.py -------------------------------------------------------------------------------- /FlowState_VideoCreator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_VideoCreator.py -------------------------------------------------------------------------------- /FlowState_VideoPreview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_VideoPreview.py -------------------------------------------------------------------------------- /FlowState_WANStudio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_WANStudio.py -------------------------------------------------------------------------------- /FlowState_WANStudio_Pro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/FlowState_WANStudio_Pro.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__init__.py -------------------------------------------------------------------------------- /__pycache__/FS_Assets.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FS_Assets.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FS_Constants.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FS_Constants.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FS_Mappings.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FS_Mappings.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FS_Nodes.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FS_Nodes.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FS_Types.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FS_Types.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FS_Utils.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FS_Utils.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_Chef.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_Chef.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_Chef_Ingredients.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_Chef_Ingredients.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_FluxEngine.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_FluxEngine.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_FluxSampler.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_FluxSampler.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_LatentSelector.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_LatentSelector.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_LatentSource.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_LatentSource.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_Node.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_Node.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_Painter.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_Painter.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_Painter_Ingredients.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_Painter_Ingredients.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_QuickEdit.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_QuickEdit.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_QuickEdit_Prompts.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_QuickEdit_Prompts.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_SaveTempVideo.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_SaveTempVideo.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_SimpleLatent.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_SimpleLatent.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_VideoCreator.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_VideoCreator.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_VideoPreview.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_VideoPreview.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_WANStudio.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_WANStudio.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/FlowState_WANStudio_Pro.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/FlowState_WANStudio_Pro.cpython-313.pyc -------------------------------------------------------------------------------- /__pycache__/__init__.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/__pycache__/__init__.cpython-313.pyc -------------------------------------------------------------------------------- /imgs/FlowState Chef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/imgs/FlowState Chef.png -------------------------------------------------------------------------------- /imgs/FlowState Creator Suite - Comfy Registry Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/imgs/FlowState Creator Suite - Comfy Registry Icon.png -------------------------------------------------------------------------------- /imgs/FlowState Flux Engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/imgs/FlowState Flux Engine.png -------------------------------------------------------------------------------- /imgs/FlowState Latent Source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/imgs/FlowState Latent Source.png -------------------------------------------------------------------------------- /imgs/FlowState Simple Latent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/imgs/FlowState Simple Latent.png -------------------------------------------------------------------------------- /imgs/FlowState WAN Studio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/imgs/FlowState WAN Studio.png -------------------------------------------------------------------------------- /imgs/FlowState WAN Studio.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/imgs/FlowState WAN Studio.webp -------------------------------------------------------------------------------- /imgs/FlowState-Creator-Nodes-Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/imgs/FlowState-Creator-Nodes-Banner.png -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wiki-docs/Home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/Home.md -------------------------------------------------------------------------------- /wiki-docs/Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/Installation.md -------------------------------------------------------------------------------- /wiki-docs/Releases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/Releases.md -------------------------------------------------------------------------------- /wiki-docs/Sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/Sidebar.md -------------------------------------------------------------------------------- /wiki-docs/Sponsorship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/Sponsorship.md -------------------------------------------------------------------------------- /wiki-docs/Upcoming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/Upcoming.md -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_Chef.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_Chef.MD -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_Chef_Ingredients.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_Chef_Ingredients.MD -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_FluxEngine.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_FluxEngine.MD -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_LatentSource.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_LatentSource.MD -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_SimpleLatent.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_SimpleLatent.MD -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_VideoCreator.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_VideoCreator.MD -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_VideoPreview.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_VideoPreview.MD -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_WANStudio.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_WANStudio.MD -------------------------------------------------------------------------------- /wiki-docs/nodes/FlowState_WANStudio_Pro.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/HEAD/wiki-docs/nodes/FlowState_WANStudio_Pro.MD --------------------------------------------------------------------------------