【瑞模网】Stable Diffusion 本地部署教程
gu1457177:
RuntimeError: Couldn't clone BLIP.
Command: "git" clone "https://github.com/salesforce/BLIP.git" "D:\stable-diffusion-webui\repositories\BLIP"
Error code: 128
stderr: Cloning into 'D:\stable-diffusion-webui\repositories\BLIP'...
fatal: unable to access 'https://github.com/salesforce/BLIP.git/': Recv failure: Connection was reset
这是啥情况啊?
【瑞模网】Stable Diffusion 本地部署教程
gu1457177:
venv "D:\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 | packaged by conda-forge | (main, Oct 24 2022, 16:02:16) [MSC v.1916 64 bit (AMD64)]
Version: v1.4.1
Commit hash: f865d3e11647dfd6c7b2cdf90dde24680e58acd8
Cloning BLIP into D:\stable-diffusion-webui\repositories\BLIP...
Traceback (most recent call last):
File "D:\stable-diffusion-webui\launch.py", line 38, in
main()
File "D:\stable-diffusion-webui\launch.py", line 29, in main
prepare_environment()
File "D:\stable-diffusion-webui\modules\launch_utils.py", line 302, in prepare_environment
git_clone(blip_repo, repo_dir('BLIP'), "BLIP", blip_commit_hash)
File "D:\stable-diffusion-webui\modules\launch_utils.py", line 153, in git_clone
run(f'"{git}" clone "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}")
File "D:\stable-diffusion-webui\modules\launch_utils.py", line 107, in run
raise RuntimeError("\n".join(error_bits))
【瑞模网】cesium城市建筑颜色渲染以及泛光渐变效果
qq_53979889:
1.87版本之后可以直接使用CustomShader去实现3dtiles自定义Shader
【瑞模网】cesium城市建筑颜色渲染以及泛光渐变效果
ancConvert:
1.102及之后的版本里 _model._sourcePrograms是undefined 请问大佬有遇到这个问题吗 这个要怎么解决啊