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>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
\chapter{附录6:其他资源}
|
||||
\chapter{其他资源}
|
||||
|
||||
本附录整理AIGC工具、设计领域AI工具,以及设计AI相关的学术期刊与会议。
|
||||
|
||||
\subsection{AIGC工具}\label{aigcux5de5ux5177}
|
||||
\section{AIGC工具}
|
||||
|
||||
\subsubsection{Stable Diffusion}\label{stable-diffusion}
|
||||
\subsection{Stable Diffusion}\label{stable-diffusion}
|
||||
|
||||
\textbf{WebUI}:\href{https://github.com/AUTOMATIC1111/stable-diffusion-webui}{Automatic1111}
|
||||
|
||||
@@ -14,20 +14,23 @@
|
||||
|
||||
\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{]}
|
||||
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}
|
||||
\subsection{Midjourney}\label{midjourney}
|
||||
|
||||
\textbf{平台}:Discord \textbf{文档}:\href{https://docs.midjourney.com/}{docs.midjourney.com}
|
||||
\textbf{平台}:Discord
|
||||
\textbf{文档}:\href{https://docs.midjourney.com/}{docs.midjourney.com}
|
||||
|
||||
\subsection{设计领域AI工具}
|
||||
\section{设计领域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}}@{}}
|
||||
>{\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
|
||||
工具
|
||||
@@ -40,18 +43,23 @@ image = pipe("a photo of an astronaut riding a horse on mars").images{[}0{]}
|
||||
\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} \\
|
||||
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} \\
|
||||
Galileo AI & 界面布局生成 &
|
||||
\href{https://www.usegalileo.ai/}{usegalileo.ai} \\
|
||||
Planner 5D & 室内设计自动生成 &
|
||||
\href{https://planner5d.com/}{planner5d.com} \\
|
||||
\end{longtable}
|
||||
}
|
||||
|
||||
\subsection{学术期刊与会议}
|
||||
\section{学术期刊与会议}
|
||||
|
||||
\subsubsection{设计AI相关期刊}
|
||||
\subsection{设计AI相关期刊}
|
||||
|
||||
\begin{itemize}
|
||||
\item
|
||||
@@ -62,7 +70,7 @@ Planner 5D & 室内设计自动生成 & \href{https://planner5d.com/}{planner5d.
|
||||
Automation in Construction
|
||||
\end{itemize}
|
||||
|
||||
\subsubsection{设计AI相关会议}
|
||||
\subsection{设计AI相关会议}
|
||||
|
||||
\begin{itemize}
|
||||
\item
|
||||
@@ -72,4 +80,3 @@ Planner 5D & 室内设计自动生成 & \href{https://planner5d.com/}{planner5d.
|
||||
\item
|
||||
eCAADe
|
||||
\end{itemize}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user