1 Star 0 Fork 3

sllt/AIMedia

forked from Anning/AIMedia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.py 528 Bytes
一键复制 编辑 原始数据 按行查看 历史
DESKTOP-8DAHH26\Administrator 提交于 2024-10-30 17:26 . fix bug
import os
# 检查是否存在 local_config.py 文件
if os.path.exists("local_config.py"):
from local_config import *
else:
# 智普秘钥
zhipu_aip_key = ''
# stable diffusion 配置
enable = False
# 阿里翻译配置
access_key = ""
secret = ""
language = "zh"
# stable diffusion 配置
sd_url = "http://127.0.0.1:7860/sdapi/v1/txt2img"
# 图片宽
firstphase_width = "1080"
# 图片高
firstphase_height = "960"
# 反向提示词
negative_prompt = ""
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/slltwl/AIMedia.git
git@gitee.com:slltwl/AIMedia.git
slltwl
AIMedia
AIMedia
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385