<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>解说文案 - SD</title>
<link>https://xwean.com/tag/SD/</link>
<atom:link href="https://xwean.com/feed/tag/SD/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Sat, 05 Aug 2023 11:23:00 +0800</lastBuildDate>
<pubDate>Sat, 05 Aug 2023 11:23:00 +0800</pubDate>
<item>
<title>Stable Diffusion 安装教程</title>
<link>https://xwean.com/1672.html</link>
<guid>https://xwean.com/1672.html</guid>
<pubDate>Sat, 05 Aug 2023 11:23:00 +0800</pubDate>
<dc:creator>hhs</dc:creator>
<description><![CDATA[Stable Diffusion全套操作流程可参考B站UP主 Nenly同学相关的资料：https://nenly.notion.site/017c3341c8b84a7ebb4c2cb16f3...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<h1>Stable Diffusion全套操作流程</h1><p>可参考B站UP主 <a href="https://space.bilibili.com/1814756990">Nenly同学</a></p><p>相关的资料：<a href="https://nenly.notion.site/017c3341c8b84a7ebb4c2cb16f36e28f">https://nenly.notion.site/017c3341c8b84a7ebb4c2cb16f36e28f</a></p><p>安装过程和演示</p><p>安装Python  - windows</p><p><a href="https://www.python.org/downloads">https://www.python.org/downloads</a>  下载Python版本</p><p><code>亲测了一下，版本低确实报错</code></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051022870.png" alt="image-20230805102219777" title="image-20230805102219777"></p><p>进化的很快</p><p><img src="http://pic2.xwean.com/typora1/2023/202308051023919.png" alt="image-20230805102334855" title="image-20230805102334855"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051023825.png" alt="image-20230805102349796" title="image-20230805102349796"></p><p>安装</p><p><img src="http://pic2.xwean.com/typora1/2023/202308051024499.png" alt="image-20230805102406467" title="image-20230805102406467"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051024285.png" alt="image-20230805102436258" title="image-20230805102436258"></p><p>安装成功   win+R 输入cmd  回车  黑框输入 <code>python</code>  <code>python -v</code></p><hr><p>视频提示：</p><p>cmd 查询   <code>nvidia-smi</code></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051028656.png" alt="image-20230805102810619" title="image-20230805102810619"></p><p>重点看红色的框</p><p><img src="http://pic2.xwean.com/typora1/2023/202308051028827.png" alt="image-20230805102848795" title="image-20230805102848795"></p><p>下载</p><p><a href="https://developer.nvidia.com/cuda-downloads">https://developer.nvidia.com/cuda-downloads</a></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051033725.png" alt="image-20230805103308679" title="image-20230805103308679"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051033280.png" alt="image-20230805103325246" title="image-20230805103325246"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051033242.png" alt="image-20230805103343207" title="image-20230805103343207"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051033633.png" alt="image-20230805103353590" title="image-20230805103353590"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051034139.png" alt="image-20230805103417070" title="image-20230805103417070"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051034142.png" alt="image-20230805103423106" title="image-20230805103423106"></p><p>其实可以用整合包 没有那么麻烦</p><p><a href="https://www.bilibili.com/video/BV1iM4y1y7oA/?vd_source=de4f4ec50462b25cfe4b5b279981c54c">https://www.bilibili.com/video/BV1iM4y1y7oA/?vd_source=de4f4ec50462b25cfe4b5b279981c54c</a></p><p>版本控制</p><p><a href="https://git-scm.com/download">https://git-scm.com/download</a></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051037325.png" alt="image-20230805103750263" title="image-20230805103750263"></p><p>下载安装</p><p><img src="http://pic2.xwean.com/typora1/2023/202308051040048.png" alt="image-20230805103823525" title="image-20230805103823525"></p><p>无脑下一步</p><p>找一个快点的硬盘</p><p><img src="http://pic2.xwean.com/typora1/2023/202308051043100.png" alt="image-20230805104310060" title="image-20230805104310060"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051043200.png" alt="image-20230805104320176" title="image-20230805104320176"></p><p>再网络环境允许的情况下</p><p><code>git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git</code></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051044302.png" alt="image-20230805104407275" title="image-20230805104407275"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051044790.png" alt="image-20230805104420739" title="image-20230805104420739"></p><p>这就是下载完事了</p><p>但强烈推荐使用一键安装</p><p>省事</p><p>喜欢折腾的 就自己动手</p><p><img src="http://pic2.xwean.com/typora1/2023/202308051051992.png" alt="image-20230805105132951" title="image-20230805105132951"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051051644.png" alt="image-20230805105153614" title="image-20230805105153614"></p><p>会下载比较多的东西</p><p><img src="http://pic2.xwean.com/typora1/2023/202308051100348.png" alt="image-20230805110008221" title="image-20230805110008221"></p><p>卡在这里需要等待</p><p>预计几分钟就好了</p><p><img src="http://pic2.xwean.com/typora1/2023/202308051100421.png" alt="image-20230805110036390" title="image-20230805110036390"></p><p>都安装完了</p><p><a href="http://127.0.0.1:7860/">http://127.0.0.1:7860/</a></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051120932.png" alt="image-20230805112022897" title="image-20230805112022897"></p><p><img src="http://pic2.xwean.com/typora1/2023/202308051120781.png" alt="image-20230805112036693" title="image-20230805112036693"></p><p>下课</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://xwean.com/1672.html#comments</comments>
<wfw:commentRss>https://xwean.com/feed/tag/SD/</wfw:commentRss>
</item>
</channel>
</rss>