rename latent sampler

This commit is contained in:
Vladimir Mandic
2024-01-02 08:14:17 -05:00
parent 547e7dfb0a
commit dc9778b701
13 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ def control_run(units: List[unit.Unit], inputs, inits, mask, unit_type: str, is_
styles = styles,
steps = steps,
sampler_name = processing.get_sampler_name(sampler_index),
latent_sampler = processing.get_sampler_name(sampler_index),
hr_sampler_name = processing.get_sampler_name(sampler_index),
seed = seed,
subseed = subseed,
subseed_strength = subseed_strength,