├── .gitignore ├── README.md └── docs ├── 2D - March 2025 ├── README.md ├── day1-2 │ ├── README.md │ └── doc_Optimized.pdf ├── day3 │ ├── README.md │ ├── aboutAI-1_optimized.pdf │ └── aboutDesign-1_optimized.pdf ├── day4 │ ├── README.md │ ├── aboutAI-2_optimized.pdf │ └── aboutDesign-2_optimized.pdf └── day5 │ ├── README.md │ ├── aboutAI-3_optimized.pdf │ ├── aboutDesign-3_optimized.pdf │ └── lecture_optimized.pdf └── casebook ├── 3D_Modeling_Rendering └── README.md ├── Architecture_Interior_Design └── README.md ├── Fashion_Design └── README.md ├── Fine_Arts └── README.md ├── General └── GitHub_upload_for_beginners │ ├── GitHub_upload_for_beginners.md │ └── images │ ├── image1.PNG │ ├── image10.png │ ├── image11.png │ ├── image12.png │ ├── image13.png │ ├── image14.png │ ├── image15.png │ ├── image16.png │ ├── image17.png │ ├── image18.png │ ├── image19.png │ ├── image2.PNG │ ├── image3.png │ ├── image4.png │ ├── image5.png │ ├── image6.png │ ├── image7.png │ ├── image8.png │ └── image9.png ├── Graphic_Design ├── Brand_Design_with_AI │ ├── Brand_Design_with_AI_1.md │ └── images │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png ├── Motion_Poster │ ├── Motion_Poster.md │ └── 国风动态海报制作指南.pdf └── README.md ├── Illustration └── README.md ├── Industrial_Product_Design └── README.md ├── Motion_Graphics └── README.md ├── Photography └── README.md ├── README.md ├── UI_UX_Design ├── MCP:figma to cursor │ ├── figma_to_cursor.md │ └── images │ │ ├── 1748486088687.png │ │ ├── 1748486185114.png │ │ ├── 1748486225641.png │ │ ├── 1748486313579.png │ │ ├── 1748486892096.png │ │ ├── 1748487216911.png │ │ ├── 1748487407113.png │ │ ├── 1748488016076.png │ │ ├── 1748842271419.png │ │ ├── 1cc79facc0ca0e774e70d5996688ad2.jpg │ │ ├── f08a9bf8477c4d810e3ca794e4c922a.jpg │ │ ├── image 7.png │ │ ├── image 8.png │ │ └── image 9.png └── README.md ├── Video_Production ├── AI_MV_Mayday_OAOA_VideoProduction_Tutorial │ └── AI_MV_Mayday_OAOA_VideoProduction_Tutorial.md ├── CyberNezha_video_0501_wenxin │ ├── CyberNezha_video_0501_wenxin.md │ └── images │ │ ├── image0.png │ │ ├── image1.png │ │ ├── image10.png │ │ ├── image11.png │ │ ├── image12.png │ │ ├── image13.png │ │ ├── image14.png │ │ ├── image15.png │ │ ├── image16.png │ │ ├── image17.png │ │ ├── image18.png │ │ ├── image19.png │ │ ├── image2.png │ │ ├── image20.png │ │ ├── image21.png │ │ ├── image22.png │ │ ├── image23.png │ │ ├── image24.5.png │ │ ├── image24.png │ │ ├── image25.png │ │ ├── image26.png │ │ ├── image27.png │ │ ├── image28.png │ │ ├── image3.png │ │ ├── image4.png │ │ ├── image5.png │ │ ├── image6.png │ │ ├── image7.png │ │ ├── image8.png │ │ └── image9.png ├── Pixel - Style Image + Video Generation by JimengTutorial │ ├── Pixel - Style Image + Video Generation by JimengTutorial.md │ └── images │ │ ├── 1747383513127.png │ │ ├── 1750493461893.png │ │ ├── 1750494437915.png │ │ ├── 1750498624149.png │ │ ├── 1750498749277.png │ │ ├── 1750498930038.png │ │ ├── 1750502164167.png │ │ ├── 1750502242254.png │ │ ├── 1750503018558.png │ │ ├── 1750503682399.png │ │ ├── 1750503821286.png │ │ ├── 1750504948118.png │ │ ├── 2688fa0d0c41e77eb72bcb4fccd6c7b.jpg │ │ └── ca0b59f5f73e6370070820a4f78b854e.png ├── Podcast_Social_Media_Content │ ├── Podcast_Social_Media_Content.md │ └── 播客全流程:如何从0到1打造属于你的电台?.pdf ├── README.md └── Text_to_Video_Full_Process_Script_Storyboard_VO_Visuals │ ├── Text_to_Video_Full_Process_Script_Storyboard_VO_Visuals.md │ └── 脚本 + 分镜 + 配音 + 画面 = 文生视频全流程深度解析.pdf └── Web_Design └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/README.md -------------------------------------------------------------------------------- /docs/2D - March 2025/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/README.md -------------------------------------------------------------------------------- /docs/2D - March 2025/day1-2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day1-2/README.md -------------------------------------------------------------------------------- /docs/2D - March 2025/day1-2/doc_Optimized.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day1-2/doc_Optimized.pdf -------------------------------------------------------------------------------- /docs/2D - March 2025/day3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day3/README.md -------------------------------------------------------------------------------- /docs/2D - March 2025/day3/aboutAI-1_optimized.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day3/aboutAI-1_optimized.pdf -------------------------------------------------------------------------------- /docs/2D - March 2025/day3/aboutDesign-1_optimized.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day3/aboutDesign-1_optimized.pdf -------------------------------------------------------------------------------- /docs/2D - March 2025/day4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day4/README.md -------------------------------------------------------------------------------- /docs/2D - March 2025/day4/aboutAI-2_optimized.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day4/aboutAI-2_optimized.pdf -------------------------------------------------------------------------------- /docs/2D - March 2025/day4/aboutDesign-2_optimized.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day4/aboutDesign-2_optimized.pdf -------------------------------------------------------------------------------- /docs/2D - March 2025/day5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day5/README.md -------------------------------------------------------------------------------- /docs/2D - March 2025/day5/aboutAI-3_optimized.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day5/aboutAI-3_optimized.pdf -------------------------------------------------------------------------------- /docs/2D - March 2025/day5/aboutDesign-3_optimized.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day5/aboutDesign-3_optimized.pdf -------------------------------------------------------------------------------- /docs/2D - March 2025/day5/lecture_optimized.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/2D - March 2025/day5/lecture_optimized.pdf -------------------------------------------------------------------------------- /docs/casebook/3D_Modeling_Rendering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/3D_Modeling_Rendering/README.md -------------------------------------------------------------------------------- /docs/casebook/Architecture_Interior_Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Architecture_Interior_Design/README.md -------------------------------------------------------------------------------- /docs/casebook/Fashion_Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Fashion_Design/README.md -------------------------------------------------------------------------------- /docs/casebook/Fine_Arts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Fine_Arts/README.md -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/GitHub_upload_for_beginners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/GitHub_upload_for_beginners.md -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image1.PNG -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image10.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image11.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image12.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image13.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image14.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image15.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image16.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image17.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image18.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image19.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image2.PNG -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image3.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image4.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image5.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image6.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image7.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image8.png -------------------------------------------------------------------------------- /docs/casebook/General/GitHub_upload_for_beginners/images/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/General/GitHub_upload_for_beginners/images/image9.png -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/Brand_Design_with_AI/Brand_Design_with_AI_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Graphic_Design/Brand_Design_with_AI/Brand_Design_with_AI_1.md -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/Brand_Design_with_AI/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Graphic_Design/Brand_Design_with_AI/images/1.png -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/Brand_Design_with_AI/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Graphic_Design/Brand_Design_with_AI/images/2.png -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/Brand_Design_with_AI/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Graphic_Design/Brand_Design_with_AI/images/3.png -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/Brand_Design_with_AI/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Graphic_Design/Brand_Design_with_AI/images/4.png -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/Brand_Design_with_AI/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Graphic_Design/Brand_Design_with_AI/images/5.png -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/Motion_Poster/Motion_Poster.md: -------------------------------------------------------------------------------- 1 | 完整版请阅读飞书文档: 2 | https://a5tokq5gsr.feishu.cn/wiki/PPzWwzGIJiOSXDknlzwcjOCMn8d 3 | 浏览版参考本文件夹中的 pdf 文件 -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/Motion_Poster/国风动态海报制作指南.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Graphic_Design/Motion_Poster/国风动态海报制作指南.pdf -------------------------------------------------------------------------------- /docs/casebook/Graphic_Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Graphic_Design/README.md -------------------------------------------------------------------------------- /docs/casebook/Illustration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Illustration/README.md -------------------------------------------------------------------------------- /docs/casebook/Industrial_Product_Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Industrial_Product_Design/README.md -------------------------------------------------------------------------------- /docs/casebook/Motion_Graphics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Motion_Graphics/README.md -------------------------------------------------------------------------------- /docs/casebook/Photography/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Photography/README.md -------------------------------------------------------------------------------- /docs/casebook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/README.md -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/figma_to_cursor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/figma_to_cursor.md -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486088687.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486088687.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486185114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486185114.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486225641.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486225641.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486313579.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486313579.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486892096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748486892096.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748487216911.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748487216911.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748487407113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748487407113.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748488016076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748488016076.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748842271419.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1748842271419.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1cc79facc0ca0e774e70d5996688ad2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/1cc79facc0ca0e774e70d5996688ad2.jpg -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/f08a9bf8477c4d810e3ca794e4c922a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/f08a9bf8477c4d810e3ca794e4c922a.jpg -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/image 7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/image 7.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/image 8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/image 8.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/MCP:figma to cursor/images/image 9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/MCP:figma to cursor/images/image 9.png -------------------------------------------------------------------------------- /docs/casebook/UI_UX_Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/UI_UX_Design/README.md -------------------------------------------------------------------------------- /docs/casebook/Video_Production/AI_MV_Mayday_OAOA_VideoProduction_Tutorial/AI_MV_Mayday_OAOA_VideoProduction_Tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/AI_MV_Mayday_OAOA_VideoProduction_Tutorial/AI_MV_Mayday_OAOA_VideoProduction_Tutorial.md -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/CyberNezha_video_0501_wenxin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/CyberNezha_video_0501_wenxin.md -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image0.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image1.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image10.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image11.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image12.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image13.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image14.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image15.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image16.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image17.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image18.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image19.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image2.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image20.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image21.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image22.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image23.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image24.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image24.5.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image24.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image25.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image26.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image27.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image28.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image3.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image4.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image5.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image6.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image7.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image8.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/CyberNezha_video_0501_wenxin/images/image9.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/Pixel - Style Image + Video Generation by JimengTutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/Pixel - Style Image + Video Generation by JimengTutorial.md -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1747383513127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1747383513127.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750493461893.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750493461893.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750494437915.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750494437915.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750498624149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750498624149.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750498749277.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750498749277.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750498930038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750498930038.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750502164167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750502164167.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750502242254.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750502242254.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750503018558.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750503018558.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750503682399.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750503682399.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750503821286.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750503821286.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750504948118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/1750504948118.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/2688fa0d0c41e77eb72bcb4fccd6c7b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/2688fa0d0c41e77eb72bcb4fccd6c7b.jpg -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/ca0b59f5f73e6370070820a4f78b854e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Pixel - Style Image + Video Generation by JimengTutorial/images/ca0b59f5f73e6370070820a4f78b854e.png -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Podcast_Social_Media_Content/Podcast_Social_Media_Content.md: -------------------------------------------------------------------------------- 1 | 完整版请阅读飞书文档: 2 | https://a5tokq5gsr.feishu.cn/wiki/NiQFwSirFimbMLkcpW6c4Q8zn8f 3 | 浏览版参考本文件夹中的 pdf 文件 -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Podcast_Social_Media_Content/播客全流程:如何从0到1打造属于你的电台?.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Podcast_Social_Media_Content/播客全流程:如何从0到1打造属于你的电台?.pdf -------------------------------------------------------------------------------- /docs/casebook/Video_Production/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/README.md -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Text_to_Video_Full_Process_Script_Storyboard_VO_Visuals/Text_to_Video_Full_Process_Script_Storyboard_VO_Visuals.md: -------------------------------------------------------------------------------- 1 | 完整版请阅读飞书文档: 2 | https://ycnhtx22qaeo.feishu.cn/wiki/EUNCwxQXli0f1OkWyVYc6geUndc 3 | 浏览版参考本文件夹中的 pdf 文件 -------------------------------------------------------------------------------- /docs/casebook/Video_Production/Text_to_Video_Full_Process_Script_Storyboard_VO_Visuals/脚本 + 分镜 + 配音 + 画面 = 文生视频全流程深度解析.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Video_Production/Text_to_Video_Full_Process_Script_Storyboard_VO_Visuals/脚本 + 分镜 + 配音 + 画面 = 文生视频全流程深度解析.pdf -------------------------------------------------------------------------------- /docs/casebook/Web_Design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/design-with-ai/HEAD/docs/casebook/Web_Design/README.md --------------------------------------------------------------------------------