Files
2026_DesignAI/officefile/latex/appendices/ap06-more-resources.tex
T
pengxiao c81cf83c13 feat(latex): 新增 LaTeX 排版系统,从 Markdown 生成 ctexbook
- 新增 officefile/latex/ 目录,包含 main.tex、preamble.tex 及 14 个章节 + 10 个附录 tex 文件
- md→tex 转换流程:pandoc 转换 + _postprocess.py 后处理(去编号、修破折号、清标签)
- 修复 5 个 md 源文件的标题层级(H1→H2 降级,统一层级结构)
- 配置 VS Code LaTeX Workshop(xelatex + ctexbook 编译链)
- 新增 VS Code workspace 和 .gitignore(排除 LaTeX 编译产物)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 12:21:15 +08:00

76 lines
2.3 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\chapter{附录6:其他资源}
本附录整理AIGC工具、设计领域AI工具,以及设计AI相关的学术期刊与会议。
\subsection{AIGC工具}\label{aigcux5de5ux5177}
\subsubsection{Stable Diffusion}\label{stable-diffusion}
\textbf{WebUI}\href{https://github.com/AUTOMATIC1111/stable-diffusion-webui}{Automatic1111}
\textbf{ComfyUI}\href{https://github.com/comfyanonymous/ComfyUI}{GitHub}
\textbf{API调用示例}
\textbf{from} diffusers \textbf{import} StableDiffusionPipeline\\
\strut \\
pipe = StableDiffusionPipeline.from\_pretrained("runwayml/stable-diffusion-v1-5")\\
image = pipe("a photo of an astronaut riding a horse on mars").images{[}0{]}
\subsubsection{Midjourney}\label{midjourney}
\textbf{平台}Discord \textbf{文档}\href{https://docs.midjourney.com/}{docs.midjourney.com}
\subsection{设计领域AI工具}
{\def\LTcaptype{none} % do not increment counter
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1790}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2364}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.1779}}@{}}
\toprule\noalign{}
\begin{minipage}[b]{\linewidth}\raggedright
工具
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
用途
\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
网址
\end{minipage} \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
Midjourney & 图像生成与创意探索 & \href{https://www.midjourney.com/}{midjourney.com} \\
Stable Diffusion & 本地可控图像生成 & \href{https://stability.ai/}{stability.ai} \\
ControlNet & 精确结构控制 & \href{https://arxiv.org/abs/2302.05543}{arxiv.org} \\
Figma AI & 界面设计辅助 & \href{https://www.figma.com/}{figma.com} \\
Galileo AI & 界面布局生成 & \href{https://www.usegalileo.ai/}{usegalileo.ai} \\
Planner 5D & 室内设计自动生成 & \href{https://planner5d.com/}{planner5d.com} \\
\end{longtable}
}
\subsection{学术期刊与会议}
\subsubsection{设计AI相关期刊}
\begin{itemize}
\item
Landscape and Urban Planning
\item
Environment and Planning B: Urban Analytics and City Science
\item
Automation in Construction
\end{itemize}
\subsubsection{设计AI相关会议}
\begin{itemize}
\item
CAAD Futures
\item
ACADIA
\item
eCAADe
\end{itemize}