Ashoka74 commited on
Commit
e1c592d
ยท
verified ยท
1 Parent(s): a8e3a7d

Update merged_app2.py

Browse files
Files changed (1) hide show
  1. 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