-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathFS_Nodes.py
More file actions
33 lines (25 loc) · 812 Bytes
/
FS_Nodes.py
File metadata and controls
33 lines (25 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Project: FlowState Creator Suite
# Description: A node suite designed for professional production, offering a stable, efficient,
# and scalable solution that simplifies complex workflows for high-quality, fine-tuned asset creation.
# Author: Johnathan Chivington
# Contact: flowstateeng@gmail.com | youtube.com/@flowstateeng
##
# SYSTEM STATUS
##
print(f' 2. 💾 Loading custom nodes...')
##
# NODES
##
from .FlowState_SimpleLatent import *
from .FlowState_LatentSource import *
from .FlowState_FluxEngine import *
from .FlowState_VideoCreator import *
from .FlowState_VideoPreview import *
from .FlowState_WANStudio import *
from .FlowState_WANStudio_Pro import *
from .FlowState_Chef import *
from .FlowState_Chef_Ingredients import *
##
# SYSTEM STATUS
##
print(f'\t - ✅ All nodes Loaded.')