Install
openclaw skills install comfy-story-videoGenerate illustrated children's story videos with AI images and TTS narration using ComfyUI running locally.
openclaw skills install comfy-story-videoGenerate children's story videos with AI-generated illustrations and voice narration.
cd /Users/yiyi/.openclaw/workspace/comfy-story-video
python3 scripts/generate_story_video.py --theme "友谊" --scenes 5
http://127.0.0.1:8188pip install websocket-client requests# Default theme (友谊/friendship)
python3 scripts/generate_story_video.py
# Custom theme
python3 scripts/generate_story_video.py --theme "勇气"
# Custom number of scenes
python3 scripts/generate_story_video.py --theme "环保" --scenes 6
Generated in output/ directory:
story_{theme}_{timestamp}.json - Story textscene_01.png ~ scene_NN.png - AI illustrationsscene_01.mp3 ~ scene_NN.mp3 - Voice narrationstory_{theme}_{timestamp}.mp4 - Final videoEdit assets/basic_workflow.json, replace ckpt_name in CheckpointLoaderSimple node.
Edit scripts/generate_story_video.py:
characters - List of animal characterssettings - Story backgroundsthemes - Story themesModify the -v parameter in generate_tts() function:
say -v '?' | grep zh # List available Chinese voices
http://127.0.0.1:8188ckpt_name in workflow to match available models