Stable Diffusion:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第78行: | 第78行: | ||
==基础知识== | ==基础知识== | ||
==模型== | ==Model 模型== | ||
===模型类型=== | |||
{| class="wikitable" | |||
! 名称 | |||
! 描述 | |||
|- | |||
| Checkpoint | |||
| 真正 Stable Diffusion模型,直接使用即可生成图片。模型很大,一般2 – 7 GB。 | |||
|- | |||
| LoRA | |||
| | |||
|- | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
|} | |||
==Prompt 提示词== | ==Prompt 提示词== | ||
第118行: | 第136行: | ||
* Stable Diffusion web UI:https://github.com/AUTOMATIC1111/stable-diffusion-webui | * Stable Diffusion web UI:https://github.com/AUTOMATIC1111/stable-diffusion-webui | ||
* stable diffusion webui colab:https://github.com/camenduru/stable-diffusion-webui-colab | * stable diffusion webui colab:https://github.com/camenduru/stable-diffusion-webui-colab | ||
* LAION-5B :https://laion.ai/blog/laion-5b/ | |||
===视频=== | ===视频=== | ||
* [https://www.youtube.com/watch?v=MXmacOUJUaw Youtube:Jay Alammar - AI Art Explained: How AI Generates Images (Stable Diffusion, Midjourney, and DALLE)] | * [https://www.youtube.com/watch?v=MXmacOUJUaw Youtube:Jay Alammar - AI Art Explained: How AI Generates Images (Stable Diffusion, Midjourney, and DALLE)] | ||
第127行: | 第145行: | ||
* [https://jalammar.github.io/illustrated-stable-diffusion/ Jay Alammar:The Illustrated Stable Diffusion] | * [https://jalammar.github.io/illustrated-stable-diffusion/ Jay Alammar:The Illustrated Stable Diffusion] | ||
* [https://www.nolibox.com/creator_articles/principle_of_stablediffusion.html 画宇宙:倒立的BOB - stable diffusion 原理是什么?stable diffusion 原理介绍 - AI绘画每日一帖] | * [https://www.nolibox.com/creator_articles/principle_of_stablediffusion.html 画宇宙:倒立的BOB - stable diffusion 原理是什么?stable diffusion 原理介绍 - AI绘画每日一帖] | ||
* [https://pub.towardsai.net/getting-started-with-stable-diffusion-f343639e4931 Towards AI:Youssef Hosni - Getting Started With Stable Diffusion] | |||
* [https://zhuanlan.zhihu.com/p/617134893 知乎:小小将 - 文生图模型之Stable Diffusion] | |||
* [https://zhuanlan.zhihu.com/p/599869764 知乎:新智元 - Jay Alammar再发新作:超高质量图解Stable Diffusion,看完彻底搞懂「图像生成」原理] | * [https://zhuanlan.zhihu.com/p/599869764 知乎:新智元 - Jay Alammar再发新作:超高质量图解Stable Diffusion,看完彻底搞懂「图像生成」原理] | ||
* [https://zhuanlan.zhihu.com/p/583124756 知乎:Sean - Stable Diffusion原理解读] | * [https://zhuanlan.zhihu.com/p/583124756 知乎:Sean - Stable Diffusion原理解读] | ||
* [https://stable-diffusion-art.com/models/ STABLE DIFFUSION ART:models] | |||
[[分类:深度学习]] | [[分类:深度学习]] |
2023年3月31日 (五) 10:38的版本
Stable Diffusion是一个开源的文本生成图像模型。由CompVis、StabilityAI和Runway合作开发。
简介
时间轴
常见图像生成模型
名称 | 描述 |
---|---|
Diffusion models | |
GAN (Generative adversarial networks) |
|
VAE (Variational auto encoders) |
|
Flow-based models |
相似对比
名称 | 描述 | 网站 |
---|---|---|
Stable Diffusion | ||
Midjourney | ||
DALL-E |
安装
在线使用
平台 | 描述 | 网址 |
---|---|---|
Hugging Face | 无需注册,直接使用。 | https://huggingface.co/spaces/stabilityai/stable-diffusion |
Replicate | 无需注册,直接使用,支持付费API。 | https://replicate.com/stability-ai/stable-diffusion |
DreamStudio | Stability AI 提供的网站。 | http://beta.dreamstudio.ai |
Google Colab | Colab是Google提供的一个免费和付费的Jupyter Notebook环境。 使用步骤: 1.登录Colab,https://colab.research.google.com/ 2.安装Stable Diffusion环境,在 https://github.com/camenduru/stable-diffusion-webui-colab 选择一个环境脚本,点击打开并在Colab运行安装。 3.Colab中安装完成后会有WebUI链接,点击访问即可。 |
https://colab.research.google.com/ https://github.com/camenduru/stable-diffusion-webui-colab |
Windows上部署
基础知识
Model 模型
模型类型
名称 | 描述 |
---|---|
Checkpoint | 真正 Stable Diffusion模型,直接使用即可生成图片。模型很大,一般2 – 7 GB。 |
LoRA | |
Prompt 提示词
常用网站
网站名称 | 描述 | 网址 |
---|---|---|
Promptbase | 有 DALL·E, GPT, Midjourney, Stable Diffusion, ChatGPT提示词 | https://promptbase.com/ |
Prompthero | https://prompthero.com/ | |
无界AI | https://wujieai.com/ | |
Lexica | https://lexica.art/ |
资源
官网
- Stable Diffusion 源代码:https://github.com/CompVis/stable-diffusion
- Stable Diffusion 源代码:https://github.com/Stability-AI/stablediffusion
- Stability 官网:https://stability.ai
- Runway 官网:https://runwayml.com
网站
- Stable Diffusion web UI:https://github.com/AUTOMATIC1111/stable-diffusion-webui
- stable diffusion webui colab:https://github.com/camenduru/stable-diffusion-webui-colab
- LAION-5B :https://laion.ai/blog/laion-5b/
视频
- Youtube:Jay Alammar - AI Art Explained: How AI Generates Images (Stable Diffusion, Midjourney, and DALLE)
- Youtube:李宏毅 -【生成式AI】速覽圖像生成常見模型
- Youtube:李宏毅 -【生成式AI】淺談圖像生成模型 Diffusion Model 原理
文章
- Jay Alammar:The Illustrated Stable Diffusion
- 画宇宙:倒立的BOB - stable diffusion 原理是什么?stable diffusion 原理介绍 - AI绘画每日一帖
- Towards AI:Youssef Hosni - Getting Started With Stable Diffusion
- 知乎:小小将 - 文生图模型之Stable Diffusion
- 知乎:新智元 - Jay Alammar再发新作:超高质量图解Stable Diffusion,看完彻底搞懂「图像生成」原理
- 知乎:Sean - Stable Diffusion原理解读
- STABLE DIFFUSION ART:models