mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Update efficiency_nodes.py
This commit is contained in:
committed by
GitHub
parent
c36d7d966f
commit
81dc375619
@@ -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")):
|
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)..."
|
printout = "Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)..."
|
||||||
print(f"{message('Efficiency Nodes:')} {printout}", end="")
|
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:
|
except Exception:
|
||||||
print(f"\r{message('Efficiency Nodes:')} {printout}{error('Failed!')}")
|
print(f"\r{message('Efficiency Nodes:')} {printout}{error('Failed!')}")
|
||||||
|
"""
|
||||||
|
|
||||||
########################################################################################################################
|
########################################################################################################################
|
||||||
# Simpleeval Nodes (https://github.com/danthedeckie/simpleeval)
|
# Simpleeval Nodes (https://github.com/danthedeckie/simpleeval)
|
||||||
|
|||||||
Reference in New Issue
Block a user