nftnik commited on
Commit
d7cfe15
verified
1 Parent(s): 355f7b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ sys.path.append(current_dir)
21
  # 2. Imports do ComfyUI
22
  import folder_paths
23
  from nodes import NODE_CLASS_MAPPINGS, init_extra_nodes
 
24
 
25
  # 3. Configura莽茫o de Diret贸rios
26
  BASE_DIR = os.path.dirname(os.path.realpath(__file__))
 
21
  # 2. Imports do ComfyUI
22
  import folder_paths
23
  from nodes import NODE_CLASS_MAPPINGS, init_extra_nodes
24
+ from comfy import model_management
25
 
26
  # 3. Configura莽茫o de Diret贸rios
27
  BASE_DIR = os.path.dirname(os.path.realpath(__file__))