windows下使用midjourney (一)

打印 上一主题 下一主题

主题 682|帖子 682|积分 2046

一、midjourney是什么?

midjourney 是一款AI绘画工具,输入形貌自动生成图片。
二、使用步骤

1.安装anaconda

安装之前先在cmd里输入conda看下有没有安装过,没有的话安装一下
安装完成之后,在安装目录下找到.condarc文件,修改文件里的内容,直接覆盖
  1. channels:
  2. - defaults
  3. show_channel_urls: true
  4. default_channels:
  5. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
  6. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
  7. - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
  8. custom_channels:
  9. conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  10. msys2: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  11. bioconda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  12. menpo: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  13. pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  14. pytorch-lts: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  15. simpleitk: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
复制代码
完成后输入 conda clean -i 清除索引缓存,确保使用的是镜像站地点
2.设置python

  1. conda create --name stable-diffusion-webui python=3.10.6
复制代码
创建python情况
升级pip
  1. python -m pip install --upgr2ade pip
复制代码
假如出现报错:
AttributeError: 'HTTPResponse' object has no attribute 'strict'
就重新设置下载镜像
  1. pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
复制代码
3.安装git

4.安装cuda

先检察电脑中cuda版本
  1. nvidia-smi
复制代码

根据版本下载对应的cuda
官网地点:https://developer.nvidia.com/cuda-toolkit-archive

5.下载stable diffusion源码

  1. git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
复制代码
这里拉代替码时间可能比力长
进入到stable diffusion项目里,使用conda activate激活情况,假如出现报错usage error 就执行conda init

在当前项目目录下,执行webui-user.bat
假如出现报错RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
就在webui-user.bat文件里 第11行 加上
  1. set COMMANDLINE_ARGS=--skip-torch-cuda-test
复制代码
假如出现报错stderr: ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,< 3.10; 1.6.3 Requires-Python >=3.7,< 3.10; 1.7.0 Requires-Python >=3.7,< 3.10; 1.7.1 Requires-Python >=3.7,< 3.10 ERROR: Could not find a version that satisfies the requirement tb-nightly (from versions: none) ERROR: No matching distribution found for tb-nightly
重点是后面报错里表示了 tb-nightly没有相关匹配分布
换成阿里的源
  1. pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
复制代码
之后再重新执行 webui-user.bat
6.开始绘图

成功执行bat会自动跳转到127.0.0.1:7860页面上

左边输入照片形貌,点击右边的Generate即可生成图片

执行生成图片的时候假如报错
SafetensorError: Error while deserializing header: MetadataIncompleteBuffer
办理方式:
下载https://huggingface.co/runwayml/stable-diffusion-v1-5/tree/main 中v1-5-pruned-emaonly.ckpt
从下面的地点下载ckpt文件,并生存至…\models\Stable-diffusion:
复制完之后 bat重新执行下
再次执行
假如报错
RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
那就在执行bat时候添加 webui.bat --precision full –no-half
假如上述没有用,就给webui-user.bat文件里加上–no-half
  1. set COMMANDLINE_ARGS= --skip-torch-cuda-test --no-half
复制代码
然后重新启动bat
如许就可以自己绘图啦^^

总结

第一次使用midjourney画出的图都比力写实,不太清楚怎么才气画出卡通图片~~

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

汕尾海湾

金牌会员
这个人很懒什么都没写!

标签云

快速回复 返回顶部 返回列表