diff --git a/components/pages/create-to-video2.tsx b/components/pages/create-to-video2.tsx
index 41fc667..73ab193 100644
--- a/components/pages/create-to-video2.tsx
+++ b/components/pages/create-to-video2.tsx
@@ -10,8 +10,8 @@ import { ChatInputBox } from '@/components/ChatInputBox/ChatInputBox';
import cover_image1 from '@/public/assets/cover_image3.jpg';
import { motion } from 'framer-motion';
import { Tooltip, Button } from 'antd';
-import { GlassIconButton } from '@/components/ui/glass-icon-button';
import { downloadVideo, getFirstFrame } from '@/utils/tools';
+import LazyLoad from "react-lazyload";
@@ -201,18 +201,20 @@ export default function CreateToVideo2() {
{/* 视频/图片区域 */}
router.push(`/movies/work-flow?episodeId=${project.project_id}`)}>
{(project.final_video_url || project.final_simple_video_url || project.video_urls) ? (
-