The engine powering AiTube.at
AiTube is currently in heavy development, and for the moment the engine is reserved for internal use by AiTube itself.
We are sorry for any inconvenience this might cause.
To install the package, run the following command:
npm install @aitube/engineimport {
getCharacterPrompt,
getCharacterReferencePrompt,
getPositivePrompt,
getSpeechBackgroundAudioPrompt,
getSpeechForegroundAudioPrompt,
getVideoPrompt,
deduplicate,
deduplicatePrompt,
renderShotToStoryboard,
renderShotToVideo,
segmentCategoryPromptPriority,
type VideoRenderer,
type StoryboardRenderer,
type VideoFirstFrameExtractor
} from '@aitube/engine'Install Bun
Run the following commands:
bun install
bun run buildTo publish:
bun run build
bun run build:declaration
bun run publishWe welcome contributions! Please feel free to submit a pull request.
This package is under the MIT License. See LICENSE file for more details.