chore: update .gitignore and add example preset

pull/608/head
Akegarasu 2024-11-23 18:21:05 +08:00
parent 5c77f649ba
commit dd94762d3e
No known key found for this signature in database
GPG Key ID: DACA951FEBA569A2
3 changed files with 18 additions and 0 deletions

2
.gitignore vendored
View File

@ -19,6 +19,8 @@ logs/*
sd-models/*
toml/autosave/*
config/autosave/*
config/presets/test*.toml
!sd-models/put stable diffusion model here.txt
!logs/.keep

View File

@ -0,0 +1,16 @@
# 模板显示的信息
[metadata]
name = "中分辨率训练" # 模板名称
version = "0.0.1" # 模板版本
author = "秋叶" # 模板作者
# train_type 参数可以设置 lora-basiclora-masterflux-lora 等内容。用于过滤显示的。不填就全部显示
# train_type = ""
description = "这是一个样例模板,提高训练分辨率。"
# 模板配置内容。请只填写修改了的内容,未修改无需填写。
[data]
resolution = "768,768"
enable_bucket = true
min_bucket_reso = 256
max_bucket_reso = 2048
bucket_no_upscale = true