lora-scripts/config/presets/example.toml

16 lines
670 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 模板显示的信息
[metadata]
name = "中分辨率训练" # 模板名称
version = "0.0.1" # 模板版本
author = "秋叶" # 模板作者
# train_type 参数可以设置 lora-basiclora-masterflux-lora 等内容。用于过滤显示的。不填就全部显示
# train_type = ""
description = "这是一个样例模板,提高训练分辨率。如果你想加入自己的模板,可以按照 config/presets 中的文件,修改后前往 Github 发起 PR"
# 模板配置内容。请只填写修改了的内容,未修改无需填写。
[data]
resolution = "768,768"
enable_bucket = true
min_bucket_reso = 256
max_bucket_reso = 2048
bucket_no_upscale = true