Update main.py
Browse files
main.py
CHANGED
@@ -36,6 +36,7 @@ print('--------------开始---------------------')
|
|
36 |
git_sd = [
|
37 |
# 'https://github.com/2575044704/stable-diffusion-webui-localization-zh_CN2.git', #汉化
|
38 |
'https://github.com/AlUlkesh/stable-diffusion-webui-images-browser', #图库浏览器
|
|
|
39 |
]
|
40 |
#comfyui插件下载
|
41 |
git_comfyui = [
|
|
|
36 |
git_sd = [
|
37 |
# 'https://github.com/2575044704/stable-diffusion-webui-localization-zh_CN2.git', #汉化
|
38 |
'https://github.com/AlUlkesh/stable-diffusion-webui-images-browser', #图库浏览器
|
39 |
+
'https://github.com/qilan2/sd-webui-lobe-theme.git',# lobe主题
|
40 |
]
|
41 |
#comfyui插件下载
|
42 |
git_comfyui = [
|