Spaces:
Runtime error
Runtime error
Update merged_app2.py
Browse files- merged_app2.py +1 -1
merged_app2.py
CHANGED
@@ -1412,7 +1412,7 @@ import_custom_nodes()
|
|
1412 |
#Global variables for preloaded models and constants
|
1413 |
with torch.inference_mode():
|
1414 |
#Initialize constants
|
1415 |
-
intconstant = NODE_CLASS_MAPPINGS["INTConstant"]()
|
1416 |
CONST_1024 = intconstant.get_value(value=1024)
|
1417 |
|
1418 |
# Load CLIP
|
|
|
1412 |
#Global variables for preloaded models and constants
|
1413 |
with torch.inference_mode():
|
1414 |
#Initialize constants
|
1415 |
+
intconstant = NODE_CLASS_MAPPINGS["INTConstant"]()
|
1416 |
CONST_1024 = intconstant.get_value(value=1024)
|
1417 |
|
1418 |
# Load CLIP
|