feat: add cpu rng (#977)

This commit is contained in:
leejet
2025-11-16 14:48:15 +08:00
committed by GitHub
parent e8eb3791c8
commit 742a7333c3
6 changed files with 157 additions and 3 deletions

View File

@@ -1124,7 +1124,7 @@ void parse_args(int argc, const char** argv, SDParams& params) {
on_type_arg},
{"",
"--rng",
"RNG, one of [std_default, cuda], default: cuda",
"RNG, one of [std_default, cuda, cpu], default: cuda(sd-webui), cpu(comfyui)",
on_rng_arg},
{"-s",
"--seed",