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/engine
import {
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 build
To publish:
bun run build
bun run build:declaration
bun run publish
We welcome contributions! Please feel free to submit a pull request.
This package is under the MIT License. See LICENSE
file for more details.