feat: added prediction argument (#334)

This commit is contained in:
Daniele
2025-10-15 17:00:10 +02:00
committed by GitHub
parent a7d6d296c7
commit e3702585cb
4 changed files with 155 additions and 54 deletions

View File

@@ -358,6 +358,7 @@ arguments:
--rng {std_default, cuda} RNG (default: cuda)
-s SEED, --seed SEED RNG seed (default: 42, use random seed for < 0)
-b, --batch-count COUNT number of images to generate
--prediction {eps, v, edm_v, sd3_flow, flux_flow} Prediction type override
--clip-skip N ignore last layers of CLIP network; 1 ignores none, 2 ignores one layer (default: -1)
<= 0 represents unspecified, will be 1 for SD1.x, 2 for SD2.x
--vae-tiling process vae in tiles to reduce memory usage