Update efficiency_nodes.py

This commit is contained in:
VALADI K JAGANATHAN
2024-01-30 11:59:59 +05:30
committed by GitHub
parent c36d7d966f
commit 81dc375619

View File

@@ -4204,7 +4204,8 @@ NODE_CLASS_MAPPINGS = {
}
########################################################################################################################
# Add AnimateDiff Script based off Kosinkadink's Nodes (https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved)
# Add AnimateDiff Script based off Kosinkadink's Nodes (https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved) deprecated
"""
if os.path.exists(os.path.join(custom_nodes_dir, "ComfyUI-AnimateDiff-Evolved")):
printout = "Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)..."
print(f"{message('Efficiency Nodes:')} {printout}", end="")
@@ -4244,6 +4245,7 @@ if os.path.exists(os.path.join(custom_nodes_dir, "ComfyUI-AnimateDiff-Evolved"))
except Exception:
print(f"\r{message('Efficiency Nodes:')} {printout}{error('Failed!')}")
"""
########################################################################################################################
# Simpleeval Nodes (https://github.com/danthedeckie/simpleeval)