Files
2026_DesignAI/appendices/ap06-more-resources.tex
T
pengxiao c55f956656 sync(latex): 从 Word 同步第二章和附录内容
- ch02: 第5节重写为"环境-智能体框架",新增表2.1/2.2和图2.1
- ch01: 补充 Garrity 引用来源
- 全部附录(ap01-ap09)从 Word 重新转换,修复 \sub 等转换错误
- 新增 ch13 结语占位、上下篇分隔页

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

83 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{其他资源}
本附录整理AIGC工具、设计领域AI工具,以及设计AI相关的学术期刊与会议。
\section{AIGC工具}
\subsection{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{]}
\subsection{Midjourney}\label{midjourney}
\textbf{平台}Discord
\textbf{文档}\href{https://docs.midjourney.com/}{docs.midjourney.com}
\section{设计领域AI工具}
{\def\LTcaptype{none} % do not increment counter
\begin{longtable}[]{@{}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2111}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.2333}}
>{\raggedright\arraybackslash}p{(\linewidth - 4\tabcolsep) * \real{0.5333}}@{}}
\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}
}
\section{学术期刊与会议}
\subsection{设计AI相关期刊}
\begin{itemize}
\item
Landscape and Urban Planning
\item
Environment and Planning B: Urban Analytics and City Science
\item
Automation in Construction
\end{itemize}
\subsection{设计AI相关会议}
\begin{itemize}
\item
CAAD Futures
\item
ACADIA
\item
eCAADe
\end{itemize}