1 Star 1 Fork 0

suifengpiao/ComfyScript

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.example.toml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
# Settings example
# Do not edit this file directly, instead, copy the following as `settings.toml` and edit that file.
# These settings can also be overriden by:
# - Environment variables
# e.g. `COMFY_SCRIPT_TRANSPILE_HOOK_ENABLED=false`
# - Python code
# e.g.
# ```python
# from comfy_script.config import settings
# settings.transpile.hook.enabled=False
# ```
[transpile.hook]
# When ComfyScript is installed as custom nodes, `SaveImage` and similar nodes will be hooked to automatically save the script as the image's metadata. The script will also be printed to the terminal.
# To disable a feature, change its value to `false`.
save_script = true
print_script = true
# Use workflows in API format instead of web UI format when possible.
# Web UI format contains more information, but may also contain some UI-only virtual nodes (e.g. custom Reroute, PrimitiveNode, Note nodes) that cannot be properly transpiled. API format has better compatibility at the cost of less readable output.
prefer_api_format = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/piaoddang/ComfyScript.git
git@gitee.com:piaoddang/ComfyScript.git
piaoddang
ComfyScript
ComfyScript
main

搜索帮助