You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"tooltip": "Enable to include fit (avatar scaling on output canvas) in video inference settings.",
212
+
"default": False,
213
+
}),
214
+
"fit": (["auto", "cover", "contain"], {
215
+
"tooltip": "How the avatar is scaled to the output canvas. cover: scale to fill (may crop edges). contain: scale to fit entirely (may show background). auto: server picks based on source and canvas orientations. Only used when 'Use Fit' is enabled.",
216
+
"default": "auto",
217
+
}),
218
+
"useCaption": ("BOOLEAN", {
219
+
"tooltip": "Enable to include caption in video inference settings.",
220
+
"default": False,
221
+
}),
222
+
"caption": ("BOOLEAN", {
223
+
"tooltip": "Caption flag. Only used when 'Use Caption' is enabled.",
224
+
"default": False,
225
+
"label_on": "true",
226
+
"label_off": "false",
227
+
}),
210
228
}
211
229
}
212
230
@@ -215,7 +233,7 @@ def INPUT_TYPES(cls):
215
233
FUNCTION="createSettings"
216
234
CATEGORY="Runware"
217
235
DESCRIPTION= (
218
-
"Configure video inference settings (draft, audio, voicePrompt, safetyFilter, promptUpsampling, voiceDescription, style, thinking, multiClip, shotType, promptExtend, syncMode, mode, emotion, temperature, occlusionDetection, tts, activeSpeakerDetection, segments, etc.) for Runware Video Inference. "
0 commit comments