sample_method: Sampling method (default: euler for Flux/SD3/Wan, euler_a otherwise).
sample_steps: Number of sample steps.
eta: Eta in DDIM, only for DDIM and TCD.
timestep_shift: Shift timestep for NitroFusion models, default: 0, recommended N for NitroSD-Realism around 250 and 500 for NitroSD-Vibrant.
sigmas: Custom sigma values for the sampler, comma-separated (e.g. "14.61,7.8,3.5,0.0").
skip_layers: Layers to skip for SLG steps (SLG will be enabled at step int([STEPS]x[START]) and disabled at int([STEPS]x[END])).
skip_layer_start: SLG enabling point.
skip_layer_end: SLG disabling point.
slg_scale: Skip layer guidance (SLG) scale, only for DiT models.
strength: Strength for noising/unnoising.
seed: RNG seed (uses random seed for < 0).
batch_count: Number of images to generate.
control_image: A control condition image path or Pillow Image (Control Net).
control_strength: Strength to apply Control Net.
pm_id_embed_path: Path to PhotoMaker v2 id embed.
pm_id_images: A list of input image paths or Pillow Images for PhotoMaker input identity.
pm_style_strength: Strength for keeping PhotoMaker input identity.
vae_tiling: Process vae in tiles to reduce memory usage.
vae_tile_overlap: Tile overlap for vae tiling, in fraction of tile size.
vae_tile_size: Tile size for vae tiling ([X]x[Y] format).
vae_relative_tile_size: Relative tile size for vae tiling, in fraction of image size if < 1, in number of tiles per dim if >=1 ([X]x[Y] format) (overrides `vae_tile_size`).
cache_mode: The caching method to use (default: disabled).