1、點(diǎn)擊generator生成圖片后,直接waiting一段時(shí)間后,直接斷開沒有任何提示!
這個(gè)問題是困擾我最久的一個(gè)問題,原因:本機(jī)開啟了代理,代理將127.0.0.1解析到了別的地方,因此控制臺(tái)無任何異常,前段報(bào)了一下類似socket的異常,太坑了,搞了我4天,我醉了,解決方案,關(guān)掉代理,然后mac,網(wǎng)絡(luò)-高級(jí)選項(xiàng)-http/https/socket代理都關(guān)閉,就可以了
2、 點(diǎn)擊生成后控制臺(tái),報(bào)錯(cuò)error: input types 'tensor<1x77x1xf16>' and 'tensor<1xf32>' are not broadcast compatible,LLVM ERROR: Failed to infer result type(s).
原因:
解決:python webui.py --no-half --opt-split-attention-v1
?
stable-diffusion/stable-diffusion-webui/webui-macos-env.sh文件修改文章來源:http://www.zghlxwxcb.cn/news/detail-529942.html
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate"
為文章來源地址http://www.zghlxwxcb.cn/news/detail-529942.html
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate --no-half --opt-split-attention-v1"
到了這里,關(guān)于Stable Diffusion搭建問題記錄的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!