Brought over flip flop prototype from contentis' fork, limiting it to only Qwen to ease the process of adapting it to be a native feature

This commit is contained in:
Jedrzej Kosinski
2025-09-25 16:15:46 -07:00
parent ce4cb2389c
commit 84e73f2aa5
4 changed files with 310 additions and 31 deletions

View File

@@ -2330,6 +2330,7 @@ async def init_builtin_extra_nodes():
"nodes_model_patch.py",
"nodes_easycache.py",
"nodes_audio_encoder.py",
"nodes_flipflop.py",
]
import_failed = []