黑图问题
我预设的尺寸是512x768,显存小就会黑图,把尺寸调到512x512 或者更小
10系列和16系列显卡请用16xx开头启动
配置要求和快捷启动
不支持AMD显卡,不支持Win7
20&30系列显卡启动
10&16xx系列显卡启动
2. 打开程序后提示Python停止工作
不支持win7
3.Warning: caught exception 'CUDA driver initialization failed, you might not have a CUDA gpu.', memory monitor disabled
warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling')
Error completing request
显卡问题,更新驱动或者安装你这个显卡型号支持的CUDA
4.FileNotFoundError: [Errno 2] No such file or directory: 'outputs/img2img-images\\00002-288601721-girl,masterpiece,best quality,{masterpiece portrait},pixiv,CG,hair_ornament,bathrobeg,youth,Necklace,Tokyo,laugh,victory,Kungfu,-before-color-correction.png'
这个错误说明文件名过长,进settings
5.出现这个窗口说明运行成功
拷贝 http://127.0.0.1:7860 到浏览器中
6. 手动安装依赖
python\python.exe -m pip install lark
lark就是依赖的名称
7.出现了RuntimeError: "log" "_vml_cpu" not implemented for 'Half' 的字样
RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
请使用16xx文件运行
8.如果要训练novelai的模型TI,请先重命名vae文件,重新启动,训练好了在改回来
9.创建embedding的时候出现的 或者 失败
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
请使用8g文件启动
10.
出现这种情况显存不够,请减小图片尺寸
11. 训练自己的模型时候动漫风格在NovelAI模型或者Waifu上训练,照片等写实风格要在原始sd1.4模型上训练,另外512x512需要8g显存,如果不够请减小训练图片尺寸
12. OSError: [WinError 10014] 系统检测到在一个调用中尝试使用指针参数时的无效指针地址。
cmd输入netsh winsock reset 然后重启