Skip to content

Commit e27bdd8

Browse files
authored
fix: register missing LTX nodes as supporting BYOK (#423)
Part of #409. Addressing failure in test_griptape_proxy_node_byok.py, specifically `test_every_proxy_node_exposes_shared_byok_ui`. LTXVideoExtend (PR #183) and LTXVideoToVideoHDR (PR #188) were added as GriptapeProxyNode subclasses but never registered in either BYOK config map. Add them with the LTX provider config, matching the pattern of other LTX nodes.
1 parent 57acfab commit e27bdd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

griptape_nodes_library/proxy/proxy_api_key_providers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ class ProxyApiKeyProviderConfig:
127127
"LTXAudioToVideoGeneration": LTX,
128128
"LTXImageToVideoGeneration": LTX,
129129
"LTXTextToVideoGeneration": LTX,
130+
"LTXVideoExtend": LTX,
130131
"LTXVideoRetake": LTX,
132+
"LTXVideoToVideoHDR": LTX,
131133
"MinimaxHailuoVideoGeneration": MINIMAX,
132134
"OmnihumanSubjectDetection": SEED,
133135
"OmnihumanSubjectRecognition": SEED,

0 commit comments

Comments
 (0)