Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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__))
|