开源项目stable-diffusion-webui部署及生成照片
参考链接 https://www.freedidi.com/13133.html
基础环境部署 python
官网链接 Python Release Python 3.10.6 | Python.org
下载 Python 3.10.6 版本安装包
下载好后双击 点击安装,这里需要选择一下,把环境变量加上。(这里是默认安装到C盘的,我是系统安装到其他盘中的,如果默认安装这里点击Install now就好了,如果想更换盘的位置,就点击customize installation)
这里我变换安装的路径到D盘。
这里默认保持不变。
这里选择目录。我选择D盘。
等待安装完成
安装完成
基础环境部署git
下载后直接下一步安装完成即可。
下载开源的代码 stable-diffusion-webui
在页面找到 这里点击1.10.0版本。
进入版本下载页面。
往下翻到最底部,下载压缩包。
下载好后解压出来。
这里把文件扩展名打开
找到这个文件点击
等待自动下载好
遇到的报错
如果你也和我一样报错,这里需要在文件中添加参数变量。
venv "D:\stable-diffusion-webui-1.10.0\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: 1.10.0
Commit hash: <none>
Traceback (most recent call last):
File "D:\stable-diffusion-webui-1.10.0\launch.py", line 48, in <module>
main()
File "D:\stable-diffusion-webui-1.10.0\launch.py", line 39, in main
prepare_environment()
File "D:\stable-diffusion-webui-1.10.0\modules\launch_utils.py", line 387, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
请按任意键继续. . .
添加参数 --lowvram --precision full --no-half --skip-torch-cuda-test
打开文件webui-user.bat 添加参数变量。保存文件
再次点击 webui-user.bat 运行命令。
Installing requirements命令输入后一直卡着
这里一直等待中 如果你看到Installing requirements一直卡着的话这里要一直等待一会,网上有很多人遇到了一样的问题。
解决问题参考链接
解决在Windows安装stable diffusion遇到“Torch is not able to use GPU”的问题_windows_hcaohr-GitCode 开源社区
下载好后会自动弹出一个浏览器页面地址是127.0.0.1端口是7860。当看到页面的时候说明已经安装成功了。
界面汉化
这里是英文的下载中文语言包
GitHub - VinsonLaro/stable-diffusion-webui-chinese: stable-diffusion-webui 的汉化扩展
打开页面往下滑
找到这里,复制一下
打开选项卡,把地址填入下面地方。点击Install
等待install 安装完成
点击前面的地方看看有没有模块
现在重启ui界面
等待重启完成
重启完成后配置成中文语言。
找到user interface选项
点击后在最上面找到语言选项,选择chinese-only-0313,再点击应用和设置。
重启ui界面,重启后界面显示中文。
重启好后,界面实现中文。
下载真人大模型
WuhaXL_realisticMixV4.0 真人模型免费下载
WuhaXL_realisticMixV4.0 最新真人大模型下载 – AVIFP
模型下载地址
https://www.mediafire.com/file/p58ns2txvg8irs4/wuhaXL_realisticMix_4.0.safetensors/file
等待下载
把下载好的模型文件放到这里
这里先点击右边的刷新,点击新导入的模型,让它加载完成。
导入提示词,点击生成
xxmix_girl,1girl,fluffyshorthair,darktheme,blondehair,messyhair,filmgrain,fog,blackthememTyndall
Negative prompt: sketches, (worst quality:2), (low quality:2), (normal quality:2), lowers, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, bad anatomy,DeepNegative,(fat:1.2),facing away, looking away,tilted head, bad anatomy,bad hands, text, error, missing fingers,extra digit, fewer digits, cropped, worst quality, low quality, normal quality,jpeg artifacts,signature, watermark, username,blurry,bad feet,cropped,poorly drawn hands,poorly drawn face,mutation,deformed,worst quality,low quality,normal quality,jpeg artifacts,signature,watermark,extra fingers,fewer digits,extra limbs,extra arms,extra legs,malformed limbs,fused fingers,too many fingers,long neck,cross-eyed,mutated hands,bad body,bad proportions,gross proportions,text,error,missing fingers,missing arms,missing legs,extra digit, extra arms, extra leg, extra foot
Steps: 20,Size: 1024x1536,Seed: 2815779962,Model: ,Sampler: Euler a,useLcm: false,CFG scale: 7,Clip skip: undefined,
等待生成图片
生成的图片
可以在中文社区进行下载
魔搭社区
可以在下面图片中找一些提示词,点击图片
复制一下提示词
photograph of an asian woman kneeling on a wooden floor in front of a decorated christmas tree, she has long dark hair and wears a red velvet top with white fur trim, revealing her medium-sized breasts, her legs are covered in white lace stockings, and she has white feathered wings, resembling a angelic fantasy character, shes holding a white, tinsel garland and a red ribbon while surrounding presents are on either side, warm candlelight adds to the cozy atmosphere,tangfeng
下载模型文件
找到下载地址,用git下载
Microsoft Windows [版本 10.0.19045.5247]
(c) Microsoft Corporation。保留所有权利。
C:\Users\>git clone https://www.modelscope.cn/yiwanji/Online_celebrity_Asian_Girls_13_F1_v5.git
Cloning into 'Online_celebrity_Asian_Girls_13_F1_v5'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 21 (delta 5), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (21/21), 3.25 MiB | 11.13 MiB/s, done.
Resolving deltas: 100% (5/5), done.
C:\Users\
下载好模型后,按照上面的方法把文件导入到文件夹中,再刷新加载模型文件。
以下是提示词
(big eyes,blonde hair,beautiful detailed eyes,beautiful detailed lips,extremely detailed eyes and face,long eyelashes,cute girl,smiling,standing,summer dress,holding a flower,soft lighting,pastel colors,(best quality,4k,8k,highres,masterpiece:1.2),ultra-detailed,(realistic,photorealistic,photo-realistic:1.37),HDR,UHD,studio lighting,ultra-fine painting,sharp focus,physically-based rendering,extreme detail description,professional,vivid colors,bokeh,illustration),
以下是生成的图片。
图片存储位置
C:\Users\用户\Desktop\stable-diffusion-webui-1.10.0\outputs\txt2img-images\2025-01-11