vikit.video.raw_image_based_video¶
Overview¶
Generates a video from raw image prompt |
Classes¶
- class vikit.video.raw_image_based_video.RawImageBasedVideo(title: str = None, prompt: vikit.prompt.prompt.Prompt = None)¶
Bases:
vikit.video.video.VideoGenerates a video from raw image prompt
Overview
Methods¶ get_core_handlers(build_settings)Get the handler chain of the video. Order matters here.
-
-
run_build_core_logic_hook(build_settings, ml_models_gateway)-
Members
- get_core_handlers(build_settings) list[vikit.common.handler.Handler]¶
Get the handler chain of the video. Order matters here. At this stage, we should already have the enhanced prompt and title for this video
- Parameters:
build_settings -- The settings for building the video
- get_duration()¶
- get_title()¶
- run_build_core_logic_hook(build_settings: vikit.video.video_build_settings.VideoBuildSettings, ml_models_gateway)¶