refactor(officefile): 按 md/latex/word 三层结构重组文档目录
将 Markdown 源文件移入 md/,LaTeX 工作目录保留在 latex/, Word 导出移入 word/;删除临时脚本、调试截图和空 stub。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
# 附录6:其他资源
|
||||
|
||||
本附录整理AIGC工具、设计领域AI工具,以及设计AI相关的学术期刊与会议。
|
||||
|
||||
## 1 AIGC工具
|
||||
|
||||
### 1.1 Stable Diffusion
|
||||
|
||||
**WebUI**:[Automatic1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
||||
|
||||
**ComfyUI**:[GitHub](https://github.com/comfyanonymous/ComfyUI)
|
||||
|
||||
**API调用示例**:
|
||||
|
||||
```python
|
||||
from diffusers import StableDiffusionPipeline
|
||||
|
||||
pipe = StableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5")
|
||||
image = pipe("a photo of an astronaut riding a horse on mars").images[0]
|
||||
```
|
||||
|
||||
### 1.2 Midjourney
|
||||
|
||||
**平台**:Discord **文档**:[docs.midjourney.com](https://docs.midjourney.com/)
|
||||
|
||||
## 2 设计领域AI工具
|
||||
|
||||
| 工具 | 用途 | 网址 |
|
||||
|------|------|------|
|
||||
| Midjourney | 图像生成与创意探索 | [midjourney.com](https://www.midjourney.com/) |
|
||||
| Stable Diffusion | 本地可控图像生成 | [stability.ai](https://stability.ai/) |
|
||||
| ControlNet | 精确结构控制 | [arxiv.org](https://arxiv.org/abs/2302.05543) |
|
||||
| Figma AI | 界面设计辅助 | [figma.com](https://www.figma.com/) |
|
||||
| Galileo AI | 界面布局生成 | [usegalileo.ai](https://www.usegalileo.ai/) |
|
||||
| Planner 5D | 室内设计自动生成 | [planner5d.com](https://planner5d.com/) |
|
||||
|
||||
## 3 学术期刊与会议
|
||||
|
||||
### 3.1 设计AI相关期刊
|
||||
|
||||
- Landscape and Urban Planning
|
||||
- Environment and Planning B: Urban Analytics and City Science
|
||||
- Automation in Construction
|
||||
|
||||
### 3.2 设计AI相关会议
|
||||
|
||||
- CAAD Futures
|
||||
- ACADIA
|
||||
- eCAADe
|
||||
Reference in New Issue
Block a user