mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-22 16:50:47 +00:00
support flux training
This commit is contained in:
@@ -152,7 +152,7 @@ def add_general_parsers(parser):
|
||||
"--precision",
|
||||
type=str,
|
||||
default="16-mixed",
|
||||
choices=["32", "16", "16-mixed"],
|
||||
choices=["32", "16", "16-mixed", "bf16"],
|
||||
help="Training precision",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user