mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-06 13:47:06 +00:00
fix: update help text for cfg_trunc_ratio argument
This commit is contained in:
@@ -231,7 +231,7 @@ def setup_parser() -> argparse.ArgumentParser:
|
||||
"--cfg_trunc_ratio",
|
||||
type=float,
|
||||
default=0.25,
|
||||
help="The ratio of the timestep interval to apply normalization-based guidance scale. For example, 0.25 means the last 25% of timesteps will be guided.",
|
||||
help="The ratio of the timestep interval to apply normalization-based guidance scale. For example, 0.25 means the first 25% of timesteps will be guided.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--renorm_cfg",
|
||||
|
||||
Reference in New Issue
Block a user