MCPcopy Create free account
hub / github.com/GraftingRayman/Comfyui-reactor-node / __init__

Method __init__

nodes.py:476–477  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

474
475class BuildFaceModel:
476 def __init__(self):
477 self.output_dir = FACE_MODELS_PATH
478
479 @classmethod
480 def INPUT_TYPES(s):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected