importplatformimportsubprocessimportshutil# 获取操作系统类型system_info=platform.uname()system_type=system_info.system# 获取Python3版本version_info=subprocess.check_output(["python3","--version"],stderr=subprocess.STDOUT).decode()version=version_info.strip().split()[1]# 确定Python3路径python3_path=...
Cloning CodeFormer into /root/stable-diffusion-webui/repositories/CodeFormer... Cloning BLIP into /root/stable-diffusion-webui/repositories/BLIP... Installing requirements for CodeFormer Installing requirements Launching Web UI with arguments: --listen --ckpt-dir /root/models/Stable-diffusion --lora-...