Labeling mistake fix on Scheduler

This commit is contained in:
TSC
2023-04-22 15:50:01 -05:00
committed by GitHub
parent c72d1c413f
commit 865f7d3bfd

View File

@@ -622,7 +622,7 @@ class TSC_KSampler:
if len(var) == 2:
text = f"{sampler_name} ({var[0]})"
else:
text = f"{var[0]}"
text = f"{var}"
text = text.replace("ancestral", "a").replace("uniform", "u")
# If var_type is "Denoise", update denoise and generate labels
elif var_type == "Denoise":