simpleeval-fix

Mistakenly removed the importing of the simpleeval package from "efficiency_nodes.py"
This commit is contained in:
TSC
2023-08-07 11:56:34 -05:00
committed by GitHub
parent 68f4ac4bae
commit e2e9c6bf33

View File

@@ -42,6 +42,9 @@ import comfy.latent_formats
# Import my library
from tsc_utils import *
# Import dependencies
from simpleeval import simple_eval
MAX_RESOLUTION=8192
########################################################################################################################