mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-25 07:05:44 -03:00
simpleeval-fix
Mistakenly removed the importing of the simpleeval package from "efficiency_nodes.py"
This commit is contained in:
@@ -42,6 +42,9 @@ import comfy.latent_formats
|
|||||||
# Import my library
|
# Import my library
|
||||||
from tsc_utils import *
|
from tsc_utils import *
|
||||||
|
|
||||||
|
# Import dependencies
|
||||||
|
from simpleeval import simple_eval
|
||||||
|
|
||||||
MAX_RESOLUTION=8192
|
MAX_RESOLUTION=8192
|
||||||
|
|
||||||
########################################################################################################################
|
########################################################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user