VideoGenArgsSchema
このコンテンツはまだ日本語訳がありません。
const VideoGenArgsSchema: z.ZodObject<{ duration: z.ZodOptional<z.ZodNumber>; imageUrls: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; model: z.ZodOptional<z.ZodString>; negativePrompt: z.ZodOptional<z.ZodString>; prompt: z.ZodEffects<z.ZodString, string, string>; ratio: z.ZodOptional<z.ZodString>; seed: z.ZodOptional<z.ZodNumber>;}, "strip", z.ZodTypeAny, { duration?: number; imageUrls?: string[]; model?: string; negativePrompt?: string; prompt: string; ratio?: string; seed?: number;}, { duration?: number; imageUrls?: string[]; model?: string; negativePrompt?: string; prompt: string; ratio?: string; seed?: number;}>;VideoGen 工具参数 schema:模型(可省)、正负提示词、时长、画幅比、种子与图生视频的首帧图。
このページは役に立ちましたか?
フィードバックありがとうございます。この記事の改善に活かします。