mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-26 07:35:45 -03:00
Labeling mistake fix on Scheduler
This commit is contained in:
@@ -622,7 +622,7 @@ class TSC_KSampler:
|
|||||||
if len(var) == 2:
|
if len(var) == 2:
|
||||||
text = f"{sampler_name} ({var[0]})"
|
text = f"{sampler_name} ({var[0]})"
|
||||||
else:
|
else:
|
||||||
text = f"{var[0]}"
|
text = f"{var}"
|
||||||
text = text.replace("ancestral", "a").replace("uniform", "u")
|
text = text.replace("ancestral", "a").replace("uniform", "u")
|
||||||
# If var_type is "Denoise", update denoise and generate labels
|
# If var_type is "Denoise", update denoise and generate labels
|
||||||
elif var_type == "Denoise":
|
elif var_type == "Denoise":
|
||||||
|
|||||||
Reference in New Issue
Block a user