Diffusion相关技术最近也是非常火爆,看看招聘信息,岗位名称都由AI算法工程师变成了AIGC算法工程师,本周跟大家分享一些Diffusion算法相关的内容。

Window10环境下,Stable Diffusion的本地部署与效果展示

我选用的版本是:

在Windows下安装部署,只需要:

  1. Install Python 3.10.6, checking "Add Python to PATH"
  2. Install git.
  3. Download the stable-diffusion-webui repository, for example by running git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git.
  4. Place stable diffusion checkpoint (model.ckpt) in the models/Stable-diffusion directory (see dependencies for where to get it).
  5. Run webui-user.bat from Windows Explorer as normal, non-administrator, user.

安装过程中,除了一些包因为网络问题下载不下来,进行了手动下载,还遇到了这个问题

网络问题,可以参考错误处理进行处理。

raise RuntimeError("Cannot add middleware after an application has started")

解决办法是,在powershell中执行下面的命令,重新执行即可:[来自Issues中]

.\venv\Scripts\python.exe -m pip install --upgrade fastapi==0.90.1

正常启动后,在浏览器中输入窗口提示的URL,即可看到下面的画面:

一起来效果吧:

Parametes:

  • Step 54
  • Sampling method: Euler a
  • Width: 512
  • Height: 512

Input:some flowering cherry trees on the isles, spring

Input: 草原上一只可爱的小兔子在奔跑,一个萌萌的大眼睛小女孩在追它



他放飞了,生成的东西与想要的完全不搭边儿了。

Input:将上面那句话翻译成英文:A cute little rabbit is running on the grassland, and a cute little girl with big eyes is chasing it



额,感觉它把后半句给丢了,小女孩儿呢?但是,终究兔子是出来了。看来其中的语言模型还是对英文理解更好一些。

下次跟大家分享文章原理,敬请期待。

最新文章

  1. STL: unordered_map 自定义键值使用
  2. Jquery实现特效滑动菜单栏
  3. Leetcode Valid Palindrome
  4. SQLServer根据日期查询星期
  5. sql 字段重复值,in,like
  6. JAVA事务
  7. socket断开连接的四次握手及常见过程解析
  8. Array.splice返回值是数组
  9. 理解SQL Server中索引的概念
  10. 软中断&tasklet&工作队列
  11. poj3461 Oulipo
  12. cookie 的Domain删除失败的问题
  13. css案例学习之relative与absolute
  14. 也谈基于NodeJS的全栈式开发(基于NodeJS的前后端分离)
  15. HDU 4006 The kth great number AVL解
  16. SQLite异常 qAdmin: Cannot perform this operation on a closed dataset.【申明:来源于网络】
  17. plsql可视化文件夹解释
  18. 【repost】JavaScript 运行机制详解:再谈Event Loop
  19. 27、通过visual s'tudio 验证 SOCKET编程:搭建一个TCP服务器
  20. System.ServiceModel.CommunicationException: 接收HTTP 响应时错误发生

热门文章

  1. MybatisPlus快速入手-----逆向工程
  2. combobox 只能选择第一个
  3. Microsoft.IO.RecyclableMemoryStream源码解读
  4. JavaEE Day10 JavaScript高级
  5. 【ASP.NET Core】MVC控制器的各种自定义:IActionHttpMethodProvider 接口
  6. 使用NPOI core插入图片
  7. 关于ckPlayer 视频加密那些事
  8. Linux基础 文件和目录
  9. C++可执行文件绝对路径获取与屏蔽VS安全检查
  10. DSS+Linkis Ansible 单机一键安装脚本