stable-diffusion-aws-extension/docs/zh/user-guide/preparation.md

1.8 KiB
Raw Blame History

连接Stable Diffusion WebUI与AWS账号

前提条件

您需要已经成功完成解决方案的部署。

可选项 为了保证AWS Extension插件同第三方插件之间dreamboothcontrolnet版本的兼容性您可以运行以下命令检查AWS Extension所支持的第三方插件的最小支持版本。

./preflight.sh

preflight

如果您对第三方插件的版本没有特别的要求您可以通过执行以下命令安装版本兼容的第三方插件dreamboothcontrolnet

# Clone sd-webui-controlnet
git clone https://github.com/Mikubill/sd-webui-controlnet.git

# Go to sd-webui-controlnet directory and reset to specific commit
cd sd-webui-controlnet
git reset --hard 7c674f8364227d63e1628fc29fa8619d33c56674
cd ..

# Clone sd_dreambooth_extension
git clone https://github.com/d8ahazard/sd_dreambooth_extension.git

# Go to sd_dreambooth_extension directory and reset to specific commit
cd sd_dreambooth_extension
git reset --hard 926ae204ef5de17efca2059c334b6098492a0641
cd ..