通过网页如何使用stable diffusion这个AI绘图工具
-
开启网页
https://colab.research.google.com
-
安装软件
贴上stable diffusion指令
!pip install --upgrade fastapi==0.90.1
!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
!git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /content/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser
!curl -Lo chilloutmixni.safetensors https://huggingface.co/nolanaatama/chomni/resolve/main/chomni.safetensors
!curl -Lo ulzzang-6500.pt https://huggingface.co/nolanaatama/chomni/resolve/main/ulzzang-6500.pt
!mv "/content/chilloutmixni.safetensors" "/content/stable-diffusion-webui/models/Stable-diffusion"
!mv "/content/ulzzang-6500.pt" "/content/stable-diffusion-webui/embeddings"
%cd /content/stable-diffusion-webui
!COMMANDLINE_ARGS="--share --disable-safe-unpickle --skip-torch-cuda-test --no-half-vae --xformers --reinstall-xformers --enable-insecure-extension-access" REQS_FILE="requirements.txt" python launch.py
需要等一会儿,出现了上图这个网址之后,点选就可以打开stable diffusion的管理页面。文章来源:https://www.toymoban.com/news/detail-525657.html
出现下面这样的界面↓文章来源地址https://www.toymoban.com/news/detail-525657.html
-
开始画图
到了这里,关于[AI绘画懒人包] 三分钟搞定Stable Diffusion!只需浏览器就能免費打造你的AI女神!(免显卡版) Midjourney做不到的完美!的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!