raw_image_based_video¶
Overview¶
Generates a video from raw image prompt |
Classes¶
- class raw_image_based_video.RawImageBasedVideo(title: str = None, raw_image_prompt: str = 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)-
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)¶